@font-face {
    font-family: hkgrotesk;
    src: url("../fonts/HKGrotesk-Light.otf") format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: hkgrotesk;
    src: url("../fonts/HKGrotesk-LightItalic.otf") format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: hkgrotesk;
    src: url("../fonts/HKGrotesk-Medium.otf") format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: hkgrotesk;
    src: url("../fonts/HKGrotesk-MediumItalic.otf") format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: hkgrotesk;
    src: url("../fonts/HKGrotesk-Regular.otf") format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: hkgrotesk;
    src: url("../fonts/HKGrotesk-RegularItalic.otf") format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: hkgrotesk;
    src: url("../fonts/HKGrotesk-SemiBold.otf") format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: hkgrotesk;
    src: url("../fonts/HKGrotesk-SemiBoldItalic.otf") format('opentype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: hkgrotesk;
    src: url("../fonts/HKGrotesk-Bold.otf") format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: hkgrotesk;
    src: url("../fonts/HKGrotesk-BoldItalic.otf") format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: hkgrotesk;
    src: url("../fonts/HKGrotesk-ExtraBold.otf") format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: hkgrotesk;
    src: url("../fonts/HKGrotesk-ExtraBoldItalic.otf") format('opentype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: hkgrotesk;
    src: url("../fonts/HKGrotesk-Black.otf") format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: hkgrotesk;
    src: url("../fonts/HKGrotesk-BlackItalic.otf") format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: satoshi;
    src: url("../fonts/Satoshi-Light.woff") format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: satoshi;
    src: url("../fonts/Satoshi-LightItalic.woff") format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: satoshi;
    src: url("../fonts/Satoshi-Regular.woff") format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: satoshi;
    src: url("../fonts/Satoshi-Italic.woff") format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: satoshi;
    src: url("../fonts/Satoshi-Bold.woff") format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: satoshi;
    src: url("../fonts/Satoshi-BoldItalic.woff") format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: satoshi;
    src: url("../fonts/Satoshi-Black.woff") format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: satoshi;
    src: url("../fonts/Satoshi-BlackItalic.woff") format('woff');
    font-weight: 900;
    font-style: italic;
}

html {
  position: relative;
  min-height: 100%;
}

body {
	background-color: #1b1b1b !important;
	font-family: 'hkgrotesk', serif !important;
	width:100%;
	margin-bottom: 60px;
}

.navbar {
	padding-left: 20em;
    padding-right: 20em;
    background-color: rgba(10,10,10, .75) !important;
}

.navbar-brand img {
	width: 8em;
}

.navbar-brand {
	font-family: 'Comfortaa';
	font-size:2rem !important;
}

.navbar-nav .nav-item:last-child {

}

.section-1 {
	background-image: url("../img/hero1s.jpeg");
	background-color: #0c0c0c !important;
	background-size: cover;
    width: 100%;
    background-position: center;
    background-clip: content-box;
    background-blend-mode: hard-light;
    min-height:40rem;
    max-width: 100% !important;
    color: #ffffff;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    align-items: center;
    display: flex;
    filter: grayscale(1) contrast(1);
}

.section-2 {
	background-image: url("../img/hero2s.jpeg");
	background-color: #0c0c0c !important;
	background-size: cover;
    width: 100%;
    background-position: center;
    background-clip: content-box;
    background-blend-mode: hard-light;
    min-height:40rem;
    max-width: 100% !important;
    color: #ffffff;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    align-items: center;
    display: flex;
    filter: grayscale(1) contrast(1);
}

.section-hero .row {
	padding-top:200px;
    z-index: 999;
    width: 100%;
}

.section-hero h1 {
	font-weight: 600;
    font-size: 10rem;
    margin-top: -2em;
    font-family: 'Comfortaa';
}

.section-hero.container::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(17,17,17, .85);
    z-index: 0;
}

footer {
	padding-top: 60px;
	padding-bottom: 100px;
	text-align: center;
	color: #ffffff;
	background-color: #232323;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; /* Set the fixed height of the footer here */
	line-height: 60px; /* Vertically center the text there */
}

.section-dark {
	text-align: center;
    color: #ffffff;
    padding-top: 10em;
    padding-bottom: 10em;
}

.section-light {
	background-color: #232323;
    color: #ffffff;
}

section h2 {
	font-weight: 600;
	margin-bottom: 1.5em;
}

.btn.btn-primary {
	color: #111111;
	background-color: #e9e9e9;
	padding: 20px 40px;
	border-style: none;
	font-weight: 600;
	text-transform: uppercase;
}

a.btn.btn-primary:hover {
	background-color: #ffffff;
	color: #111111;
}

.mini-header h1 {
	text-align: left;
	font-size: 46px;
    font-weight: 600;
    line-height: 60px;
}

.mini-header-content {
	text-align: left;
	font-size: 18px;
    line-height: 28px;
}

.brand-name {
	font-family: "Comfortaa";
}

.widget {
	border-radius: 3px;
    background: rgba(255,255,255, .06);
	text-align: center;

}

.section-gutter {
	padding-left: 20em;
	padding-right: 20em;
}

#section-cta {
	margin-bottom: 12em;
}

hr.section-separator {
    background-color: #fff;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    color: #fff !important;
    opacity: .1;
    margin: 1rem 0;
}

.contact-header {
	padding-top: 3em;
}

.contact-header .sub-header {
	color: rgb(187,187,187);
}

.contact-info {
	padding-bottom: 3em;
	padding-top: 3em;
}

#section-address {
    padding-top: 5em;
    padding-bottom: 5em;
    text-align: center;
}



.min-height-100vh {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
}