:root {
    --yourMajesty: #61496e;
    --brandYellow: #ffdb58;
}
* {
    margin: 0;
}

.store-heading {
    font-family: Architects Daughter;
    font-size: 3em;
}

a.home-nav {
    text-decoration: none;
    color: purple;
    font-size: 1.3em;
}
.store-container {
    display: grid;
    grid-template-columns: 1fr;
    font-family: amatic sc;
    background-color: #61496E;
}

.store-item {
    background: #b28ebc;
     font-family: amatic sc;
    text-align: center;
    margin: 15px;
    box-shadow: 10px 10px 5px black;
}

.openbtn {
    background: none;
    border: none;
    box-shadow: none;
}
.store-item-description {
    font-size: 2.5em;
}

.size {
    padding: 5px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
   
}

.price {
    text-align: center;
}
.pay-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.5em;
    background: #b28ebc;
    padding: 10px;
}

.price {
    font-size: 1.25em;
}

.nav-bar-desktop {
    display: none;
}
.hero-banner {
    background-image: url('images/Elephant.jpg');
    max-width: 100%;
    height: 65vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.banner {
    display: flex;
    justify-content: space-between;
    background-color: var(--brandYellow);
    font-family: Cormorant SC;
    font-weight: bold;
    color: var(--yourMajesty);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;

}

/* Gallery styles */
p {
    margin-bottom: 0 !important;
}
#gallery-container {
    display: grid;
    grid-template-columns: 1fr;
    background: linear-gradient(to top, rgb(101, 78, 163), rgb(234, 175, 200));

}
.gallery-tile {
    margin: 20px;
}
.gallery-tile > img {
    width: 100%;
    border: 1px purple solid;
    
}

.banner img {
    width:100%;
    height: 175px;
}
.logo {
    display: flex;
    justify-content: center;
    background-color: #cef2ba;
}
.logo img {
    width: 25%;
}

.nav-bar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 2; /* Stay on top */
    top: 0;
    left: 0;
    background-color: var(--yourMajesty); 
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}
#main {
    position: absolute;
    display: flex;
    font-family: amatic sc;
    font-size: 2.5em;
    cursor: pointer;
    top: 20;
    right: 15;
}

#main {
    cursor: pointer;
}

.store-heading {
    font-family: amatic sc;
    background-color: #cef2ba;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}


.nav-bar > a {
    font-family: Amatic SC;
    text-decoration: none;
    color: #ffdb58;
    padding: 8px 8px 8px 32px;
    font-size: 25px;
    display: block;
    transition: 0.3s;
}

.nav-bar .closebtn {
    position: absolute;
    top: 0;
    right: 20;
}
footer {
    display: flex;
    justify-content: space-around;
    background-color: purple;

}
footer a {
    padding: 5px 20px;
}
footer i {
    padding: 5%;
    font-size: 2em;
    color: yellow;
}

.email h4 {
    background-color: purple;
    font-size: 1.25em;
    padding: 5px 15px;
    border-radius: 5px;
}

#customize {
    background-color: #dfbbf2;  
}

#quilt-request {
    font-family: amatic sc;
    font-size: 1em;
}
.customize-heading {
     font-family: amatic sc; 
     background-color: #cef2ba;
}

.customize-image {
    border: 2px solid purple;
}
/* About styles */
.about-wrapper {
    background-color: antiquewhite;
   
}
.about-wrapper h1 {
    font-family: amatic sc;
    text-align: center;
}
.about-wrapper p {
    font-family: amatic sc;
    font-size: 1.75em;
}

.about-wrapper > .about-image img {
    float: left;
    width: 40%;
    margin: 10px;
    border-radius: 50%;
}

.email-wrapper {
    background-color: purple;
    color: white;
}
/* Buy styles */


.quilt-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
}
.quilt-details figcaption {
    font-size: 1.75em;
}
.quilt-details form {
    margin: 10px;
}

.gallery-container-wrapper {
    background-color: #CEF2BA;
    
}
.gallery-container-wrapper h1 {
    font-family: amatic sc;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
}

