@font-face {
	font-family: "wars";
	src: local("wars"), url('/fonts/Russo_One.ttf') format("truetype");  
}

body {
  padding-top: 56px;
  background-color: black;
  font-family: Arial, Helvetica, Sans-serif !important;
  color: white;
}

h1, h2, h3, h4, h5, h6, .ww, .wwh {
	font-family: wars, Arial, Helvetica, Sans-serif !important;
	color: #ffff00 !important; /* #ffc107!important; */
}

h1, h2, h3, h4, h5, h6, .ww {
  background: #FFFF00;
  background: linear-gradient(to top, #FFFF00 0%, #FFFF00 20%, #FFFFFF 50%, #FFFF00 80%, #FFFF00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ww1 {
	text-align: center;
	font-size: 4em;
  margin-top: 0.8rem !important;
}

.ww2 {
	margin-bottom: -1.5em !important;
}

#ww_logo {
	width: 250px;
}

#wwh {
	font-size: 2em !important;
	line-height: 0.8em;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

header {
  position: relative;
  /* height: 75vh; */
  /** height: 65vh;
  min-height: 25rem; **/
  height: 80vh;
  /* min-height: 28rem; */
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  /* min-width: 100%;
  min-height: 100%; */
  width: 100%;
  max-width: 150%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#videoBG, video {
  width: 100%;
}

video {
  height: auto;
  max-height: 625px !important;
  overflow: hidden;
  z-index: 0;
  margin: auto;
  padding: 0 !important;
}

.index_head {
  background-image: none;
  height: 45vh !important;
  min-height: 20rem;
}

.carousel-item {
  height: 45vh !important;
  min-height: 20rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
}

.btn-mmt-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-mmt-b2 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 991px) { 
.btn-mmt-2 {
  margin-top: 1em;
}

.btn-mmt-b2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

  .index_head {
    height: 25vh !important;
    min-height: 5rem;
  }

  .carousel-item {
    height: 25vh !important;
    min-height: 5rem;
  }
}

header .container {
  position: relative;
  z-index: 2;
}

header .container {
  padding: 0 !important;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.overlayb {
	z-index: 100 !important;
}

.overlayc {
	top: -100%;
}

.container img {
	width: 100%;
	max-width: 100%;
}

.container video {
	width: 100% !important;
	max-width: 100%;
}

.wwt {
	text-transform: uppercase;
}

.topbita {
	margin-top: -1em;
}

.topbit {
	margin-top: 1em;
}

.card-body {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}

.card-header {
	padding-left: 0 !important;
	padding-right: 0 !important;	
}

.bg-dark {
  background: #292929 !important;
}

body {
  background-color: #000;
}

#cbody {
  background: #000;
  background-image: linear-gradient( rgba(0, 0, 0, 0.1) ), url(/images/ww_images/back-1.png);
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

#xdbody {
  background: transparent;
  background-image: linear-gradient( rgba(0, 0, 0, 0.5) ), url(/images/ww_images/globe.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  top: 0;
  bottom: 0;
  margin-left: 25%;
  width: 50%;
  max-width: 50%;
  z-index: -1;
}


#videoBG, video, header {
  background-color: black;
  background: #000;
  background: #111;
  background-image: url(/images/ww_images/wwhero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-secondary {
  color: rgba(255,255,255,.8);
  background-color: #27547c;
  border-color: #42607b;
}

.btn-secondary:hover { 
  color:#fff;
  background-color:#234965;
  border-color:#1f4163;
}

.btn-primary {
  color: rgba(255,255,255,.8);
  background-color: #880000;
  border-color: #550000;
}

.btn-primary:hover { 
  color:#fff;
  background-color:#660000;
  border-color:#330000;
}

/* #containerx a, #container a {
  * color: #353c91 !important; *
  color: #5c69ff !important;
} */