﻿.header-size-limiter {
	max-width: 80vw;
}

.err-header {
	font-family: Montserrat, sans-serif;
	font-size: 3em;
	color: #211546;
	justify-content: center;
	display: grid;
	padding-bottom: 30px;
}

.err-text {
	font-family: Montserrat, sans-serif;
	font-size: 1.5em;
	color: #211546;
	justify-content: center;
	display: grid;
}

.section.general-full {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	min-height: 100vh;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.container {
	align-items:center;
	display:grid;
}

.w-layout-flex {
	display: flex;
	align-items: center;
}

.exception-title {
	padding-left: 2em;
}

.exception-icon {
	height: 150px;
	width: 150px;
	padding: 1.5em;
}

.section-exception {
	justify-content: center;
}

.footer-footer {
	padding-bottom: 0px;
	padding-top: 32px;
}



section {
	display: grid;
	position: relative;
	z-index: 10;
	background-color: #ffffff;
}

section .content {
	margin: 0 auto;
	display: block;
	max-width: 1080px;
	padding: 160px 0;
	/*min-height: 600px;*/
	position: relative;
	align-self: center;
	flex-grow: 1;
}



html {
	height: 100%;
}

.body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
}


.footer-footer {
	margin-top: auto;
}

@media screen and (max-width: 767px) {
	.w-layout-flex{
		flex-direction:column;
	}
}

@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) {
	.err-header {
		font-size: 2em;
	}

	.err-text {
		font-size: 1em;
	}
}