.mainText {
	margin: auto;
	margin-bottom: 40px;
}
.content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}
.imageTransparency.red {
	 background-color: rgb(192, 30, 47)
}
.fullWidthImage {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 1150px;
	height: 600px;
	position: relative;
	background-blend-mode: multiply;
	background-position: center;
	background-size: cover;
	align-items: center;
	margin-bottom: 40px;
}
.imageOverlayTextTitle {
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	font-size: 50px;
	color: white;
	font-weight: Bold;	
}
.imageOverlayText {
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	font-size: 25px;
	color: white;
}
a.fullWidthImage {
	text-decoration: none;
}
a.fullWidthImage:hover {
	background-color: rgb(67, 67, 68);
}
@media only screen and (max-width: 819px) {
h1 {
	font-size: 40px;
	width: 100%;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}
.fullWidthImage {
	width: 80vw;
}

.imageOverlayTextTitle {
	max-width: 80vw;
	width: 80vw;
	margin-bottom: 20px;
	font-size: 40px;
	text-align: center;
}
.imageOverlayText {
	font-size: 16px;
	max-width: 650px;
	width: 80vw;
	text-align: center;
}
.fullWidthImage {
	margin-top: 20px;
	max-width: 90vw;
	width: 90vw;
	min-height: 600px;
	height: unset;
	padding: 20px 0;
}
}
@media only screen and (min-width: 820px) and (max-width: 1200px) {
h1 {
	font-size: 40px;
	width: 100%;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}
.fullWidthImage {
	width: 80vw;
}

.imageOverlayTextTitle {
	max-width: 80vw;
	width: 80vw;
	margin-bottom: 20px;
	font-size: 40px;
	text-align: center;
}
.imageOverlayText {
	font-size: 16px;
	max-width: 650px;
	width: 80vw;
	text-align: center;
}
.fullWidthImage {
	margin-top: 20px;
	max-width: 90vw;
	width: 90vw;
	min-height: 600px;
	height: unset;
	padding: 20px 0;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1640px){ 
h1 {
	width: 100%;
}
.fullWidthImage {
	width: 80vw;
}

.imageOverlayTextTitle {
	max-width: 80vw;
	width: 80vw;
	margin-bottom: 20px;
	font-size: 40px;
	text-align: center;
}
.imageOverlayText {
	font-size: 16px;
	max-width: 650px;
	width: 80vw;
	text-align: center;
}
.fullWidthImage {
	margin-top: 20px;
	max-width: 90vw;
	width: 90vw;
	min-height: 600px;
	height: unset;
	padding: 20px 0;
}
}
