.header{
	background-color:#00003E;
	text-align: center;
	opacity:0.75;
}

.header h1{
	color : rgba(255,187,63,0.75);
	font-family : Georgia, "Comic Sans", sans-serif;
	font-size : 56px;
	text-shadow : 3px 3px rgba(180,180,180,0.5);
}

.header h3{
	color : white;
	font-family : "Comic Sans", Georgia, sans-serif;
	font-size : 36px;
	/*color: #FFBB3F;*/
	color : rgba(255,187,63,0.75);
	text-shadow : 2px 2px black;
}

.header img{
	padding : 10px;
	width : 250px;
	height : 250px;
	float:left;
	border-radius: 150px 150px 150px 150px;
}

.topnav {
	position: relative;
	overflow: hidden;
	height: 70px;
	top: 75px;
	float: right;
}

.topnav a{
	color:#f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover{
	background-color: #ddd;
	color:black;
}

.topnav a.active{
	background-color: #04aa6d;
	color: white;
}

.wspapp {
	width : 70px;
	height: 70px;
	border : none;
}

.wspapp:hover {
	width: 80px;
	height: 80px;
}

.wspapp >img {	
	padding : 5px;
	width : 50px;
	height: 50px;
	border : none;
}

.wspapp >img:hover {
	width: 60px;
	height: 60px;
}

