@font-face {
	font-family: "Good Times";
	src: url("gt.ttf"); /* IE9 Compat Modes */
	src: url("gt.ttf") format("embedded-opentype"), /* IE6-IE8 */ url("gt.ttf") format("woff2"), /* Super Modern Browsers */ url("gt.ttf") format("woff"), /* Pretty Modern Browsers */ url("webfont.ttf") format("truetype"), /* Safari, Android, iOS */ url("gt.ttf") format("svg"); /* Legacy iOS */
}

.modal-bg {
	background: rgba(51, 51, 51, 0.5);
	position: fixed;
	height: calc(100vh - 66px);
	width: 100%;
	z-index: 100;
	top: 66px;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-container {
	background: #45484b;
	width: 75%;
	min-height: 610px;
	height: 60vh;
	border-radius: 50px;
	position: relative;
	border: 0.25rem solid #333;
	-webkit-box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.25);
}

.modal-exit {
	z-index: 10;
	position: absolute;
	left: -15px;
	top: -15px;
}

.modal-exit button {
	border: none;
	border-radius: 100%;
	color: #e61e32;
	font-weight: 900;
	padding: 0.2rem 0.2rem;
	background: #45484b;
	border: 5px solid #333;
	box-shadow: none;
	font-size: 2.5rem;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.15s;
}
.modal-exit button:hover {
	background: #333;
	color: white;
}

.hidden {
	display: none;
}

.modal-top {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	top: -127.5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#modal-member-image {
	z-index: 2;
}

#modal-elipse {
	position: absolute;
	z-index: 1;
	width: 315px;
	height: 315px;
}

.modal-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	height: 90%;
	margin-top: 5%;
}
.modal-bottom h1 {
	font-size: 3.25rem;
	color: #45484b;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
}
.modal-bottom h2 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 2.5rem;
	color: #ee2a3a;
}

.modal-left,
.modal-right {
	border-radius: 25px;
	background-color: #333;
	flex: 1;
	height: 100%;
	margin: 0 1rem;
	-webkit-box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.25);
}
.modal-right {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
}
.modal-right p {
	font-size: 2rem;
	padding: 1rem 1rem;
	text-align: left;
}
.modal-left {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
}

.members img:hover {
	opacity: 0.5;
	transition: 0.5;
	cursor: pointer;
}

.display-1 {
	font-family: "Good Times";
}
