@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;
}

.footer
{
	height: 750px;
	padding:50px;
	background:#2C2C2C;
	color: white;

}
.footer a:hover
{
	color: darkred;
}
.contact
{
	padding: 5%;
	margin: 0;
	height: auto;
}
.contact h1
{
	margin:50px;
	font-size: 21px;
}
.icon2
{
	height: 25px;
	width: 25px;
	padding: 5px;
	margin: .5% 5%;
}
.desc2
{
	font-size: 16px;
	padding: 0%;
	line-height: 30px;
}
.menu_link
{
	padding: 5%;
	height: auto;
}
.menu_link h1
{
	margin: 50px;
	font-size: 21px;
	text-align: center;
}
.desc3
{
	font-size: 16px;
	padding: 0%;
	margin: 0px 40px;
	text-align: center;
	line-height: 35px;
}
.social_media
{
	padding: 5%;
	width: 25%;
	height: auto;
}
.social_media h1
{
	margin: 50px;
	font-size: 21px;
	text-align: center;
}

.footer2
{
	height: 20px;
	background: white;
	color: black;
	font-size: 9px;
	text-align: center;
	line-height: 20px;
}


@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;
	}
	
	.footer
	{
		height: 1950px;
		padding: 2%;
	}
	.footer h1
	{
		margin-top: 15px;
		margin-bottom: 50px;
		font-size: 36px;
		text-align: center;
	}
	.contact
	{
		padding: 6%;
		height: auto;
		width: 100%;
	}

	.desc2
	{
		font-size: 28px;
		padding: 2%;
		line-height: 40px;
	}
	.menu_link
	{
		padding: 5%;
		width: 100%;
		height: 500px;
		text-align: center;
	}
	.menu_link h1{text-align: center;}
	.icon2
	{
		height: 50px;
		width: 50px;
		padding: 5px;
		margin: .5% 5%;
	}
	.desc3
	{
		font-size: 28px;
		padding: 0%;
		margin-left: 12%;
		text-align: center;
		line-height: 50px;
	}
	.social_media
	{
		padding: 2%;
		width: 100%;
		height: auto;
	}
	.footer2
	{
		height: 30px;
		font-size: 12px;
		line-height: 30px;
		
	}
	
}