:root {
  --bg-color-light: #0796fe;
  --bg-color-dark: #001d3f;
}

body,
html {
  height: 100%;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #343434;
}

.noGutter-x {
  --bs-gutter-x: 0;
}

.socialMediaSection {
    background-color: var(--bg-color-dark);
    text-align: right;
    color: #fff;
    font-family: Montserrat;
    font-size: 1.38rem;
    font-weight: 600;
}

.socialMediaRow {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
}

.socialLeft {
    display: inline;
    text-align: left;
}

.socialRight {
    text-align: right;
}

    .socialRight .socialIcons {
        display: none;
        margin-right: 5.5rem;
    }

.socialPhoneImage {
    margin-right: 0.6rem;
    letter-spacing: 0.1rem;
}

.socialPhoneImage svg {
    margin-right: 0.6rem;
    display:none;
}

.socialIcons svg {
    border-radius: 8px;
    cursor: pointer;
    display: none;
    /* margin-left: 0.675rem; */
}

.socialAnchorTag {
    text-decoration: none;
}

    .socialIcons svg rect,
    path {
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        transition: all 0.75s ease;
    }

.heroSection {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.removePadding {
  padding: 0;
}

.heroText {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fb-logo-col {
  /*text-align: center;*/
  position: relative;
  margin-left: 4rem;
  z-index: 1;
}

.mobile-menu-icon {
  position: absolute;
  z-index: 2;
  top: 3.75rem;
  right: 4rem;
  cursor: pointer;
}

.menuClose {
    display: none;
}

.menuClose, menuOpen {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile-menu-link {
  text-decoration: none;
}

.mobile-menu-container {
  overflow: hidden;
  max-height: 0px;

  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.mobile-menu-item {
  background-color: var(--bg-color-light);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  width: 100%;
  padding-top: 1.47rem;
  padding-bottom: 1.47rem;
  text-align: center;
  border: 1px solid #fff;
}

.home-fb-logo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 12.5rem;
}

.home-menu {
  text-align: right;
  padding-top: 6.2rem;
  display: none;
}

.home-menu-item {
    color: #424242;
    font-family: Montserrat;
    font-size: 13.774px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    letter-spacing: 0.551px;
    margin-left: 2.8rem;

    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.home-menu-item:hover {
  color: var(--bg-color-light);
}

/*.home-menu-item-selected {
  color: #3aaeff;
  cursor: default;
  text-decoration: none;
}*/

.home-menu-break {
  display: inline;
}

.home-menu-second-row {
  margin-top: 2.6rem;
}

.heroCaption {
  font-weight: 400;
  /* font-size: 6.4rem;
  margin-top: 12.5%; */

  font-size: 2.4rem;
  /* margin-top: 1rem;
  margin-left: 3rem; */
}

.mobile-hero-text {
  margin: 0;
  position: absolute;
  font-size: 1.7rem;
  top: 50%;
  left: 15%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* media queries */
@media (min-width: 360px) {
    .socialIcons svg,
    .socialPhoneImage svg {
        display: inline;
    }
}

@media (min-width: 576px) {
    .socialPhoneImage svg {
        margin-right: 1rem;
    }

    .socialIcons svg {
        margin-right: 0.675rem;
    }

    .socialLeft {
        display: none;
    }

    .socialRight .socialIcons {
        display: inline;
    }

    .fb-logo-col,
    .home-fb-logo {
        margin-left: 0;
    }

   .mobile-hero-text {
        font-size: 2.5rem;
   }
}

@media (min-width: 768px) {
  .mobile-hero-text {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .fb-logo-col {
    text-align: left;
    max-width: 30rem;
  }

  .mobile-hero-text {
    font-size: 3.5rem;
  }

  .mobile-menu-container {
    display: none;
  }

  .mobile-menu-icon {
    display: none;
  }

  .home-menu {
    display: inline;
  }
}

@media (min-width: 1200px) {
  .mobile-hero-text {
    font-size: 5rem;
  }

  .home-fb-logo {
    width: 15.5rem;
  }
}

/*Obsolete*/
@media (min-width: 1400px) {
  .home-menu-break {
    display: none;
  }

    .mobile-hero-text {
        font-size: 6rem;
    }
}
