/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11/04/2020, 03:28:23 PM
    Author     : Eduardo Murillo
*/

/*p{
    text-transform: uppercase !important;
}*/

.covid-title{
    font-family: 'Titillium Web', sans-serif;
    font-size: 54px;
    text-align: center;
    font-weight: bold;
    color: red;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.covid-p{
    font-family: 'Titillium Web', sans-serif;
    font-weight: bolder;
    font-size: 18px;
    color: black;
    padding-bottom: 5px;
    text-transform: capitalize;
    text-transform: uppercase !important;
}

.covid-link{
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #004aad !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.covid-left{
    text-align: left;
}


.covid-pading{
    padding-top: 100px;
}

.vertical-align-img{
    height: 250px;
    position: relative;
    text-align: center;
}

.vertical-align-img a img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    max-height: 230px;
}

.source-title{
    font-family: 'Titillium Web', sans-serif;
    font-size: 26px;
    color: #004aad;
    text-transform: uppercase !important;
}


.p5-h1{
    font-family: 'Titillium Web', sans-serif;
    font-size: 36px;
    font-weight: bold;
    /*color: #6abe52;*/
    padding-bottom: 5px;
    text-transform: uppercase !important;
}

.p5-p{
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase !important;
}

.p6-h1{
    font-family: 'Titillium Web', sans-serif;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase !important;
}

.hr{
    border-top: 3px solid #6abe52;
    margin: 3px;
}

.hr2{
    border-top: 3px solid #c1c1c1;
    margin: 3px;
}

.hr3{
    border-top: 3px solid #e2e659;
    margin: 3px;
}

.hr4{
    border-top: 3px solid #004aad;
    margin: 3px;
}

.p6-h2{
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    /*color: #737373;*/
    text-transform: capitalize;
}

.p6-img{
    margin-bottom: 10px;
}

.c-red{
    color: #ffa500;
}

.p10-h1{
    font-family: 'Titillium Web', sans-serif;
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    color: #004aad;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.p14-h1{
    font-family: 'Titillium Web', sans-serif;
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    color: red;
    text-transform: capitalize;
}

.p14-p{
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: black;
    text-transform: capitalize;
}

.c-white{
    color: white !important;
}

.c-yellow{
    color: #e2e659 !important;
}

.c-green{
    color: #6abe52 !important; 
}

.cursor{
    cursor: pointer;
}