/*.title_h1 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2rem;
    font-family: "Baskervville", sans-serif;
}*/

.blogContent h1 {
    color: #4A5183;
    font-size: 2rem;
    text-align: left;
    font-family: "Baskervville", sans-serif;
}

.blogContent {
    margin: 40px;
}

.blogContent h2 {
    font-size: 1.5rem;
    text-align: left;
    font-family: "Baskervville", sans-serif;
}

.blogContent ul {
    margin: 10px;
    margin-left: 40px;
    list-style-type: circle;
}

.blogContent ul  li {
    margin-bottom: 10px;
}

.blogContent p {
    margin: 20px 0 20px 0;
    line-height: 1.6rem;
}

.blogContent a {
    /*color: #8e4157;*/
    text-decoration: underline;
}

.blogContent .text-big {
    font-size: 1.6rem;
}

.blogContent .text-big {
    font-size: 1.6rem;
}

.blogContent .text-huge {
    font-size: 22px;
}

.blogContent figure,
.blogContent img {
    margin: auto;
    width: 100%;
    height: auto;
}

.img {
    max-width:100%;
    height: auto;
}

.blogHolder {
    margin: 100px;
}

.blogHeader {
    z-index:2;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blogPic {
    width: 60%;
}

.blogContentth {
    padding: 20px;
    height: 220px;
    background-color: #fff;
    -webkit-box-shadow: 1px 0px 14px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0px 14px 5px rgba(0, 0, 0, 0.05);
}

.blogContentth h2 {
    /*color: #8e4157;*/
    font-size: 1.6rem;
}

.blogContentth p {
    margin: 10px 0;
}

.blogContentth a {
    color: inherit;
}

.blogth {
    position: relative;
}

.blogth_title {
    font-family: "Playfair Display", serif;
    z-index: 2;
    position: absolute;
    right: 3px;
    bottom: 3px;
    background-color: #fff;
    font-size: 18px;
    width: 90%;
    padding: 5px;
    /*min-height: 55px;*/
    white-space: normal;
}

.herosection {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;

}

.herosection .herobox {
    width: 100%;
    height: 600px;
}

.herobox:hover {
    -webkit-box-shadow: 1px 0px 14px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0px 14px 5px rgba(0, 0, 0, 0.05);
}

.herosection .herobox h3 {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #8e4157;
}

.bigBtn,
.bigBtn:hover{
    background-color: #8e4157;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    font-family: "Playfair Display", serif;
    margin-top: 1rem;
    font-size: 1.2rem;
    display: none;
}

.herosection .heroboxcontent {
    padding: 10px;
}

.herosection .herobox p {
    font-size: .9rem;
}

.heroboxcontent p a,
.heroboxcontent h3 a
{
    text-decoration: underline;
    color: inherit;
}


.herobox:hover .bigBtn {
    display: block;
}



@media only screen and (max-width: 1000px) {

    .herosection .herobox {
        height: auto;
        margin-bottom: 20px;
        -webkit-box-shadow: 1px 0px 14px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 1px 0px 14px 5px rgba(0, 0, 0, 0.05);
    }

    .herosection {
        display: flex;
        flex-direction: column;
    }

    .herosection .box {
        margin-bottom: 20px;
    }

    .blogContent {
        margin: 10px;
    }

    .blogth_title {
        font-size: 11px;
    }

    .blogPic {
        width: 100%;
    }

    .blogHolder {
        margin: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    .blogContentth h2 {
        font-size: 1.3rem;
    }

    .blogHeader {
        width: 100%;
        position: relative;
        padding: 0;
    }

    .blogContentth {
        margin: 0;
        padding: 10px;
        height: auto;
        background-color: #fff;
        -webkit-box-shadow: 1px 0px 14px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 1px 0px 14px 5px rgba(0, 0, 0, 0.05);
    }

}
