@charset "utf-8";

/* -@font-face {
    font-family: 'excalibur_nouveauregular';
    src: url('brofus/fonts/excalibur_nouveau-webfont.woff2') format('woff2'),
         url('brofus/fonts/excalibur_nouveau-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}- */


/* ------------------ structure ------------------ */

html, body {
	height: 100% !important;
}
/* --body  {
	font: 100% 'excalibur_nouveauregular', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	color: #FFF;
	font-size: 24px;
}- */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	color: #FFF;
	font-size: 24px;
}
#container {
	width: 1000px;
	margin: 0 auto -30px auto;
	background-color: #000000;
	padding: 0 0 0 0;
    min-height: 100% !important;
	height: 100%;
} 
#head {
	width: 1000px;
	border: 5px solid #000000;
	margin: 0 auto 30px auto;
	background-color: #000000;
	padding: 0px;
	top: 0;
	vertical-align: top;
}
#content {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	text-align: center;
	top: 0px;
	border-style: none;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
#foot {
	width: 1000px;
	margin: 50px auto 50px auto;
	background-color: #000000;
	padding: 0px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#facebk {
	background-image: url(Extreme%20Heat/brofus/fbbg.png);
	background-position:center;
	background-repeat: no-repeat;
	width: 950px;
	height: 650px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#facebk table {
	margin-right: auto;
	margin-left: auto;
}
.hvr div:hover {
	background-color: #222222;
}

/* ------------------ menu ------------------ */


.headr a {
	text-decoration: none;
	color: white;
	font-size: 20px;
	font-weight: bold;
}
.navbar {
	margin: 0 15px;
}
.headr {
  width: 1000px;
  z-index: 999;
  position: relative;
  background-color: #211b13;
  border-bottom: solid 4px #000000;
}
.dropdown2:hover .dropdown-content2 {
  display: block;
}
.dropdown2:hover {
	display: block;
}
.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #211b13;
  z-index: 999;
  left: 466px;
  border-left: solid 4px #000000;
  border-right: solid 4px #000000;
  border-bottom: solid 4px #000000;
}
.dropdown2 {
  float: none;
  border: none;
  display: inline-block;
  overflow: hidden;
  vertical-align: text-top;
}
.sticky {
  position: sticky;
  top: 0;
  width: 1000px;
}
@media only screen and (max-width: 1000px){
  .sticky {
    position: fixed;
    top: 0;
    width: 1000px;
  }
}