/* Import Fonts */
/*@import url(https://fonts.googleapis.com/css?family=Montserrat);*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
	font-family: 'Montserrat', sans-serif; font-weight:400; font-style:normal;
/*	font-size: 14px;
	line-height: 21px;*/
	font-size: 1em;
	line-height: 1.75em;
	letter-spacing: 0.025em;
	-webkit-font-smoothing: antialiased;
/*font-smoothing: antialiased;*/
	color: #ccc;
	background: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif; font-weight:800;
	color:#fff;
	letter-spacing: 0.03em;
}
h1{font-size: 3em; line-height: 3em; padding: 0; margin: 0;}
h5{font-size: 2em; line-height: 2em; padding: 0; margin: 0; color: #cccccc;}

a {
	color: #ffffff;
	text-decoration:none;
	font-weight: normal;
}
a:hover {text-decoration:underline;}


#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */
.content { 
	float:left;
	margin:1em;
	position:absolute;
	top:4em;
	width:36%;
	z-index:9999;
	-webkit-font-smoothing:antialiased;
}

@media all and (max-width: 960px) and (orientation: portrait) {
    .content { 
		top:1em;
		width:90%;
		margin:0.5em;
    }
}

@media all and (min-width: 960px) and (max-width: 1920px) {
    .content { 
		top:2em;
		font-size: 2.5em;
		line-height: 2em;
		width:90%;
		margin:1em;
    }
}

@media all and (min-width: 1920px) {
    .content { 
		top:2em;
		font-size: 1.75em;
		line-height: 1.75em;
		width:67%;
		margin:2em;
    }
}


#logo {
	font-family: 'Montserrat', sans-serif;
	font-size: 49px;
	bottom:40px;
	height:auto;
	left:40px;
	position:absolute;
	width:20%;
	z-index:1000;
	color: #fff;
}

.main-nav{
	position:absolute;
	bottom: 23px;
	left:210px;
	z-index:1001;
}
.main-nav ul li { 
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #b7b7b7;
}
.main-nav ul li a.active {color: #ffa800;}

.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: left;
	background: #393939;
	padding:100px 10px 5px 10px;
	margin: 1px;
	opacity: .5;
}
.social-nav ul li:hover {opacity: 1;}

button.full-screen{ 
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../images/full-screen-btn.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}
button.full-screen:hover {opacity: 1;}

#arrow_left, #arrow_right {
	bottom:30px;
	height:42px;
	position:absolute;
	right:40px;
	width:42px;
	z-index:1000;
}
#arrow_left {
	right:95px;
}
