﻿.bgImage {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -10;
    top: -80px; /*50px;*/
    left: 0;
    right: 0;
}
/*
.info-content{
    margin: 8%;
    width: 90%;
    display: inline-block;
    text-align: left;
    max-width: 1200px;
}

.info-section {
    margin: 5% 0 3% 0;
    display: flex;
    width: 100%;
    min-height: 115px;
}
    
    .info-section .menu-title {
        float: left;
        font-size: 150%;
        text-overflow: ellipsis;
    }

    .info-section h1 {
        font-size: 3em;
        margin: 0 0 0px -8px;
    }
*/
.covidTitle {
    color: #fff;
    position: relative;
    padding: 5px;
    font-size: 2em;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background: #0081c8;
    background: 0 0\9;
    background: rgba(0,129,200,.8);
    z-index: -2;
    zoom: 1;
}

.title-page {
    color: #fff;
    position: relative;
    padding: 15px 5px;
    font-size: 2em;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background: #0081c8;
    background: 0 0\9;
    background: rgba(0, 129, 200, .8);
    zoom: 1;    
    z-index: -2;
}
    .title-page span {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

.main-div-covid {
    background-color: #036596;
    min-height: 500px;
}

.covid-text {
    float: left;
    color: #fff;
    margin-top: 1%;
    width: 100%;
    margin-bottom: 1.5%;
}

    .covid-text h4 {
        font-size: 3em;
        margin-bottom: .5em;
        border-bottom: 5px #0081C8 solid;
        line-height: 1.25;
        padding-top: 0.6%;
    }

    .covid-text ul li {
        line-height: 35px;
        list-style-type: square;
        margin-left: 10px;
        font-size: 1.5em;
        color: #D0D0D0;
    }

        .covid-text ul li a {
            color: #fff;
            padding: 5px;
            margin: 0;
        }

.covid-body h1 {
    font-size: 3em;
}
.covid-body a {
    display: inline-block;
}

@media only screen and (max-width:940px) {
   

    img.bgImage {
        display: none;
    }
}

.covid-body img {
    width: 30%;
    height: auto;
}

.covid-body iframe.video-box {
    width: 50%;
}

@media only screen and (max-width:768px){
    /*.info-section h1{
        font-size: 1.2em;
    }
    .info-section{
        margin-top: 1%;
        margin-bottom: 0px;
        min-height: unset;
    }
    .info-section .menu-title{
        margin: 1%;
        margin-top: 15%;
    }*/
    .covidTitle{
        font-size: 1.5em;
    }
    /*.title-page{
        font-size: 1.5em;
    }*/

    .covid-body img, .covid-body iframe.video-box {
        width: 100%;
    }
}
