
.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}

.page-title{
    font-size: 23px;
    font-weight: lighter;
    color: #0F4C81;
}

.section-title{
    font-size: 18px;
    font-weight: lighter;
    color: #0F4C81;
}

.website-section-title{
    font-size: 28px;
    font-weight: 600;
    color: #FFFFFF;
}
.website-section-subtitle{
    font-size: 14px;
    font-weight: 100;
    color: #FFFFFF;
}
.website-section-format-paragraph-1{
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
}
.website-section-advertiser-paragraph-1{
    font-size: 20px;
    font-weight: 400;
    color: #0F4D81;
}
.website-section-advertiser-paragraph-2{
    font-size: 28px;
    font-weight: 700;
    color: #0F4D81;
}
.website-section-advertiser-paragraph-3{
    font-size: 20px;
    font-weight: 400;
    color: #818181;
}
.website-section-more-info-paragraph-1{
    font-size: 28px;
    font-weight: 200;
    color: #FFFFFF;
}
.website-section-more-info-paragraph-2{
    font-size: 20px;
    font-weight: 200;
    color: #FFFFFF;
}

.block-title{
    font-size: 25px;
    font-weight: normal;
    color: #0F4C81;
}

.row-nomargin{
    margin-right: 0;
    margin-left: 0;
}

.section-subtitle{
    font-size: 14px;
    font-weight: 200;
    color: rgba(0, 0, 0, .54);
}

.box-outline{
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.12);
    padding: 6px;
}

.platform-icon{
    color: #818181;
    font-size: 60px;
    margin-top: 5px;
    width: 60px;
    height: 60px;
}
.platform-label{
    color: #818181;
    font-size: 14px;
    margin-top: 5px;
}
.advertiser-block-description{
    color: rgb(51, 51, 51);
    font-size: 18px;
    margin-top: 50px;
    white-space: nowrap
}

.screenHeight{
    height: 100vh;
    /*min-height: 655px;*/
}

.scale-if-small{
}

@media (max-width: 1199px) {
    .column-reverse-lg {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 991px) {
    .column-reverse-md {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {
    .block-title{
        font-size: 18px;
        font-weight: normal;
        color: #0F4C81;
    }
    .scale-if-small{
        width: 320px;
        height: auto;
    }
    .zero-width-if-small{
        width: 0 !important;
    }
}
