html {
	font-size: 20px;
}

@media (min-width: 768px) {
	html {
		font-size: 24px;
	}
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
	box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
	margin: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-image: url(/img/cedar-backdrop.jpg);
}

p {
	display: block;
	justify-content: center;
	align-items: center;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
}

a {
	color: white;
}

.viewport {
	display: flex;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
}

.welcome {
	color: #ffffff;
	background-size: cover;
	background-position: center;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.text-box {
	height: auto;
	width: auto;
	margin: 1vh;
	background-color: white;
	border-radius: 1vh;
	justify-content: center;
	align-items: center;
	border: 0.25vh solid #808080;
}

.title {
	font-size: 6vh;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding: 1vh;
}

.subtitle {
	font-size: 4vh;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding: 0 1vh 1vh 1vh;
}

.footer {
	font-size: 1vh;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding: 0 1vh 1vh 1vh;
	color: white;
	position: absolute;
	bottom: 0;
}
