.align-right {
	text-align: right;
}

.logo {
	width: 4rem;
}

.post-heading {
	text-align: center;
	margin-top: 5rem;
}

.red {
	color: red;
}

h3, h4 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	font-weight: 700;
}

h3 {
	margin-top: 1.5rem;
}

.carousel-item {
	height: 100vh;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.overlay {
	background-color: rgba(33,37,41,0.5) !important;
	opacity: 1 !important;
}

hr {
	margin-top: 2rem;
}

.navbar-brand {
	padding: 0 !important;
}

.nav-link {
	padding: 10px 15px !important;
}

.no-header {
	margin-top: 7rem;
}

.default-option {
	display: none;
}

.registration a {
	color: black !important;
}

.form-group span {
	color: red;
	font-size: 12px;
}

.info {
	margin-top: 1rem;
	display: none;
}

.hidden {
	display: none;
}

.filename {
	color: #0085a1 !important;
}

@media (max-width: 1025px) {
	header, .carousel-item {
		max-height: 30rem !important;
	}
	.post-heading {
		margin-top: 3rem;
	}
}