@charset "UTF-8";
/* CSS Document */
html,body {
	background-color: #d0d2d4;
	height: 100%;
width: 100%;
font-family: 'Arimo', sans-serif;
color: #1E76BD;
font-size: 93%;
font-weight: bold;
margin:0;
padding:0;
}


a{
	color: #1E76BD;
	text-decoration: none;
}
a:hover{
	color: #333;
}
a img{
border: none;
}
h2{
font-size: 100%;
text-transform: uppercase;
margin-top: 35px;
}
ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

#logo{
width: 20%;
float: left;
padding-left: 20px;
margin: 10px;
}
#menu{
	float: right;
	min-width: 360px;
	text-align: right;
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 80%;
  
}
#menu a{
margin-right: 12%;
}
#social{
float: right;
width: 18%;
min-width: 200px;
}
#social img{
height: 30px;
  margin-right: 6px;
  margin-top: 12px;
}

section{
margin: auto;
text-align: center;
min-height:85%;
clear: both;
}
.text{

margin: auto;
margin-top: 15px;
 text-align: center;

}
#attributions .text{
width: 60%;
padding-top: 30px;
}
.text img{
width: 5%;
  margin-top: 5px;
  margin-bottom: 20px;
}


.videoWrapper{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	clear: both;

 
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#team img{
width: 25%;
margin-top: 5%;
margin-bottom: 5%;
}

#terms, #privacy{
text-align: left;
width: 80%;
}
#terms strong, #privacy strong{
text-transform: uppercase;
}
footer{
font-size: 80%;
}

@media screen and (max-width: 800px), screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2){

#logo{
width: 80%;
padding:0;
margin-left: 10%;

}
#menu{
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
  text-align: center;
}
#menu a{
margin: 10px;
}
#social{
width: 100%;
text-align: center;
}

#social img{
  margin: 3px;
    margin-top: 0px;
  margin-bottom: 20px;
}
.text{
width: 80%;
}
.text img{
width: 20%;
 
}
#team img{
width: 50%;
}
section{
min-height: 95%;
}
}

-->
