@charset "utf-8";
/* CSS Document */



.header
{
	height: 50px;
	width: 90%;
	background:white;
	margin: auto;
	text-align: center;
}
.logo{margin-top: 5px; padding: 0;height: 50px;}
.logo img
{
	height: 40px;
	width: 40px;
}
.menu{text-align: end;}
.menu a
{
	color:darkred;
	margin-right: 5%;
	
}

.menu a:hover
{
	color:#717171;
}

.menutoggle
{
/*	background: #D72528;*/
	padding: 0px;
	float: right;
	position: relative;
	display: none;
}
.menutoggle-content
{
	display: none;
	position: absolute;
	background-color: white;
	min-width: 180px;
	line-height: 40px;
	font-size: 18px;
	padding:20%;
	z-index: 1;
}
.menutoggle:hover .menutoggle-content
{
	display: block;
}
.menutoggle-content a
{
	color: black;
}

.menutoggle img
{
	width: 50px;
	height: 50px;
	float: right;
}
.services
{
	height: 1100px;
	padding: 2%;
	align-content: center;
	text-align: center;
}
.services h1
{
	margin: 50px auto;
	text-align: center;
	
}
.service
{
	width: 31.333333333333333%;
	height: 400px;
	background: white;
	margin: 1%;
	padding: 1%;
	
}
.service img
{
	width: 100%;
	height: 80%;
	margin-bottom: 30px;
}


.footer2
{
	height: 20px;
	background: white;
	color: black;
	font-size: 9px;
	text-align: center;
	line-height: 20px;
	position: fixed;
	bottom: 0;
}

@media screen and (max-width:1280px)
{
	.header
	{
		height: 150px;
	}
	.logo{margin-top: 5px; padding: 0;height: 140px;}
	.logo img
	{
		height: 130px;
		width:130px;
	}
	.menu
	{
		width: 10%;
		text-align: end; 
		display: none;
	}
	
	.menutoggle
	{
		width: 60%; 
		display: block;
	}
	.menutoggle-content
	{
		padding: 20px;
		height: 950px;
		width: 40%;
		right: 0;
		position: fixed;
		font-size: 36px;
		line-height: 100px;
		font-weight: 600;
	}
	.menutoggle-content a:hover{color: #ED1C24;}
	.menutoggle img
	{
		width: 100px;
		height: 100px;
		margin-top: 20px;
		float: right;
	}
	.slideshow-container {height: 200px;}

	.knowmore
	{
		display: none;
	}
	.services{height: 5000px;}
	.services h1{font-size: 42px;}
	.service
	{
		width: 100%;
		height: 700px;
		font-size: 28px;
	}
	.footer2
	{
		height: 30px;
		font-size: 12px;
		line-height: 30px;
		
	}
	
}