@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Raleway&family=Anton&display=swap');

a {
    z-index: 9999999;
    color: #82000d;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

a:hover {
    text-decoration: underline;
}

blockquote {
    margin: 0;
}

blockquote p {
    padding: 15px;
    background: #c6444f;
    border-radius: 25px;
    color: #000000;
    width: 50%;
}

blockquote a {
    color:#000088;
}

blockquote p::before {
    content: '\201C';
    position: relative;
    left: 0px;
    top: 40px;
    font-size: 5em;
}

blockquote p::after {
    content: '\201D';
}

blockquote footer {
    padding: 0px 5px 10px 5px;
    font-weight: 600;
    
    
}

body {
    font-size: 18px;
    color: #010354;
    background-color: rgb(34, 163, 244, 0.3);
    font-family: 'Raleway', sans-serif;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    text-align: center;
}

em {
    font-style: italic;
}

figcaption {
    font-size: 0.5em;
}

footer {
    padding: 10px 0px 10px 0px; 
}

form {
    padding: 10px;
}

h1 {
    font-family: 'Courgette', cursive;
    font-size: 3em;
}

h2 {
    font-family: 'Courgette', cursive;
    font-size: 2em;
    color: #82000d;
    text-shadow: 1px 2px 2px #9393ba;
    padding-bottom: 20px;
}

h3 {
    font-family: 'Courgette', cursive;
    font-size: 1.75em;
    color: #82000d;
    text-shadow: 1px 2px 2px #9393ba;
    padding-bottom: 10px
}

h4 {
    font-family: 'Courgette', cursive;
    font-size: 1.25em;
    color: #222222;
    text-shadow: 1px 2px 2px #9393ba;
}

header {
    text-align: center;
    text-shadow: 1px 2px 2px #bc545f;
    padding: 10px 0px;
    background-image: linear-gradient(to right,
    rgb(48,157,167, 0.75),rgb(116,12,86, 0.75));
    opacity: 75%;
}

img {
    max-width: 100%;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0px 0px 20px; 
}

p {
    display: inline-block;
    text-align: left;
    line-height: 1.5em;
    padding-bottom: 20px;
    margin: 10px;
}

script img {
    max-width: 180px;
    max-height: 180px;
    overflow: hidden;
}

section {
    padding-top: 10px;
}

.banner-container {
    display: none;
}

.calendar {
    display: none;
}

.collection-component {
    display: flex;
    flex-direction: row;
    padding: 10px 10px 0px 0px;
}

.contact-form-container {
    display: flex;
    text-align: left;
    justify-content: center;
}

.copyright-design {
    font-size: 0.75em;
}

.events {
    padding-top: 10px;
}

.events ul {
    text-align: left;
    background: #c6444f;
    border-radius: 25px;
    padding: 0.5em 1em 0.5em 1em;
}

.events li {
    padding: 5px 0px 5px 0px;
    opacity: 100%;
    justify-content: left;
    color: #000000;
}

.events li a {
    color: #000088;
}

.events-img {
    display: block;
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 5px 0px 5px 0px;
    border-radius: 15px;
}

.events-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.external-galleries {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.external-gallery {
    display: flex;
    flex-direction: row;
    padding: 10px;
    justify-content: center;
    text-align: center;
}

.external-gallery img {
    border-radius: 25px;
    max-width: 60%;
}

.form-input {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.form-input label {
    padding: 5px 0px 5px 0px;
}

.gallery-category {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
}

.gallery-collections {
    display: block;
}

.h1-h2-link a {
    color: #010354;
}

.h1-h2-link a:hover {
    text-decoration: none;
}

.hamburger-menu {
    display: none;
}

.home {
    float: left;
}

.logo {
    padding: 20px;
}

.menu-container {
    display: none;
}

.menu a, .home a {
    
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
    padding: 0px 20px;
    float: right;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.5s ease 0s;
}

.menu a:hover {
    text-decoration: underline;
}

.section-img-container img {
    border-radius: 10px;
    max-width: 50%;
}

.social-container {
    display: block;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px 0px;
}

.shop-logos {
    display: flex;
    padding-bottom: 40px;
    justify-content: center;
}

@media (max-width: 570px) { 
    blockquote p {
        width: 75%;
    }

    .events-img {
        max-width: 75%;
        height: auto;
        text-align: center;
        justify-content: center;
        padding-left: 45px;
    }
    
    .menu {
        display: none;
    }

    .hamburger-menu {
        display: flex;
        flex-direction: row;
        justify-content: right;
        padding-right: 10px;
        padding-top: 0px;
        margin-top: 0px;
        position: relative;
    }

    .hamburger-menu-icon {
        font-family: 'Raleway', sans-serif;
        color: #010354;
        font-size: 2em;
        z-index: 9999; 
        position: fixed;
        top: 8px;
        right: 10px; 
    }

    .up-arrow-icon {
        font-family: 'Raleway', sans-serif;
        color: #010354;
        font-size: 2em;
        z-index: 9999; 
        position: fixed;
        top: 8px;
        right: 15px; 

    }

    .hamburger-menu-options {
        background-color: #010354;
        display: none;
        position: absolute;
        top: 42px;
        right: -10px;
        
    }

    .hamburger-menu-options a {
        padding: 10px;
        color: #ffeff1;
        font-family: 'Raleway', sans-serif;
        font-size: 0.75em;
        box-sizing: border-box;
        display: block;
        width: 100%;
        border-top: 1px solid #444444;
        text-decoration: none;
        }

    .hamburger-menu-options a:hover {
        text-decoration: underline;
    }

    .hamburger-menu input[id="hamburger"]:checked ~ .hamburger-menu-options {
        display: block;
    }

    .hamburger-menu-icon input[id="hamburger"] {
        opacity: 0;
    }
    
    .hamburger-menu-icon input[id="hamburger"]:checked + label {
        display: none;
    }

    .up-arrow-icon input[id="up-arrow"] {
        opacity: 0;
    }
    
    .up-arrow-icon input[id="up-arrow"]:checked + label {
        display: none;
    }

    header h1 {
        padding-top: 60px;
    }

    .main-ul {
        max-width: 70vw;
    }

    .section-img-container img {
        border-radius: 10px;
        max-width: 75%;
    }
}

@media (min-width: 571px) {

    blockquote p {
        width: 50%;
    }
    
    h1 {
        font-size: 4em;
    }
    
    h2 {
        font-size: 1.6em;
    }

    header {
        padding-bottom: 0px;
    }

    img {
        max-width: 100%;
    }

    p {
        max-width: 50%;
    }

    .banner-container {
        display: block;
        opacity: 75%;
        margin-bottom: -4px;
        border-top: 40px solid #ffffff; 
    }

    .hamburger {
        display: none;
    }

    .menu {
        padding-top: 5px;
    }
    
    .menu-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        overflow: hidden;
        background-color: #ffffff;
        padding: 10px 0px 5px 10px;
    }

    .section-img-container img {
        border-radius: 10px;
        max-width: 100%;
    }
}

@media (min-width: 1080px) {
    
    blockquote p {
        width: 30%;
    }
    
    h1 {
        font-size: 5em;
    }

    p {
        max-width: 50%;
    }

    h2 {
        font-size: 2em;
    }

    .section-img-container img {
        border-radius: 10px;
        max-width: 30%;
    }

}