body {
  background-color: #b9e5e1;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  padding-top:50px;
  margin: 23px 0px 10px;
  float: none;
  font-family:'Great Vibes', cursive;
  color: #383838;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}
h2 {
 	padding-top:80px;
  padding-bottom:100px;
  margin: 10px 0px;
   font-family:'Great Vibes';
  font-size: 32px;
  line-height: 36px;
  font-weight: normal;
  text-align: center;
}
h5 {
  padding-bottom:30px;
  margin: 10px 0px;
   font-family:Merriweather, serif;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
p {
  width:850px;
  padding-top:50px;
  margin: 45px 5px 70px 45px;
  font-family: Merriweather, serif;
  text-align: center;
  line-height: 30px;
	font-size: 15px;
  color: #383838;
  text-align: justify;
}

form{
padding-top:-80px;
padding-bottom:50px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.footer {
  text-align: center;
}
.tabs {
  margin-right: 25px;
  margin-left: 140px;
  font-family: Georgia, serif;
  color: #005863;
  font-weight: 700;
  text-decoration: none;
}
.icon {
  position: relative;
  left: 0px;
  top: 30px;
  right: 0px;
  bottom: 0px;
  display: block;
    margin-right: auto;
  margin-left: auto;
  overflow: visible;

  float: none;
  clear: both;
  box-shadow: none;
}

.tab {
  margin-top: 20px;
  margin-right: 25px;
  margin-left: 30px;
  padding-right: 70px;
  padding-left: 70px;
  background-color: #b9e5e1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-family: Merriweather, serif;
  color: #383838;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.tab:hover {
  background-color: #5e5e5e;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
}
.banner {
  background-color: #b9e5e1;
}
.footer-text {
  width: 600px;
  margin-top: 201px;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  text-align: center;
}
.body-text {
  float: none;
  border: 1px none black;
}
.nav {
  text-align: center;
}
.email-form {
  position: static;
  width: 400px;
  margin-top: 350px;
  clear: both;
  font-family: Merriweather, serif;
}
.submit-button {
  background-color: #383838;
  color: white;
}
.paragraphy1 {
  float: left;
}
@media (max-width: 991px) {
  body {
    background-color: #b9e5e1;
  }
  p {
    margin-right: 0px;
    margin-left: 4px;
  }
  .icon {
    float: none;
    margin-right: auto;
 	margin-left: auto;
  }
  .tab {
    margin-top: 3px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-text {
    width: 400px;
    font-size: 10px;
  }
  .nav {
    margin-top: 48px;
    margin-bottom: 70px;
  }
  .email-form {
    width: 400px;
    margin-left: 17px;
    font-family: Merriweather, serif;
  }
  .submit-button {
    background-color: #383838;
  }
}
@media (max-width: 767px) {
  h1 {
    margin-left: 17px;
  }
  p {
    width: 430px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 65px;
    float: left;
  }
  .tab {
    margin-right: 1px;
    margin-left: 11px;
  }
  .email-form {
    margin-left: 10px;
  }
}
@media (max-width: 479px) {
  h1 {
    margin-left: 4px;
    font-size: 26px;
  }
  p {
    width: 280px;
    margin-top: 1px;
    margin-bottom: 20px;
    margin-left: 12px;
  }
  .icon {
    margin-right: auto;
  	margin-left: auto;
  }
  .tab {
    margin-right: 5px;
    margin-bottom: 9px;
    margin-left: 6px;
  }
  .footer-text {
    width: 250px;
    margin-left: 35px;
  }
  .email-form {
    width: 280px;
    margin-top: -9px;
    margin-left: 7px;
  }
}