html body {
  margin: 0;
  padding: 0; }

.hero {
  width: 100vw;
  height: 100vh;
  background-image: url(images/homelanding_v2_C.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.herologo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(-2px 5px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(-2px 5px 5px rgba(0, 0, 0, 0.5)); }

.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }

.pulse {
  animation-name: pulse;
  animation-duration: 1.8s; }

.scrolldown {
  cursor: pointer;
  position: absolute;
  width: 200px;
  text-align: center;
  left: 50%;
  margin-left: -100px;
  bottom: 15px;
  color: white;
  text-shadow: 0px 0px 8px black;
  font-size: 20px;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 700; }

.lightdiv {
  text-align: center;
  font-size: 22px;
  padding: 150px 25px 150px 25px;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #17609d;
  max-width: 1800px;
  margin: 0 auto; }

.lightdiv h2 {
  text-align: center;
  font-size: 3em;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900; }

#faacert {
  background-color: #0c2d3d;
  font-size: 1.5em;
  text-align: center;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  color: white;
  position: relative;
  margin: auto; }

footer {
  font-size: 14px;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  background-color: #0c2d3d;
  color: white; }

.service {
  text-align: center;
  float: none;
  font-size: 1em;
  font-weight: 300;
  line-height: 140%; }

.service p {
  padding: 0px 15px; }

.service h3 {
  font-size: 1.5em;
  font-weight: 300; }

.contact {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 140%;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  color: white;
  padding: 150px 25px 150px 25px;
  background-color: #17609d; }

.contact h2 {
  font-family: inherit;
  font-size: 3em;
  font-weight: 900; }

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    margin: 10px;
    outline: none;
    padding: 10px;
    font-size: 16px;
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid white;
    color: white; }

input:focus {
    border-bottom: 2px solid #0c2d3d; }

input::-webkit-input-placeholder {
    color: #f1f1f1; }

input:-moz-placeholder {
    color: #f1f1f1; }

input::-moz-placeholder {
    color: #f1f1f1; }

input:-ms-input-placeholder {
    color: #f1f1f1; }

textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    margin: 10px;
    outline: none;
    font-size: 16px;
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    padding: 10px;
    height: 150px;
    border: 2px solid white;
    background-color: transparent;
    color: white; }

textarea:focus {
    border: 2px solid #0c2d3d; }

textarea::-webkit-input-placeholder {
    color: #f1f1f1; }

textarea:-moz-placeholder {
    color: #f1f1f1; }

textarea::-moz-placeholder {
    color: #f1f1f1; }

textarea:-ms-input-placeholder {
    color: #f1f1f1; }

input[type=submit] {
  -webkit-appearance: none;
  background-color: #0c2d3d;
  border-radius: 0px;
  border: 0px;
  padding: 10px;
  max-width: 30%;
  color: white;
  font-size: 16px;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  outline: none; }

#formResponse {
  font-size: 18px;
  text-align: center; }

@media only screen and (max-width: 864px) {
  .service {
    width: 100%;
    float: none; }
  .service img {
    width: 100%; }
  textarea {
    max-width: 80%;
    min-width: 80%; }
  input {
    max-width: 80%;
    min-width: 80%; }
  .herologo {
    max-width: 80%; }
  #faacert {
    max-width: 100%;
    padding: 100px 30px; } }

@media only screen and (min-width: 865px) {
  .service {
    width: 33.3%;
    float: left; }
  .service img {
    width: 100%;
    max-width: 600px; }
  textarea {
    max-width: 800px;
    min-width: 800px; }
  input {
    max-width: 800px;
    min-width: 800px; }
  .herologo {
    width: 600px; }
  #faacert {
    max-width: 600px;
    border-radius: 10px;
    padding: 30px;
    top: 41px; } }