#leftSide {
    height: 950px;
    width: 95%;
    margin-left: 25%;
    background-image: url(../assets/double-bubble-outline.png);
    margin-bottom: 1rem;
    border-radius: 15px;
}

#mainBox {
    height: 950px;
    width: 93%;
    margin-left: 6rem;
    background-image: url(../assets/double-bubble-outline.png);
    border-radius: 15px;
    display: flex;
    flex-direction: column
}


#socialmedia {
    height: 250px;
    width: 750px;
    margin-left: 6rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    background-image: url(../assets/double-bubble-outline.png);
    border-radius: 15px;
    text-align: center;
}

#blueBird {
    margin-left: 5px;
    margin-top: 8px;
}

#logoTitle {
    font-family: 'Patrick Hand', cursive;
    font-size: 36px;
    color: firebrick;
    font-weight: bold;
    position: relative;
}

.twitterDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: row;
    padding: 5px;
    margin-right: 40px;
    float: left;
}

.linkedinDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: row;
    padding: 4px;
    margin-right: 30px;
    margin-top: 4px;
    float: left;
    transform: scale(1.4);
}

.facebookDiv {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: row;
padding: 5px;
margin-right: 50px;
float: left;
}

.bookDiv, .dessertDiv, .veggieDiv, .youtubeDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: row;
    padding: 5px;
    margin-right: 0px;
    float: left;
}

/* this changes color of font awesome icons from blue to black */
a .fa-2x {
    color:black;
    }

#bookBtn, #dessertBtn, #veggieBtn, #youtubeBtn {
    border-color: white;
}

.footer {
    background-color:#F8F8F8;
    text-align: center;
    color:firebrick;
    position: absolute;
    width: 100%;
    padding-top: 15px;
    background-image: url(../assets/double-bubble-outline.png);
}

.uk-navbar {
    margin-bottom: 25px;
}
body {
    background-color: firebrick;
}

img {
    border-radius: 150px;
}

#mainContent {
    display: flex;
    width: 25%;
    flex-wrap: wrap;
    flex-direction: inherit;
    margin-left: 35%;
    justify-content: center;
    text-align: right;
    align-items: center;
}
#mainContent2 {
    display: flex;
    width: 100%;
    flex-flow: column;
    text-align: left;
    text-indent: 5px;
}
#mainContent3 {
    margin-top: 1%;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-flow: column;
    flex-basis: unset;
    text-align: left;
}
#mainContent4 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-basis: unset;
}

#socialmedia {
    height: 150px;
    width: 900px;
    margin-left: 23rem;
    margin-top: 1rem;
    background-image: url(../assets/double-bubble-outline.png);
    border-radius: 15px;
    text-align: center;

}

* {
    font-family: 'Oxygen', sans-serif;
}

*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul {
    margin-top: 5px;
}
address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 5px 0;
}

.recentSearch, .storageValues {
    color: firebrick;
    background-color: white;
    border-color: #b2b2b2;
    overflow: visible;
    font: inherit;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color;
}

.recentSearchDrink {
    color: black;
    background-color: white;
    border-color: #b2b2b2;
    overflow: visible;
    font: inherit;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color;
}

@media only screen and (max-width: 300px) {

    
    #logoTitle {
        font-family: 'Patrick Hand', cursive;
        font-size: 36px;
        color: firebrick;
        font-weight: bold;
        padding-bottom: 20px;

    }

    #searchBar {
        width: 300px
    }

    #logoTitle {
        left: 80px;
    }
    
    #fullContainer {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }    

    #leftSide {
        height: 200px;
        
    }
    #mainBox {
        height: 100%;
        width: 320px;
        margin-left: 1rem;
        background-image: url(../assets/double-bubble-outline.png);
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        margin-right: 1rem;
    }
    #mainContent {
        display: flex;
        width: 225px;
        flex-wrap: wrap;
        flex-direction: inherit;
        justify-content: center;
        text-align: right;
        align-items: center;
        margin-left: 0px;
    }
    #mainContent2 {
        display: flex;
        width: 100%;
        flex-flow: column;
        text-align: left;
    }
    #mainContent3 {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-flow: column;
        text-align: left;
    }

    #socialmedia {
        height: 350px;
        display: flex;
        width: 320px;
        margin-top: 1rem;
        background-image: url(../assets/double-bubble-outline.png);
        border-radius: 15px;
        align-items: center;
        align-content: center;
        margin-left: 1rem;
        flex-wrap: wrap;
        flex-direction: unset;
    }

    .recentSearch, .recentSearchDrink {
        margin-left: 2rem;
    }

  }

  @media only screen and (max-width: 768px) {

    
    #logoTitle {
        font-family: 'Patrick Hand', cursive;
        font-size: 36px;
        color: firebrick;
        font-weight: bold;
        padding-bottom: 20px;

    }

    #searchBar {
        width: 350px
    }

    #logoTitle {
        left: 250px;
    }
    
    #fullContainer {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }    

    #leftSide {
        height: 150px;
        width: 730px;
        margin-left: 15px;
        
    }
    #mainBox {
        height: 100%;
        width: 95%;
        margin-left: 1rem;
        background-image: url(../assets/double-bubble-outline.png);
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        margin-right: 1rem;
    }
    #mainContent {
        display: flex;
        width: 225px;
        flex-wrap: wrap;
        flex-direction: inherit;
        justify-content: center;
        text-align: right;
        align-items: center;
        margin-left: 25%;
    }
    #mainContent2 {
        display: flex;
        width: 100%;
        flex-flow: column;
        text-align: left;
    }
    #mainContent3 {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-flow: column;
        text-align: left;
    }

    #socialmedia {
        height: 100%;
        display: flex;
        width: 95%;
        margin-top: 1rem;
        background-image: url(../assets/double-bubble-outline.png);
        border-radius: 15px;
        align-items: center;
        align-content: center;
        margin-left: 1rem;
        flex-wrap: wrap;
        flex-direction: row;
    }

    #smText {
        width: 100%;
    }

    .recentSearch, .recentSearchDrink {
        margin-left: 2rem;
    }

  }

  @media only screen and (max-width: 1440px) {

    
    #logoTitle {
        font-family: 'Patrick Hand', cursive;
        font-size: 36px;
        color: firebrick;
        font-weight: bold;
        padding-bottom: 20px;

    }

    #searchBar {
        width: 300px
    }

    #fullContainer {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }    

    #leftSide {
        height: 200px;
        width: 100%;
        margin-left: 2rem;
        
    }
    #mainBox {
        height: 100%;
        width: 96%;
        margin-left: 2rem;
        background-image: url(../assets/double-bubble-outline.png);
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        margin-right: 1rem;
    }
    #mainContent {
        display: flex;
        width: 225px;
        flex-wrap: wrap;
        flex-direction: inherit;
        justify-content: center;
        text-align: right;
        align-items: center;
        margin-left: 37%;
    }
    #mainContent2 {
        display: flex;
        width: 100%;
        flex-flow: column;
        text-align: left;
    }
    #mainContent3 {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-flow: column;
        text-align: left;
    }

    #socialmedia {
        height: 100%;
        display: flex;
        width: 96%;
        margin-top: 1rem;
        background-image: url(../assets/double-bubble-outline.png);
        border-radius: 15px;
        align-items: center;
        align-content: center;
        margin-left: 2rem;
        flex-wrap: wrap;
        flex-direction: unset;
    }

    .recentSearch, .recentSearchDrink {
        margin-left: 2rem;
    }

    #smText {
        width: 100%;
    }

  }