@import "../node_modules/bootstrap/scss/bootstrap";

  @font-face {
    font-family: 'Intro Rust G Base 2 Line';
    src: url('font/IntroRustG-Base2Line.woff2') format('woff2'),
        url('font/IntroRustG-Base2Line.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Intro Head R Base';
    src: url('font/IntroHeadR-Base.woff2') format('woff2'),
        url('font/IntroHeadR-Base.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
  

body {
    width: 100vw;
    font-family: 'Intro Head R Base';
    font-size: 20px;
}

h1 {
    font-size: 5rem;
    color: #FEE0BA;
}

h2 {
    font-size: 3rem;
}

h3,h4 {
    font-family: 'Intro Rust G Base 2 Line';
}

h3 {
    font-size: 2.5rem;
}

.logo {
    width: 60%;
    height: auto;
}

.logo-notfound {
    width: 30%;
    height: auto;
}

.subtitle {
    color: #FEE0BA;
}

.header-row {
    height: 50vh;
}

.notfound-container {
    background-image: url(img/les-presque-notfound.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
    height: 100vh;
}

.header-container {
    background-image: url(img/les-presque-talus.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
    height: 100vh;
}

.section-container {
    background-color: #FEE0BA;
}

.content-title {
    font-size: 1.5rem;
    text-align: center;
}


.section-offer {
    background-color: black;
    color: white;
}


.section-photos {
    background-color: #FFE0BA;
}

.btn {
    background-color: black;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.footer-container {
    font-size: .9rem;
    background-color: black;
    color: #FFE0BA;
}

.footer-container a {
    color: #FFE0BA !important;
}