/* GLOBAL */

h1 {
  font-family: 'IM Fell French Canon', sans-serif;
}

.font-custom
{
  font-family: 'IM Fell French Canon', sans-serif;
}

.color-red {
  color: red !important;
}

.color-one {
  color: #1B201E;
}

.color-two {
  color: #C4BAA6;
}

.lh-20 {
  line-height: 1.7rem;
}

.sr-50 {
  width: 60%;
  margin: 0 auto;
  background-color: #ed1c24;
}

.underline {
  text-decoration: underline;
}

.subtitle {
  font-size: 1.7rem;
}

.bg-color-one
{
  background-color: #1B201E;
}

.bg-color-two
{
  background-color: #C4BAA6;
}

.small 
{
  font-size: 0.7rem;
}

/* HEADER */
.navbar-topbar 
{
  display: none;
}

.navbar-nav .nav-item .nav-link {
  font-weight: 600;
  /* color:red; */
}

.navbar-expand-lg.navbar-dark .navbar-nav
{
  background-color: #1B201E;
}

#site-title
{
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}

/* Fix when scrolling, topbar offset is not enought */
.navbar-sticky-top.navbar-scrolled .navbar-topbar
{
  margin-top: -55px;
}

.navbar.navbar-scrolled.navbar-dark
{
  background-color: #1B201E;
}


/* FOOTER */
.footer-colum {
  padding: 0 40px;
}
.footer-colum h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid grey;
}

/* HERO SECTIONS */

#hero-home
{
  background-color: red;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #1B201E;
}

#hero-home video
{
  height: 100%;
}

#hero-home div,
#hero-restauration div,
#hero-reparation div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
}

#hero-restauration
{
  background-image: url("../img/pages/renovation/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

#hero-reparation
{
  background-image: url("../img/pages/reparation/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

#hero-restauration div,
#hero-reparation div
{
  width: 90%;
  background-color: rgba(196 , 186, 166, 0.6);
}

#hero-home .hero-section h1 {
  font-size: 4rem;
}

.hero-section h1 {
  font-weight: 500;
  font-size: 3rem;
}

.hero-section h2 {
  font-weight: 400;
  font-size: 1.5rem;
}

#hero-contact 
{
  background-image: url('../img/pages/home/bgcontact.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/* CUSTOM SECTIONS */
.custom-section
{
  min-height: 80vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.custom-section p
{
  line-height: 1.7em;
}

#section-contact
{
  height: 60vh;
  background-image: url('../img/pages/home/bgcontact.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#section-contact h3
{ 
  font-size: 2.5rem;
  font-weight: 400;
}

#section-contact p
{ 
  font-size: 1.2rem;
  font-weight: 400;
}


/* CARDS */
.card {
  overflow: visible;
}

.card p
{
  font-size: 0.9rem;
}

.card h3
{
  font-size: 1.3rem;
}

.card-container .card {
  margin-bottom : 40%;
}

.card-transition-zoom
{
  border: none !important;
}

#gallery-section
{
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 38%, rgba(27,32,30,1) 92%);
}

#gallery-section .card-title
{
  color: white;
  font-weight: 400;
}

/* HOME PAGE */
.fake-title {
  font-family: 'IM Fell French Canon', sans-serif;
  font-weight: 400;
  font-size: 3rem;
}

#google-review {
  background-color: rgba(45, 55, 75, 0.4);
}

.g-py-100 {
  padding: 10% 0;
}

.g-pt-100 {
  padding-top: 40%;
}

#header {
  max-width: 100vw;
}

footer .fake-title
{
  font-size: 2.5rem;
}


/* Just some landscape fixed on mobile */
@media screen and (orientation: landscape) {
  #hero-home video
  {
    width: 100%;
    height: auto;
  }

  #hero-home .hero-section h1 {
    font-size: 3rem;
  }


}


/* Ipad & More */
@media screen and (min-width: 900px) {

  #hero-home .hero-section h1 {
    font-size: 5rem;
  }

  .g-pt-100 {
    padding-top: 20%;
  }

  .navbar-topbar 
  {
    display: block;
  }

  .navbar-scrolled .navbar-topbar #logo
  {
    display: none;
  }

    #hero-restauration div,
  #hero-reparation div
  {
    width: 60%;
    padding: 0 30px;
  }

 
}

/* Laptopt & More */
@media screen and (min-width: 1024px) {

  
  #hero-home video
  {
    width: 100%;
    height: 100%;
  }

  #hero-home .hero-section h1 {
    font-size: 4rem;
  }

  #section-portfolio
  {
    margin-top: 110px;
  }

  #hero-contact
  {
    margin-top: 110px;
  }

  #hero-restauration div,
  #hero-reparation div
  {
    width: 50%;
  }
}


/* Large Screen */
@media screen and (min-width: 1300px) {
  #hero-home .hero-section h1 {
    font-size: 5rem;
  }
}
