﻿.media > section:nth-child(even), section:nth-child(even) * {
	background-color: #F8F8F8;
}

.row-text {
	color: #272D4E;
	padding-left: 16px;
}

.row.alt {
	background-color: #ffffff;
	color: #272D4E;
}

.construction {
	width: 100vw;
	height: 100vh;
	background-color: #99b4c1;
	display:none;
	text-align:center;
	align-content:center;
}

#testimonials, #media-kit {
	display:none;
}

.pr-title {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #272D4E;
	z-index: 10;
	position: relative;
}

.line-div {
	width:50%;

}

section {
	display: flex;
	position: relative;
	z-index: 10;
	background-color: #ffffff;
}

section .content {
	margin: 0 auto;
	display: block;
	max-width: 1080px;
	padding-top: var(--defaultPadding);
	padding-bottom: 120px;
	position: relative;
	align-self: center;
	flex-grow: 1;
}

section .content .text-block{
	max-width: 640px;
	position: relative;
}

section .content::before{
	top: 10%;
	bottom: 10%;
	background-repeat: no-repeat;
	background-size: contain;
	position:absolute; 
	content:'';
	display:block;
}


html {
	height: 100%;
}

.body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
}


.footer-footer {
	margin-top: auto;
}

@media screen and (min-width: 1280px) {
	section .content {
		max-width: 90vw;
		margin-left: 15%;
		margin-right: 15%;
	}
}

@media screen and (max-width: 1280px) {
	section .content {
		padding-left: 16px;
		padding-right: 16px;
		max-width: 1200px;
	}
}

@media screen and (max-width: 991px) {

}