@import url('/css/fonts.css');

.footer {
	background-color: #EFEFEF;
}

body.mce-content-body {
	margin-top: 0 !important;
}

/* Bootstrap overrides */
/* .btn-success {
	background-color: #6DAB52;
	border-color: #4a7438;
	color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
	background-color: #4a7438;
	border-color: #6DAB52;
	color: #fff;
} */

/* Style the back-to-top floating button */
.sf-back-to-top {
	background-color: #3A9ACC; /* button color */
	color: white; /* text/arrow color */
	display: none;
	z-index: 999;
	/* float in bottom right corner */
	/* 20 pixels from edge */
	position: fixed;
	right: 20px;
	bottom: 20px;
	/* size of button is 50 pixels*/
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* round button */
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

a.sf-back-to-top {
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.6;
	padding-left: 2px;
	padding-top: 4px;
}

a.sf-back-to-top:hover, a.sf-back-to-top:active {
	color: #f0f0f0;
	text-decoration: none;
}

.sf-back-to-top:visited {
	color: white;
}

a.sf-back-to-top .arrow:before {
	content: "\e02d";
	font-family: 'squarespace-ui-font';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e02d";
	text-align: center;
	display: block;
	vertical-align: middle;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	cursor: pointer;
	margin-left: -4px;
}

.loading {
	background-color: #ffffff;
	background-image: url("/img/3.gif");
	background-size: 25px 25px;
	background-position:right center;
	background-repeat: no-repeat;
}




.video-container {
	position: relative;
	width: 100%;
	/* height: 100vh; */
	height: 500px;
	overflow: hidden;
}

.video-container video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: -1;
}

/* .video-container::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 0;
} */

.video-content {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	top: 50%;
	width: 80vw;
	left: 50%;
	margin-left: -40vw;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.6); /* black at 50% */
	border-radius: 1em;
}

@media (max-width: 768px) {
	.video-container video {
		display: none;
	}

	.video-container {
		background: url("/img/upei.jpg") center / cover no-repeat;
		font-size: 0.4em;
	}
}
