
html, body {}
.navbar.sticky-top {
	position: absolute;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-nav {
	border-bottom: 1px solid rgba(255,255,255,0.4);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-link {
	padding: 0.5rem 1.25rem 0.6rem 1.25rem !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 16px;
	letter-spacing: 0cm;
	cursor: pointer !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-link .svg-inline--fa {}
.navbar-nav .nav-link:hover {
	/*color: #404d44 !important;*/
	background-color: #37835e;
    padding: 0.5rem 1.25rem 0.6rem 1.25rem !important;
    color: #fff !important;    
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-link:hover .svg-inline--fa {
	color: #fff !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar #apply {
	position: absolute;
	padding-top: 0.75rem !important;
	right: 0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-scrolled #apply {
	padding-top: 0rem !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar #apply #server-info-container {
	line-height: 20px;
}
.navbar #apply #server-info-container .server-info-status {
	background-color: rgba(0,40,0,0.3);
	padding: 0.1rem 0.25rem 0.15rem 0.5rem;
	border-radius: 20px;
	margin-right: 5px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar #apply #server-info-container .server-info-status:hover {
	background-color: rgba(30, 132, 73,0.9);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .apply-nav {
	border-bottom: 0px;
}
/*.navbar .apply-nav a {
	padding: 0.75rem 1rem;
	border: 1px solid rgba(80,95,84,0.5);
    background-color: rgba(80,95,84,0.65);
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
    letter-spacing: 0cm;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .apply-nav a:hover {
	background-color: rgba(255,255,255,0.8);
	color: #45423f;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}*/
.navbar .apply-nav a {
	position: relative;
	display: table;
	
	background-color: rgba(33, 79, 57,0.8);
	border: 0px;
	padding: 0.6rem 1.2rem 0.5rem 1.2rem;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 15px;
	letter-spacing: 0cm;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .apply-nav a .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 4px;
	color: #37835e;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .apply-nav a:hover {
	background-color: #37835e !important;
	border: 0;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .apply-nav a:hover .svg-inline--fa {
	color: #4bb380;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar ul.dropdown-nav {
	position: absolute;
	list-style: none;
	padding: 10px 0;
	border: 0px;
	left: auto !important;
	visibility: hidden !important;
	opacity: 0 !important;
	transform: translateY(2em) !important;
	/*transition: all 0.6s ease !important;*/
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s !important;
	background: #37835e !important;

	background: rgb(55,131,94) !important;
	background: -moz-linear-gradient(-45deg, rgba(55,131,94,1) 0%, rgba(69,165,117,1) 100%) !important;
	background: -webkit-linear-gradient(-45deg, rgba(55,131,94,1) 0%,rgba(69,165,117,1) 100%) !important;
	background: linear-gradient(135deg, rgba(55,131,94,1) 0%,rgba(69,165,117,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37835e', endColorstr='#45a575',GradientType=1 );

	box-shadow: 0 0 0 1px #2F704F inset, 0 0 0 2px rgba(255, 255, 255, 0.18) inset, 0px 8px 0 0 #2F704F, 0px 4px 20px rgba(0, 0, 0, 0.4);

	width: 240px;
	z-index: -1;
}
.navbar li:hover .dropdown-nav { 
	visibility: visible !important;
	left: auto !important;
	opacity: 1 !important;
	transform: translateY(0%) !important;
	/*transition-delay: 0.1s !important;*/
	transition-delay: 0s, 0s, 0.3s !important;
	z-index: 9999;
}
.navbar .dropdown-nav li a {
	display: block;
	padding: 8px 20px;
	border: 0px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 15px;
	letter-spacing: 0cm;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.navbar .dropdown-nav li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #307251 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.navbar-scrolled {
	position: fixed !important;
	background: rgba(22,54,39,0.92);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-scrolled:after {
	content: '';
	position: absolute;
	bottom: -42px;
	left: 0;
	width: 100%;
	min-height: 42px;
	margin: 0;
	padding: 0;
	background: url('../img/nav-bottom.png') no-repeat;
	background-size: 100% auto;
	background-position: top left;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-scrolled .navbar-nav {
	border-bottom: 0px;
	padding-bottom: 0px !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Weather */
.weather {
	color: rgba(255,255,255,0.65);
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	letter-spacing: 0cm;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.weather.sticky {
	position: absolute;
	top: 95px;
	right: 2.25rem;
	z-index: 50;
}
.weather.sticky.push {
	top: 110px;
}
.weather span.weather-column {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin: 0 5px;
}
.weather .weather-icon {}
.weather .weather-icon .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-top: 1px;
	color: rgba(255,255,255,0.9);
	font-size: 38px;
}
.weather .weather-conditions {}
.weather .weather-conditions .weather-intro {
	display: block;
	color: rgba(255,255,255,0.65);
	font-size: 65%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	letter-spacing: 0cm;
}
.weather .weather-conditions .weather-condition {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	letter-spacing: 0cm;
}
.weather .weather-conditions .weather-timeofday {
	display: block;
	color: #fbf4dc;
	font-size: 80%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	letter-spacing: 0cm;
}


/* Server Info */
#apply .server-info {
	margin-top: 0.85rem !important;
	padding: 0 1.25rem !important;
	color: rgba(255,255,255,0.65);
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 17px;
	letter-spacing: 0cm;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#scrolling-info {
	display: none;
}
@media (min-width: 768px) {
	#scrolling-info {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: -100%;
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		background-color: #18191b;
		margin: 0 !important;
		padding: 0 0 0.1rem 0 !important;
		color: #fff;
		visibility: hidden !important;
		opacity: 0 !important;
		/*transform: translateY(2rem) !important;*/
		transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.01s !important;
	}
	body.scrolled #scrolling-info {
		visibility: visible !important;
		opacity: 1 !important;
		left: 0px;
		/*transform: translateY(0%) !important;*/
		/*transition-delay: 0s, 0s, 0.3s !important;*/
		transition-delay: 0s !important;
	}
	#scrolling-info img {
		position: absolute;
		/* display: table; */
		top: -20px;
		left: 50%;
		transform: translate(-50%, 0%);
		max-height: 84px;
		width: auto;
		margin: 0 auto;
	}
	#scrolling-info .server-info {
		margin: 0 !important;
		color: rgba(255,255,255,0.65);
		font-size: 14px;
		font-weight: 600;
		font-family: 'Open Sans', sans-serif;
		line-height: 14px;
		letter-spacing: 0cm;
	}
	#scrolling-info .server-info .server-info-uptime {
		line-height: 14px;
	}
	#scrolling-info .server-info .server-info-uptime a {
		color: #fbf4dc;
		font-size: 11px !important;
		line-height: 14px !important;
	}
	#scrolling-info .server-info .server-info-status a {
		color: #1E8449 !important;
	}
	#scrolling-info .server-info .server-info-status a:hover {
		color: #fff !important;
	}
	#scrolling-info .server-info a.wipe {
		color: rgba(255,255,255,0.65);
		font-size: 11px !important;
		line-height: 14px !important;
	}
	#scrolling-info .server-info a.wipe strong {
		color: #fff !important;
	}
	#scrolling-info .server-info a.wipe .svg-inline--fa {
		opacity: 0.4;
	}
	#scrolling-info .server-info a.wipe:hover {
		color: #fff !important;
	}
	#scrolling-info .weather span.weather-column {
		margin-right: 0px !important;
	}
	#scrolling-info .weather span.weather-intro {
		display: none;
	}
	#scrolling-info .weather .weather-icon .svg-inline--fa {
		color: rgb(107,255,183);
		font-size: 30px;
	}
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-moon,
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-moon-stars, 
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-moon-cloud, 
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-clouds-moon {
		/* Light Blue */
		color: #78d0eb;
	}
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-cloud-moon-rain, 
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-cloud-showers, 
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-cloud-sun-rain {
		/* Mid Blue */
		color: #197fa8;
	}
	
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-sun {
		/* Yellow */
		color: #ffe263;
	}
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-sun-haze {
		/* Orange */
		color: #e58a13;
	}
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-wind, 
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-sun-cloud, 
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-clouds, 
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-clouds-sun {
		/* Brown */
		color: #a38a51;
	}
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-fog, 
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-smoke {
		/* Gray */
		color: #606470;
	}
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-thunderstorm-moon, 
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-thunderstorm, 
	#scrolling-info .weather .weather-icon .svg-inline--fa.fa-thunderstorm-sun {
		/* Green */
		color: #2f9566;
	}
}

