* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nav {
  width: 100vw;
  height: 15vh;
  display: flex;
  flex-direction: row;
}

.hero {
  width: 100vw;
  height: 70vh;
  background-image: url(https://images.unsplash.com/photo-1481277542470-605612bd2d61?q=80&w=2306&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: cover;
  background-position: center;
  background-color: #112A46;
  overflow: hidden;
}

#heroInfo {
  width: 100vw;
  height: 70vh;
  position: absolute;
  top: 15vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#heroInfo h1, #heroInfo h3, #heroInfo h4 {
  color: #112A46;
  margin: 0.5rem 0;
  letter-spacing: 0.125rem;
}
#heroInfo a {
  text-decoration: none;
}

.aboutUs {
  width: 100vw;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.services {
  width: 100vw;
  height: auto;
  background-color: #E3E7E8;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.services H1 {
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #112A46;
}

.contactUS {
  width: 100vw;
  height: 80vh;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contactUS h1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #112A46;
}

.footer {
  width: 100vw;
  height: 10vh;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: #112A46;
}

#copyright {
  width: 40%;
  height: auto;
  text-align: center;
  color: #E3E7E8;
}

#phone {
  width: 30%;
  height: auto;
  text-align: center;
}
#phone a {
  text-decoration: none;
  color: #E3E7E8;
}

#card {
  width: 20rem;
  height: 30rem;
  margin: 1.5rem;
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
}
#card h1 {
  width: 100%;
  height: 10%;
  color: rgb(255, 255, 255);
  background-color: #112A46;
  display: flex;
  justify-content: center;
  align-items: center;
}
#card img {
  width: 100%;
  height: 40%;
  -o-object-fit: cover;
     object-fit: cover;
}
#card p {
  height: 50%;
  text-align: justify;
  line-height: 1.3rem;
  margin: 0.75rem;
}

#info {
  width: 60%;
  height: 95%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
#info p {
  text-align: justify;
  line-height: 2rem;
}

#logo {
  width: 10%;
  height: 100%;
  margin-left: 10rem;
}
#logo img {
  width: 100%;
  height: 100%;
}

#nav {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
#nav ul {
  width: 100%;
  height: 100%;
  margin-right: 10rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#nav ul a {
  text-decoration: none;
  color: #112A46;
}
#nav ul li {
  list-style-type: none;
  margin: 0 1rem;
}

#nav2 {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
#nav2 ul {
  width: 100%;
  height: 100%;
  margin-right: 10rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#nav2 ul a {
  text-decoration: none;
  color: #112A46;
}
#nav2 ul li {
  list-style-type: none;
  margin: 0 1rem;
}

#fs-frm {
  width: 30%;
  height: auto;
}

#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm label,
#fs-frm #card-element:disabled {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

#fs-frm ::-moz-placeholder {
  font-size: 0.825rem;
  margin-bottom: 0.5rem;
  padding-top: 0.2rem;
  display: flex;
  align-items: baseline;
}

#fs-frm label,
#fs-frm legend,
#fs-frm ::placeholder {
  font-size: 0.825rem;
  margin-bottom: 0.5rem;
  padding-top: 0.2rem;
  display: flex;
  align-items: baseline;
}

/* border, padding, margin, width */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm #card-element {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.75em 1rem;
  margin-bottom: 1.5rem;
}

#fs-frm input:focus,
#fs-frm select:focus,
#fs-frm textarea:focus {
  background-color: white;
  outline-style: solid;
  outline-width: thin;
  outline-color: gray;
  outline-offset: -1px;
}

#fs-frm [type=text],
#fs-frm [type=email] {
  width: 100%;
}

#fs-frm [type=button],
#fs-frm [type=submit],
#fs-frm [type=reset] {
  width: auto;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

#fs-frm [type=button]:focus,
#fs-frm [type=submit]:focus,
#fs-frm [type=reset]:focus {
  outline: none;
}

#fs-frm [type=submit],
#fs-frm [type=reset] {
  margin-bottom: 0;
}

#fs-frm select {
  text-transform: none;
}

#fs-frm [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  display: inline-block;
  width: auto;
  margin: 0 0.5em 0 0 !important;
}

#fs-frm [type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/* address, locale */
#fs-frm fieldset.locale input[name=city],
#fs-frm fieldset.locale select[name=state],
#fs-frm fieldset.locale input[name=postal-code] {
  display: inline;
}

#fs-frm fieldset.locale input[name=city] {
  width: 52%;
}

#fs-frm fieldset.locale select[name=state],
#fs-frm fieldset.locale input[name=postal-code] {
  width: 20%;
}

#fs-frm fieldset.locale input[name=city],
#fs-frm fieldset.locale select[name=state] {
  margin-right: 3%;
}

@media only screen and (max-width: 960px) {
  #nav {
    display: none;
  }
  #logo {
    width: 100%;
    margin: 0;
    padding: 0.75rem;
  }
  #heroInfo h1, #heroInfo h3, #heroInfo h4 {
    text-align: center;
  }
  #heroInfo h1 {
    font-size: 1.5rem;
  }
  #heroInfo h3 {
    font-size: 1rem;
  }
  .aboutUs {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #info {
    width: 90%;
  }
  #fs-frm {
    width: 95%;
  }
  .footer {
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  #nav2, #copyright, #phone {
    width: 100%;
    margin: 0.5rem 0;
  }
  #nav2 ul {
    display: flex;
    justify-content: center;
    margin-right: 0;
  }
}/*# sourceMappingURL=style.css.map */