@import url("https://fonts.googleapis.com/css2?family=Yellowtail&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, p, div, article, a, button {
  font-family: Arial, Helvetica, sans-serif;
}

@media only all and (min-width: 0) {
  header {
    height: 8.5rem;
    overflow: hidden;
    transition: height 0.75s;
    background-color: white;
  }
  header div#logoArea {
    height: 6rem;
    margin-bottom: 1rem;
  }
  header div#logoArea a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 6rem;
    width: 100%;
  }
  header div#logoArea a img {
    height: 6rem;
  }
  header section#mobileMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background-color: rgb(96, 96, 98);
  }
  header section#mobileMenu a:link, header section#mobileMenu a:visited {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: black;
    height: 1.25rem;
  }
  header section#mobileMenu button#dropDownBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 1.5rem;
    width: 100%;
    background-color: transparent;
    border: none;
  }
  header section#mobileMenu button#dropDownBtn:hover {
    background-color: rgb(151, 152, 154);
  }
  header section#mobileMenu button#dropDownBtn:active, header section#mobileMenu button#dropDownBtn:focus {
    background-color: rgb(0, 152, 219);
  }
  header section#mobileMenu button#dropDownBtn i {
    transition: transform 0.75s;
  }
  header section#mobileMenu nav#mobileNav {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  header section#mobileMenu nav#mobileNav ul {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    list-style: none;
  }
  header section#mobileMenu nav#mobileNav ul li {
    height: 1.75rem;
    width: 100%;
  }
  header section#mobileMenu nav#mobileNav ul li a {
    height: 1.75rem;
    width: 100%;
  }
  header section#mobileMenu nav#mobileNav ul li a.current, header section#mobileMenu nav#mobileNav ul li a:hover {
    background-color: rgb(151, 152, 154);
  }
  header section#mobileMenu nav#mobileNav ul li a:active, header section#mobileMenu nav#mobileNav ul li a:focus {
    background-color: rgb(0, 152, 219);
    background-color: rgb(236, 145, 74);
  }
  header nav#mainNav {
    display: none;
  }
  header.isOpen {
    height: 15.5rem;
  }
  header.isOpen section#mobileMenu button#dropDownBtn i {
    transform: rotate(180deg);
  }
  #hero {
    width: 100%;
    height: 55vh;
    overflow: hidden;
    position: relative;
    border-bottom: 1.5rem solid rgb(96, 96, 98);
  }
  #hero figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  #hero figure img {
    width: 250%;
    position: absolute;
    top: 0;
  }
  #hero a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
    height: 15vh;
    background-color: rgba(0, 152, 219, 0.5);
  }
  #hero a:link, #hero a:visited {
    color: white;
    text-decoration: none;
    text-shadow: 0rem 0rem 0.25rem black;
  }
  #hero a:hover, #hero a:active, #hero a:focus {
    background-color: rgba(236, 145, 74, 0.5);
  }
  #hero:not(.landing) {
    height: 40vh;
  }
  #hero:not(.landing) h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 2.5rem 0;
    bottom: 30%;
  }
  body {
    background: linear-gradient(135deg, white 21px, #dddddd 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px), linear-gradient(225deg, white 21px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px) 0 64px;
    background-color: white;
    background-size: 64px 128px;
  }
  main {
    padding-top: 0rem;
    min-height: 100vh;
    margin-bottom: 2.5rem;
  }
  footer {
    width: 100%;
    background-color: rgb(25, 25, 25);
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer #topHalf_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    width: 75%;
    flex-direction: column;
  }
  footer #topHalf_footer #logoArea {
    padding: 1rem 0;
  }
  footer #topHalf_footer #logoArea a {
    display: flex;
  }
  footer #topHalf_footer #logoArea a img {
    width: 100%;
  }
  footer #topHalf_footer #footerNav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin: 1rem auto;
    width: 100%;
  }
  footer #topHalf_footer #footerNav ul {
    list-style: none;
    width: 100%;
  }
  footer #topHalf_footer #footerNav ul li {
    padding: 0.5rem 0;
  }
  footer #topHalf_footer #footerNav ul li a:link, footer #topHalf_footer #footerNav ul li a:visited {
    color: white;
    text-decoration: none;
    font-size: 1.75rem;
  }
  footer #topHalf_footer #footerNav ul li a:hover {
    color: rgb(0, 152, 219);
  }
  footer #topHalf_footer #footerNav ul li a:active, footer #topHalf_footer #footerNav ul li a:focus {
    color: rgb(236, 145, 74);
  }
  footer #topHalf_footer #contactMolecule {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 1rem auto;
  }
  footer #topHalf_footer #contactMolecule a:link, footer #topHalf_footer #contactMolecule a:visited {
    font-size: 2.5rem;
    color: white;
  }
  footer #topHalf_footer #contactMolecule a:hover {
    color: rgb(0, 152, 219);
  }
  footer #topHalf_footer #contactMolecule a:active, footer #topHalf_footer #contactMolecule a:focus {
    color: rgb(236, 145, 74);
  }
  footer #bottomHalf_footer {
    padding: 2rem 0 0.5rem 0;
  }
  #backToTop {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 6;
    border-radius: 50%;
    padding: 0.75rem;
    background-color: rgb(0, 152, 219);
    color: white;
    border: none;
    font-size: 2rem;
    line-height: 1rem;
    cursor: pointer;
  }
  #backToTop:hover {
    background-color: rgb(236, 145, 74);
  }
}
@media only all and (min-width: 760px) {
  #hero figure img {
    width: 150%;
  }
  footer #topHalf_footer {
    width: 95%;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-template-rows: 1fr 1fr;
  }
  footer #topHalf_footer #logoArea {
    grid-column: 1;
    grid-row: 1;
  }
  footer #topHalf_footer #footerNav {
    grid-column: 2;
    grid-row: 1;
    flex-direction: row;
  }
  footer #topHalf_footer #footerNav ul {
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  footer #topHalf_footer #footerNav ul li a:link, footer #topHalf_footer #footerNav ul li a:visited {
    margin-left: 2.5rem;
    font-size: 1.5rem;
  }
  footer #topHalf_footer #contactMolecule {
    width: 75%;
    grid-column: 1/3;
    grid-row: 2;
    justify-content: flex-end;
  }
  footer #topHalf_footer #contactMolecule a {
    margin-left: 2.5rem;
  }
}
@media only all and (min-width: 992px) {
  header {
    width: 100%;
    padding: 0 2.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  header div#logoArea {
    height: 7.5rem;
    margin: 0;
  }
  header div#logoArea a {
    height: 7.5rem;
  }
  header div#logoArea a img {
    height: 7.5rem;
  }
  header section#mobileMenu {
    display: none;
  }
  header nav#mainNav {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
  }
  header nav#mainNav ul {
    display: flex;
    justify-content: space-between;
    width: 900%;
    list-style: none;
  }
  header nav#mainNav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    text-decoration: none;
    color: black;
    padding: 0.5rem;
    font-size: 1.25rem;
  }
  header nav#mainNav ul li a span {
    width: 0%;
    border: 2px solid transparent;
    transition: all 0.5s;
  }
  header nav#mainNav ul li a.current {
    font-weight: bolder;
    color: rgb(0, 152, 219);
  }
  header nav#mainNav ul li a.current span {
    width: 100%;
    border-color: rgb(0, 152, 219);
  }
  header nav#mainNav ul li a:hover span, header nav#mainNav ul li a:active span, header nav#mainNav ul li a:focus span {
    border-color: rgb(0, 152, 219);
    width: 100%;
  }
  header.isOpen {
    height: 5rem;
  }
  #hero {
    height: 80vh;
    border-top: 2rem solid rgb(96, 96, 98);
  }
  #hero figure img {
    width: 100%;
  }
  #hero a {
    width: 40vw;
    height: 20vw;
    bottom: 20%;
    right: 2.5rem;
  }
  #hero a:hover, #hero a:active, #hero a:focus {
    border-radius: 15px;
  }
  #hero:not(.landing) {
    height: 70vh;
  }
  #hero:not(.landing) h1 {
    bottom: 32.5%;
    height: 25vh;
    font-size: 3rem;
  }
  footer #topHalf_footer #logoArea {
    grid-row: 1/3;
  }
  footer #topHalf_footer #footerNav ul li a:link, footer #topHalf_footer #footerNav ul li a:visited {
    font-size: 1.75rem;
  }
  footer #topHalf_footer #contactMolecule {
    grid-column: 2;
    grid-row: 2;
  }
}
@media only all and (min-width: 1200px) {
  header {
    height: 7rem;
  }
  header div#logoArea {
    height: 6rem;
    margin-bottom: 0rem;
  }
  header div#logoArea a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 6rem;
    width: 100%;
  }
  header div#logoArea a img {
    height: 6rem;
  }
  header nav#mainNav {
    width: 25%;
  }
}
@media only all and (min-width: 0) {
  .infoSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    width: 100%;
    padding: 0;
    margin: 2.5rem auto;
    z-index: 2;
  }
  .infoSection article {
    background-color: rgb(96, 96, 98);
    color: white;
    width: 300px;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 30% 70%;
    padding: 1rem;
    margin: 1rem auto;
    box-shadow: 2.5px 2.5px 10px black;
  }
  .infoSection article h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    grid-column: 1;
    grid-row: 1;
  }
  .infoSection article div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    grid-column: 1;
    grid-row: 2;
  }
  .infoSection article div i {
    font-size: 2.5rem;
    margin: 1rem 0;
  }
  .infoSection article p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    grid-column: 2;
    grid-row: 1/3;
    height: 100%;
  }
}
@media only all and (min-width: 760px) {
  .infoSection {
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 760px;
  }
  .infoSection article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    justify-content: flex-start;
    width: 175px;
    height: 17.5rem;
    margin: 2.5rem auto;
  }
  .infoSection article div {
    margin: 2rem auto;
  }
  .infoSection article div i {
    margin: 0;
  }
}
@media only all and (min-width: 992px) {
  .infoSection {
    width: 800px;
  }
}/*# sourceMappingURL=contact.css.map */