body {
	background: url(../images/background.jpg) repeat top center fixed;
}

nav {
	height: 90px;
	line-height: 90px;
}

nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
	height: 90px;
	line-height: 90px;
}

nav .button-collapse i {
	height: 90px;
	line-height: 90px;
}

nav .brand-logo {
	font-size: 1.6rem;
}

.grey.darken-4 {
    background-color: #404040 !important;
}

	
@media only screen and (min-width: 601px) {
	nav,
	nav .nav-wrapper i,
	nav a.button-collapse,
	nav a.button-collapse i {
		height: 90px;
		line-height: 90px;
	}
}

@media(max-width:1300px) {
	nav .brand-logo img {
		height: 80px;
	}
}
@media(max-width:1200px) {
	nav .brand-logo img {
		height: 70px;
	}
}
@media(max-width:1111px) {
	nav .brand-logo img {
		height: 60px;
	}
}
@media(max-width:1050px) {
	nav .brand-logo img {
		height: 50px;
	}
}
.slider .indicators .indicator-item.active {
    background-color: #e53935;
}

.slider .indicators .indicator-item {
    background-color: #9c9c9c;
}
.slider .slides {
	border-radius: 15px;
}
.slider .slides img {
	border-radius: 15px;
}
.row {    
	margin-bottom: 10px;
}
.row .col {
	padding: 0px;
}
.przycisk {
    margin: 10px;
	font-size: 25px;
}
.content {
	background: #FFFFFF; 
	border-radius: 15px;
	padding: 10px;
}
a {
    color: #b71c1c;
}
.dropdown-content li>a, .dropdown-content li>span {
	color: #b71c1c;
}
.material-icons {
	vertical-align: middle;
}