@charset "utf-8";

html {
	box-sizing: border-box;

}

*,
*::before,
*::after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica", "Arial", "sans-serif";
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header .NavSpace { /* to give space for top navbar*/
        width: 100%;
        background: #989FAC;
        min-height: 75px;
    }








/*EXTRA LARGE MONITOR - START*/

@media screen and (min-width: 2100px){
	.HeroHome { /*Hero Image and area*/
		display: flex;
        margin: 75px auto 0;
		width: 100%;
		min-height: 700px;
		background-image: url("images/Home/EchoIris1440x560.jpg"); /*first rgba values give dark effect to image*/
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: cover;
		align-content: center;
		align-items: center;
		z-index: -1;
		}

	/* EXTRA LARGE paragraph w/ side image - start*/
	.maincontent {
		display: flex;
		flex-flow: row;
		width: 50%;
		margin: 0 auto;
		align-items: center;
		padding: 60px 0;

	}
	.textcontainer {
		display: block;
		align-items: center;
		align-content: center;

		padding-right: 18px;
	}
	.pMain {
		font-size: 2rem;
		line-height: 1.25;
		height: auto;
		margin: 0;
		width: 100%;
		color: black;
		font-weight: 500;
		padding-bottom: 15px;
		text-align: left;
		display: flex;
		flex-direction: column;
	}
	.pMain:first-child {
		padding-bottom: 30px;

	}
	.Para {
		color: #016699;
		margin: 20px auto;
		width: 50%;
		font-size: 2rem;
		font-weight: 800;
		text-decoration: none;
	}

	.ImgMain {
		margin: 0 auto;
		width: 40%;

	}
		/* EXTRA LARGE paragraph w/ side image - end*/

 /*EXTRA LARGE MONITOR Video testimonial section - START*/
 .video_container {
	display: block;
	padding: 60px 0 40px;
	width: 65%;
	margin: 100px auto;
	border-top: 3px solid #C8C7CB;
	border-bottom: 3px solid #C8C7CB;
} 
.video  {
	display: block;
	margin: 0 auto;
	align-content: center;
	align-items: center;
	width: 65%;
	height: auto;
	box-shadow: 0 0 10px;
}
.videocaption p{
	display: block;
	margin: auto;
	text-align: center;
	padding-top: 15px;
	font-size: 1.5em;
}
/*EXTRA LARGE MONITOR Video testimonial section - END*/
}   
/*EXTRA LARGE MONITOR - END */

















/*LARGE MONITOR SIZE - START*/
@media screen and (min-width: 1622px) and (max-width: 2099px){
	.HeroHome { /*Hero Image and area*/
		display: flex;
        margin: 75px auto 0;
		width: 100%;
		min-height: 700px;
		background-image: url("images/Home/EchoIris1440x560.jpg"); /*first rgba values give dark effect to image*/
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: cover;
		align-content: center;
		align-items: center;
		z-index: -1;
		}

/*LARGE MONITOR Second text area with img on right - START*/
.maincontent {
	display: flex;
	flex-flow: row;
	width: 70%;
	margin: 0 auto;
	align-items: center;
	padding: 40px 0;

}
.textcontainer {
	display: block;
	align-items: center;
	align-content: center;

	padding-right: 18px;
}
.pMain {
	font-size: 2rem;
	line-height: 1.25;
	height: auto;
	margin: 0;
	width: 100%;
	color: black;
	font-weight: 500;
	padding-bottom: 15px;
	text-align: left;
	display: flex;
	flex-direction: column;
}
.pMain:first-child {
	padding-bottom: 30px;

}
.Para {
	color: #016699;
	margin: 20px auto;
	width: 70%;
	font-size: 2rem;
	font-weight: 800;
	text-decoration: none;
}

.ImgMain {
	margin: 0 auto;
	width: 40%;

}
	/*LARGE MONITOR Second text area with img on right - END*/


	/*LARGE MONITOR Video testimonial section - START*/
	.video_container {
		display: block;
		padding: 60px 0 40px;
		width: 65%;
		margin: 100px auto;
		border-top: 3px solid #C8C7CB;
		border-bottom: 3px solid #C8C7CB;
	} 
	.video  {
		display: block;
		margin: 0 auto;
		align-content: center;
		align-items: center;
		width: 80%;
		height: auto;
		box-shadow: 0 0 10px;
	}
	.videocaption p{
		display: block;
		margin: auto;
		text-align: center;
		padding-top: 15px;
		font-size: 1.5em;
	}
/*LARGE MONITOR Video testimonial section - END*/
}
/*LARGE MONITOR SIZE - END*/


















