@charset "utf-8";
/* CSS Document */
 body {
  background-color: #020202;
  color: #B2AFAC;
  text-align: center;
}
@font-face {
    font-family: 'genisoregular';
    src: url('font/geniso-webfont.woff2'),
         url('font/geniso-webfont.woff');
    font-weight: normal;
    font-style: normal;
}
h1 {
	font-family: 'genisoregular';
}
 h2 {
}
 h3 {
}
img.thumb {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 1px;
  margin-left: 1px;
}

div.logofloat {
  position:absolute;
  bottom:20px;
  left:40px;
  max-width:100%;
}

div.biggun {
  padding-top:30px;
  padding-bottom:30px;
  margin-bottom:30px;
  height: 990px;
  color:inherit;
  background-color:#010101;
  background-image:url("img/header0.png");
  background-position:top;
  background-attachment: fixed;
  background-repeat: no-repeat;
/*  background-size:100% auto; */
 }
.biggun .h1,.biggun 
h1{
  color:inherit
}
  .biggun p{
  margin-bottom:15px;
  font-size:21px;
  font-weight:200;
}
	  .biggun>hr{
  border-top-color:#000
}
    .container .biggun,.container-fluid .biggun{
  padding-right:15px;
  padding-left:15px;
  border-radius:6px;
}
.biggun .container{
	max-width:100%;
}@media screen and (min-width:768px){	
.biggun{
  padding-top:48px;padding-bottom:48px
}.container .biggun,.container-fluid .biggun{
  padding-right:60px;padding-left:60px
}
.biggun .h1,.biggun h1{
	font-size:63px
}}

/* Mobile Container */
div.mbiggun {
  padding-top:30px;
  padding-bottom:30px;
  margin-bottom:30px;
  height: 600px;
  color:inherit;
  background-color:#000;
  background-image:url(m/img/mheader1.png);
/*  background-repeat:no-repeat; */
  background-position:top;
 }
.mbiggun .h1,.mbiggun 
h1{
  color:inherit
}
  .mbiggun p{
  margin-bottom:15px;
  font-size:21px;
  font-weight:200;
}
	  .mbiggun>hr{
  border-top-color:#000
}
    .container .mbiggun,.container-fluid .mbiggun{
  padding-right:15px;
  padding-left:15px;
  border-radius:6px;
}
.mbiggun .container{
	max-width:100%;
}@media screen and (min-width:768px){	
.mbiggun{
  padding-top:48px;padding-bottom:48px
}.container .mbiggun,.container-fluid .mbiggun{
  padding-right:60px;padding-left:60px
}
.mbiggun .h1,.mbiggun h1{
	font-size:63px
}}

/* 

Navbar drama 

*/
/* Burger Color */
.navbar-custom {
    background-color: #000;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #FFF;
}
.navbar-custom .dropdown-item {
    color: #ffffff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #333333;
    background-color: rgba(255,255,255,.5);
}

.navbar-custom .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
 }

.footer {
  height: 100px;
  background-color:#000;
  color: #FFF;
  width:inherit;
 }
 
.imagebox {
  background-color:#000;
  margin: auto;
  color: #FFF;
  width:80%;
}

.defaultbox {
  background-color:#000;
  margin: auto;
  color: #FFF;
  width:80%;
}