:root {
	--gray: #5d5d5d;
	--link: #3a6c9e;
	--yellow: #fbffa5;
	--shadow: 4px 4px 12px #5d5d5d;
}

body {
	color: var(--gray);
	background-color: #fff;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.75;
}

footer {
	width: 100%;
    min-height: 400px;
    background-color: var(--gray);
    margin: -8px;
    padding: 8px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
	overflow: hidden;
	padding-bottom: 80px;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-top: 49px;
    margin-bottom: 24px;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-top: 60px;
}

h3 {
	font-size: 36px;
	padding-top: 40px;
	text-transform: uppercase;
	letter-spacing: 8px;
}

.header a {
	color: var(--gray);
	text-decoration: none;
}

.header a:hover {
	color: var(--gray);
	
}

a {
	text-decoration: none;
	color: var(--link);
}

a:hover {
	color:#3a6c9e;
	text-shadow: 2px 2px 4px var(--gray);
}

footer a {
	text-decoration: none;
	color: #fff;
}

footer a:hover {
	color: var(--yellow);
	text-shadow: 2px 2px 4px #fff;
}

footer h2 {
	color: #fff;
	margin: unset;
	font-family: 'Libre Baskerville', serif;
}

.header_container {
    width: 100%;
    height: 540px;
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    padding: 8px;
    margin: -8px;
    background-size: cover;
    background-position: center;
}

.header {
	font-size: 64px;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 24px;
	letter-spacing: 8px;
	text-align: center;
}

.sub_header {
    text-align: center;
    margin-left: 320px;
}

.logo {
    background-image: url(images/logo.png);
    background-size: contain;
    width: 400px;
    height: 200px;
    float: right;
    margin-top: 100px;
    margin-right: 80px;
    background-repeat: no-repeat;
}

.main_window_container {
    margin: auto;
    display: block;
    padding-bottom: 100px;
    max-width: 1080px;
    font-size: 18px;
}

.about_us_container {
    width: 400px;
    display: inline-block;
}

.broken_image {
    width: 600px;
    height: 400px;
    background-image: url(images/nbh_floor.png);
    background-size: contain;
    float: right;
    margin-top: 40px;
}

.broken_image_text {
    width: 500px;
    float: right;
    text-align: left;
}

.broken_image_text p {
	float: right;
}

.quote_text {
    margin: auto;
    font-size: 36px;
    font-style: italic;
    text-align: center;
    max-width: 920px;
}

.spacer {
	height: 200px;
    display: block;
    width: 100%;
}

.header_container_2 {
    width: 100%;
    height: 400px;
    background-image: url(images/footer.png);
    background-repeat: no-repeat;
    padding: 8px;
    margin: -8px;
    background-size: cover;
    background-position: center;
}

.community_icon {
	background-image: url(images/community_icon.png);
    width: 300px;
    height: 300px;
    position: relative;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer_container {
	max-width: 1080px;
	width: 100%;
	display: block;
	margin: auto;
	color: #fff;
}

.footer_column {
    max-width: 33%;
    height: 300px;
    min-width: 32.8%;
    display: inline-table;
    margin-top: 60px;
	line-height: 2;
	border-radius: 10px;
}

.social_container {
    margin: auto;
    width: fit-content;
    height: fit-content;
    top: 40px;
    position: relative;
}

.social_icon {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-size: contain;
    margin-left: 20px;
    margin-right: 20px;
}

.privacy {
	margin: auto;
    margin-top: 80px;
    text-align: center;
}