body {
    background-color: #233340;
}

img {
    width: 100%;
}

.container {
    max-width: 960px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.intro {
    padding: 10px;
    padding-left: 10px;
    font-family: hatch, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 2.6;
    text-align: left;
    color: #ffe1cb;
    margin-bottom: 100px;
    margin-top: 45px;
}


h1 { 
	font-family: 'Hatch', sans-serif;
    font-style: italic;
	font-size: 100px;
	font-weight: 700;
	line-height: 48px;
    color: #14bab6;
    /* overwrite margin and padding */
    margin: 0;
    padding: 0;
}

h2 {
    font-family: 'Hatch', serif;
	font-size: 40px;
    font-style: italic;
	font-weight: 300;
    margin-top: 100px;
    color: #ff7365;
    margin-bottom: 50px;
}

h3 {
    font-family: 'Hatch', serif;
	font-size: 60px;
    font-style: italic;
	font-weight: 500;
    margin-top: 180px;
    color: #ffe1cb;
    float: left;
    margin-bottom: 0px;
    background-color: #d67365;
    padding: 6px;
}

h4 {
    font-family: 'Hatch', serif;
	font-size: 50px;
    font-style: italic;
	font-weight: 400;
    color: #ff7365;
    margin-bottom: 5px;
}

h5 {
    font-family: 'Hatch', serif;
	font-size: 36px;
    font-style: italic;
	font-weight: 500;
    line-height: 1.4;
    margin-top: 260px;
    color: #14bab6;
    float: left;
    margin-left: 30px;
    margin-bottom: 25px;
    
}

.during_covid {
    font-style: italic;
    font-weight: 800;
    color: #2a7392;
    font-size: 17px;
    line-height: .5;
}

.wash_hands {
    font-style: italic;
    color: #ffe1cb;
}

p {
    font-family: 'Hatch', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
    color: #14bab6;
    max-width: 525px;
    float: left;
}


.follow {
    font-family: 'Hatch', serif;
	font-size: 40px;
    font-style: italic;
    float: left;
    margin: 0; 
    margin-top: 202px;
}

.five {
    font-family: 'Hatch', serif;
	font-size: 250px;
    font-style: italic;
    font-weight: 500;
    float: left;
    margin: 0; 
    margin-top: 100px;
    margin-left: -20px;
    margin-bottom: -90px;
}


.steps {
    padding: 10px;
    padding-left: 0px;
    font-family: hatch, serif;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    color: #ffe1cb;
    margin-left: 300px;
    max-width: 500px;
}

.sink {
    padding-top: 50px;
    float: left;
    width: 500px;
    /* negative margin */
    margin-left: -200px;
}

.germ {
    width: 540px;
    margin-left: 100px;
    float: left;
}

.circle_text {
  border-radius: 50%;
  float: right;
  height: 475px;
  width: 475px;
  background-color: #ff7365;

}

.circle_text_2 {
    border-radius: 50%;
    float: left;
    height: 275px;
    width: 275px;
    background-color: #14bab6;
}

.circle_text_2:hover {
    background-color: #2a7392;
    transition: .5s ease;
}

.icons_medium {
    font-size: 150px;
    position: relative;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    color: #ffe1cb;
    margin: 0;
    opacity: 0;
}

.icons_medium:hover {
    opacity: 1;
    transition: .5s ease;
}

.circle_text_3 {
    border-radius: 50%;
    float: left;
    height: 175px;
    width: 175px;
    background-color: #2a7392;
    margin-top: 400px;
    margin-bottom: -70px;
}

.circle_text_3:hover {
    background-color: #14bab6;
    transition: .5s ease;
}

.icons_small{
    font-size: 110px;
    position: relative;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    color: #ffe1cb;
    margin: 0; 
    opacity: 0;
}

.icons_small:hover {
    opacity: 1;
    transition: .5s ease;
}

.text_in_circle {
    height: 65%;
    width: 65%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -55%);
    color: #ffe1cb;
    padding-top: 0px;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.9;
}


