/* Desktop styles */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    color: #333;
    font-family: "Cormorant Garamond", serif;
    font-weight: 1000;
    font-style: normal;
}

@media only screen and (max-width: 600px) {
   body {
      font-size: 16px;
   }
}

.max-h-100 { max-height: 100%;}

/*.font-satisfy {font-family: "Satisfy", cursive;}*/
/*.cinzel-decorative {font-family: "Cinzel Decorative", serif; }*/
 .font-dm{font-family: "DM Serif Display", serif;}
.font-cormorant {font-family: "Cormorant Garamond", cursive;}
.font-arial {font-family: Arial, sans-serif;}

#content {
}

.adaptive-picture {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.navbar-brand.h1, .navbar-brand h1 {
    font-size: calc(1.375rem + 1.5vw); /* Override font size */
}

footer, nav {
    background-color: #dcd8d5;
}

footer {
    margin-top: auto;
}

.modal-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.btn {
    font-family: Arial, sans-serif;
}

.flag-select {
    background: none;
    border: none;
    padding: 0;
}

.wide-button { width: 100%;}

.form-control {
    padding: .375rem .375rem;
    font-weight: 750;
}

.shop-table {
    font-size: var(--bs-body-font-size);
}

.highlight {
    background-color: lightyellow;
    transition: background-color 0.5s ease;
}
