body{
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 600px) {
    main{
        padding-left: 20px;
        padding-right: 40px;
    }
}
header .section-icon {
    max-width: 260px;
}
a{
    text-decoration: none;
}
p{
    line-height: 1.5;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
}
p.intro{
    margin: 0 auto;
    width: 100%;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}
@media (min-width: 600px) {
    p.intro { 
        max-width: 610px;
        padding: 0;
    }
}
h2{
    margin: 20px auto 15px auto;
    color: black;
    opacity: 0.8;
    font-weight: 700;
    font-size: 5.4rem;
    text-align: center;
    font-family: "Lavishly Yours", cursive;
}   
#stories{
    margin: 65px auto 0 auto;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}
#stories .story{
    padding: 15px;
    width: 100%;
    max-width: 450px;
    margin: 5px;
}
#stories .story .wrapper{
    width: calc(100% - 30px);
    max-width: 1000px;
    padding: 0px 25px 75px 25px;
    margin: 0px auto;
    position: relative;
    text-align: left;
    box-sizing: border-box;
}
#stories .story .wrapper .featured{
    width: 100%;
    mix-blend-mode: multiply;
}
#stories .story .wrapper .counter{
    position: absolute;
    top: -45px;
    left: 25px;
    width: 160px;
    height: 5px;
    opacity: 0.5;
    text-align: left;
    border-top: 1px solid #7a734c;
}
#stories .story .wrapper .counter p{
    font-family: "Lavishly Yours", cursive;
    font-weight: 400;
    font-size: 24px;
    color: #7a734c;
    padding: 0;
    margin: 0;
}
#stories .story .wrapper .counter p span{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
}
#stories .story .wrapper h3{
    font-size: 20px;
    font-weight: 900;
    margin:0;
}

#stories .story .wrapper .text .date{
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 12px;
    margin: 3px 0 0 0;
    color: #7a734c;
}
#stories .story .wrapper .text .desc{
    line-height: 1.1;
    font-size: 15px;
    margin: 5px 0 0 0;
}
#stories .story .wrapper .visual{
    margin-top: 15px;
    width: 100%;
    height: 250px;
    mix-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90% auto;
}
@media screen and (max-width: 600px) {
    #stories .story .wrapper{
        padding-left: 10px;
        padding-right: 10px;
        border: none;
    }
}
#moreStories{text-align: center;padding-top: 35px;}
#moreStories .load_more{
    font-family: "Roboto", serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1rem;
    margin: 0 auto;
    color: var(--brickColor);
    padding: 15px 50px;
    width: 100%;
    max-width: 300px;
    cursor: cell;
    background-color: var(--softColor);
    border-radius: 5px;
    border: none;
}
@media screen and (max-width: 600px) {
    h2{
        text-align: left;
        padding-left: 20px;
        font-size: 4rem;
    } 
}