.section_A {
    height: 210px;
    margin-top: 20px;
    margin: 0px;
    font-family: 'Hatch', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
    color: #ffe1cb;
    float: left;
    max-width: none;
}

.col-two {
    width: 410px;
    height: 260px;
    margin-right: 20px;
    padding: 20px;
    float: left;
    background-color: #2a7392;
    margin-top: 15px;
}

.ul {
    margin-top: 10px;
}

.icons_box01 {
    border-radius: 50%;
    float: left;
    height: 280px;
    width: 280px;
    background-color: #ffe1cb;
    margin: 20px;
}

.icons_box01:hover {
    background-color: #ff7365;
    transition: .5s ease;
}

.step_one {
    font-size: 15px;
    position: relative;
    width: 260px;
    height 260px;
    top: 50%;
    left: 50%;
    transform: translate(-48%, -155%);
    color: #ffe1cb;
    margin: ;
    padding: 90px;
    opacity: 0;
}

.step_one:hover {
    opacity: 1;
}

.icons_box02 {
    border-radius: 50%;
    float: left;
    height: 280px;
    width: 280px;
    background-color: #ffe1cb;
    margin: 20px;
    margin-top: 90px;
}

.icons_box02:hover {
    background-color: #ff7365;
    transition: .5s ease;
}

.step_two {
    font-size: 15px;
    position: relative;
    width: 240px;
    height 260px;
    top: 50%;
    left: 50%;
    transform: translate(-48%, -140%);
    color: #ffe1cb;
    margin: ;
    padding: 90px;
    opacity: 0;
}

.step_two:hover {
    opacity: 1;
}

.icons_box03 {
    border-radius: 50%;
    float: left;
    height: 280px;
    width: 280px;
    background-color: #ffe1cb;
    margin: 20px;
}

.icons_box03:hover {
    background-color: #ff7365;
    transition: .5s ease;
}

.step_three {
    font-size: 15px;
    position: relative;
    width: 230px;
    height 260px;
    top: 50%;
    left: 50%;
    transform: translate(-46%, -140%);
    color: #ffe1cb;
    margin: ;
    padding: 90px;
    opacity: 0;
}

.step_three:hover {
    opacity: 1;
}

.icons_box04 {
    border-radius: 50%;
    float: left;
    height: 280px;
    width: 280px;
    background-color: #ffe1cb;
    margin: 10px;
    margin-left: 150px;
    margin-top: -20px;
}

.icons_box04:hover {
    background-color: #ff7365;
    transition: .5s ease;
}

.step_four {
    font-size: 15px;
    position: relative;
    width: 230px;
    height 260px;
    top: 50%;
    left: 50%;
    transform: translate(-47%, -165%);
    color: #ffe1cb;
    margin: ;
    padding: 90px;
    opacity: 0;
}

.step_four:hover {
    opacity: 1;
}

.icons_box05 {
    border-radius: 50%;
    float: left;
    height: 280px;
    width: 280px;
    background-color: #ffe1cb;
    margin: 10px;
    margin-left: 80px;
    margin-top: -20px;
}

.icons_box05:hover {
    background-color: #ff7365;
    transition: .5s ease;
}

.step_five {
    font-size: 15px;
    position: relative;
    width: 230px;
    height 260px;
    top: 50%;
    left: 50%;
    transform: translate(-47%, -165%);
    color: #ffe1cb;
    margin: ;
    padding: 90px;
    opacity: 0;
}

.step_five:hover {
    opacity: 1;
}

.icons {
    font-size: 150px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff7365;
    margin: 0;
}

.video {
    margin-top: 260px;
    margin-left: 5px;
}

footer{
    font-family: 'Hatch', serif;
    font-weight: 200;
    text-align: center;
    color: #ffe1cb;
    margin-top: 150px;
    margin-bottom: 20px;
}