@media (min-width: 768px) {
	#dropmenu {
		display:none;
	}
}
@media (max-width: 768px) {
	#panel {
		display: none;
	}
}


body {
	background: linear-gradient(to bottom, #e0e0e0,#c9ddff);
	 font-family: Verdana;
}

header {
	height: 200px;
	margin-top: 100px;
}

footer{
	margin-bottom:0px;
	
}

#headerstyle {
	background-image: url("img/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 200px;
}


#active a:hover {
	background-color: #d30000;
	transition: background-color 0.4s ease;
	color: white;
}

#active a {
	color: white;
}

#mainpage {
	padding-top:10px;
	padding-bottom:10px;
	min-height:50%;
	margin-top: 20px;
	background-color: #efefef;
	-webkit-box-shadow: 6px 6px 11px 1px rgba(0,0,0,0.63);
-moz-box-shadow: 6px 6px 11px 1px rgba(0,0,0,0.63);
box-shadow: 6px 6px 11px 1px rgba(0,0,0,0.63);
}


#footerstyle {
	margin-top: 10px;
	background-color: #e0e0e0;
	
}


#signature{
	padding-bottom:50px;
	text-align:center;
	padding-left:20px;
}

#social{
	padding-top:50px;
	padding-bottom:20px;
	text-align:center;

}

#social a{
padding-left: 20px;
		}

#social a img{
	width:50px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

#social a:hover img{
	webkit-filter: grayscale(0);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	filter: grayscale(0);
}


.toggleul {
	width: 100%;
	background-color: #070054;
}

.toggleul li {
	display: inline;
	list-style: none;
}


