body {
    font-family: 'Varela Round', sans-serif;
    color: #666666;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Comfortaa', cursive;
}

.font-dancing {
    font-family: 'Dancing Script', cursive;
}

@media (min-width: 320px) {
    #mainNav {
        background-color: transparent;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 25px;
        padding-bottom: 25px;
        -webkit-transition: padding-top 0.6s, padding-bottom 0.6s;
        transition: padding-top 0.6s, padding-bottom 0.6s, background-color 0.6s;
        border: none;
        background-color: transparent;
    }
    #mainNav .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }
    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #ffffff;
        transition: padding-top 0.6s, padding-bottom 0.6s, background-color 0.6s;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
    }
    #mainNav .navbar-nav .nav-link {
        color: rgba(240, 84, 64, 0.8);
    }
    #mainNav.navbar-light .navbar-nav .nav-link.active {
        color: rgba(246, 149, 137, 0.9)
    }
    #mainNav.navbar-shrink .navbar-nav .nav-link {
        color: rgba(137, 246, 149, 0.8);
    }

    #mainNav.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: #f58577;
    }
    #mainNav .navbar-brand img {
        height: 60px;
        transition: height 0.6s;
    }
    #mainNav.navbar-shrink .navbar-brand img {
        height: 45px;
        transition: height 0.6s;
    }
}

header .carousel-caption {
    margin-bottom: 7%;
}

header .carousel-caption h1 {
    font-size: 5rem;
}

header .carousel-caption p {
    font-size: 2rem;
}

.rocher-bg {
    text-align: center;
    color: white;
    background-image: url("../../img/rocher-gourmand.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 25%;
}

@media screen and  (min-width: 320px) {
    section.rocher-bg {
        background-attachment: scroll;
    }
}

@media screen and  (min-width: 992px) {
    section.rocher-bg {
        background-attachment: fixed;
    }
}

#contact {
    background-image: url("../../img/contact-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#product-list {
    font-size: 1rem;
    line-height: 1.1;
}











