body {
    background-color: white;
}

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

.section_A {
    font-family: "playfair display";
    height: 210px;
    margin-top: 20px;
    padding: 80px;
    background-color: #60c1b6;
}

.section_B {
    width: 100%;
    margin-top: 150px;
}

.section_C {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #50a8ac;
}

.section_D {
	max-width: 450px;
	float: left;
	padding: 10px;
}

.col2 {
    max-width: 460px;
    float: left;
    padding: 10px;
}

h1 {
	font-size: 250px;
	text-align: center;
    color: white;
    margin-top: -100px;
    padding: 0;
}

h1:hover {
    color: #50a8ac;
}

h2 {
    font-size: 70px;
	margin-left: 330px;
    margin-top: 40px;
    margin-bottom: 0;
    color: white;
    padding: 0;
}

h3 {
	font-size: 36pt;
    color:black;
    margin: 0;
    padding-left: 10px;
	color: #50a8ac;
}

h4 {
	margin-left: 100px;
	max-width:1000px;
	margin-top: 5px;
	height 100px;
	font-family: "playfair display";
	color: white;
	font-size: 60pt;
	padding: 0;
}

h5 {
	font-size: 18pt;
}

h6{
	font-family: "playfair-display";
	color: white;
	font-size: 36pt;
	margin-left: 175px;
	height: 100px;
	margin-bottom: 40px;
	height: 10px;
}

p {
	font-size: 12pt;
    line-height: 2.0;
	font-family: "verdana";
}

.body_text {
    padding: 10px;
}

.caption {
    font-size: 12pt;
    padding: 5px;
	color: lightgray;
}
.steps {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.steps_text {
    margin-left: 175px;
    max-width: 700px;
    height: 100px;
	font-family: "verdana";
	color: white;
}

.icons {
    width:150px;
    height:150px;
    float: left;

}

.video {
	margin-top: 30px;
	
}


/* make images fit to the div */
img {
    width: 100%;
}

.clear {
    clear: both;
}


/* hover */
.img_box {
    position: relative;
}

.hover_txt {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s ease;
}

.hover_txt p {
    position: absolute;
    text-align: center;
    color: black;
    font-size: 20px;
    margin: 0;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img_box:hover .hover_txt {
    opacity: 1.0;
}

.img_box:hover img{
    opacity: 0.2;
}





footer {
    text-align: center;
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
	font-family: "verdana";
	font-weight: bold;
	font-size: 14px;
	
}