@CHARSET "UTF-8";

@media screen and (max-width: 1400px) {
	
	html {
		font-size: 14px;
	}
	
	.navbar-default .navbar-nav > li > a { 
		padding: 30px 15px 20px 15px;
	}
	
	.menu ul li a {
	  padding: 26px 10px;
	}
	
	#headimg {
		height: 300px;
	}
	
	div.carousel-caption {
		left: 50px;
		top: 50px;
	
		width: 50%;
	}
	
}

@media screen and (max-width: 1200px) {
	
	html {
		font-size: 13px;
	}
	
	body {
		
	}
	
	header img {
		max-height: 50px;
		padding: 0px;
	}
	
	div.carousel-caption img {
		margin-top: 50px;
		max-height: 200px;
	}
	
	
	
	#menu {
		display: block;
		background-color: White;
	}
	
	#leftmenu {
		display: none;
	}
	
}

@media screen and (max-width: 992px) {
	
	html {
		font-size: 13px;
	}
	
	body {
		padding-top: 70px;
	}
	
	header img {
		max-height: 50px;
		padding: 0px;
	}
	
	div.textmb img {
		max-height: 200px;
	}
	
	a.button {
		margin: 20px 0px;
	}
	
	a.scrollbutton {
		margin-top: 20px;
		position: relative;
	}
	
	#menu {
		display: block;
		background-color: White;
	}
	
	#leftmenu {
		display: none;
	}
	
	div.snippet {
		padding: 50px;
	}
	
}

@media screen and (max-width: 768px) {
	
	html {
		font-size: 12px;
	}
	
	body {
		padding-top: 70px;
	}
	
	a.button {
		margin: 20px 0px;
	}
	
	a.scrollbutton {
		margin-top: 20px;
		position: relative;
	}
	
	header img {
		max-height: 50px;
	}
	
	#menu {
		display: block;
		background-color: White;
	}
	
	#leftmenu {
		display: none;
	}
	
	div.snippet {
		padding: 30px;
	}

}