.navbar-scrolled .server-info {
	/*margin-top: 0px !important;*/
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer .server-info {
	margin-top: 0.65rem !important;
	color: #753e34;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 17px;
	letter-spacing: 0cm;
}
.server-info .server-info-status {
	color: #fbf4dc;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 17px;
	letter-spacing: 0cm;
}
#footer .server-info .server-info-status, 
#footer .server-info .server-info-uptime {
	color: #753e34;
}
#footer .server-info .server-info-uptime a {
	color: #753e34;
	text-decoration: none;
}
#footer .server-info .server-info-uptime a:hover {
	color: #ff6042;
	text-decoration: none;
}
.server-info .server-info-players {
	color: #fbf4dc;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 17px;
	letter-spacing: 0cm;
}
.server-info small, 
.server-info .server-info-uptime {
	position: relative;
	display: inline-table;
	vertical-align: middle;
}
#footer .server-info small {
	margin-bottom: 2px;
}
.server-info .server-info-uptime {
	color: #fbf4dc;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 17px;
	letter-spacing: 0cm;
}
.server-info .server-info-uptime a {
	color: #fbf4dc;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 17px;
	letter-spacing: 0cm;
	text-decoration: none;
}
.server-info .server-info-uptime a:hover {
	color: #fff;
	text-decoration: none;
}
#footer .server-info .server-info-uptime {
	margin-bottom: 2px;
	font-size: 80%;
}
.server-info .server-info-status .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: middle;
}
.server-info .server-info-status .svg-inline--fa.fa-circle {
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 11px;
}
.server-info .server-info-status .svg-inline--fa.fa-circle.online {
	color: #239B56;
}
.server-info .server-info-status .svg-inline--fa.fa-circle.offline {
	color: #FF0000;
}
.server-info .server-info-status .svg-inline--fa.fa-circle.restarting {
	color: #ecd008;
}
.server-info a {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 17px;
	letter-spacing: 0cm;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.server-info a:hover {
	color: #1E8449;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body.interior .server-info a:hover {
	color: rgb(107,255,183);
}
.navbar #apply #server-info-container .server-info-status:hover a {
	color: rgb(107,255,183) !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer .server-info .server-info-status a {
	color: #753e34;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer .server-info .server-info-status a:hover {
	color: #239B56;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.server-info .server-info-status .svg-inline--fa.fa-plug {
	margin-left: 6px;
	margin-bottom: 2px;
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer .server-info .server-info-status .svg-inline--fa.fa-plug {
	color: #753e34;
}
.server-info .server-info-status a:hover .svg-inline--fa.fa-plug {
	color: rgba(255,255,255,1);
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer .server-info .server-info-status a:hover .svg-inline--fa.fa-plug {
	color: #ff6042;
}


/* Hero */
#hero {
	position: relative;
	min-height: 900px;
	background: url('../img/hero2.jpg') no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	z-index: 40;
}
#hero #hero-screen {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background-color: rgba(0,0,0,0.2);*/
	background: -moz-linear-gradient(5deg, rgba(70,70,103,1) 5%, rgba(70,70,103,0) 30%);
	background: -webkit-linear-gradient(5deg, rgba(70,70,103,1) 5%,rgba(70,70,103,0) 30%);
	background: linear-gradient(5deg, rgba(70,70,103,1) 5%,rgba(70,70,103,0) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464667', endColorstr='#00464667',GradientType=1 );
	z-index: 41;
}
#hero #hero-layer1 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	bottom: -90px;
	right: 0;
	background: url('../img/postcard.png') no-repeat;
	background-position: right bottom;
	z-index: 42;
}
#hero #hero-content {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 43;
}
#hero #hero-container {
	position: relative;
	height: 100%;
	/*padding-top: 5.75rem !important;*/
	padding-top: 8rem !important;
    padding-bottom: 5rem !important;
}
#hero #hero-overlay {}
#hero #hero-overlay img.img-fluid {
	max-height: 400px;
}
#hero #hero-overlay h1 {
	margin: 2.5rem 0 0 0;
	padding: 0;
	height: auto;
	color: #fff;
	font-size: 64px;
	font-weight: 400;
	font-family: 'Alice', serif;
	line-height: 64px;
	letter-spacing: -0.05cm;
	text-transform: uppercase;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.4);
}
#hero #hero-overlay h1 span {
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
	letter-spacing: 0.36cm;
}
#hero #hero-overlay #rust {
	margin-top: 1.25rem !important;
	/*margin-bottom: 12rem !important;*/
}
#hero #hero-overlay #rust div:nth-child(1) {
	background-color: rgba(43,41,39,0.68);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#hero #hero-overlay #rust div:nth-child(2) {
	background-color: rgba(43,41,39,0.68);
}
#hero #hero-overlay #rust div:nth-child(2) img {
	max-height: 18px;
}
#hero #hero-overlay #rust div:nth-child(3) {
	background-color: rgba(43,41,39,0.68);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#hero #hero-overlay #rust p {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	color: #f7ecdc;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	letter-spacing: 0cm;
}
#hero #hero-overlay #desc {
	margin-bottom: 11rem !important;
}
#hero #hero-overlay #desc a {
	position: relative;
    display: table;
    margin: 15px auto 0 auto;
    padding: 0.9rem 1.5rem 0.8rem 1.5rem;
    background: rgba(114, 43, 106, 0.78);
    border: 1px solid rgba(164, 93, 156, 0.78);
    box-shadow: 3px 6px 20px rgba(0,0,0,0.6);
    border-radius: 8px;
    color: #fdf7ed;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
    letter-spacing: 0cm;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#hero #hero-overlay #desc a strong {
	font-weight: 800;
}
#hero #hero-overlay #desc a .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-left: 1px;
}
#hero #hero-overlay #desc a:hover {
	/*box-shadow: 0 0 0 1px rgba(251,244,220,0.25) inset, 0 0 0 1px rgba(78,217,150,0.75) inset, 0px 1px 20px #4ed996;*/
	background: rgba(134, 63, 126, 0.88);
	box-shadow: 8px 16px 30px rgba(0,0,0,0.8);
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#hero #hero-overlay #connect a {
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#hero #hero-overlay #connect a:hover {
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#hero #hero-overlay #connect a .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: 4px;
	color: #fbf4dc;
    font-size: 44px;
    line-height: 44px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#hero #hero-overlay #connect a.discord .svg-inline--fa {
	margin-top: 2px;
	color: #fbf4dc;
	font-size: 42px;
}
#hero #hero-overlay #connect a.steam .svg-inline--fa {
	margin-top: 2px;
	margin-right: 6px;
	color: #00adee;
	font-size: 42px;
}
#hero #hero-overlay #connect a:hover .svg-inline--fa {
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#hero #hero-overlay #connect a.discord:hover .svg-inline--fa {
	color: #7289DA;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#hero #hero-overlay #connect a.steam:hover .svg-inline--fa {
	color: #fbf4dc;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#hero #hero-overlay #connect a span {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	color: #fbf4dc;
    font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	letter-spacing: 0cm;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#hero #hero-overlay #connect a:hover span {
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#hero #hero-overlay #more {
	padding-top: 11rem !important;
}
#hero #hero-overlay #more a {
	position: relative;
    display: inline-table;
    padding: 1rem 1.75rem;
    border: 1px solid transparent;
    background-color: #007bff;
    box-shadow: 0px 0px 20px rgba(0,123,255,0.8);
    /* margin-right: 5px; */
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    letter-spacing: -0.02cm;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#hero #hero-overlay #more a strong {
	font-weight: 800;
}
#hero #hero-overlay #more a .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: normal;
}
#hero #hero-overlay #more a .svg-inline--fa.fa-angle-right {
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 3px;
}
#hero #hero-overlay #more a:hover {
	background-color: #0056b3;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#hero #hero-overlay #more a:hover .svg-inline--fa {}


