@font-face{
    font-family: 'Gomarice';
    src: url(resources/gomarice_goma_block.ttf);
} 

@font-face{
    font-family: 'Franxurter';
    src: url(resources/FranxurterTotallyMedium-gxwjp.ttf);
} 


.html {
    color: #ff9f1c; 
    background-color: #ffbf69;
}

.body {
    color: #ff9f1c; 
    background-color: #ffbf69;
}


.nav-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    z-index: 100;
    left: 0;
    width: 100%;
    padding: 0;
}

.nav-flex-row li {
    text-decoration: none;
    list-style-type: none;
    padding: 20px 15px;
}

.nav-flex-row li a {
    font-family: 'Gomarice';
    color: #cbf3f0;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 300;
}

.section-intro {
    height: 820px;
    background-image: url(img/background.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-intro h1 {
    font-family: 'Gomarice';
    text-align: center;
    color: #cbf3f0;
    font-size: 4em;
    font-weight: 700;
}

.section-intro header {
    display: flex;
    flex: 4;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.link-to-book-wrapper {
    flex: 1;
}

.about-section {
    display: flex;
    align-items: center;
    background-color: #2EC4B6;
    padding: 50px 30px;
}

.link-to-book {
    color: #2EC4B6;
    display: block;
    border: 2px solid #2EC4B6;
    padding: 5px 10px;
}

a.link-to-book:hover {
    background-color: #cbf3f0;
    color: #2EC4B6;
    text-decoration: none;
}

.about-section p,
.about-section h2 {
    font-family: 'Gomarice';
    color: #cbf3f0;
    text-align: center;
    width: 60%;
    margin: auto;
    font-size: 2.3em;
    text-transform: uppercase;
}

.menu-section p,
.menu-section h2 {
    font-family: 'Gomarice';
    color: #2EC4B6;
    text-align: center;
    width: 60%;
    margin: auto;
    font-size: 4em;
    text-transform: uppercase;
}

.about-section h3 {
    font-family: 'Franxurter';
    color: #cbf3f0;
    text-align: center;
    width: 60%;
    margin: auto;
    font-size: 1.5em;
}

.carousel-inner {
    height: 100%;
    width: 100%;
}

.row-flex {
    background-color: #ff9f1c;
    display: flex;
    flex-direction: row;
}

.flex-column-form {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 30px 20px;
}

.btn.btn-primary {
    font-family: 'Franxurter';
    color: #ff9f1c; 
    background-color: #ffbf69;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 10px;
    letter-spacing: 2px;
    border: 0;
}

.btn.btn-primary:hover {
    background-color: #cbf3f0;
}
.contact-address {
    font-family: 'Franxurter';
    color: #2EC4B6;
    flex: 1;
    margin: 30px 20px;
    font-size: 1.2em;
}

.opening-time p span,
.contact-adress p span {
    display: block;
}

@media (min-width:577px) and (max-width: 800px) {

    .section-intro {
        height: 500px;
    }

    .about-section p,
    .about-section h3 {
        font-size: 20px;
    }

    .carousel-inner {
        height: 100%;
    }

    .row-flex {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 576px) {
    .section-intro {
        height: 300px;
    }

    .about-section {
                padding: 30px;
    }

    .section-intro h1 {
        font-size: 2em;
    }

    .about-section p,
    .about-section h3 {
        font-size: 15px;
    }

    .carousel-inner {
        height: auto;
    }

    .row-flex {
        display: flex;
        flex-direction: column;
    }

    .row-flex h3 {
        font-size: 25px;
        text-align: center;
    }

    .form-group p {
        font-size: 15px;
    }

    .opening-time p span,
    .contact-adress p span {
        font-size: 15px;
        text-align: center;
    }

}

