html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
    font-family: "PT Serif",Times,"Times New Roman",Georgia,serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: #666;
    text-align: left;
    padding-bottom: 50px;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-family: Lato;
	font-weight: 900;
	line-height: 1.2;
	color: #000;
}

.h1, h1 {
	font-size: 3.157rem;
}

.h2, h2 {
	font-size: 2.369rem;
}

.h3, h3 {
	font-size: 1.777rem;
}

section {
	margin: 2rem 0;
}

section#header-image {
	margin-top: 0;
	margin-bottom: 0;
}

section#header-image .gradient {
	background: linear-gradient(195deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 30%); 
	position: relative;
	height: 100%;
}

ul li {
	margin-bottom: 20px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin: 1rem auto;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	width: 75%;
}

#header-image {
	height: 75vh;
}

#header-image .logo {
	width: 600px;
	max-width: 80%;
	position: absolute;
	top: 0;
	right: 0;
}

.navbar {
	background-color: #FFFFFF;
	font-family: Lato;
	font-weight: 900;
}



nav.navbar-expand-lg .navbar-nav a.nav-link,
.navbar .nav-item {
	padding-left: 20px;
	padding-right: 20px;
}

section.text-center {

}

section.gallery {
	height: 500px;
}

section.gallery .row {
	height: 230px;
	margin-bottom: 10px;
}

section.gallery .image-inner {
	height: 100%;
	margin-right: 10px;
}