/* Section: Information */
#info {
	position: relative;
	min-height: 500px;
	background: #464667 url('../img/section1.jpg') no-repeat;
	/*-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;*/
	background-size: 100% auto !important;
	background-position: center bottom !important;
	margin-bottom: -1px;
	z-index: 30;
}
#info h2 {
	margin: 0 0 20px 0;
	padding: 0;
	height: auto;
	color: #fbf4dc;
	font-size: 46px;
	font-weight: 400;
	font-family: 'Alice', serif;
	line-height: 44px;
	letter-spacing: -0.03cm;
}
#info h2 span {
	display: block;
}
#info h2 strong {
	color: #fff;
	letter-spacing: -0.02cm;
}
#info p {
	margin: 0 0 25px 0;
	padding: 0;
	height: auto;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	letter-spacing: 0cm;
}
#info p span {
	display: block;
}
#info p a {
	color: #fcbe1e;
    font-weight: 800;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#info p a:hover {
	color: #78d0eb;
    font-weight: 800;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#info ul {
	list-style: none;
	margin: 0 0 45px auto;
	padding: 0;
	width: 75%;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	letter-spacing: 0cm;
}
#info ul li {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin: 0 8px 8px 0;
}
#info ul li a {
	display: block;
	padding: 0.4rem 0.6rem;
	border: 1px solid #78d0eb;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	letter-spacing: 0cm;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#info ul li a .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: normal;
}
#info ul li a:hover {
	background-color: #78d0eb;
	border-color: #78d0eb;
	color: #2f4f5c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#info ul li a:hover .svg-inline--fa {}


