#ComingSoon {
    font-family: Baskerville, serif;
	font-weight: bold;
	font-size: 40pt;
    color: #7ccc5c;
	text-align: center;
}

#curpage {
	color: #00072d;
}

#curpage::before {
	content: '';
	display: block;
	height: 2px;
	background-color: #00072d;
	
	position: absolute;
	top: -4px;
	width: 100%;
}

.columns {
	overflow: hidden;
	text-align: center;
	padding-left: 2%;
}

.column1{
	float: left;
	width: 50%;
    height: 403px;
    position: relative;
}

.column2{
	float: left;
	width: 50%;
    height: 403px;
    position: relative;
}

.column3{
	float: left;
	width: 50%;
    height: 403px;
    position: relative;

}

.column4{
	float: left;
	width: 50%;
    height: 403px;
    position: relative;

}

.Img1 {
	float: right;
	padding-right: 2%;
}

.Img2 {
	float: left;
	padding-left: 2%;
}

.Img3 {
	float: right;
	padding-right: 2%;
	padding-top: 4%;
}

.Img4 {
	float: left;
	padding-left: 2%;
	padding-top: 4%;
}

.outer_testimonials {
	text-align: center;
	height: 300px;
}

.testimonials {
	display: inline-block;
	text-align: center;
	width: 50%;
}

#t_words {
	color: #7ccc5c;
	font-style: italic;
	font-weight: bold;
	font-family: Baskerville, serif;
	font-size: 30pt;
}