﻿.form-check-input:checked {
    background-color: rgb(7, 35, 144);
}

#addItemForm {
    width: 50%;
    height: 75%;
}

#bottomImages {
    margin-top: 20px;
}

#cafeTitle {
    font-family: serif;
    font-size: 2.5rem;
    margin-top: 10px;
}

    #cafeTitle span {
        font-family: serif;
        font-size: 2.5rem;
        font-style: italic;
        margin-top: 10px;
    }

#cardAdd {
    border-left: solid 5px #ed19cf;
    border-right: solid 5px #ed19cf;
    border-bottom: solid 5px #ed19cf;
    background-color: #033c73;
}

#cardBody {
    border-left: solid 5px #ed19cf;
    border-right: solid 5px #ed19cf;
    background-color: #033c73;
}

    #cardBody h5 {
        font-family: Papyrus;
        color: white;
    }

    #cardBody p {
        font-family: Georgia;
        color: white;
    }

#cardPrice {
    border: solid 5px #ed19cf;
    background-color: #033c73;
    font-family: 'Lucida Bright';
    color: white;
}

#cardTop {
    border: solid 5px #ed19cf;
}

#formInput:focus {
    box-shadow: 0px 0px 12px 4px #ed19cf;
    outline: 0;
}

#imgUpdate {
    display: block;
    margin: auto;
    width: 250px;
}

#menuButtonHome {
    font-size: 1.5rem;
}

#menuTitle {
    font-family: serif;
    font-size: 2.5rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

    #menuTitle span {
        font-family: serif;
        font-style: italic;
        font-size: 2.5rem;
    }

#noItemsCart {
    font-family: serif;
    font-size: 1.5rem;
}

#noteLogin {
    font-size: 1.1rem;
}

#register1 {
    font-size: 1.25rem;
    margin-top: 5px;
}

#revenueResult {
    font-family: serif;
    font-size: 1.5rem;
}

#titleSection {
    font-family: serif;
}