/* Section: Alert */
#alert {
	position: relative;
	background-color: #5590a8;
	border-bottom: 4px solid #ffe363;
	min-height: 240px;
	z-index: 40;
}
#alert #alert-curves {
	position: absolute;
    margin: -5% 0 0 0;
    padding: 0;
    width: 100%;
    height: 172px;
    top: 0;
    left: 0;
    background: url(../img/alert.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
    z-index: 41;
}
#alert #alert-trees {
	position: absolute;
    margin-top: -5%;
    margin-bottom: -4px;
    padding: 0;
    width: 100%;
    min-height: 320px;
    height: 100%;
    bottom: 0;
    right: 0;
    background: url(../img/alert2.png) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    z-index: 42;
}
#alert #alert-content {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 43;
}
#alert #alert-body {
	padding-top: 1.5rem !important;
    padding-bottom: 2rem !important;
}
#alert img {
	max-height: 90px;
}
#alert h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 40px;
	letter-spacing: -0.04cm;
}
#alert h2 strong {
	font-weight: 800;
}
#alert h2 .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: top;
	margin-top: 1px;
	margin-right: 1px;	
	color: #fdce21;
	font-size: 38px;
	font-weight: normal;
}
#alert h6 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #fdce21;
	font-size: 14px;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	letter-spacing: 0.2cm;
	text-transform: uppercase;
}
#alert p {
	margin: 0;
	padding: 0 0 0 96px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 19px;
	letter-spacing: 0cm;
}
#alert p strong {
	color: #fdce21;
}


