@font-face {
    font-family: 'FR';
    src: url('fonts/FuturaBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FR Book';
    src: url('fonts/FuturaBook.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FR Demi';
    src: url('fonts/FuturaDemi.woff') format('woff');
    font-style: normal;
    font-display: swap;
    font-family: 'FR Book';
}
@font-face {
    font-family: 'NyghtItalic';
    src: url('fonts/NyghtSerif-LightItalic.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NyghtLight';
    src: url('fonts/NyghtSerif-Light.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

body{
	color: #fff;
	background-color: #1d1c1b;
}

.black_bg{
	background-color: #1d1c1b;
}

.font_bold, h1, h2, h3, h4, h5, h6{
	font-family: futura-pt, sans-serif;
    font-weight: 600;
}
.font_medium{
	font-family: 'FR Demi';
}
.font_white{color: #fff;}
.font_grey{ color: #b1b1b1;}
.font_gold{ color: #85754e; }
.font_black{ color: #000; }
.gold_font{ color: #85754e;	}

.font_italic{
	font-family: 'NyghtItalic';
}
.font_light{
	font-family: 'NyghtLight';
}

.section_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.section_bg img,
.section_bg video{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-fit-position:center center;
	z-index: 1;
}


.section .info{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 5vw;
}

.black_gradient{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+46,000000+100&0.8+0,0.2+46,0.8+100 */
	background: linear-gradient(45deg,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 46%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

