body {
    font-family: 'Poppins', sans-serif;
}
/*h1,h2,h3,h4,h5 {*/
    /*font-family: 'Roboto Condensed', sans-serif;*/
/*}*/
/*.h2, h2{*/
    /*font-size: 2.4rem;*/
/*}*/

.masthead {
    height: 70vh;
    min-height: 500px;
    background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
    background-image: url('../../images/dc247-asc-header.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

#wpadminbar { display:none !important;}

.background-blue {
    background-color: #005d91;
}
.background-blue-secondary {
    background-color: #16a2cd;
}
.text-blue {
    color: #005d91;
}
.text-blue-secondary {
    color: #16a2cd;
}
.border-bottom-blue-secondary {
    border-bottom: 0.3rem #16a2cd solid;
}

.background-orange {
    background-color: #f58220;
}
.background-orange-secondary {
    background-color: #ffc80b;
}
.text-orange {
    color: #f58220;
}
.text-orange-secondary {
    color: #ffc80b;
}

.background-chrome {
    background-image: url('../../images/chrome-back.png');
    background-size: cover;
    background-position: center;
}
.background-vaga {
    background-image: url('../../images/BGS_1_e.jpg');
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}
.background-orange-image  {
    background-image: url('../../images/dc247-asc-footer.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f58220;
}
@media only screen and (max-width: 1700px) {
    .background-vaga {
        background-image: none;
    }
}

.logo-width{
    max-width: 300px;
}
@media only screen and (max-width: 600px) {
    .logo-width{
        max-width: 200px;
    }
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
.text-shadow { text-shadow: #404040 1px 1px 1px; }