html{
  margin: 0;
}
body{
    font-family: "Metric",Helvetica,Arial,sans-serif;
    margin: 0;
    background-color: #F6F6F6;
}
.logo{
  width: 177px;
  height: 36px;
  float: left;
  margin-top: 10px;
}

.nav ul{
  margin-top: 5;
}

.nav ul li{
  list-style: none;
  display: inline-block;
  padding: 5px;
  height: 40px;
  font-size: 16px;
  margin-right: 10px;

}

.nav{
  float: right;
  margin-right: 100px;
  height: 70px;
}

.nav ul li:hover{
 color: #1F677F;
 border-bottom: 4px solid #1F677F;

}

a{
  text-decoration: none;
}

.nav ul li a{
  color: #4A4E52;
  font-family: "PT Sans";
        font-weight: normal;
        font-style: normal;
        font-size: 16px;

}

.nav ul li a:hover{
  color: #1F677F;
}

header{
  max-width: 900px;
  margin: 10px auto;
}

footer{
  max-width: 900px;
  margin: 10px auto;
}

footer a{
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

footer p{
  font-size: 12px;
  color:#4A4A4A;
}
footer svg{
  fill: #4A4A4A;
}

.topcontent
{
  height: 569px;
  width: 100%;
  background-image: url(../img/bg.png);
  background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
 border-top: 2px solid #515151;
 border-bottom:  2px solid #515151;

}

.topcontent2
{
  height: 569px;
  width: 100%;
  background-image: url(../img/bg2.jpg);
  background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
 border-top: 2px solid #515151;
 border-bottom:  2px solid #515151;

}

.topcontent3
{
  height: 569px;
  width: 100%;
  background-image: url(../img/bg3.jpg);
  background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
 border-top: 2px solid #515151;
 border-bottom:  2px solid #515151;

}
.topcontent4
{
  height: 569px;
  width: 100%;
  background-image: url(../img/bg4.jpg);
  background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
 border-top: 2px solid #515151;
 border-bottom:  2px solid #515151;


}

.topcontent5
{
  height: 569px;
  width: 100%;
 border-top: 2px solid #515151;
 border-bottom:  2px solid #515151;


}

.topcontent4 h1
{
  color: #515151;
}

.btmstuff
{
  height: 259px;
  width: 100%;
  background-color: #08566F;
 border-top: 2px solid #515151;
 border-bottom:  2px solid #515151;
 padding-top: 100px;
}

.btmstuff .btmtext
{
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.btmstuff .btmtext span{
  font-style: italic;
  font-size: 16px;
}
.clearfix
{
  clear: both;
}

.grad1 {
    background: #1FBFBB; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#1FBFBB, #37B9E9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1FBFBB, #37B9E9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1FBFBB, #37B9E9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1FBFBB, #37B9E9); /* Standard syntax */
    opacity: 0.4;
    z-index: -1;

}
.fill{
 height: 100%;
  width: 100%;
   display: flex;
   justify-content: center;
}

.fill h1{
  text-shadow: 2px 2px #515151;
}

.fill2{
 height: 100%;
  width: 50%;

   display: flex;
   justify-content: center;
   margin: 0 auto;
}



.fill2 h1{
  font-size: 38px;
}

h1{

  color: #fff;
  display: block;
  font-size: 64px;
  font-weight: normal;
  height: 130px;
  margin-top: 170px;


}

.bottomcontent
{

  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
}
.subtitle{
  font-size: 44px;
  text-align: center;
}

.subtitle2{
  font-size: 24px;
  text-align: center;
  color: #7B8A97;
}

.services{
  margin-top: 50px;
}

.inner p{
  color: #4F5D6C;
  font-size: 22px;
}

.contentblock{
  width: 26%;
  height: 240px;
  background-color: #fff;
  padding: 20px;
  float: left;
  margin-right: 8px;
  margin-bottom: 18px;
}

.contenttitle{
  font-size: 28px;
  color: #2F8EB8;
}
.content{
  color: #95AEC9;
  font-size: 18px;
  line-height: 1.4;
}

#map {
        height: 100%;
      }

      .form-style-7{
          margin:50px auto;
          background:#fff;
          border-radius:2px;
          padding:20px;
          font-family: Georgia, "Times New Roman", Times, serif;
      }
      .form-style-7 h1{
          display: block;
          text-align: center;
          padding: 0;
          margin: 0px 0px 20px 0px;
          color: #5C5C5C;
          font-size:x-large;
      }
      .form-style-7 ul{
          list-style:none;
          padding:0;
          margin:0;
      }
      .form-style-7 li{
          display: block;
          padding: 9px;
          border:1px solid #DDDDDD;
          margin-bottom: 30px;
          border-radius: 3px;
      }
      .form-style-7 li:last-child{
          border:none;
          margin-bottom: 0px;
          text-align: center;
      }
      .form-style-7 li > label{
          display: block;
          float: left;
          margin-top: -19px;
          background: #FFFFFF;
          height: 14px;
          padding: 2px 5px 2px 5px;
          color: #B9B9B9;
          font-size: 14px;
          overflow: hidden;
          font-family: Arial, Helvetica, sans-serif;
      }
      .form-style-7 input[type="text"],
      .form-style-7 input[type="date"],
      .form-style-7 input[type="datetime"],
      .form-style-7 input[type="email"],
      .form-style-7 input[type="number"],
      .form-style-7 input[type="search"],
      .form-style-7 input[type="time"],
      .form-style-7 input[type="url"],
      .form-style-7 input[type="password"],
      .form-style-7 textarea,
      .form-style-7 select
      {
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          width: 100%;
          display: block;
          outline: none;
          border: none;
          height: 25px;
          line-height: 25px;
          font-size: 16px;
          padding: 0;
          font-family: Georgia, "Times New Roman", Times, serif;
      }
      .form-style-7 input[type="text"]:focus,
      .form-style-7 input[type="date"]:focus,
      .form-style-7 input[type="datetime"]:focus,
      .form-style-7 input[type="email"]:focus,
      .form-style-7 input[type="number"]:focus,
      .form-style-7 input[type="search"]:focus,
      .form-style-7 input[type="time"]:focus,
      .form-style-7 input[type="url"]:focus,
      .form-style-7 input[type="password"]:focus,
      .form-style-7 textarea:focus,
      .form-style-7 select:focus
      {
      }
      .form-style-7 li > span{
          background: #F3F3F3;
          display: block;
          padding: 3px;
          margin: 0 -9px -9px -9px;
          text-align: center;
          color: #C0C0C0;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 11px;
      }
      .form-style-7 textarea{
          resize:none;
      }
      .form-style-7 input[type="submit"],
      .form-style-7 input[type="button"]{
          background: #2471FF;
          border: none;
          padding: 10px 20px 10px 20px;
          border-bottom: 3px solid #5994FF;
          border-radius: 3px;
          color: #D2E2FF;
      }
      .form-style-7 input[type="submit"]:hover,
      .form-style-7 input[type="button"]:hover{
          background: #6B9FFF;
          color:#fff;
      }
