@charset "utf-8";
/* CSS Document */

.header
{
	height: 50px;
	width: 90%;
	background:white;
	margin: auto;
	text-align: center;
}
.logo{margin-top: 0px; padding: 0;height: 50px;}
.logo img
{
	height: 50px;
	width: 100px;
}
.menu{text-align: end;}
.menu a
{
	color:darkred;
	margin-right: 5%;
	font-weight: 600;
}

.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: auto;
	padding: 1px;
	margin: .5% 5%;
}
.desc2
{
	font-size: 16px;
	padding: 0%;
	line-height: 20px;
}
.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: 90px;}
	.menu{text-align: end; display: none;width: 10%}
	.logo img
	{height: 75px !important; width: 150px!important;margin-top:5px;}
	.menutoggle
	{display: block;width: 40%;}
	.menutoggle img
	{height: 75px !important;width: 75px !important;margin-top:10px;}
	.menutoggle-content
	{
		padding: 20px;
		width: 40%;
		right: 0;
		position: fixed;
		font-weight: 600;
		line-height: 120px;
		font-size: 36px;
	}
	.menutoggle-content a:hover{color: darkred;}
	
	.footer
	{
		height: 1950px;

	}
	.footer h1
	{
		margin-top: 15px;
		margin-bottom: 50px;
		font-size: 32px;
		text-align: center;
	}
	.contact
	{
		padding: 10%;
		height: auto;
		width: 100%;
	}

	.desc2
	{
		font-size: 26px;
		padding: 2%;
		line-height: 30px;
	}
	.menu_link
	{
		padding: 5%;
		width: 100%;
		height: 500px;
		text-align: center;
	}
	.icon2
	{
		height: 50px;
		width: 50px;
		padding: 5px;
		margin: .5% 5%;
	}
	.desc3
	{
		font-size: 26px;
		padding: 0%;
		margin:0px 100px;
		text-align: center;
		line-height: 50px;
	}
	.social_media
	{
		padding: 5%;
		width: 100%;
		height: auto;
	}
	.footer2
	{
		height: 10px;
		font-size: 6px;
		line-height: 10px;
	}
	
}

@media screen and (max-width:768px)
{
	.menutoggle-content
	{
		width: 50%;
		font-size: 28px;
		line-height: 80px;
	}
}

@media screen and (max-width:600px)
{
    .header{height:60px;}
    .logo img{height:50px !important;width:100px !important;}
    .menutoggle img{height:50px !important;width:50px !important;margin-top:7px;}
    .menutoggle-content{font-size:21px;}
    .desc2,.desc3{font-size:16px;}
    .desc3{margin-left:15%;}
    .icon2{padding:10px;}
    
}

@media screen and (max-width:432px)
{
    .header{height:50px;}
    .logo img{height:40px !important; width:80px !important;}
    .menutoggle img{height:40px !important; width:40px !important;margin-top:7px;}
    .menutoggle-content{font-size:18px;line-height:50px;}
    .footer{height:1600px;}
    .footer h1{font-size:24px;}
    .menu_links h1{margin-left:10%;}
    .desc2,.desc3{font-size:14px;line-height:35px;}
    .desc3{margin-left:15%;}
    .icon2{padding:12px;margin:0.5% 0%;}
}