.buy-container > .tile > .product-image {
   display: flex;
   justify-content: center;
   padding-top: 5px;
   padding-left: 5px;
   height: 300px;
   
}

.gallery-container > .tile > .product-image img {
    width: 90px;
    border: 2px purple solid;
}

.store-item > .store-item-image:hover {
    cursor: pointer;
}
h5 {
    font-family: amatic sc !important;
}

.modal-body img {
    width: 90%;
}

.view-cart-button + .pay-button {
    display: flex;
    justify-content: center;
    background-color: #61496e;
}

.heading {
    text-align: center;
    font-family: Amatic sc;
    font-size: 2.2em;
    background: linear-gradient(90.5deg, rgb(250, 156, 245) 1.6%, rgb(182, 76, 233) 98.2%);
    margin-top: 15px;
    
}
.heading a {
    color: orange;
}

.product-image figcaption {
    font-family: Amatic sc;
    font-size: 1.5em;
    
}
h2 {
    display: flex;
    justify-content: center;
    font-family: forum;
}
.how-to-order {
    font-family: forum;
}

.text {
    display: none;
}
/*at 800px*/
@media(min-width: 800px) {
  body {
    margin: 0 10%;
}

#main {
    display: none;
}

.nav-bar-desktop {
    display: flex;
    justify-content: space-around;
    background-color: var(--yourMajesty);
    padding: 5px 0;
    font-family: amatic sc;
    
}
.nav-bar-desktop a {
    color: var(--brandYellow);
    font-size: 2em;
    text-decoration: none;
}
.banner > h1 {
    display: flex;
    align-items: center;
}


.banner {
    background: #ffdb58;
    display: flex;
    justify-content: center;
    align-items:center;
    font-family: Cormorant SC;
    font-weight: bold;
    color: var(--yourMajesty);
    margin: 0;
}

.store-banner {
    align-items: center;
}
.hero-banner {
    height: 60vh;
   
}
.nav-bar-desktop a:hover {
    color: white;
    text-decoration: none;
}
    /* .banner img {
        width: 300px;
        height: 300px;
    } */
#gallery-container {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }

.customize-text-lg {
        font-size: 4em;
    }

.logo img {
        width: 10%;
    }

.nav-bar > .nav-link {
        padding: 5px 50px;
        font-size: 3em;
        font-weight: 700;
    }
    
    .bar {
        font-size: 2.5em;
        
    }

    
    footer .fab {
        padding: 1% 5%;
    }
   

    button:hover {
        cursor: pointer;
        background-color: white;
    }

    /*Buy styles*/
    .buy-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 325px;
        grid-gap: 5px;
    }

   

    .buy-container > .tile > .product-description {
        font-size: 1.5em;
    }

    .buy-container > .tile > .product-image {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.buy-container > .tile > .product-image img {
    width: 375px;
    height: 100%;

}

/* About styles */
.about-wrapper > .about-image img {
  
    width: 25%;
    margin: 10px;
 
}
.about-wrapper p {
    font-family: amatic sc;
    font-size: 2em;
}

.image-modal {
    display: none;
}
#gallery-image {
    height: 100%;
    width: 100%;
}


.text {
    display: none;
    position: absolute;
    font-size: 1.5em;
    font-family: amatic sc;
    background-color: white;
    justify-content: center;
    color: black;
    width: 100%;
}

/*.overlay:hover {
    opacity: .5;
    cursor: pointer;
}

.overlay:hover + .text {display: flex;};*/

.image-modal-backdrop {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:rgba(0,0,0, .75);
}

.image-modal-body {
    position: fixed;
    z-index: 2;
    top: 1em;
    bottom: 1em;
    right: 20%;
    left: 20%; 
    padding: .4em;
    border-radius: 5px;
    background-color: white;
    overflow: auto;  
}

.image-close-button {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    font-size: 2em;
    font-weight: bold;
    cursor: pointer;
    padding: .1em .2em;
    background-color: white;
    
}
.store-container {
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    grid-gap: 25px;
}
.store-item {
   
    width: 85%;

}
.quilt-details {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 15px;
}
}
