body {
    /* font-family: 'Cookie', cursive; */
    font-family: 'Poppins', sans-serif;
    background: white;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h1, h2, h3 {
    font-weight: bold;
    color: #094fa3;
}

/* Navbar */

.navbar {
    padding: 0rem 1rem;
}

#navbar-container {
    position: relative;
    width: 100%;
    content: "";
    background: url('../img/top-red.png')  repeat-x scroll center center;
    height: 178px;
    width: 100%;
    position: absolute;
    left: 0px;
    /* bottom: -13px; */
    z-index: 30;
}


#navbar-container  .navbar{
    position: absolute;
    width: 100%;
}

#navbar-container  .bg-light{
    width: 100%;
}





#navbar-container .navbar .nav-item  {
    padding-top: 7px;
}

#navbar-container .navbar .nav-item .nav-link {
    font-family: 'Cookie', cursive;
    font-size: 2.75rem;
    color: black;
}

#navbar-container .navbar .nav-item .nav-link:hover {
    color: #094fa3;
}

/* 
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
} */

#navbar-container .logo {
    width: 10rem;
}

#navbar-container .bg-white {
    background: white;
    height: 5rem;
    /* position: absolute; */
    /* top: 0; */
}

#navbar-container .navbar .nav-item .nav-link {
    font-family: 'Cookie', cursive;
    font-size: 2.75rem;
    color: black;
    padding: 0 3rem;
}




/* ================== SHOWCASE HEADER ================== */


#showcase {
	background: #333 url('../img/vie_de_france_bakery_header_1920x1080.jpg') no-repeat center/cover;
	height: 95vh;
	color: #fff;
    padding-top: 2rem;
    position: relative;
    /* overflow: hidden; */
    z-index: 2;
}


#showcase .container {
    height: 100%;
}

#showcase .btn:hover {
    background: #094fa3;
    color: white;
}

#showcase .row {
    height: 100%;
    justify-content: center;
    /* padding: 0 10rem; */
    position: relative;
    z-index: 2;
}

#showcase .girl-container {
    position: relative;
    display: flex;
    justify-content: center;
}

#showcase .girl{
    position: absolute;
    bottom: 0;
    height: 80%;
    /* width: 35rem; */


}

#showcase .text-container {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

#showcase .text-container h1 {
font-family: 'Cookie', cursive;
color: #ee3844;
text-align: center;
font-size: 4.5rem;
line-height: 1;
/* white-space: nowrap; */
text-shadow: 
1px  1px     #fff, 
-1px  1px     #fff, 
1px -1px     #fff, 
-1px -1px     #fff,
1px  1px 5px #555;
margin-bottom: 1rem;
}


#showcase .overlay {
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;

  }


  .bottom-curve {
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    margin-bottom: -2px;
    z-index: 2;
    position: absolute;
}

#showcase .btn {
    font-weight: 500;
    padding: 9px 55px;
    border-radius: 34px;
    font-size: 24px;
}


/* =============== BAKERY =============== */


#bakery  {
    /* position: relative; */
    padding: 5rem 0 !important;
    /* background: #333 url('../img/bakery_background-bg.jpg') no-repeat center/cover; */
}


#bakery h1 {
    color: #094fa3;
}

#bakery .tower, #bakery .coffee, .bakery .croissant  {
    position: absolute;
}

#blue-bottom {
    height: 5rem;
    background-color: #094fa3;
    bottom: 0;
    width: 100%;
    margin-top: auto;
}



/* ============== CONTACT ==============  */


#contact #showcase {
    background: #333 url(../img/contact-us_croissant.jpg) no-repeat center/cover;
    height: 500px;
    border-bottom: 5px solid #ee3844;
}

#contact #showcase .overlay {
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: 496px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

#contact #bakery  {

    height: 400px;
    display: flex;
    align-items: center;

}




/* ======================= HOURS ======================= */


#hours #showcase {
    background: #333 url(../img/breakfast-coffee_header.jpg) no-repeat center/cover;
    height: 500px;
    border-bottom: 5px solid #ee3844;
}




/* ====================== MEDIA SCREENS START ======================  */



@media screen and (max-width: 1000px) {


    #navbar-container .navbar {
        position: absolute;
        width: 100%;
        padding: 0 4rem;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        position: relative;
        top: -43px;
        /* background:  #094fa3; */
    }


    .navbar-brand {
        padding-top: 0rem;

    }

    #navbar-container .bg-white {
        background: white;
        height: 6rem;
        /* position: absolute; */
        /* top: 0; */
    }

    #navbar-container {
        position: relative;
        width: 100%;
        content: "";
        background: url(../img/top-red.png) repeat-x scroll center center;
        height: 210px;
        width: 100%;
        position: absolute;
        left: 0px;
        /* bottom: -13px; */
        z-index: 30;
    }


    #navbar-container .navbar {
        position: absolute;
        width: 100%;
    }

    .navbar-nav {
        background: #094fa3;
    }


}


/* ====================== IPAD ====================== */



@media screen and (max-width: 900px) {

    #showcase .text-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-left: 6rem;
    }

    .navbar-nav {
        background: #094fa3;
    }

    #navbar-container .navbar .nav-item .nav-link {
        font-family: 'Cookie', cursive;
        font-size: 2.75rem;
        color: white;
        padding: 0 3rem;
    }


    #navbar-container .navbar .nav-item .nav-link {
        font-family: 'Cookie', cursive;
        font-size: 2.75rem;
        color: white;
        padding: 0 3rem;
        text-align: center;
    }

}


/* ==================== MOBILE ====================  */



@media screen and (max-width: 600px) {


    #navbar-container  {
        height: 183px;
    }

    #navbar-container .navbar {
        position: absolute;
        width: 100%;
        padding: 0 2rem;
    }


    .navbar-toggler {

        top: -19px;
    }

    #navbar-container .logo {
        width: 7rem;
    }

    #navbar-container .bg-white {
        background: white;
        height: 83px;
        /* position: absolute; */
        /* top: 0; */
    }

    #showcase  {
        overflow: auto;
    }

    #showcase .text-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-left: 15px;
    }

    #showcase .text-container h1 {
        font-family: 'Cookie', cursive;
        color: #ee3844;
        text-align: center;
        font-size: 3.25rem;
        line-height: 1;
        /* white-space: nowrap; */
        text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #555;
        margin-bottom: 1rem;
    }

    #showcase .girl-container {
        position: relative;
        display: flex;
        justify-content: center;
        order: 2;
    }

    #showcase .girl {
        position: absolute;
        bottom: 0;
        height: 136%;
    }

    .bottom-curve {
        bottom: -2px;
       
    }

    #bakery {
        position: relative;
        padding: 2rem 15px !important;
    }

}

