@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    background-color: rgb(235, 235, 235);
}


.container {

    background-color: white;
    display: block;

}

.banner {

    display: block;
    width: 100%;
    height: 450px;

}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 3.5em;
    font-weight: 700;
    color: var(--accentColor);
    margin-bottom: 35px;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.0em;
    font-weight: 500;
    color: var(--accentColor);
    margin-bottom: 35px;
}

p {
    line-height: 1.7;
    color: var(--textColor);

}

.alinea {
    min-height: 100%;
    display: block;
    block-size: fit-content;
    margin-bottom: 20px;
}

.alinea:after {
    content: "Foo";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.content {
    display: block;
    max-width: 960px;
    margin: auto;
    padding: 50px 20px;
}

.pageHeader {
    display: block;
    max-width: 960px;
    margin: auto;
    padding: 50px 20px;
    margin-top: 50px;
}

.ContentContainer {
    display: block;
    width: 100%;
    background-color: rgb(240, 240, 240);
}

.ContentContainerDark {
    display: block;
    width: 100%;
    background-color: rgb(218, 218, 218);
}

.bannerEnjoy {
    display: block;
    width: 100%;
    height: 450px;

    background: url(/images/20200731_101745.jpg), rgb(73, 108, 168);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: local;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: luminosity;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    font-style: italic;
    color: rgb(240, 240, 240);
}

.bannerEnjoyBlogs {
    display: block;
    width: 100%;
    height: 450px;
    background: url(/images/20200729_210054.jpg), rgb(169, 140, 116);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: local;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: luminosity;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    font-style: italic;
    color: rgb(0, 0, 0);
}

.blogsStory {
    padding-bottom: 50px;
}
.blogsStory a{
    text-decoration: none;
}
.blogsStory a:hover{
    text-decoration: underline;
}
.blogsStory h2 {
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.blogsStory h3 {
    padding-top: 0px;
    font-size: 0.8em;
    font-weight: lighter;
    color: var(--textColor);
    ;
}

.instaPost {
    background-color: rgb(161, 186, 203);
    display: block;
    margin-bottom: 20px;
    width: 30%;
    min-width: 300px;
    padding: 5px;
    margin-right: 5px;
}

.instaPosts {
    clear: none;
    min-height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ContentContainer:has(content):has(div.instaPosts) {
    background-color: rgb(49, 77, 96);
    height: 100%;
}

.instasection .content h1 {
    color: lightgray;
}

.instaPosts div.instaImage {
    display: block;
    height: 350px;
    width: 100%;
    background: no-repeat center;
    background-size: 400px;
}

.instaPost p.instaCaption {
    display: block;
    width: 100%;
    max-height: 200px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
    text-decoration: none;
    color: black;
}

.instaPost a {
    text-decoration: none;
}


.frontStories {
    clear: none;
    height: 960px;
}
.footerStories{
    clear: none;
    height: 450px;
}

.frontStory {
    line-height: 1.1;
    padding: 20px 5px;
    float: left;
    width: 310px;
    height: 400px;

}

.frontStory a.frontStoryImage {
    display: block;
    height: 290px;
    width: 310px;
    background: no-repeat center;
    background-size: 450px 220px;
}

.frontStory a.frontStoryTitle {
    width: 310px;
    max-height: 200px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
    text-decoration: none;
    color: black;
}

.frontStory h3 {
    padding-top: 15px;
    font-size: 1.0em;
    font-weight: lighter;
    color: var(--textColor);
    ;
}

.historyStories {
    clear: none;
    min-height: 600px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.historyStory {

    line-height: 1.1;
    padding: 20px 5px;
    width: 32%;
    min-width: 300px;
    height: 550px;
    display: flex;
    flex-direction: column;
}

.historyStory a.historyStoryImage {
    display: block;
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    flex: 0 1 250px;
}

.historyStory a.historyStoryTitle {
    padding-top: 20px;
    display: block;
    width: 310px;
    max-height: 200px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    text-decoration: none;
    color: black;

}

.historyStory p {
    padding-top: 10px;
    display: block;
    flex: 1 1 auto;
}

.historyStoryMore {

    flex: 0 1 40px;
}

button.moreItemsButton{
    
    background-color: var(--entryMetaColor);
    float: none;
}
button.moreItemsButton:hover{
    background-color: var(--textColor);
    
}
.ownButton {
    text-decoration: none;
    width: 175px;
    background-color: var(--accentColor);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.9em;
    color: white;
    line-height: 70px;
    float: right;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    font-weight: 600;
    justify-content: center;
    line-height: 40px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

a.ownButton:hover,
a.ownButton:focus {
    background-color: var(--entryMetaColor);
    color: #ffffff;
}

img.left {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

img.right {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}

a {
    color: black;
}

a:hover {
    text-decoration: none;
}

.entry-meta a {
    text-decoration: none;
    color: var(--entryMetaColor);
}

.entry-meta a:hover {
    text-decoration: underline;
}

.entry-meta {
    color: var(--entryMetaColor);
    font-size: medium;
}

.entry-meta {
    padding-bottom: 5px;
}

.svg-line {
    fill: var(--entryMetaColor);
}

.wrapper {
    margin: 4em auto 0 auto;
    max-width: 700px;
}

img.figure {
    max-width: 100%;
    display: block;
}

figure {
    margin-bottom: 1.1em;
    display: flex;
    justify-content: space-between;
}

.post-image:nth-last-child(n+2):nth-last-child(-n+2):first-child,
.post-image:nth-last-child(n+2):nth-last-child(-n+2):first-child~.post-image {
    flex: 0 1 48%;
}

.post-image:nth-last-child(n+3):nth-last-child(-n+3):first-child,
.post-image:nth-last-child(n+3):nth-last-child(-n+3):first-child~.post-image {
    flex: 0 1 31%;
}

.loader {
    display: inline-block;
    border: 5px dotted lightgray;
    border-radius: 50%;
    border-top: 5px solid gray;
    border-bottom: 5px solid gray;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.loader-symbol {
    text-align: center
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fa {
    padding: 10px;
    font-size: 20px;
    width: 20px;
    text-decoration: none;
    text-align: center;
    color: var(--textColor);
}

a.fa-facebook:hover {
    background: #3B5998;
    color: white;
}

a.fa-instagram:hover {
    background: #dc1ecc;
    color: white;
}

a.fa-youtube:hover {
    background: #bb0000;
    color: white;
}

a.fa-twitter:hover {
    background: #55ACEE;
    color: white;
}

.mustknow {
    display: block;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 31%;
    min-width: 300px;

}

.socials {
    display: block;
    margin-bottom: 20px;
    width: 31%;
    min-width: 300px;
}

.inspiration {
    display: block;
    margin-bottom: 20px;
    width: 31%;
    min-width: 300px;
}
.archive ul{
    list-style-type: none;
}
.archive a{
    text-decoration: none;
    color: var(--textColor);
}
.archive a:hover {
    text-decoration: underline;
    color: var(--textColor);
}
.inspiration ul {
    list-style-type: none;

}

.inspiration li {

    padding-bottom: 13px;

}

.inspiration a {
    text-decoration: none;
    color: var(--textColor);
}

.inspiration a:hover {
    text-decoration: underline;
    color: var(--textColor);
}

.footer {
    background-color: rgb(50, 50, 50);
    min-height: 300px;

}

.footer .content {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer h1,
h2, li, ul, ol {
    color: var(--textColor);
}