@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;
}
.gallery
{
	height: 1000px;
	margin-bottom: 20px;
}
.gallery h1
{
	text-align: center;
	margin: 50px auto;
}
.gal-image
{
	max-height:300px;
	margin: 0px;
	padding: 1%;
}
.gal-image img:hover
{
	transform: scale(1.05);
	transition: all 0.5s ease-in ease-out;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}


.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;
	}
	
	.gallery{height: auto;margin-bottom: 50px;}
	.gallery h1{font-size: 42px;}
	.gal-image
	{
		width: 50%;
		margin-bottom: 50px;
	}
	.footer2
	{
		height: 30px;
		font-size: 12px;
		line-height: 30px;
		
	}
	
}