/* Main Header */

.main-header {
	font-family: "Crimson Text", serif;
	text-align: center;
}

.navbar {
	font-family: "Roboto", sans-serif;
	background-color: #19397d;
}

#collapsibleNavbar {
	justify-content: center;
}

.main-header-bar {
	position: relative;
	height: 110px;
	background: linear-gradient(to top, #dadada 10px, #cbaa5b 11px 35px, #19397d 36px);
	margin-bottom: 110px;
}
.main-header-bar img {
	position: absolute;
	height: 200px;
	transform: translate(-50%, 0);
}
.main-header h1 {
	font-size: 2.9em;
	margin: 0;
}
.main-header p {
	font-size: 1.8em;
	margin: 0;
}

.cursor-pointer {
	cursor: pointer;
}

#title-decoration {
	margin: 2px auto;
	height: 3px;
	width: 80px;
	background-color: #cbaa5b;
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.main-header h1 {
		font-size: 1.8em;
	}
	.main-header p {
		font-size: 0.9em;
	}
}
