
@font-face {
    font-family: poiret;
    src: url(Poiret_One/PoiretOne-Regular.ttf);
    font-display: swap;
}
@font-face {
    font-family: quicksand;
    src: url(Quicksand/static/Quicksand-Light.ttf);
    font-display: swap;
}

@media screen {
    body {
        max-width: 11in;
        margin: auto;
        padding: 0.25in;
        font-size: 16pt;
        /* background-color: #f8f8f0;*/
        color: black;
    }
    nav {
        width: 100%;
        /*clear: both;*/
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
    }
    nav a {
        display: inline-block;
        margin: auto;
        /*border: solid thin grey;*/
        /* width: 6em; */
        padding: 0.5em;
    }
    img.sociallogo {
        width: 2em;
        height: 2em;
        padding: 0.5em;
        
    }
    .material-icons {
        font-size: 200%;
        text-decoration: none;
        padding: 0.25em;
        
    }
    
}

@media only screen and (min-width: 10.5in) and (max-width: 26in) {
    body {
        line-height: 2;
    }
}

@media only screen and (min-width: 26.6in)  {
    body {
        line-height: 3;
        font-size: 300%;
        max-width: 100%;
        margin-left: 0.75in;
        margin-right: 0.75in;
    }
}


@media print {
    body {
        font-size: 14pt;
        line-height: 1.5;
    }
    nav {
        display: none;
    }
    img.sociallogo {
        display: none;
    }
    a.vcflink {
        display: none;
    }
    .material-icons {
        display: none;
    }
}
a {
    color: black;
}
body {
    /*font-family: smythe;*/
    text-align: justify;
}
header {
    font-family: poiret;
}

h1 {
    text-align: center;
}

h1,h2 {
    font-family: poiret;
    
}

article {
    font-family: quicksand;
    font-weight: 100;
    clear: both;
    
}

article#stores {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    
}


div.store {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border: thin solid lightgrey;
    border-radius: 8pt;
    padding: 8pt;
}

div.storelinks {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /*justify-content: flex-end;
    */ align-items: flex-end;
    /*border: thin solid lightgrey;
    border-radius: 8pt;*/
    padding: 8pt;
}



div.store div.storeaddress {
    /*max-width: 3.5in;*/
}

div.store .storelinks {
    /* padding: 1em;*/
}
article#about figure {
    float: right;
    
}

figure.aside {
    float: right; 
    clear: right;
}

figure.aside img { 
    max-width: 3in;
    display: block;
    
}


article#gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    
}

div.figure {
        max-width: 4in;
 /*       max-height: 4.5in;*/
        border: thin solid lightgrey;
        border-radius: 8pt;
        float: left;
        margin: 1em;
        padding: 1em;
}

div.figure * { 
    /* padding: 1em;
    margin: 1em; */
}
div.figure img {
        max-width: 3in;
        max-height: 3in;
        
}

img.thumblogo {
    max-width: 2.5em;
    max-height: 2em;
    
}


figcaption { 

}

