body {
	height: 100vh;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("https://images.unsplash.com/photo-1524368535928-5b5e00ddc76b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80");
	background-size: cover;
	background-position: center;
	box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}

.cover-container {
	max-width: 90vw;
}

.btn {
	background-color: rgba(0, 0, 0, 0.3);
	border: 2px solid rgba(255, 255, 255, 0.6);
	min-width: 150px;
	height: auto;
	border-radius: 15px;
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
	position: relative;
	transition: 0.2s;
	cursor: pointer;
	padding: 8px 10px;
}

.btn:hover {
	background-color: rgba(255, 255, 255, 0.6);
	border-color: transparent;
	color: black;
}

.btn:focus {
	outline: 2px solid #c9184a;
	outline-offset: 2px;
}

.navbar-brand {
	font-size: 1.5rem;
	font-family: "Pacifico";
	text-shadow: 2px 2px 2px #000000;
}

.lead {
	font-family: "Inconsolata";
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 500;
}
