/*#g-container-main {
    background-image: url(/images/background/AdobeStock_227994316.jpeg);
    background-size: cover;
}*/

#g-mainbar {
    background: none;
    background: rgba(255,255,255, 0.75);
}

#g-footer p {
    margin-top: 0;
    line-height: 1;
}

.button {
    background: #000000;
    border-radius: 20px;
    color: #ffffff;
    text-transform: none;
    padding: 15px 30px;
    font-family: "Poppins";
    margin-right: 10px;
}

#g-header .custom {
    position: relative;
    float: left;
    width: 100%;
    background-size: cover;
    height: 430px;
    background-position: 0px 40%;
}


h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;   
    font-weight: 500;
}

h1 {
    font-size: 32px;
}


h2 {
    font-size: 18px;
    margin-top: 25px;
}

div[itemprop="articleBody"] p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.4;
}