/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.nav--menu a,
.lang {
	text-decoration: none;
	color: #fff;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
}

.quote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100vh;
}

.quote--text {
	max-width: 900px;
	width: 100%;
	z-index: 2;
}

.quote--text h1 {
	font-size: 2.441rem;
	text-align: center;
	display: inline-block;
	line-height: 1.35;
	color: #fff;
}

.modal-backdrop {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 550px) {
	.quote--text h1 {
		font-size: 2.2rem;
	}
}