/*MONITOR SIZE - START*/
@media screen and (min-width: 1281px) and (max-width: 1621px) {
	.HeroHome { /*Hero Image and area*/
		display: flex;
        margin: 75px auto 0;
		width: 100%;
		min-height: 550px;
		background-image: url("images/Home/EchoIris1440x560.jpg"); /*first rgba values give dark effect to image*/
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: cover;
		align-content: center;
		align-items: center;
		z-index: -1;
		}

	/*MONITOR Second text area with img on right - start*/
	.maincontent {
		display: flex;
		flex-flow: row;
		width: 70%;
		margin: 0 auto;
		align-items: center;
		padding: 60px 0 30px;

	}
	.textcontainer {
		display: block;
		align-items: center;
		align-content: center;

		padding-right: 18px;
	}
	.pMain {
		font-size: 1.75rem;
		line-height: 1.25;
		height: auto;
		margin: 0;
		width: 100%;
		color: black;
		font-weight: 500;
		padding-bottom: 15px;
		text-align: left;
		display: flex;
		flex-direction: column;
	}
	.pMain:first-child {
		padding-bottom: 30px;

	}
	.Para {
		color: #016699;
		margin: 20px auto;
		width: 70%;
		font-size: 1.75rem;
		font-weight: 800;
		text-decoration: none;
	}

	.ImgMain {
		margin: 0 auto;
		width: 40%;

	}
/*MONITOR Second text area with img on right - end*/

	/*MONITOR Video testimonial section - START*/
	.video_container {
		display: block;
		padding: 60px 0 40px;
		width: 80%;
		margin: 50px auto;
		border-top: 3px solid #C8C7CB;
		border-bottom: 3px solid #C8C7CB;
	} 
	.video  {
		display: block;
		margin: 0 auto;
		align-content: center;
		align-items: center;
		width: 80%;
		height: auto;
		box-shadow: 0 0 10px;
	}
	.videocaption p{
		display: block;
		margin: auto;
		text-align: center;
		padding-top: 15px;
		font-size: 1.5em;
	}
/*MONITOR Video testimonial section - END*/
}
/*MONITOR SIZE - END*/















/*HOME - START*/
@media screen and (min-width: 621px) and (max-width: 1280px){
	.HeroHome { /*Hero Image and area*/
		display: flex;
        margin: 75px auto 0;
		width: 100%;
		min-height: 400px;
		background-image: url("images/Home/EchoIris1440x560.jpg"); /*first rgba values give dark effect to image*/
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: cover;
		align-content: center;
		align-items: center;
		z-index: -1;
		}

	 /*MOBILE portrait MAIN CONTENT WITH IMAGE - START*/  
	 .maincontent {
		display: flex;
		flex-flow: column wrap;
		width: 80%;
		margin: 0 auto 30px;
		align-items: center;
		padding: 0;

	}
	.textcontainer {
		display: block;
		align-items: center;
		align-content: center;

		padding-right: 18px;
	}
	.pMain {
		font-size: 1.75rem;
		line-height: 1.25;
		height: auto;
		margin: 0;
		width: 100%;
		color: black;
		font-weight: 500;
		padding-bottom: 15px;
		text-align: left;
		display: flex;
		flex-direction: column;
	}
	.pMain:first-child {
		padding-bottom: 30px;

	}
	.Para {
		color: #016699;
		margin: 20px auto;
		width: 80%;
		font-size: 1.5rem;
		font-weight: 800;
		line-height: 1.3;
		text-decoration: none;
	}

	.ImgMain {
		margin: 20px auto 0;
		width: 50%;
	}

	 /*MOBILE portrait MAIN CONTENT WITH IMAGE - END*/

/*TABLET/DESKTOP Video testimonial section - start*/

.video_container {
	display: block;
	padding: 60px 0 40px;
	width: 80%;
	margin: 0 auto;
	border-top: 3px solid #C8C7CB;
	border-bottom: 3px solid #C8C7CB;
} 
.video  {
	display: block;
	margin: 0 auto;
	align-content: center;
	align-items: center;
	width: 90%;
	height: auto;
	box-shadow: 0 0 10px;
}
.videocaption p{
	display: block;
	margin: auto;
	text-align: center;
	padding-top: 15px;
	font-size: 1.5em;
}
/*TABLET/DESKTOP Video testimonial section - end*/
}
/*TABLET/DESKTOP SIZE - END*/



















/*MOBILE PORTRAIT VIEW - START*/
@media screen and (max-width : 620px ){
	.HeroHome { /*Hero Image and area*/
		display: flex;
        margin: 100px auto 0;
		width: 100%;
		min-height: 300px;
		background-image: url("images/Home/EchoIris800x311.jpg"); /*first rgba values give dark effect to image*/
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: cover;
		align-content: center;
		align-items: center;
		z-index: -1;
		}


	 /*MOBILE portrait MAIN CONTENT WITH IMAGE - START*/  
	 .maincontent {
		display: flex;
		flex-flow: column wrap;
		width: 90%;
		margin: 0 auto 30px;
		align-items: center;
		padding: 0;

	}
	.textcontainer {
		display: block;
		align-items: center;
		align-content: center;

		padding-right: 18px;
	}
	.pMain {
		font-size: 1.25rem;
		line-height: 1.25;
		height: auto;
		margin: 0;
		width: 100%;
		color: black;
		font-weight: 500;
		padding-bottom: 15px;
		text-align: left;
		display: flex;
		flex-direction: column;
	}
	.pMain:first-child {
		padding-bottom: 30px;

	}
	.Para {
		color: #016699;
		margin: 20px auto;
		width: 90%;
		font-size: 1.25rem;
		font-weight: 800;
		line-height: 1.35;
		text-decoration: none;
	}

	.ImgMain {
		margin: 20px auto 0;
		width: 60%;
	}

	 /*MOBILE portrait MAIN CONTENT WITH IMAGE - END*/


/*MOBILE Video TESTIMONIAL - START*/
.video_container {
	display: block;
	padding: 40px 0 40px;
	width: 90%;
	margin: 20px auto 40px;
	border-top: 3px solid #C8C7CB;
	border-bottom: 3px solid #C8C7CB;
	z-index: -10;
} 
.video  {
	display: block;
	margin: 0 auto;
	align-content: center;
	align-items: center;
	width: 90%;
	height: auto;
	box-shadow: 0 0 10px;
}
.videocaption p{
	display: block;
	margin: auto;
	text-align: center;
	padding-top: 15px;
	font-size: 1.5em;
}
/*MOBILE Video TESTIMONIAL - END*/
}
/*MOBILE PORTRAIT VIEW - END*/