/*******
Coded by Kristian
********/
.fa {
	font-display: swap !important;
}
.dropdown {
    display: inline-block;
    position: relative;
	float: left;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ac890e;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 16px 0;
  z-index: 1;
  top: 52px;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content ul {
	list-style-type: none;
}
.dropdown-content a {
	text-align: left !important;
}
/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* End - CSS RESET */

body {
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
p {
	padding: 5px;
}
.logo-wrapper {
	float: left;
    margin-top: 40px;
    margin-left: 40px;
}
.logo-wrapper span {
    display: block;
    font-weight: 300;
    font-size: 14px;
}
.header {
	background: rgba(102,0,0,1);
	background: -moz-linear-gradient(top, rgba(102,0,0,1) 0%, rgba(141,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,0,0,1)), color-stop(100%, rgba(141,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(102,0,0,1) 0%, rgba(141,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(102,0,0,1) 0%, rgba(141,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(102,0,0,1) 0%, rgba(141,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(102,0,0,1) 0%, rgba(141,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#8d0000', GradientType=0 );
	height: 134px;
}
.header-banner {
	float: right;
    margin-top: 40px;
    margin-right: 40px;
}
.header-banner img {
    max-width: 100%;
    width: auto;
}
/* Nav Menu */
.navbar {
	width: max-content;
	margin: auto;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #ac890e;
  height: 52px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 52px;
  white-space: nowrap;
}
.topnav a:hover {
	background: #c8a951;
}
.topnav a, .topnav a:visited 
background-color: none;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* MAIN CONTENT */
.content {
    padding: 0 20px;
    background-image: url(/img/bg-top.png), url(/img/bg-bottom-new.jpg);
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-color: #000;
    background-size: 100%;
    background-attachment: scroll, fixed;
}
.main-content {
	max-width: 1000px;
	margin: auto;
	overflow: visible;
	text-align: center;
}
.main-content h1{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-shadow: 2px 5px 8px #000000;
	padding-top: 80px;
}
.enter-forum {
	text-align: center;
    margin-top: 110px;
}
.center-banner {
	margin-top: 50px;
	text-align: center;
}
.center-banner img {
	max-width: 100%;
    height: auto;
}
.welcome-message {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
    margin-top: 50px;
    text-align: justify;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #534619;
	background: #000000a1;
}
.welcome-title {
	font-size: 28px;
    color: #e8cc73;
    text-align: center;
	margin-bottom: 10px;
}
.welcome-warning img {
	margin-bottom: -10px;
    padding-right: 15px;
}
.welcome-warning {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
    margin-top: 50px;
    text-align: center;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid #832326;
    margin-left: auto;
    background: #83232691;
}
.footer-links {
	margin-top: 50px;
}
.footer-links a {
	padding: 0 25px;
    text-decoration: none;
    color: #c4c4c6;
    font-weight: 300;
}
.footer-banners {
	margin-top: 25px;
	padding-bottom: 100px;
}
.middle-link {
	border-left: 1px solid #c4c4c6;
    border-right: 1px solid #c4c4c6;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 770px) {
	.header {
		height: 237px;
		text-align: center;
	}
	.logo-wrapper {
    float: none;
    padding-top: 60px;
    margin-left: 0;
	margin-top: 0;
	}
	.header-banner {
    float: none;
    margin-top: 30px;
    margin-right: 0;
    padding: 0 10px;
}
	.topnav {
		height: 0;
	}
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
	.content {
		background-size: 200%;	
	}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
	.header-banner iframe {
	width: auto;
	}
  .topnav.responsive {
	position: absolute;
    top: 20px;
    right: 20px;
	height: auto;
	}
	.topnav.responsive a:hover {
    background: none;
	}
  .topnav.responsive a.icon {
    position: absolute;
    right: 2px;
    top: 2px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .responsive .navbar {
	margin-right: 30px; 
  }
  .responsive .icon {
	  border: none !important;
  }
  .dropdown {
    display: block;
    float: none;
	}
}


/* Bottom Banners CSS */
.bottom-banners {
	margin-top: 50px;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1px 2px;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.87%;
}
.span_2_of_4 {
	width: 49.75%;
}
.span_1_of_4 {
	width: 24.62%;
}
.span_1_of_4 img {
    width: 246px;
}
@media screen and (max-width: 960px) {
	.span_1_of_4 {
		width: 48%;
	}
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}