/* Start */
#startHeader h1{
	text-align: center;
	margin-top: 1em;
	font-weight: bold;
	position: relative;
	z-index: 10;
}

#startSectionOne, #startSectionTwo{
	display: flex;
	flex-direction: row;
}

#startSectionOne{
	margin-top: 6.4em;
}

#startSectionOne div{
	width: 50%;
	z-index: 10;
}

#startSectionOne div:first-child p{
	margin-left: 2em;
}

#startSectionOne div p{
	margin-right: 4em;
}

#startSectionTwo div:first-child{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}


#startSectionTwo div:first-child img {
	position: absolute;
	bottom: 0em;
}


#startSectionTwo div{
	width: 30%;
	z-index: 10;
}

#startSectionTwo div p{
	position: absolute;
	bottom: 9.375em;
	right: 4em;
}

.startLink{
	color: black;
	text-decoration: none;
	font-size: 1.2em;
	border: 2px solid green;
	padding: 0.5em 1em;
	display: inline-block;
	width: 18em;
	text-align: center;
}



@media only screen and (max-width: 1425px){
	#startSectionTwo div:first-child{
		bottom: -1.3em;
	}
}


@media only screen and (max-width: 1425px){
	#startSectionTwo div:first-child{
		bottom: -1.3em;
	}
}

@media only screen and (max-width: 1389px){
	#startSectionOne div{
		width: 100%;
	}

	#startSectionOne p{
		text-align: center !important;
	}

	#startSectionOne div:first-child p{
		margin-left: 0em;
	}

	#startSectionOne div p{
		margin-right: 0em;
	}

	#startSectionTwo div p{
		position: absolute;
		bottom: 0em;
		right: 4em;
		text-align: none !important;
	}

	#startSectionTwo div:first-child img{
		width: 65%;
	}

	.startLink{
		width: 18em;
	}
}

@media only screen and (max-width: 977px){

	#startSectionOne, #startSectionTwo{
		flex-direction: column;
	}

	#startSectionTwo div{
		width: 100%;
	}

	#startSectionTwo div:first-child{
		display: none;
		margin-left: 0em;
	}

	#startSectionTwo div p{
		position: static;
		text-align: center !important;
	}

	.startLink{
		width: 18em;
	}
}

@media only screen and (max-width: 597px){
	#startHeader h1{
		font-size: 2em;
	}
}

@media only screen and (max-width: 511px){
	#startHeader h1{
		font-size: 1.7em;
	}
}

@media only screen and (max-width: 441px){
	#startHeader h1{
		font-size: 1.5em;
	}
}
