*
{
    margin: 0;
    padding: 0;
}

/*--Navigation--*/
#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;
}
.navbar-brand img
{
    height: 65px;
    padding-left: 20px;
}
.navbar-nav li
{
    padding: 0 10px;
}
.navbar-nav li a
{
    float: right;
    text-align: left;
}
#nav-bar ul li a:hover
{
    color: #80c1ff!important;
}
.navbar
{
    background: white;
}
.navbar-toggler
{
    border: none!important;
}
.nav-link
{
    color: lightcyan;
    font-weight: 600;
    font-size: 16px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%% Section for Index.html (HOME) %%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*------Slider-------*/
#slider
{
    width: 100%;
}
.carousel-item
{
    max-height: 675px !important;
    opacity: 1;
}
.d-block
{
    top: initial !important;
    object-fit: cover;
    width: 100%;
}
.carousel-caption
{
    border-style: none;
    top: 42%;
    bottom: initial !important;
}
.carousel-caption h5
{
    opacity: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-style: solid;
    color: white;
    font-size: 30px;
}
/*------About------*/
#about
{
    padding-top: 65px;
    padding-bottom: 65px;
    color: black;
    width: auto;
}
#about h2
{
    font-family: 'Yeseva One', cursive;
    font-size: 45px;
    text-align: left;
    color: black;
}
#about .btn-primary
{
    background-color: #49d89c;
    border: none;
    color: white;
    padding: 12px 25px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 0.6;
    transition: 0.3s;
    cursor: pointer;
}
#about .btn-primary:hover
{
    opacity: 1;
}
.about-content
{
    font-family: 'Quicksand', sans-serif;
    padding-top: 15px;
    padding-bottom: 10px;
}
#about .image
{
    padding-left: 40px;
}

/*---------------Order Options---------------*/
#price
{
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.3)),url(Banners_Backgrounds/Cake_image_400_crop2.jpg);
    background-size: cover;
    background-position: center;
    color: white !important;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}
#price h1
{
    font-family: 'Yeseva One', cursive;
    font-size: 45px;
    text-align: center;
    color: white !important;
    padding-bottom: 10px;
}
#price h1::after
{
    content: '';
    background: white;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}

.cake-details
{
    margin: 10px auto;
    display: inline;
    float: right;
    width: 100%;
    background-color: white;
    padding: 15px 15px;
}
.cake-details h2
{
    font-family: 'Cookie', serif;
    font-size: 35px;
    text-align: center;
    color: black;
}
.cake-details p
{
    font-size: 20px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    color: black;
}

#price span
{
    font-size: 15px;
}

#price .btn-info
{
    background-color: #49d89c;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 0.6;
    transition: 0.3s;
    cursor: pointer;
}
#price .btn-info:hover
{
    opacity: 1;
}
/*-----------Footer------------*/
#footer .float-container
{
    padding-top: 30px;
    padding: 30px;
    padding-bottom: 15px;
    display: flex;
}
#footer .float-info
{
    flex: 1;
    border: none;
}
#footer .float-info:first-child
{
    margin-right: 20px;
}
#footer .contact p
{
    font-family: 'Quicksand', serif;
    padding-left: 20px;
    margin: 0.2;
}
#footer .contact h6
{
    font-family: 'Quicksand', serif;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 13px;
}
#footer .media
{
    float: right;
}
#footer .media p
{
    font-family: 'Quicksand', serif;
    margin: 0;
    padding-right: 25px;
    text-align: right;
}
#footer .media li
{
    list-style: none;
    margin: 10px 15px;
    display: inline-block;
    font-size: 25px;
    padding: 18px 18px;
    color: rgb(216, 111, 12);
    border: 1px solid rgb(216, 111, 12);
    border-radius: 50%;
    transition: .5s;
    opacity: 0.8;
}
#footer .media li:hover
{
    opacity: 1;
    transition: 0.3s;
}

/*%%%%%%%%%%%%% Section for Gallery.html %%%%%%%%%%%%%%%%*/
#about-gallery
{
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.5)),url(Banners_Backgrounds/Cake_image_402.jpg);
    background-size: cover;
    background-position: center;
    color: white !important;
    padding-top: 150px;
    padding-bottom: 150px;
}
hr.solid 
{
    border-top: 5px solid #bbb;
}
#about-gallery h2
{
    font-family: 'Tangerine', serif;
    line-height: 115px;
    font-size: 140;
}
#about-gallery p
{
    font-family: 'Quicksand', sans-serif;
}
#designs
{
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
}
.gallery img
{
    width: 230px;
    padding: 20px;
    transition: 0.5s;
}
.gallery img:hover
{
    transform: scale(1.1);
}

