/* body,
div,
table,
p {
  font-family: "Lato", sans-serif;
} */

h1,
h2,
h3,
h4,
h5,
.title {
  font-family: "Montserrat", sans-serif;
}

h2,
.title {
  font-size: 4rem;
}

/* TO BE REPLACE LATER */
.g-color-primary {
  color: #f28d00 !important;
}

.g-color-secondary {
  color: #003154 !important;
}

.g-bg-secondary-v2 {
  background-color: #008dc6 !important;
}

.g-color-secondary-v2 {
  color: #008dc6 !important;
}

.u-btn-outline-primary {
  color: #f28d00 !important;
  border-color: #f28d00 !important;
}

.u-btn-outline-primary:hover {
  color: #fff !important;
  background-color: #f28d00 !important;
}

/* Hero parts */
#bandeau {
  width: 100%;
  background-image: url("../img/bandeau.jpg");
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0;
  text-align: center;
}

.hero-style {
  height: 80vh;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#hero-home {
  background-image: url("../img/hero-home.jpg");
  background-position: center;
}

#hero-platrerie {
  background-image: url("../img/services/platrerie/hero.jpg");
  background-position: center;
}

#hero-amenagement {
  background-image: url("../img/services/combles/hero.jpg");
  background-position: center;
}

#hero-peinture {
  background-image: url("../img/services/peinture/hero.jpg");
  background-position: center;
}

#hero-revetement {
  background-image: url("../img/services/revetement/hero.jpg");
  background-position: center;
}

#hero-exterieur {
  background-image: url("../img/services/exterieur/hero.jpg");
  background-position: center;
}

#bandeau-text {
  padding: 0 15%;
}

.nav-link {
  /* font-weight: 500; */
  font-size: 1rem;
  text-transform: none;
}

#header-container {
  max-width: 100%;
}

h1 {
  font-size: 4.5rem;
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  h1 {
    font-size: 3rem;
  }

  h2,
  .title {
    font-size: 3rem;
  }

  #nav-logo {
    width: 50%;
  }

  .navbar-toggler {
    margin-top: 5%;
  }
}

@media screen and (min-width: 450px) and (max-width: 900px) and (orientation: portrait) {
  .navbar-toggler {
    margin-top: 8%;
  }
}

@media screen and (max-width: 900px) and (orientation: landscape) {
  #nav-logo {
    width: 70%;
  }

  .navbar-toggler {
    margin-top: 5%;
  }

  h1 {
    font-size: 2rem;
  }

  h2,
  .title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 900px) and (max-width: 1200px) and (orientation: landscape) {
  .navbar.navbar-expand-lg {
    padding: 0;
  }

  #nav-logo {
    width: 100%;
  }
}
