﻿body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: #FFDEDB;
    color: #340D09;
}

header {
    background-color: #340D09;
    color: #FFDEDB;
    padding: 5px 0 5px;
    text-align: center;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0 5px;
    background-color: #340D09;
    color: #FFDEDB;
}

.dropbtn {
    background-color: #FE8176;
    min-width: 150px;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    color: #340D09;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #fe4534;
    }

.dropdown {
    position: absolute;
    top: 2.5%;
    left: 1%;
    display: inline-block;
    border: 2px solid;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffe8e6;
    min-width: 150px;
    overflow: auto;
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #ffb9b3;
}

.show {
    display: block;
}

#tea {
    display: none;
    width: 65%;
    
}

.content {
    border: solid 2px;
    width: 300px;
    margin: 23px;
    float: left;
    margin-bottom: 40px;
}

.title {
    background-color: #ffd0cc;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    border: solid 1px;
    padding: 2px 0 2px;
}

.picture {
    background-color: #FE2712;
    height: 200px;
    width: 300px;
}

.description {
    border: solid 1px;
    padding: 5px;
    text-align: center;
    margin-top: -4px;
}

.price {
    font-weight: bold;
    width: 40%;
    float: left;
    padding: 2px 0 2px 2px;
}

.orderBtn {
    float: right;
    background-color: #FE8176;
    border: none;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
}


#coffee {
    display: none;
    width: 65%;
}

#pastries {
    display: none;
    width: 65%;
}

#merchandise {
    display: none;
    width: 65%;
}

.order {
    border: solid 2px;
    position: fixed;
    top: 100px;
    right: 50px;
    width: 30%;
    text-align: center;
}