@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
body, html {
	height: 100%;
	margin: 0;
	font-family: 'Josefin Sans', sans-serif;
}

.bg {
	height: 100%; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
}

.bgChoice {
	height: 100%;
	width: auto;
}

.bg1 {
	height: 100%;
	width: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	float: left;
}

.bg2 {
	height: 100%;
	width: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	margin-left: 50%;
}

.custbtn-warning {
	color: #212529;
	background-color: #ffc107;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px;
	border-radius: 2rem;
	font-weight: 800;
	transition: .5s ease-in-out;
	text-decoration: none;
	line-height: 1.5rem;
	opacity: 1 !important;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.51); 
}

.custbtn-warning:hover {
	border-radius: 2px solid #edb100;
	background-color: #d39e00;
}

.custnavbar-logo {
	position: fixed;
	z-index: 9999;
	left: 1.5rem;
	top: 1.5rem;
	text-decoration: none;
}

.custnavbar-button {
	position: fixed;
	z-index: 9999;
	right: 1.5rem;
	top: 3rem;
	background: #28a745;
	padding: 0.3rem 1.1rem;
	border-radius: 2rem;
	text-decoration: none;
	color: #f0f0f0;
	transition: .5s ease-in-out;
}

.custnavbar-button:hover {
	background: #1e7e34;
}