html,
body {
   margin:0;
   padding:0;
   height:100%;
   background-color: #DDDDFF;
}

#headerImage {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/testimonials.jpg);
    background-repeat: no-repeat;
	border: 0;
	padding: 0;
	background-size: cover;	
}

#titletext {
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 48px;
	font-family: "Tahoma", Arial, sans-serif;
	margin-top: 10px;
}
	
#titletextscript {
	display: block;
	color: #EEE;
	padding-bottom: 10px;
	text-align: center;
	font-family: Dancing Script;
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	margin-top: 15px;
}

#testholder {
	width: 96%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

#testholderreverse {
	width: 96%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: row-reverse; /* Safari 6.1+ */
    flex-direction: row-reverse;
}
	
#testitem {
	width: 460px;
	max-width: 100%;
	font-family: Helvetica;
	text-align: center;
	font-size: 12px;
}
	
#testtitle {
	color: #444;
	text-align: center;
	font-size: 32px;
	font-family: Dancing Script;
	padding-bottom:10px;
}

#testimg {
	width: 400px;
	max-width: 100%;
	Height: auto;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	box-shadow: 4px 4px 10px black;
	vertical-align: text-top;
	margin-bottom: 20px;
}

#testscript {
	text-align: justify;
	color: #444;
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
}
