*{
  margin: 0;
  padding: 0;
}

body{
  font-family: 'Open Sans', sans-serif;
  margin: 10px;
  font-size: 14px;
  line-height: 20px;
}


img{
  border: 0;
}

a{
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  transition: .3s color;
}
a:hover{
  color: #5083BA;
  transition: .3s color;
}
a:focus{
  outline: none;
}


p{
  margin-bottom: 15px;
}

ul, ol{
  margin: 0 0 15px 30px;
}


#container{
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

#header{
text-align:Center;
}
#header h1{
  font-weight:400;
  font-size: 50px;
  line-height: 50px;
}
#header h1 a{
  font-weight:normal;
}

#header h2{
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  margin: 10px 0;
}
#header p{
  font-size: 14px;
  line-height: 14px;
}



.section{
  border-top: 5px solid #5083BA;
  margin-top: 60px;
}
.section.first{
  padding-top: 30px;
  margin-top: 30px;
}

.section h3{
  display: block;
  margin: 0 auto 15px auto;
  width: 300px;
  max-width: 90%;
  padding: 5px 0 10px 0;
  text-align:Center;
  background-color: #5083BA;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color:#FFFFFF;
  font-weight: 300;
  font-size: 22px;
  line-height: 22px;
}

h4{
  color:#5083BA;
  font-size: 20px;
  margin: 30px 0 10px 0;
}

#map{
  width: 100%;
  height: 250px;
}

.footer{
  text-align:center;
  color:#666;
  margin-top:50px;
  border-top: 1px solid #666;
  padding: 20px;
}
.footer a{
  color:#666;
  font-weight:normal;
}
