


*{
	font-family: 'Questrial', sans-serif;
}

body {
  font-size: 20px;
  margin: 0px;
  overflow: overlay;
}

.content{
 position:relative;

 overflow: overlay;
}

iframe{
	display:block;
	margin:0;

    border:none;
	height:87vh;

	width:100%;

	overflow: overlay;
}


.footerText{
	margin-right : 1%;
	font-style : italic;
	text-shadow: 1px 1px rgba(112, 112, 112, 0.33);
	color : rgba(112, 112, 112, 0.2);
}


@-webkit-keyframes bounceIn {

	0%   {left:20px; top:0px;}
    100% { left:0px; top:0px;}
}

@keyframes bounceIn {

	0%   {left:20px; top:0px;}
    100% {left:0px; top:0px;}
}

.footer{
	text-align: right;
	position:fixed;
    margin:auto;
	bottom:0;
    margin-left: 3px;


    width: 98%;
	height:3vh;
}

nav {
  margin:auto;	
  border-radius: 4px;
  padding: 0px;


  overflow: hidden;
  height : auto;
  width:98%;
  opacity: 0.5;
  
}

li {

	float: right;

}




ul {
    margin: 0;
	padding: 0;
	margin-left : 10px;
	list-style-type: none;
    
	width:auto;
}




.menuButton > a{
	text-decoration: none;
	color: #8B8B8C;
	    position: relative;
	-webkit-animation-name: bounceIn; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    animation-name: bounceIn;
    animation-duration: 0.5s;
}




.circle{
	color: green;
}

.menuButton {

    margin-bottom : 10px;
	margin-right : 40px;
	text-align : left;
	color: #8B8B8C;
	font-size: 30px;
	min-width: 110px;
	max-width:200px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.menuButton:hover {
-webkit-transform: translateX(20px) scale(1.2); 
    -moz-transform: translateX(20px) scale(1.2); 
    -ms-transform: translateX(20px) scale(1.2); 
    -o-transform: translateX(20px) scale(1.2); 
    transform: translateX(20px) scale(1.2); 
	color: 	#8B8B8C ;
}


html { 
  /*background: url("/images/bg5.jpg") no-repeat center center fixed; */
  background-color: black;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}