﻿/*---- Pismo --------------------*/
.bold {font-weight: bold;}
.italic {font-style: italic;}
.lineThrough {text-decoration: line-through;}
.underline {text-decoration: underline;}
.boldItalic {font-weight: bold; font-style: italic;}
.lighter {font-weight: lighter; }

h2 {
    font-family: 'Rubik', 'Montserrat', sans-serif;
    font-size: 160%;
    line-height: 1.2;
    font-weight: 500;
}

h3 {
    font-family: 'Rubik', 'Montserrat', sans-serif;
    font-size: 120%;
    font-weight: 500;
    margin-bottom: 10px;
}

p {
    font-size: 90%;
    margin-tom: 20px;
}

ul {
    font-size: 90%;
    margin-bottom: 20px;
}

.article {
    display: flex;
    flex-direction: row;
    margin: 15px 15px 20px 15px;
}

.oneArticle {
    margin-left: 20px;
    margin-right: 20px;
}

.articleImage {
    margin: 7px;
    border: 1px solid lightgray;
    border-radius: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,.40);
}

.timeStamp {
    color: #888888;
    text-align: right;
    font-size: 90%;
}

.backButton {
    background-color: #00BDD7;
    border: 0px;
    color: white;
    border-radius: 50px;
    padding: 10px 40px 10px 40px;
    margin: 50px auto;
    font-size: 100%;
}

.articleText {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
    .articleText > h4 > a {
        font-size: 130%;
        font-family: 'Rubik';
        font-weight: 500;
        line-height: 1.4;
    }

    .articleText div {
        line-height: 1.5;
    }

    .Section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

img.BackgroungWoodImage {
    position: absolute;
    width: 50em;
    top: 20em;
    background-image: none;
    height: 50em;
}

/*#region Footer*/
#Footer {
    margin-bottom: 7em;
    background-color: #e4eff1;
    width: 100vw;
    justify-content: center;
    align-items: center;
}

    #Footer > .Content > div {
        max-width: 25em;
    }

    #Footer > .Content .Text {
        max-width: 23em;
        text-align: left;
    }

    #Footer > .Content .Header {
        align-items: center;
    }

    #Footer > img {
        max-width: 385px;
        z-index: -1;
        transform: translateY(-50vh);
    }

    #Footer span {
        max-width: 24rem;
    }

    #Footer .ArrowHolder img:first-child {
        height: 4em;
    }

    #Footer .ArrowHolder img:last-child {
        margin-top: -4em;
    }

    #Footer #FooterImageHolder:after {
        content: "";
        position: absolute;
        width: 100vw;
        height: 140px;
        max-width: 741px;
        background-image: url('../Images/HomeProtrusion.png');
        background-repeat: no-repeat;
        background-size: contain;
        align-self: normal;
        top: 34px;
    }
/*#endregion*/

@media only screen and (min-width: 480px) {
    #Footer > .Content .Header {
        align-items: flex-start;
    }

    .BackgroungWoodImage {
        left: -30%;
    }

    .GeneralInfo .ArrowHolder {
        margin: 1.4em 0 2em -1.4em;
    }

    img.BackgroungBlueImage {
        position: absolute;
        width: 100em;
        top: 65em;
        background-image: none;
        height: 35em;
        left: -35em;
    }

    #Footer > .Content > div {
        max-width: none;
    }

    img.BackgroungBlueImage {
        top: 62em;
    }

    .oneArticle {
        margin-left: 20px;
        margin-right: 20px;
    }

    .videoWrapper {
        width: 420px;
        height: 236px;
    }
}

@media only screen and (min-width: 535px) {
    img.BackgroungBlueImage {
        top: 59em;
    }

    .oneArticle {
        margin-left: 20px;
        margin-right: 20px;
    }

    .videoWrapper {
        width: 480px;
        height: 270px;
    }
}

@media only screen and (min-width: 600px) {
    .Section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    img.BackgroungBlueImage {
        left: -30em;
        top: 59em;
    }

    img.BackgroungWoodImage {
        left: -5em;
        top: 17em;
    }

    #Footer #FooterImageHolder:after {
        left: calc(50% - 50vw);
    }

    .oneArticle {
        margin-left: 20px;
        margin-right: 20px;
    }

    .videoWrapper {
        width: 520px;
        height: 293px;
    }
}

@media only screen and (min-width: 685px) {
    img.BackgroungBlueImage {
        top: 53em;
    }

    .oneArticle {
        margin-left: 20px;
        margin-right: 20px;
    }

    .videoWrapper {
        width: 600px;
        height: 338px;
    }
}

@media only screen and (min-width: 768px) {
    img.BackgroungWoodImage {
        left: -5em;
        top: 15em;
        width: 60em;
    }

    img.BackgroungBlueImage {
        left: -25em;
        top: 53em;
    }

    #Footer #FooterImageHolder:after {
        left: calc(50% - 370px);
    }

    .oneArticle {
        margin-left: 20px;
        margin-right: 20px;
    }

    .videoWrapper {
        width: 700px;
        height: 394px;
    }
}

@media only screen and (min-width: 800px) {
    img.BackgroungWoodImage {
        left: -5em;
        top: 15em;
        width: 60em;
    }

    img.BackgroungBlueImage {
        left: -24em;
        top: 53em;
    }

    .oneArticle {
        margin-left: 20px;
        margin-right: 20px;
    }

    .videoWrapper {
        width: 700px;
        height: 394px;
    }
}

@media only screen and (min-width: 1024px) {
    .PageContent > .blogArticles:first-child {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 66em;
        margin-top: 4em;
        margin-bottom: 5em;
    }

    .article {
        max-width: 46%;
        justify-content: flex-start;
    }

    .oneArticle {
        display: block;
        width: 1024px;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .ArrowButton:after {
        content: "";
        position: absolute;
        width: 275px;
        height: 259px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../Images/Megaphone.png);
        left: 1500px;
        top: 0px;
        z-index: 1;
    }

    .videoWrapper {
        width: 800px;
        height: 450px;
    }

    #Footer {
        margin-bottom: 15em;
    }

    img.BackgroungWoodImage {
        left: 0px;
        top: 15em;
        width: 100vw;
    }

    img.BackgroungBlueImage {
        left: 0px;
        top: 59em;
        width: 100vw;
    }

    #Footer h1 {
        text-align: start;
        font-size: 56px;
        line-height: 62px;
        font-family: "Rubik";
        font-weight: 700;
    }

    #Footer p {
        font-size: 20px;
        line-height: 29px;
        font-family: "Montserrat";
        font-weight: 400;
    }

    #Footer #SingleCoffeLine {
        font-size: 14px;
        line-height: 21px;
        font-family: "Montserrat";
        font-weight: 300;
        text-align: start;
    }

    #Footer .HeaderSection {
        margin-top: 80px;
        margin-bottom: 10px !important;
    }

    #Footer #Text2 {
        margin: 10px 30px 70px 30px;
    }

    #Footer > div:after {
        content: "";
        position: absolute;
        width: 380px;
        height: 380px;
        max-width: 741px;
        background-image: url('../Images/FooterCoffee.png');
        background-repeat: no-repeat;
        background-size: contain;
        left: 31em;
        top: 4em;
    }
}
