﻿/* Text Elements */
/* Style the navigation menu */
/* The navigation bar */
/* Add a black background color to the top navigation */
.navbar {
	overflow: hidden;
	background-color: #f9f9f7; /*position: fixed; /* Set the navbar to fixed position */;
	top: 0; /* Position the navbar at the top of the page */;
	width: 100%; /* Full width */;
	padding-top: 4px;
	padding-bottom: 4px;
	display: flex;
	justify-content: center;
}
/* Links inside the navbar */
.navbar a {
	float: left;
	padding: 14px 16px;
	text-decoration: none;
	display: block;
	background-color: #f9f9f7;
	color: black;
	text-align: center;
	font-weight: 300;
	font-size: 18px;
}
/* Change background on mouse-over */
.navbar a:hover {
	/*ckground: #ddd;*/
	color: #b5b5b5;
}
h2.title {
	position: relative;
	z-index: 1;
	margin-top: 0px;
	margin-bottom: 0;
	letter-spacing: 0px;
	font-weight: 500;
	font-style: italic;
	font-size: 28px;
	font-family: 'Cormorant Garamond', Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
	line-height: 1;
	text-align: left;
}
.container.neutral-hero-container-center {
	position: relative;
	z-index: 5;
	padding-top: 0px;
	padding-bottom: 16px;
	padding-right: 24px;
	padding-left: 24px;
	max-width: 1280px;
	max-height: 32px;
	margin: auto;
}
/* Layout Elements */
.container.neutral-hero-container-top {
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	padding-top: 0px;
	padding-right: 24px;
	padding-left: 24px;
	min-height: 100vh;
	max-width: 1280px;
	margin: auto;
	background-color: #f9f9f7;
	background-image: none;
	background-attachment: scroll;
	background-position: left top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: 0 0;
	background-repeat: no-repeat;
	background-blend-mode: normal;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}
.container.neutral-hero-container-left-top {
	position: relative;
	z-index: 5;
	padding-right: 24px;
	padding-left: 24px;
	min-height: 100vh;
	max-width: 1280px;
	margin: auto;
	background-color: #f9f9f7;
	background-image: none;
	background-attachment: scroll;
	background-position: left top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: 0 0;
	background-repeat: no-repeat;
	background-blend-mode: normal;
}