/* Section: Map */
#map {
	position: relative;
	height: 420px;
	background: #464667 url('../img/section2c.jpg') no-repeat;
	/*-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;*/
	background-size: cover !important;
	background-position: center 70% !important;
	z-index: 30;
}
#map #map-bottom {
	position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 54px;
    bottom: 0;
    left: 0;
    background: url(../img/section3-top.png) no-repeat;
    z-index: 31;
}
#map #map-content {
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 32;
}
#map h2 {
	display: table;
	margin: 0 0 20px auto;
	padding: 0 0 0 90px;
	background: url('../img/compass.png') no-repeat;
	background-position: left center;
	height: auto;
	color: #a2fffd;
	font-size: 46px;
	font-weight: 400;
	font-family: 'Alice', serif;
	line-height: 48px;
	letter-spacing: -0.03cm;
}
#map h2 span {
	display: block;
}
#map h2 strong {
	color: #fff;
}
#map p {
	margin: 0 0 20px auto;
	padding: 0;
	width: 70%;
	height: auto;
	color: #22575c;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	letter-spacing: 0cm;
}
#map p small, 
#map p span {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-left: 5px;
}
#map p small {
	margin-top: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 12px;
	letter-spacing: 0cm;
}
#map p span {}
#map a.more {
	display: inline-table;
	margin: 0 0 0 auto;
	padding: 0.65rem 1.25rem;
	background-color: #9df5f3;
    border: 1px solid #9df5f3;
    color: #2b6f75;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 15px;
    letter-spacing: 0cm;
    text-decoration: none;
    cursor: pointer !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#map a.more .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 2px;
	color: #49b8c2;
	font-size: 14px;
	font-weight: normal;
}
#map a.more:hover {
	background-color: #fff;
    border-color: #fff;
    color: #2b6f75;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Section: News */
#news {
	position: relative;

	/*background: rgb(168,220,196);
	background: -moz-linear-gradient(left, rgba(168,220,196,1) 0%, rgba(118,201,202,1) 50%, rgba(70,183,194,1) 100%);
	background: -webkit-linear-gradient(left, rgba(168,220,196,1) 0%,rgba(118,201,202,1) 50%,rgba(70,183,194,1) 100%);
	background: linear-gradient(to right, rgba(168,220,196,1) 0%,rgba(118,201,202,1) 50%,rgba(70,183,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8dcc4', endColorstr='#46b7c2',GradientType=1 );*/
	z-index: 40;
}
#news #news-sign {
	position: absolute;
    margin: 0;
    padding: 0;
    width: 350px;
    height: 400px;
    top: -75px;
    right: 7%;
    background: url('../img/parksign.png') no-repeat;
    background-position: center top;
    z-index: 42;
}
#news #news-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90%;
	margin: 0;
	padding: 0;
	background-color: #5f3146;
	z-index: 41;
}
#news #news-container {
	position: relative;
	height: 400px;
	margin-top: -65px;
	background: url('../img/section3b.png') no-repeat;
	/*-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;*/
	background-size: 100% auto !important;
	background-position: center top !important;
	/*border-top: 4px solid #ffe363;*/
	z-index: 43;
}
#news #news-content {
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 44;
}
#news .news-posts {}
#news .news-posts .news-post {}
#news .news-posts .news-post .news-image {
	position: relative;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	overflow: hidden;
	z-index: 44;
}
#news .news-posts .news-post .news-image a {
	position: absolute;
	margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -9999px;
    cursor: pointer !important;
	z-index: 45;
}
#news .news-posts .news-post .news-title {
	background-color: rgba(255,233,203,0.8);
	line-height: 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#news .news-posts .news-post:hover .news-title {
	background-color: rgba(255,243,223,0.88);
	line-height: 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#news .news-posts .news-post .news-title a {
	display: block;
	margin-bottom: 3px;
	color: #8e4968;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Alice', serif;
    line-height: 20px;
    letter-spacing: -0.01cm;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#news .news-posts .news-post .news-title a:hover {
	color: #c55d7c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#news .news-posts .news-post .news-title span {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-right: 6px;
	padding: 2px 6px 4px 6px;
	background-color: rgba(0, 162, 98, 0.8);
	border-radius: 4px;
	color: #fff;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 11px;
    letter-spacing: 0cm;
}
#news .news-posts .news-post .news-title span.devblog {
	background-color: #cd412b;
}
#news .news-posts .news-post .news-title small {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-bottom: 2px;
	color: #d96688;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 11px;
    letter-spacing: 0cm;
}
#news .news-posts .news-post .news-title p {
	margin: 0;
	padding: 0;
	color: #8e4968;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 17px;
    letter-spacing: 0cm;
}
#news .news-more a {
	display: inline-table;
	margin: 0 0 0 auto;
	padding: 0.4rem 0.8rem;
	border: 1px solid #ffafba;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	letter-spacing: 0cm;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#news .news-more a.wipe {
	padding: 0 0.6rem 0 0;
	background-color: rgba(95,49,70,0.4);
	border: 1px solid #5f3146;
}
#news .news-more a .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: normal;
}
#news .news-more a strong {
	position: relative;
	display: inline-table;
	background-color: #5f3146;
	margin-right: 3px;
	padding: 0.4rem 0.8rem 0.4rem 0.8rem;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#news .news-more a .svg-inline--fa.fa-clock {
	margin-right: 4px;
}
#news .news-more a .svg-inline--fa.fa-angle-right {
	margin-bottom: 0px;
	margin-left: 1px;
}
#news .news-more a .svg-inline--fa.fa-wrench {
	margin-right: 1px;
	font-size: 10px;
}
#news .news-more a:hover {
	background-color: #5f3146;
	border-color: #5f3146;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#news .news-more a:hover .svg-inline--fa {}
