@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300,500,900);

body{
  background: #0b87ce;
  font-family: 'Roboto', sans-serif;
  color:white;
}

body a{
  color:white;
  font-family: 'Roboto', sans-serif;
}

body p{
  font-family: 'Roboto', sans-serif;
}

body h1,body h2, body h3{
  font-family: 'Roboto', sans-serif;
}

body a:hover{
  color:#f1f1f1;
}
body a:focus{
  color:#f1f1f1;
}

body a:active{
  color:#f1f1f1;
}

.header{
  height:150px;
  float: left;
}

.logo{
  width:140px;
  height:140px;
  background: url(../img/logo.png) no-repeat top left;
  background-size: cover;
  float: left;
}

.menu{
  float: right;
  height: 150px;
}

.menu li{
  padding: 30px 20px 10px 20px;
  text-align: center;
  list-style: none;
  float: left;
  transition: all 0.2s ease-in;
  border-bottom:    4px solid transparent;
}

.menu li a{
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13px;
}

.menu li:hover{
  border-bottom:   4px solid #f1b71a;
}

.join h1{
  color:white;
  font-size: 32px;
  font-weight: 100;
}
.join p{
  font-weight: 100;
}

.input{
  border-radius:    100px  !important;
  background: rgba(255,255, 255, 0.2) !important;
  border:none !important;
  padding:10px 10px 10px 20px !important;
  color: white;
}

input[type="submit"]{
  background: #FFF none repeat scroll 0% 0%;
  color: #3C9FD8;
  font-weight: bold;
  text-transform: uppercase;
}

input[type="submit"]:hover{
  background:  #eee;
  color: #09659a;
  transition: all 0.2s;
}

input[type="submit"]:active{
  background:  #eee;
  color: #09659a;
}

input[type="submit"]:focus{
  background:  #eee;
  color: #09659a;
}

.store{
  width:275px;
  height: 45px;
  margin:20px 0px 10px;
}
