/* font */
@font-face {
    font-family: 'Altehaas';
    src: url('../fonts/altehaasgrotesk.ttf');
    font-weight: normal;
    font-style: normal;
}

/* general */

body {
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-attachment: auto;
    background-position: 50% 50%;
    margin: 0px;
    height: 100%;
    font-family: 'Altehaas', 'Arial';
    font-size: 1.75em;
    color: black;
    background-size: cover;

}

main {
    margin: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1000px) {
    body {
        font-size: 1.25em;
        background-attachment: fixed;
        background-size: 115%;
    }

    main {
        width: 900px;
    }
}

section {
    display: flex;
    padding: 50px 50px 150px 50px;
    text-align: left;
    overflow: hidden;
}

header {
    position: fixed;
    background-color: #cad8f2;
    width: inherit;
    border-image: url('../images/border.svg') 25;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 5px;
    border-color: transparent;
    z-index: 999;
}

footer {
    text-align: center;
    padding: 30px 50px;
}

h1 {
    font-size: 1.5em;
}

h2 {
    margin-top: 2em;
    font-size: 1.1em;
}

a {
    color: black;
}

/* region ids */
#header-logo {
    max-height: 200px;
    height: 150px;
    position: relative;
    width: inherit;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    ;
}

@media screen and (min-width: 1000px) {
    #header-logo {
        background-image: url("../images/logo_text.svg");
    }
}

#header-links {
    top: 0px;
    right: 8%;
    position: absolute;
    height: 150px;
    display: grid;
    align-content: center;
}

#news-header {
    background-color: #f2cace;
    border-image: url('../images/border.svg') 25;
    border-style: solid;
    border-width: 5px;
    border-color: transparent;
    margin: 20px;
    padding: 10px;
    text-align: center;
}

#header-offset {
    height: 150px;
}

#welcome-section {}

#about-section {}

#products-section {}

#location-section {
    min-height: 500px;
    max-height: 600px;
}

#progress-container {
    position: fixed;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

#progress-image-1 {
    position: absolute;
    z-index: 991;
}

#progress-image-2 {
    position: absolute;
    z-index: 992;
}

#progress-image-3 {
    position: absolute;
    z-index: 993;
}

#progress-image-4 {
    position: absolute;
    z-index: 994;
}

#scroll-arrow-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#scroll-arrow {
    position: absolute;
    bottom: 25px;
    z-index: 1000;
    width: 50px;
    height: 50px;
}

#main-border {
    background-image: url('../images/border-background.png');
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    background-size: 960px;
    background-position-x: 50%;
    background-repeat: repeat-y;
    pointer-events: none;
    display: none;
    z-index: 1000;
}

#shop-button {
    width: 50px;
}

#gallery-section {
    min-height: 0vh;
    padding: 50px 0px 100px 0px;
}

#gallery-paragraph {
    text-align: center;
    width: 100%;
}

#location-paragraph {
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 1000px) {
    #main-border {
        display: initial;
    }
}

/* region classes */
div.progress-image {
    min-width: 300px;
}

div.progress-paragraph {
    margin-top: 0;
    height: 100%;
}

.process-parallax {
    height: 400px;
    width: 400px;
    background-image: url("../images/process/1.png");

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {
    #progress-container {
        display: none;
    }

    #header-links {
        display: none;
    }

    div.progress-image {
        display: none;
    }
}

img.progress-image {
    height: 200px;
}

ul.social-footer {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-flex;
}

ul.social-footer li {
    float: left;
    margin: 0 5px;
}

.borderless-section {
    padding: 0px;
}

img.socialbutton {
    height: 36px;
}

img.sized-float {
    width: 150px;
    margin-right: 0px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

img.example {
    max-height: 600px;
    margin: 5px;
    object-fit: cover;
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

img.bigexample {
    height: 300px;
    width: 475px;
    object-fit: cover;
}

.bordered {
    border-image: url('../images/border.svg') 25;
    border-style: solid;
    border-width: 5px;
    border-color: transparent;
}

ul.imagelist {
    padding: 0px 20px;
    margin: 0px;
    list-style-type: none;
    display: flex;
}

ul.reviewlist {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    column-gap: 0px;
    padding: 0px 20px;
    margin: 0px;
    list-style-type: none;
}

li.reviewlist {
    display: inline-block;
    width: 100%;
}

.review {
    margin: 5px;
    display: grid;
    align-content: center;
    font-size: 1em;
}

blockquote.reviewtext {
    font-size: 1em;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
}