#news .news-more a:hover strong {
	/*background-color: #8e4968;*/
	padding-right: 0rem;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#news .news-more #nextFirstThursday {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Section: Membership */
#join {
	position: relative;
	min-height: 550px;
	margin-top: -20px;
	background: url('../img/section4-ext.png') no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center top !important;
	z-index: 50;
}
#join img.img-fluid {
	margin-top: 20px;
	margin-bottom: 6px;
	margin-left: 4px;
}
#join h2 {
	margin: 0 0 16px 0;
	padding: 0;
	height: auto;
	color: #bc4440;
	font-size: 55px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 60px;
	letter-spacing: -0.06cm;
}
#join h2 strong {
	font-weight: 400;
}
#join h2 span {
	color: #762833;
	font-size: 65px;
	font-weight: 400;
	font-family: 'Alice', serif;
	line-height: 60px;
	letter-spacing: -0.075cm;	
}
#join h3 {
	margin: 0 0 25px 0;
	padding: 0 0 0 2px;
	height: auto;
	color: #fff; /* c77442 */
	font-size: 20px;
	font-weight: 600;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Alice', serif;
	line-height: 22px;
	letter-spacing: -0.005cm;
	/*text-transform: uppercase;*/
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
}
#join h4 {
	margin: 0 0 15px 0;
	padding: 0;
	height: auto;
	color: #775545;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Alice', serif;
	line-height: 26px;
	letter-spacing: -0.02cm;
}
#join #join-apply a {
	position: relative;
	display: inline-table;
	background-color: #bc4340;
	border: 2px solid #bc4340;
	padding: 0.5rem 1.5rem;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#join #join-apply a .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 4px;
	color: #fa6a57;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#join #join-apply a:hover {
	background-color: #762833;
	border: 2px solid #762833;
	padding: 0.5rem 1.5rem;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#join #join-links {
	padding-top: 1.25rem !important;
	padding-bottom: 1.4rem !important;
}
#join #join-links a {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-right: 25px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#join #join-links a:hover {
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#join #join-links a .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-right: 6px;
	margin-top: 2px;
	color: #fbf4dc;
    font-size: 22px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#join #join-links a .fa-walking.svg-inline--fa {
	margin-top: 0px;
	font-size: 20px;
}
#join #join-links a .fa-book.svg-inline--fa {
	margin-top: 0px;
	font-size: 16px;
}
#join #join-links a .fa-tree.svg-inline--fa {
	margin-top: 0px;
	font-size: 16px;
}
#join #join-links a .fa-discord.svg-inline--fa {
	margin-top: 0px;
	font-size: 16px;
}
#join #join-links a .fa-ticket.svg-inline--fa {
	margin-top: 0px;
	font-size: 14px;
}
#join #join-links a:hover .svg-inline--fa {
	/*color: #fff;*/
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#join #join-links a span {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	color: #454534;
    font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	letter-spacing: 0cm;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#join #join-links a:hover span {
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* Section: Staff */
#staff {
    position: relative;
	/*padding: 3rem 5rem;*/
	background: #382e39 url('../img/section5.jpg') no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	z-index: 60;
}
#staff #staff-logo {
	position: absolute;
    margin: 0;
    padding: 0;
    height: auto;
    top: -65px;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(0%);
	-moz-transform: translateX(-50%) translateY(0%);
	-webkit-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
    z-index: 61;
}
#staff #staff-logo img {
	max-height: 200px;
}
#staff #staff-content {
	position: relative;
	margin: 0;
	min-height: 450px;
	/*height: 100%;*/
	z-index: 62;
}
#staff #staff-content h2 {
	margin-bottom: 5rem !important;
	color: #fff;
    font-size: 43px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Alice', serif;*/
	line-height: 48px;
	letter-spacing: -0.03cm;
}
#staff #staff-content h2 strong {
	color: #fff;
    font-size: 52px;
	font-weight: 400;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Alice', serif;
	line-height: 52px;
	letter-spacing: -0.05cm;
}
#staff #staff-content .svg-inline--fa.fa-shield-check {
	color: #4b3e4d;
    font-size: 50px;
}
#staff #staff-content .service {}
#staff #staff-content .service img {
	margin-bottom: 10px;
}
#staff #staff-content .service:first-child img {
	max-height: 175px;
}
#staff #staff-content .service:first-child h3 {
	margin: 0 0 15px 0;
	padding: 0;
	height: auto;
	color: #ffe363;
    font-size: 40px;
	font-weight: 400;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Alice', serif;
	line-height: 40px;
	letter-spacing: -0.04cm;
}
#staff #staff-content .service:last-child img {
	max-height: 200px;
}
#staff #staff-content .service:last-child h3 {
	margin: 0 0 15px 0;
	padding: 0;
	height: auto;
	color: #888abf;
    font-size: 35px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;	
	line-height: 35px;
	letter-spacing: -0.02cm;
}
#staff #staff-content .service p {
	margin: 0 0 15px 0;
	padding: 0;
	color: #fff;
    font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Alice', serif;*/
	line-height: 20px;
	letter-spacing: 0cm;
	text-align: center;
}
#staff #staff-content .service a {
	display: table;
	margin: 0 auto;
	padding: 0.6rem 1rem;
	border: 1px solid #78d0eb;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 15px;
	letter-spacing: 0cm;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#staff #staff-content .service a .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#staff #staff-content .service a:hover {
	background-color: #78d0eb;
	border-color: #78d0eb;
	color: #2f4f5c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#staff #staff-content .service a:hover .svg-inline--fa {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#staff #staff-content .service:first-child a {
	border: 1px solid #ffe363;
}
#staff #staff-content .service:first-child a .svg-inline--fa {
	color: #00804a;
}
#staff #staff-content .service:first-child a:hover {
	background-color: #ffe363;
	border-color: #ffe363;
	color: #00804a;
}
#staff #staff-content .service:last-child a {
	border: 1px solid #8688be;
}
#staff #staff-content .service:last-child a .svg-inline--fa {
	color: #8688be;
}
#staff #staff-content .service:last-child a:hover {
	background-color: #8688be;
	border-color: #8688be;
	color: #fff;
}
#staff #staff-content .service:last-child a:hover .svg-inline--fa {
	color: #fff;
}


