
body{
    font-family: "Helvetica Neue, Arial, sans-serif"
}

.container{ 
    padding:100px;
    width: 80%;
    margin: 0 auto;
    min-width: 480px;

}

/* section A start */
#care{
    padding-left: 20px;
    padding-top: 80px;
    max-width: 80%
}

h1 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 5em;
    font-weight: 900;
    text-align: left;
    color: #2c2c2c;
}

.section_A{
    padding-top: 80px;
    padding-left: 30px;
}

#wash{ 
float:right;
margin-right: 100px;
padding-bottom: 50px
}

/* Section A ends */

/* Section B Starts*/

h4{ 
    font-family:Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #414141;
}

h2{ font-family: Helvetica Neue, sans-serif;
    font-size:3em;
    color: #414141;
    
}

h3{     font-family: Arial, sans-serif;
        font-size: 2em;
        text-transform: uppercase;
        padding-top: 70px;
        text-align: center;
        color: #414141;        
}

p{
    font-family: arial, sans-serif;
    font-size: 1.3em;
    padding-left:30px;
    line-height: 40px
}


td{font-family: arial, sans-serif;
    text-align:center;
    }

.clear {
    clear: both;
}

/*sections b-g*/

.section_B{
    padding-top: 70px;
    padding-left: 70px;
}

.germList{
    font-family: arial, sans-serif;
    line-height: 50px;
    font-size: 1.3em;
    padding-top: 30px;
    padding-left: 200px;
}

/* Keep Com. Safe Header*/
.section_C{
    padding-top: 50px;
    padding-left: 40px;
}
.section_E_img{
    padding-top: 60px;
    float: left;
    display: inline-block;
}
.section_E{
    padding-top: 60px;
    float: right;
    display: inline-block;
}
.covidList{
    font-family: arial, sans-serif;
    line-height: 50px;
    font-size: 1.4em;
    padding-top: 30px;
    padding-left: 100px;
}
/*Five Steps Heading*/
.section_F{
    width: 100%;
    padding-top:80px;
    float:left;
}

.video{
    width: 1000px;
    display: inline-block;
    margin: 100px;
}

.iframe {
    margin-left: auto;
    margin-right: auto;
}

.video_h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}



.section_G{
    font-family: arial, sans-serif;
    padding: 30px;
    font-size: 1.5em;
    line-height: 100px;
    clear: both;
    text-align: center;
    
}

.numberCircle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 35px;
    float:left;
    margin-left: 30px;
    margin-bottom: 40px;
    
    background: #f5a641;
    text-align: center;

    font: 50px Helvetica Neue, sans-serif;
}

.numberText{
    line-height: 90px;
    text-align: left;
    
    float: left;
    padding: 0px;
    
    margin:0;
    margin-bottom: 40px;
    margin-left: 50px;
}

/* footer*/

.isuLogo{
    padding-top: 20px;
    padding-left: 30px;
    float: left;
    display: inline;
    cursor: pointer;
}
.isuLogo a:hover{
   background-color: goldenrod;
}

.footer_text{
    font-size: 10px;
    width: 100%;
    height: 200px;
    padding: 10px;
    background-color: #eaeaea;
    margin: 25px;
}

h5{
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.3em;
    font-weight: 900;
    text-align: left;
    color: black;
    
    float: left;
    
}
.footerList{
    font-family: arial, sans-serif;
    line-height: 20px;
    float: left;
    text-align: left;
}

a{ color: darkred;
}

a:hover {
    color: goldenrod;
}
a:link {
  color: darkred;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: lightcoral;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: goldenrod;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: gold;
  background-color: transparent;
  text-decoration: underline;
}