/*  HOMEPAGE  */


.about {
    font-family: 'Montserrat';
    text-align: left;
    color: #C7C7C7;
    font-size: 21px;
    font-weight: lighter;
    line-height: normal;
    flex-direction: column;
    margin: 6%;
}

.about-title {
    font-family: 'Londrina Solid';
    color: #FEEFB8;
    font-weight: 200;
    font-size: 40px;
}

#BBBhome {
    position: relative;
    width: 100%;
    display: flex;
}

#homepage-text {
    color: #E5E5E5;
    margin: 6%;
    text-align: justify;
}

#BBBmenu {
    position: relative;
    right: 0;
    width: 50%;
    height: 565px;
    background-color: #3F3F3F;
}

#BBBpic {
    min-width: 55vw;
    max-width: 55vw;
    position: relative;
    height: 565px;
    margin-left: -5vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}




/*CAROUSEL   */

.carousel-dots {
    width: 50%;
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-dot {
    position: relative;
    float: left;
    height: 5px;
    width: 5px;
    margin-right: 20px;
    background-color: white;
    border-radius: 10px;
}

#carousel-dot1 {
    height: 8px;
    width: 8px;
}




/*   DELIVERY   */

#delivery {
    width: 100%;
    height: 80%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3%;
}

.deliveryservices {
    height: 100px;
    width: auto;
    margin: auto;
}

.deliveryservices2 {
    height: 80px;
    width: auto;
    margin-top: 12%;
}

#imagewrapper {
    justify-content: space-between;
    width: 50%;
    display: flex;
}

#delivery>h2 {
    font-family: 'Londrina Solid';
    font-size: 44px;
    margin-bottom: 100px;
    text-align: center;
    color: #951900;
}

.buttonbar>.orderonlnie>h2 {
    margin-bottom: 0;
}

.orderonline>#iconwrapper {
    display: flex;

}

#iconwrapper {
    justify-content: space-between;
}

.icondeliveryservices {
    width: auto;
    height: 50px;
    padding-left: 15.5%;
    padding-right: 18.5%;
}

.icondeliveryservices2 {
    height: 35px;
    margin-top: 21%;
}