/* Section: Footer */
#footer {
	position: relative;
	height: 275px;
	background: #18191b url('../img/flame.gif') no-repeat;
	/*-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;*/
	background-position: center 50% !important;
	border-top: 20px solid #3f3440;
	z-index: 40;
}
#footer #footer-stars {
	position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/stars.png') no-repeat;
    background-position: center top;
    opacity: 0.35;
    z-index: 41;
}
#footer #footer-content {
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 42;
}
#footer #brand h1 {
	margin: 0;
	padding: 0;
	height: auto;
	color: #ff5e42;
	font-size: 48px;
	font-weight: 400;
	font-family: 'Alice', serif;
	line-height: 48px;
	letter-spacing: -0.02cm;
	text-transform: uppercase;
	/*text-shadow: 1px 2px 3px rgba(0,0,0,0.4);*/
}
#footer #brand h1 span {
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	color: #dd183c;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 18px;
	letter-spacing: 0.35cm;
}
#footer #brand h1 a {
	color: #ff5e42;
	font-size: 48px;
	font-weight: 400;
	font-family: 'Alice', serif;
	line-height: 48px;
	letter-spacing: -0.02cm;
	text-transform: uppercase;
	text-decoration: none;
	/*text-shadow: 1px 2px 3px rgba(0,0,0,0.4);*/
}
#footer #brand h1 a:hover {
	text-decoration: none;
}
#footer #brand #rust {
	margin-top: 1.25rem !important;
}
#footer #brand #rust div:nth-child(1) {
	background-color: rgba(78, 52, 48,0.25);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#footer #brand #rust div:nth-child(2) {
	background-color: rgba(78, 52, 48,0.25);
}
#footer #brand #rust div:nth-child(2) img {
	max-height: 18px;
}
#footer #brand #rust div:nth-child(3) {
	background-color: rgba(78, 52, 48,0.25);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#footer #brand #rust p {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	color: #753e34;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	letter-spacing: 0cm;
}
#footer #subnav {}
#footer #subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
#footer #subnav ul li {
	position: relative;
	display: block;
	vertical-align: middle;
}
#footer #subnav ul li a {
	color: #753e34;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	letter-spacing: 0cm;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer #subnav ul li a.important {
	color: #fbb140;
}
#footer #subnav ul li a:hover {
	color: #ff6042;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer #subnav ul#social {
	
}
#footer #subnav ul.bordered-list {
	display: table;
	margin: 0 0 0 auto;
	border-top: 1px solid #4e3430;
	padding-top: 0.75rem;
}
#footer #subnav ul.bordered-list li {
	display: inline-table;
	margin-left: 15px;
	margin-bottom: 1px;
}
#footer #subnav ul.bordered-list li:first-child {
	margin-left: 10px;
}
#footer #subnav ul.bordered-list li .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: middle;
}
#footer #subnav ul.bordered-list li .svg-inline--fa.fa-clock {
	margin-bottom: 2px;
}


