.fullscreen-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
}
.fullscreen-bg__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-aspect-ratio: 16/9) {
.fullscreen-bg__video {
	width: 100%;
	height: auto;
}
}

@media (max-aspect-ratio: 16/9) {
.fullscreen-bg__video {
	width: auto;
	height: 100%;
}
}
.center {
	margin: 40vh auto;
	width: 30vw;
	position: relative;
}
body {
	background-color: black;
	transition: all 1s;
}
/**********************************************/

.overlay {
	margin-top: 40vh;
	/*position: absolute;
	text-align: center;
	width: 100%;*/
	text-transform: uppercase;
	color: white;
	text-shadow: 1px 1px 1px black;
}
.overlay_footer {
	bottom: 15px;
	position: absolute;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 10px;
}
.title {
	font-size: 60px;
}
.text {
	font-size: 20px;
	padding-top: 80px;
}
.overlay_footer .fa-envelope-o {
	font-size: 40px;
	margin-bottom: 10px;
	cursor: pointer;
}
.overlay_footer .fa-desktop {
	font-size: 33px;
	cursor: pointer;
}
.margin_bottom_20 {
	margin-bottom: 20px;
}

@media only screen and (max-width: 700px) {
.overlay {
	margin-top: 35vh !important;
}
.title {
	font-size: 50px !important;
}
.text {
	font-size: 15px !important;
	padding-top: 60px !important;
}
}
/***************************************/

.modal-dialog {
	top: 30vh;
}

@media only screen and (max-width: 400px) {
.modal-dialog {
	top: 20vh;
}
}
/************************************/

.modal-content {
	background-color: gainsboro;
}
/***********************************/
.fa {
	color: gainsboro;
}
