body {
    font-family: 'Mooli', sans-serif;
}
.burger {
    background-color: #0081C9;
}
.blue {
    background-color: #5BC0F8;
}
h2, h3, h4, h6, p, a, span {
    font-family: 'Mooli', sans-serif;
}
#about {
    display: flex;
    justify-content: space-around;
    background-color: #0081C9;
}
.text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 40px;
    width: 50vw;
    font-size: 27px;
}

.item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30vw;
    height: 100%;
    padding: 25px;
}
.abtn {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    opacity: 0.7;
    font-size: 20px;
    font-weight: 300;
    width: 90%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.abtn:hover {
    background-color: #fff;
    color: #000000;
}
.cardFour {
    background-image: url(MM.JPEG);
    background-size: cover;
    background-position: bottom;
    margin: 5px;
}
.cardOne {
    background-image: url(IDG-cold_Drinks_Top.png);
    background-size: cover;
    background-position: center;
    margin: 5px;
}
.cardTwo {
    background-image: url(beverage-business-cafeteria-caffeine-302894.jpg);
    background-size: cover;
    background-position: center;
    margin: 5px;
    
}
.cardThree {
    background-image: url(technology2.jpg);
    background-size: cover;
    margin: 5px;
    
}
.par {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #000000;
    font-weight: 100;
    border-radius: 5px;
    height: 25vh;
    border: none;
}
h6 {
    background-color: #fff;
    padding: 10px;
}

@media all and (max-width: 1200px) {
    .text {
        font-size: 20px;
    }
}

@media all and (max-width: 1000px) {
    .slide-text {
        font-size: 10px;
    }
    .abtn {
        font-size: 15px;
    }
    #about {
        flex-direction: column;
        
    }
    .text {
        width: 90%;
        font-size: 18px;
    }
    .item {
        width: 100%;
    }
    .par {
        width: 65%;
        margin: 20px;
        align-self: center;
    }
}
