@font-face {
	font-family: 'MD Grotesk';
	font-display: auto;
	src: url('../../../fonts/MDGrotesk.woff2') format('woff2'),  url('../../../fonts/MDGrotesk.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gravity';
	font-display: auto;
	src: url('../../../fonts/Gravity-Regular.woff2') format('woff2'),  url('../../../Gravity-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gravity';
	font-display: auto;
	src: url('../../../fonts/Gravity-Light.woff2') format('woff2'),  url('../../../fonts/Gravity-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
body {
	font-family: 'Gravity';
	font-weight: normal;
	font-size: 16px;
	line-height: 1.43em;
	position: relative;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'MD Grotesk';
}

@media(min-width:1400px) {
.container {
	max-width: 1380px
}
}
.navbar-brand {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: #000;
	border-bottom: 1px solid #000000
}
.navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;
	padding-right: .5rem;
	padding-left: .5rem;
	font-size: .85em;
}
.about-us {
	background: #FFFFFF;
	padding: 20px 0 30px 0;
}
.about-us h1 {
	font-size: 34px;
	font-weight: 400;
	margin: 40px 0 30px 0;
}
.about-us p {
	font-weight: 400;
	color: #000;
	line-height: 1.4;
	margin: 10px 0;
	font-size: 16px;
}
.about-us img {
	margin: 0 auto;
}
.about-us a {
	color: #000;
	text-decoration: underline;
}
