/* Navbar */
.navbar {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
	border-bottom: 1px solid #ededed;
}

.navbar.scrolled {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand {
	color: #fff;
	font-size: 24px;
	background-color: #fff;
	padding-left: 0;
	padding-right: 10px;
	margin-left: -20px;
}

.navbar-brand img {
	height: 120px;
	transition: height 0.6s ease;
	-webkit-transition: height 0.6s ease-out;
	-moz-transition: height 0.6s ease-out;
	-o-transition: height 0.6s ease-out;
}

@media only screen and (max-width : 1024px) {
	.navbar-brand {
		margin-left: -10px;
	}
}

@media only screen and (max-width : 768px) {
	.navbar-brand img {
		height: 90px;
	}
}

.navbar-brand.scrolled img {
	height: 80px;
}

.nav-link {
	font-size: 20px;
	font-weight: 300;
	padding-right: 20px !important;
	padding-left: 20px !important;
	text-transform: uppercase;
	color: #222222 !important;
}