body {
    background: url('/media/watercolor-sky.jpg');
    background-size: cover;
    color: #000;
    font-family: "Lato", sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

footer {
    background-color: rgb(70, 12, 230);
    color:#fff;
}

.main-logo-link {
    text-decoration: none;
    width: fit-content;
}

.charcoal {
    color: rgb(64, 64, 64)
}

/* Navbar */
.bg-blue {
    background-color: rgb(70, 12, 230);
    margin-left: -18px;
}

.navbar-toggler-icon {
    color: black !important;
}

/* Images */
.homepage-image-div {
    background: url('static/images/poppies.jpg') no-repeat;
    background-size: cover;
    height: 100%;
}

/* Fonts */
.artwork-title {
    font-style: italic;
}

.logo-font {
  font-family: "Original Surfer", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}

.original-surfer-regular {
  font-family: "Original Surfer", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.josephine-sans {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.josephine-sans-bold {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 800;
    font-style: normal;
}


/* Mailchimp */
#mc_embed_signup{
    background-color: #fff;
    clear:left;
    font:14px Lato,sans-serif;
    width: 300px;
}

/* from Bulma */
.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
}

.main-logo-link {
    width: fit-content;
}

.remove-from-cart,
.cart-to-wishlist {
    cursor: pointer;
}

.card:hover {
    border: 3px solid  rgb(70, 12, 230);
}

.shop-now-button {
    background: rgb(70, 12, 230);
    color: white;
    min-width: 256px;
    min-height: 48px;
    text-transform: uppercase;
}

.shop-now-button:hover,
.shop-now-button:active,
.shop-now-button:focus {
    background: rgb(114, 68, 241);
    color: white;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus {
    background: rgb(70, 12, 230);
    color:white;
}

.zoom-in:hover {
    transform: scale(2);
}


.inline-link {
    text-decoration: none;
    color: black;
}

.underline {
    text-decoration: underline;
}

.text-black {
    color: black !important;
}

.btn-black {
    background: black;
    color:white;
}

.border-black {
    border: 1px solid black !important;
}

.text-white {
    color: white !important;
}

.text-upper {
    text-transform: uppercase;
}

.message-container {
    position: fixed;
    top: 175px;
    right: 15px;
    min-width: 300px;
    z-index: 999;
}

.custom-toast {
    overflow: visible;
}

.cart-notification-wrapper {
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Artworks Form */
.btn-file {
    position:relative;
    overflow: hidden;
}

.btn-file-input[type="file"] {
    position:absolute;
    top:0;
    right:0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    cursor:pointer;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    border-color: #dc3545;
}

.custom-checkbox,
 .custom-control-input:checked~.custom-control-label::before {
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 0;
}

/* --Media Queries-- */

@media (max-width: 992px) {
    .header-container {
        padding-top: 100px;
    }
    .navbar {
        z-index: 10;
    }
}

.nav-link:hover,
.nav-link:active,
.nav-link:focus,
.nav-item.dropdown:hover,
.nav-item.dropdown:active,
.nav-item.dropdown:focus {
    color:rgb(255, 228, 196);
}

.subheadline {
    margin-top: 2px;
}

.josephine-sans-subheader {
    font-size: .5rem;
}

@media (min-width:1200px) {
    .container {
        max-width: 90%
    }
}

/* Fixed top navbar on medium and up */
@media (min-width: 992px) {
    /* .fixed-top-desktop-only {
        position: fixed;
        background-color: #fff;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9;
    } */
    .header-container {
        padding-top: 145px;
    }
    .josephine-sans-subheader {
        padding-top: 5rem;
    }
}
