main {
	width: 100%;
	height: calc(100vh - 70px);
	background-color: #1A253A;
	margin-top: 70px;
	background-image: url(../images/hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-attachment: fixed;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

main .main-intro h3 {
	font-size: 96px;
	line-height: 106px;
}

main p {
	font-size: 18px;
	line-height: 30px;
}

main a {
	margin-top: 30px;
	font-size: 18px;
	display: block;
	background-color: var(--site-color-01);
	padding: 10px 20px;
	width: fit-content;
	text-decoration: none;
}

main a:hover {
	text-decoration: underline dotted;
}

.index-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}

main .main-quotes p {
	border-left: 4px solid var(--site-color-01);
	padding-left: 20px;
	margin: 40px 0;
	background-color: rgba(0, 0, 0, 0.25); 
}

main .main-intro {
	position: relative: 
	right: 20vh;
	padding-botton: 8vh;
}

main .main-intro p {
	position: relative: 
	right: 20vh;
	padding-botton: 8vh;
	padding-left: 10px;
	background-color: rgba(0, 0, 0, 0.25); 
}

main .main-quotes {
	position: relative: 
	left: 4vh;
	padding-botton: 8vh;
}

@media only screen and (min-width: 768px) {
.iyslogo2 {
	max-width: 60%;
	object-fit: contain;
	height: auto;
}

.index-wrapper {
	flex-direction: row;
}

.main-left {
	width: 33%;
	display: flex;
	flex-direction: row;
}

.main-center {
	width: 34%;
	display: flex;
	justify-content: center;
	align-text: center;
}
.main-right {
	width: 33%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
	
}