/* Show it is fixed to the top */
body {

    font-family: "HelveticaNeue-Condensed", sans-serif !important;
}

b, strong, h1, h2, h3, h4, h5, h6
{
    font-family: "HelveticaNeue-CondensedBold", sans-serif !important;
}

.btn
{
    font-family: "HelveticaNeue-Condensed", sans-serif !important;
}

.light
{
    font-family: "HelveticaNeue-Condensed", sans-serif !important;
}



h4, h5, h6 {
    font-size: 1.2rem;
    font-weight: bold;
}

h1
{
    font-weight: bold;
}

.cms-edit
{
    z-index:5;
    position: absolute;
}

.cms_edit_button
{
    z-index:50;
}

.cms-edit-button-group
{
    position: absolute;
    z-index: 50;
}

.footer_background
{
    background-image: url("/custom/assets/images/footer_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#footer .container-fluid
{
    background: rgba(33,150,242,0.8);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(33,150,242,0.8) 90%);
}

.mdb-skin .btn-primary,
.blue
{
    background-color: rgba(33, 150, 243,1) !important;
    color: #fff;
}

body{


    background-image: url("/custom/assets/images/background.jpg");
    background-size: 100% ;
    background-repeat: no-repeat;
    background-position: center 50px;


}

main
{
    background: rgba(33,150,242,0.8);
    background: linear-gradient(180deg, rgba(33,150,242,0.8) 0%, rgba(255,255,255,1) 45%);
    min-height: 700px;
}

.recycle_logo
{
    background-image: url("/custom/assets/images/recycle.png") !important;
    background-repeat: no-repeat !important;
    background-position: 5% 50% !important;
    background-size: 15% 90% !important;
}

