body{
font: 15px/1.5 Arial, Helvetica, sans-serif;
padding:0;
margin:0;
background-color:#f4f4f4;
}

/*Global*/
.container{
  width:90%;
  margin:auto;
  overflow:hidden;
}

ul{
  margin:0;
  padding:0;
}
.button_1{
height:38px;
background:#F4D03F;
border:0;
padding-left:20px;
padding-right:20px;
}


/*Header*/
header{
  background:#5DADE2;
  color:#2C3E50;
  padding-top:30px;
  min-height:70px;
  border-bottom:#2C3E50 3px solid;
}

header a{
  color:#2C3E50;
  text-decoration:none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}



header li {
  float:left;
  display:inline;
  padding: 0 10px 0 10px;
}

header #branding{
  float:left;
}

header #branding h1{
  margin-top: 5px;
}

header #logo{
  float:left;

}

header nav{
  float:right;
  margin-top:20px;
  margin-right: 0px;
}

header .highlight, header .current a{
  color:#F1C40F;
  font-weight:bolder;
}

header a:hover{
  color:#D7DBDD;
  font-weight:bolder;
}


/*showcase*/
#showcase{
  min-height:500px;
  background:url('../img/cover4.jpg')no-repeat 0;
  text-align:center;
  color:#ffffff;
  border-bottom:#2C3E50 3px solid;
}



#showcase h1{
  margin-top:100px;
  font-size:55px;
  margin-bottom:10px;
}

#showcase p{
  font-size:20px;
}

#newsletter{
  padding:15px;
  color:#9A7D0A;
}

/*Newsletter*/
#newsletter h1{
  float:left;
}

#newsletter form{
  float:right;
  margin-top:20px;
}

#newsletter input[type="email"]{
  padding:4px;
  height:25px;
  width:200px;
}


section{
  text-align: center;
}

.box{
  text-align: center;
}

.map iframe{

  width: 50%;
}

.map{
  text-align: center;
}

footer{
  padding:20px;
  margin-bottom: :0px;
  color:#ffffff;
  background-color:#273746;
  text-align:center;
}
