/* 
$primary: #2C3C5A;
$secondary: #485873;
$info: #DAB26A;
$emphasis: #8D6633;
$secondary-emphasis: #DDDCDC;
$light: #EFEFEF;
*/

.container {
    font-style: normal;
    font-size: 18px;
    min-width: 80%;
}

div {
    font-family: "objektiv-mk2", sans-serif;
    font-size: 18px;
    font-style: normal;
}

h2{
    font-family: "map-roman-normal", serif;
}

.dropd-item {
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}

.searchForm{
    border-bottom-right-radius:0;
    border-top-right-radius:0;
}
.searchButton{
    border-bottom-left-radius:0;
    border-top-left-radius:0;
}

#login-form {
    width: 30%;
    background-color: whitesmoke;
    padding: 40px;
    margin: auto;
    margin-top: 10%;
    border-radius: 5%;
}

footer {
    position: fixed;
    bottom: 0px;
    margin-top: 5px;
}

.remove-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.button-style {
    display: flex;
}

.push-footer {
    margin-top: 5%;
}

.btn-primary {
    background-color: #2C3C5A;
    border-color: #2C3C5A;
}

.bg-primary{
    background-color: #2C3C5A!important;
    border-color: #2C3C5A;
}

.btn-secondary {
    background-color: #DAB26A;
    border-color: #DAB26A;
}

.btn-danger {
    background-color: #8D6633;
    border-color: #8D6633;
}

.admin-buttons {
    width: 30%;
    margin-left: 10px; 
    margin-right: 10px; 
}

#admin-delete-button {
    margin-left: 10px;
}

#create-account-form {
    width: 30%;
    background-color: whitesmoke;
    padding: 40px;
    margin: auto;
    border-radius: 5%;
}

#admin-product-list {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    /* Add more styling as needed */
}

.about-text {
    font-size: 20px;
    line-height: 2; 
}

#update-user-button {
    margin-top: 30%;
    text-align: center;
}

.membership-buttons {
    text-align: center;
    margin-top: 5%;
}

.order-item {
    background-color: whitesmoke;
    text-align: center;
    border-radius: 50px;
    max-width: 30%;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.center-orders {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .order-item {
        max-width: 90%;
    }

    #login-form {
        width: 90%;
    }
    .admin-buttons {
        width: 30%;
        margin-left: 10px;
        margin-right: 10px;
    }
}


.card-img-top, .img-responsive{
    min-width: 320px;
    max-width: 800px;
}

.img-cont{
    max-width: 800px;
}

.card{
    min-width: 320px;
}

.card-img-top{
    max-width: 100%;
}

.card-cart-img{
    max-width:500px;
}

.productCard{
    max-width: 500px;
}
.alert{
    background-color: #DAB26A;
    color: #2C3C5A;
}
.quantity{
    width:50px!important;
}

.input-group{
    min-width:258px;
}

.searchBar{
    max-width:1200px;
}

.carousel-inner .carousel-item {
    transition-duration: 4s;
}

#about{
    max-width: 400px;
}

.dropdown-menu-scroll {
  max-height: 200px;
  overflow-y: auto;
}

.emphasis{
    background-color:#8D6633!important;
    border-color:#8D6633!important;
}

.alert-warning{
    border-color:#8D6633!important;
}
