.post{
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
}
.post h1,
.post h1 p{
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 5px;
    font-weight: 400;
}
.post .img-gallery,
.post .article-img{
    margin-bottom: 30px;
}
.post h2{
    font-size: 20px;
    margin-bottom: 35px;
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: unset;
    text-transform: initial;
    text-align: center;
}
.post h2:before{
    content: "";
    width: 100px;
    height: 1px;
    background-color: var(--black);
    display: flex;
    margin-bottom: 35px;
}

.post h3{

    margin: 40px 0 30px 0;
}
.post h3 p {
    font-family: "Playfair Display";
    font-size: 20px;
    color: #a4a5a0;
    letter-spacing: unset;
    text-align: center;
    font-weight: 600;
}
.post h3 p {
    margin: 0;
}
.post h3 p br{
    display: none;
}


.post p{
    font-size: 15px;
}
.post p strong{
    font-weight: 600;
    text-decoration: underline;

}
.post .shortContent,
.post .shortContent p,
#signature{
    font-family: 'Allura', cursive;
    font-size: 22px;
    line-height: 1.2em;
}
#signature{
    text-align: right;
}
.post .content h1{
    font-size: 20px;
    font-family: "Playfair Display";
    color:var(--green);
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
}

.post .pink-block{
    font-family: 'Allura', cursive;
    font-size: 22px;
    line-height: 1.2em;
    color: var(--black);
    padding:20px 20px 50px;
    margin-top: 36px;
}

.post .pink-block h2:before{
    display: none;
    margin-top: 0px;
}
.post .pink-block h2{
    font-family: "Playfair Display";
    font-size: 24px;
    letter-spacing: 3px;
    color: var(--rose);
    text-transform: uppercase;
    margin-bottom: 26px;
    margin-top: 0;
    text-align: left;
    font-weight: 600;
}
.post .pink-block h3{
    font-family: "Playfair Display";
    font-size: 18px;
    letter-spacing: unset;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 26px;
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 1px var(--black) solid;
    text-align: left;
    font-weight: 400;
}
.post .pink-block img{
    max-width: 200px    ;
}
.post img{
    display: block;
    width: 100%;
    margin: 20px auto 20px auto ;
    text-align: center;
    align-self: center;
}
.post img.header-img{
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.embed-responsive{
    margin-top: 42px;
}
.post img.flowers{
    margin-top: 30px;
    margin-bottom: 45px;
}
.post img.building{
    margin-top: 40px;
    margin-bottom: 50px;
}
#garden-photo{
    margin-top: 40px;
    margin-bottom: 45px;
}
#garden-map{
    width: 100%;
    padding-bottom: 202%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 40px;
    margin-bottom: 5px;
}
#flowers-bottom {
    position: absolute;
    bottom: -88px;
}
#tree-gallery .circle{
    height: 20px;
    width: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
}
#tree-gallery {
    margin: 0 -5px;
}
#tree-gallery .tree{
    padding: 45px 5px 0;
}
#tree-gallery .tree-photo{
    width: 100%;
    padding-bottom: 225%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#tree-gallery p{
    margin-top: 8px;
    margin-bottom: 0;
    font-family: 'Heebo',sans-serif;
    font-size: 15px;
    line-height: 18px;
}
#flowers-bottom img{
    width: auto;
    height: 220px;
}
#bird{
    margin-top: 170px;
}
#garden-map {
    margin-top: 70px;
    margin-bottom: 20px;
    position: relative;
}

#garden-map .plants {
    position: absolute;
    height: 3.96%;
    width: 8%;
    border-radius: 80px;
    cursor: pointer;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#garden-map .plants:before {
    font-size: 30px;
    display: flex;
    content:"+";
    color:var(--white)
}
#garden-map .plants:hover {
    background-color: transparent!important;
    z-index: 2;
}
#garden-map .plants .info {
    position: absolute;
    width: 130px;
    left: -60px;
    height: 294px;
    bottom: -150px;
    background-position: center;
    background-size: cover;
}
#garden-map .plants .info .filter {
    height: 100%;
    width: 100%;
    padding:5px 10px 10px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%);
    color:var(--white);
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
}
#garden-map .plants * {
    display: none;
    opacity: 0;
}
#garden-map .plants:hover *{
    display: block;
    opacity: 1;
}
@media(min-width: 768px) {
    #albaro-de-la-rosa{
        margin-top: 250px;
    }
    .post{
        font-size: 17px;
    }
    .post h1,
    .post h1 p{
        margin-bottom: 100px;
        margin-top: 40px;
        font-weight: normal;
        letter-spacing: 12px;
        line-height: 1.2em;
    }
    .post h1 br,
    .post h1 p br{
        display: initial;
    }
    .post .img-gallery,
    .post .article-img{
        margin-bottom: 60px;
    }
    .post img{
        margin: 0 auto 20px auto ;
    }
    .post h3 {
        margin: 40px 0 0 0;
    }
    .post h3,
    .post h3 p {
        font-family: "Playfair Display";
        font-size: 28px;
        color: #a4a5a0;
        line-height: 1.2em;
        letter-spacing: unset;
        text-align: center;
        font-weight: 600;
    }
    .post h3 p {
        margin: 0;
    }
    .post h3 p br{
        display: unset;
    }

    .post h4 {
        font-size: 28px;
    }
    .post p{
        font-size: 17px;
        line-height: 1.5em;
        margin-bottom: 30px;
    }

    .post .content h1{
        font-size: 28px;
        font-family: "Playfair Display";
        color:var(--green);
        text-transform: none;
        letter-spacing: normal;
        margin-bottom: 50px;
    }

    .post .shortContent,
    .post .shortContent p,
    #signature{
        font-size: 32px;
        margin-bottom: 50px;
        line-height: 1.2em;
    }
    .post .pink-block{
        margin-top: 50px;
        padding: 60px 60px 80px 60px;
        font-size: 32px;
    }
    .post .pink-block h2{
        font-size: 36px;
        margin-bottom: 45px;
        letter-spacing: 4px;
    }
    .post .pink-block h3{
        padding-bottom: 0;
        font-size: 28px;
        margin-top: 30px;
    }
    .post .pink-block img{
        clear: right;
        float: right;
        display: inline-block;
        max-width: 250px;
        margin: 0 0 0 55px;

    }
    .embed-responsive{
        margin-top: 40px;
    }
    #garden-map {
        margin-top: 70px;
        margin-bottom: 20px;
    }
    #bird{
        margin-top: 280px;
    }

    #garden-map .plants .info {
        position: absolute;
        width: 200px;
        left: -60px;
        height: 450px;
        bottom: -200px;
    }
    #garden-map .plants:before {
        font-size: 50px;
    }
    #garden-map .plants .info .filter {
        font-size: 18px;
        line-height: 20px;
    }

}


@media(min-width: 992px){


    .post img.header-img {
        margin-bottom: 75px;
        margin-top: 85px;
    }
    #second-text{
        margin-bottom: 75px;
    }
    .post img.flowers{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .post img.building{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .post h2{
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 40px;
        margin-top: 105px;
        text-transform: none;
        text-align: center;
    }

    .post h2:before{
        width: 140px;
        margin-bottom: 90px;
    }
    #garden{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    #island{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    #flowers-bottom {
        position: absolute;
        bottom: -120px;
    }

    #flowers-bottom img{
        height: 300px;
    }

    .post .pink-block {
        margin-top: 85px;
    }
}