.top_menu {
  height: 180px;
  display: flex;
  justify-content: center;
}

.main {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.w3-animate-opacity{animation:opac 1.2s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-content {margin-left:auto;margin-right:auto}
.w3-section{margin-top:2px;margin-bottom:2px}

a {
  color: grey;
  text-align: center;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 21px;
  padding: 0 10px 0 20px;
}

.links {
  text-transform: lowercase;
  color: #ff5c1e;
}

.links2 {
  text-transform: lowercase;
  color: #ff5c1e;
  padding: 0 0px 0 0px;
}

.nav li {
  display: inline-block;
  padding-top: 45px;
  }

.blue_header {
    background: #207ac2;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
}

.white_header {
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
}


.aqua_header {
    background: #5dbcd2;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
}

h2 {
    background: #ff5c1e;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    position: relative; 
    z-index: 2;
}

.top_heading_1 {

	color: white;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 32px;

}

.top_heading_2 {
  color: #68cfef;
  font-family: Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 32px;
}


.top_heading_3 {
  color: #207ac2;
  font-family: Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 36px;
}

.top_heading_4 {
  color: #ff5c1e;
  font-family: Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 36px;
}

.medium_heading_1 {

  color: white;
  font-family: Helvetica, sans-serif;
  font-size: 20px;

}

.large_heading_1 {

  color: white;
  font-family: Helvetica, sans-serif;
  font-size: 24px;
   line-height: 150%;

}

.large_heading_2 {

  color: #207ac2;
  font-family: Helvetica, sans-serif;
  font-size: 22px;
  font-style: italic;
   line-height: 150%;

}

.body_orange {
  color: #ff5c1e;
  font-family: Helvetica, sans-serif;
    font-size: 19px;
     line-height: 150%;
}

.body_blue {
  color: #207ac2;
  font-family: Helvetica, sans-serif;
    font-size: 19px;
     line-height: 150%;
}

.body_grey {
  color: grey;
  font-family: Helvetica, sans-serif;
    font-size: 19px;
     line-height: 150%;
}

.body_blue_bold {
  color: #207ac2;
  font-family: Helvetica, sans-serif;
    font-size: 19px;
      font-weight: bold;
     line-height: 150%;

}

.heading_orange {
  color: #ff5c1e;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
    font-size: 20px;
     line-height: 300%;
}

.heading_blue {
  color: #ff5c1e;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
    font-size: 20px;
     line-height: 300%;
}

.portrait {
position: relative; 
padding-left: 20px;
z-index: 1;
}
.cloud {
display: block;

}

.clouds {
  display: block;
  background-color: #1c85b9 ;
  background-image: url("images/clouds.png") ;
  background-repeat: no-repeat ;
  line-height: 57px ;
}




