<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import  "../popper/style.css";

/*

Theme Name: Art Supply Theme
Description: A child theme of Morten's Popper theme for use with retail.
Author: Drew Nelson
Author URI: http://waxfruit.info
Template: popper
Version: 0.1.0
*/




html {
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Londrina Solid','Chivo',sans-serif;
    line-height: 1.3em;
    clear: both;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.site-logo {
    position: absolute;
    z-index: 100;
    top: 1rem;
    left: 1rem;
    display: block;
    border: 0;
    text-decoration: none;
    overflow: hidden;
}

.site-logo a:hover,.site-logo a:focus {
    outline: none;
}

.sticky::before {
    content: "Sticky Post";
    background-color: RGBa(0,0,0,0.1);
    padding: .2em 1em;
    text-align: right;
    display: block;
    font-size: 200%;
}

.site-main {
    font-size: 1em;
    color: #000;
}

.sticky {
    font-stretch: expanded;
    color: red;
}

.site-title {
    font-weight: 300;
    font-size: 6em;
    font-family: 'Londrina Solid',sans-serif;
    height: 4rem;
    letter-spacing: .2rem;
}

.site-title a:hover,.site-title a:focus {
    text-decoration: none;
    color: #caf3ec;
}

.site-description {
    font-style: italic;
    letter-spacing:.2em;
}

.posted-on {
    display: inline-block;
}

/*--------------------------------------------------------------
  #### header
  --------------------------------------------------------------*/
header#masthead.site-header {
    background-color: #32373c;
}

.site-title a {
    color: #c0ad50;
    text-decoration: none;
}

.site-description {
    color: #caf3ec;
    padding-top: 2.25rem;
    margin: 1em 2em;
}

/*--------------------------------------------------------------
  #### Main Menu
  --------------------------------------------------------------*/
.main-navigation {
    clear: both;
    top: 1em;
    display: block;
    width: 100%;
    font-family: 'Londrina Solid',sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    background-color: #32373c;
}

.wp-video,.mejs-container {
    margin: auto 0;
    padding-left: 5rem;
}

#gomez {
    height: 2rem;
    width: 2rem;
    z-index: 100;
}

.main-navigation a {
    color: #caf3ec;
}

.main-navigation a:hover,.main-navigation a:focus {
    color: #f5e9ad;
    text-decoration: none;
    outline: none;
}

/*--------------------------------------------------------------
  #### Page Content
  --------------------------------------------------------------*/
.hero {
    margin-top: -3.25rem;
}

.father
.entry-meta {
    margin: 0 -1.4736842105263em;
    padding: 2em 1.4736842105263em;
    font-family: "Fira Sans",sans-serif;
    font-size: 95%;
    font-style: italic;
    text-align: center;
    background-color: #fd7e06;
    opacity: .5;
}

.entry-content a {
    color: #32373c;
}

.content-area {
    background-image: url(img/background.jpg);
    background-color: #32373c;
    background-size: cover;
/* &lt;------ */
    background-repeat: no-repeat;
    background-position: center center;
}

.page-content a,.entry-content a,.entry-content a,.entry-summary a,.entry-summary a,.comment-content a,.comment-content a {
    text-decoration: none;
    border-bottom: 0;
    color: #528ac1;
}

/*--------------------------------------------------------------
  #### Footer
  ------------------------------------------------------------*/
.site-footer {
    background: #32373c;
    color: #caf3ec;
}

.sfsiplus_norm_row {
    float: left;
    min-width: 25px;
    width: 100% !important;
    position: relative !important;
    margin: auto 0;
    margin-bottom: -1rem;
}

/*--------------------------------------------------------------
#### Specific Img Classes
------------------------------------------------------------*/
.hero {
    margin-top: -3.25rem;
}

.father {
    width: 100%;
}

/*--------------------------------------------------------------
	#### Screen Variants
	------------------------------------------------------------*/
@media screen and (max-width: 75rem) {
    .site-title {
        font-size: 4em;
        margin: 3.9rem 1rem 0;
    }


    .main-navigation {
        top: 0;
        padding-top: 2rem;
    }

    .menu-toggle {
        top: 0;
        height: 3rem;
        position: fixed;
        width: 100%;
        z-index: 100;
        left: -0;
        font-size: 1em;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #32373c;
        color: #c0ad50;
        border: none;
        transition: all ease-out 600ms;
        -webkit-box-shadow: 0 1px 1px #32373c;
        -moz-box-shadow: 0 1px 1px #32373c;
        box-shadow: 0 1px 1px #32373c;
    }

    .menu-toggle:hover,.menu-toggle:focus {
        text-decoration: none;
    }

    .main-navigation a {
        color: #caf3ec;
        line-height: 1rem;
    }
}

@media screen and (min-width: 23.125rem) and (max-width: 39.25rem) {
    .site-description {
        margin-top: 5rem;
    }

}

@media screen and (max-width: 23.125rem) {
    .site-title {
        font-size: 3em;
    }

    .site-description {
        margin-top: 4em;
    padding-top: 3.25rem;
  
    }

    .content-area {
        font-size: .85rem;
    }
}

@media screen and (max-width: 18.313rem) {
    .site-description {
        margin-top: 6rem;
    }
}
</pre></body></html>