
#blog-id-4 #logo{
    position: absolute;
    top: 71px;
    left: 200px;
    width: 188px;
    /* width: 160px; */
    z-index: 2;
}
#blog-id-4 .section.bg-dark-blue button.newsletter-button{
    background-color: #cf1452;

}
#blog-id-4 .section.bg-dark-blue button.newsletter-button:hover{
    background-color: white;
    color: #cf1452;
}

#blog-id-4 #intro button{
    background-color: #cf1452;
}
#blog-id-4 #intro button:hover{
    background-color: white;
    color: #cf1452;
}
#blog-id-4 .modal-body{
    background-color: #cf1452;
    color: white;
}
#blog-id-4 .modal-text{
    width: 100%;
    color: white;
}
#blog-id-4 .modal-body button.close{
    color: white;
    border-color: white;
}


#blog-id-4 .modal-content{
    border: 0px solid;
}

#blog-id-4 #info-popup-wrapper #info-popup #close-info-popup{
    background-color: #cf1452;
}
@media screen and (max-width: 767px) {
    #blog-id-4 #logo {
        position: absolute;
        top: 41px;
        left: 115px;}

    #blog-id-3 #info-popup-wrapper h5{
        font-size: .9rem;
    }
    #blog-id-3 #info-popup-wrapper p{
        font-size: .8rem;
    }
    #blog-id-3 #info-popup-wrapper{
        padding-left: 0px !important;
    }
    #blog-id-3 #info-popup{
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

}
#blog-id-3 a.btn-gallery{
    color: #088D9B;
    border-color: #088D9B !important;
}

#blog-id-3 a.btn-gallery:hover{
    color: white !important;
    background-color: #cf1452 !important;
    border-color: #cf1452 !important;
}

