html {
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	font-size: 1.2em;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: white;
}

.logoHolder {
	width: 100%;
	min-height: 60vh;
	display: flex;
	justify-content: center;
	background: url('/img/cityscape-g7ba69d4b4_1920.jpg') rgba(0, 0, 0, 0.7);
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
}

.HeaderDiv {
	padding-top: 10vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 60%;
}

.logo {
	width: 50%;
}

.menuButtons {
	display: flex;
	padding-top: 5vh;
}

.navButton {
	text-align: center;
	margin-bottom: 50px;
	color: black;
	background-image: url('/img/Button.png');
	padding: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.navButton:hover {
	color: #70183e;
	text-decoration: none;
}

.separator {
	background-color: #70183e;
	height: 5vh;
}

h1,
h2 {
	font-family: 'Libre Baskerville', serif;
}

.carousel-inner {
	width: 60%;
	margin: 0 auto;
}

article {
	margin: 0 auto;
	font-family: 'Mukta Vaani', sans-serif;
	padding-bottom: 50px;
}

.mainContent {
	text-align: center;
	padding-top: 5vh;
	padding-bottom: 5vh;
	background-color: black;
	font-size: 1.3em;
}

.emphasis {
	width: 80%;
	margin: 10 auto;
}

.maroonText {
	color: red;
}

.emailText {
	color: white;
}

.moreInfo {
	color: black;
}

.email {
	padding-top: 10px;
}

.mainContent > p,
.moreInfo > p {
	width: 80%;
	margin: 10px auto;
}

form {
	width: 60%;
	margin: 0 auto;
	text-align: left;
}

.moreInfo > ul {
	width: 80%;
	margin: 10px auto;
}

.bulletpoint {
	margin-top: 15px;
}

a {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: #70183e;
}

@media only screen and (max-width: 650px) {
	.HeaderDiv {
		width: 80%;
	}

	.navButton {
		text-align: center;
		margin-bottom: 50px;
		color: black;
		background-image: url(/img/Button.png);
		padding: 40px;
		background-size: contain;
		background-repeat: no-repeat;
		min-width: 50%;
		background-position: center;
	}
	.logo {
		width: 75%;
	}
}