/*%%%%%%%%%%%%%%%%%%%% Section for Order.html %%%%%%%%%%%%%%*/
#order-title
{
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.5)),url(Banners_Backgrounds/Cake_image_198_crop.jpg);
    background-size: cover;
    background-position: center;
    color: white !important;
    padding-top: 180px;
    padding-bottom: 180px;
}
#order-title h2
{
    font-family: 'Berkshire Swash', cursive;
    font-size: 65px;
    padding-left: 25px;
}
#custom-order
{
    padding-top: 65px;
    padding-bottom: 65px;
    color: black;
    width: auto;
}
#custom-order h2
{
    font-family: 'Yeseva One', cursive;
    font-size: 35px;
    text-align: left;
    color: black;
}
#custom-order p
{
    font-family: 'Quicksand', sans-serif;
    padding-top: 15px;
    padding-bottom: 10px;  
}
#custom-order .btn 
{
    background-color: #49d89c;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 0.6;
    transition: 0.3s;
}
#custom-order .btn:hover 
{opacity: 1}
#custom-order .cake-thumb
{
    height: 270px;
    width: 270px;
    border-radius: 55%;
    opacity: 1;
}
#custom-order .col-sm-4
{
    padding-right: 50px;
    padding-left: 100px;
}


#store-order
{
    padding-top: 65px;
    padding-bottom: 65px;
    color: black;
    width: auto;
}
#store-order h2
{
    font-family: 'Yeseva One', cursive;
    font-size: 35px;
    text-align: left;
    color: black;
}
#store-order p
{
    font-family: 'Quicksand', sans-serif;
    padding-top: 15px;
    padding-bottom: 10px;   
}
#store-order .rv_button
{
    background-color: #49d89c;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 0.6;
    transition: 0.3s;
}
#store-order .rv_button:hover 
{opacity: 1}

#reveal .container
{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-color: gray;
}
#reveal2 .container
{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-color: gray;
}
.OM-image
{
    padding-top: 40px;
    flex-basis: 40%;
    padding-bottom: 40px;
}
.MN-text
{
    margin: 20px;
}
.MN-text p
{
    font-size: 18px;
}
.MN-text i
{
    float: right;
    padding-right: 70px;
}

#store-order .rv_button2
{
    background-color: #49d89c;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 0.6;
    transition: 0.3s;
}
#store-order .rv_button2:hover 
{opacity: 1}

#store-order .col-sm-4
{
    height: 250px;
    padding-right: 100px;
    padding-left: 100px;
}
#store-order .cake-thumb
{
    height: 270px;
    width: 270px;
    border-radius: 55%;
    opacity: 1;
}

/*%%%%%%%%%%%%%%%%%%%% Section for about.html %%%%%%%%%%%%%%*/
#AB-order-title
{
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.5)),url(Banners_Backgrounds/Cake_image_401_crop.jpg);
    background-size: cover;
    color: white !important;
    padding-top: 200px;
    padding-bottom: 200px;
}
#AB-order-title h2
{
    font-family: 'Berkshire Swash', cursive;
    font-size: 65px;
    padding-left: 25px;
}

#our-location
{
    padding-top: 65px;
    padding-bottom: 65px;
    width: auto;
}
#our-location .col-md-6
{
    padding-top: 35px;
    border-style: none;
}
#our-location .col-md-6 p
{
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Quicksand', sans-serif;
}
#our-location h2
{
    font-family: 'Yeseva One', cursive;
}
.container-R
{
    padding-top: 30px;
    border-style: none;
    margin: 30px;
}

#our-story
{
    padding-top: 65px;
    padding-bottom: 65px;
    width: auto; 
}
.flex-container
{
    display: flex;
}
.flex-child
{
    flex: 1;
    margin: 30px;
    border-style: none;
}
.flex-child:first-child
{
    border-style: none;
}
.jenny-pic
{
    margin-left: 30%;
}
.jenny-pic img
{
    max-width: 100%;
    height: auto;
}

#our-story h2
{
    font-family: 'Yeseva One', cursive;
}
.about-content p
{
    margin-right: 50px;
}