/* Hosted */
#hosted {
	background-color: #121314;
	color: rgba(78, 52, 48,0.88);
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 12px;
	letter-spacing: 0cm;
}
#hosted a {
	color: rgba(78, 52, 48,0.88);
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 12px;
	letter-spacing: 0cm;
	text-decoration: none;	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#hosted a img {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 1px;
	border: 0;
	opacity: 0.4;
	width: auto;
	max-height: 20px;
}
#hosted a:hover {
	color: rgba(88, 62, 58,1);
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#memoriam {
	background-color: #0b0b0c;
	border-bottom: 10px solid #3d0b46;
}
#memoriam h2 {
	margin-bottom: 1rem;
	padding: 0;
	color: #fff;
	font-size: 55px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 55px;
	letter-spacing: -0.03cm;
}
#memoriam h3 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 400;
	font-family: 'Alice', serif;
	line-height: 40px;
	letter-spacing: -0.03cm;
}
#memoriam h5 {
	color: #9a9a9a;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 18px;
	letter-spacing: 0cm;
}
#memoriam h6 {
	color: #636363;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 18px;
	letter-spacing: 0.03cm;
	text-transform: uppercase;
}
#memoriam .profilepic {
	border-radius: 100px;
	max-width: 100px;
	height:  auto;
	border: 3px solid rgba(100,100,100,0.3);
}


/* Base Styles, Bootstrap Modifications */
::-moz-selection {
  background: #37835e;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #37835e;
  color: #fff;
  text-shadow: none;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.no-padding-left {
  padding-left: 0px;
  /*padding-right: 25px;*/
}
.no-padding-right {
  /*padding-left: 25px;*/
  padding-right: 0px;
}
.normal-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.pt-6 {
  padding-top: 4rem !important;
}
.pr-6 {
  padding-right: 4rem !important;
}
.pb-6 {
  padding-bottom: 4rem !important;
}
.pl-6 {
  padding-left: 4rem !important;
}
.px-7 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.pt-7 {
  padding-top: 5rem !important;
}
.pr-7 {
  padding-right: 5rem !important;
}
.pb-7 {
  padding-bottom: 5rem !important;
}
.pl-7 {
  padding-left: 5rem !important;
}
@media (max-width: 576px) {  /* SM */
}
@media (max-width: 768px) {  /* MD */
}
@media (min-width: 992px) {  /* LG */
  .p-lg-6  { padding: 4rem !important; }
  .pt-lg-6 { padding-top: 4rem !important; }
  .pr-lg-6 { padding-right: 4rem !important; }
  .pb-lg-6 { padding-bottom: 4rem !important; }
  .pl-lg-6 { padding-left: 4rem !important; }
  .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .p-lg-7  { padding: 5rem !important; }
  .pt-lg-7 { padding-top: 5rem !important; }
  .pr-lg-7 { padding-right: 5rem !important; }
  .pb-lg-7 { padding-bottom: 5rem !important; }
  .pl-lg-7 { padding-left: 5rem !important; }
  .px-lg-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 1200px) { /* XL */
  .p-xl-6  { padding: 4rem !important; }
  .pt-xl-6 { padding-top: 4rem !important; }
  .pr-xl-6 { padding-right: 4rem !important; }
  .pb-xl-6 { padding-bottom: 4rem !important; }
  .pl-xl-6 { padding-left: 4rem !important; }
  .px-xl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .p-xl-7  { padding: 5rem !important; }
  .pt-xl-7 { padding-top: 5rem !important; }
  .pr-xl-7 { padding-right: 5rem !important; }
  .pb-xl-7 { padding-bottom: 5rem !important; }
  .pl-xl-7 { padding-left: 5rem !important; }
  .px-xl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}


::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background-color: rgba(2,5,26,0.8);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #8a1dff;
  -webkit-box-shadow: 0 0 1px rgba(156,209,255,1);
}


/* Responsive Video Embed */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

