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

body {
  padding-top: 56px;
  background-color: black;
  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%);
  /* -ms-transform: translateX(-50%) translateY(-12.5%);
  -moz-transform: translateX(-50%) translateY(-12.5%);
  -webkit-transform: translateX(-50%) translateY(-12.5%);
  transform: translateX(-50%) translateY(-12.5%); */
}

#videoBG, video {
  width: 100%;
}

video {
  height: auto;
  /* max-height: 580px !important; */
  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;
  }
}

/* @media (min-aspect-ratio: 16/9) {
    #videoBG {
        width: 100%;
        height: auto;
    }
} */

/* @media (max-aspect-ratio: 16/9) {
    #videoBG { 
        width: auto;
        height: 100%;
    }
}

/* @media (max-width: 767px) {
    #videoBG {
        display: none;
    }
    body {
        background: url('/video/demo_vid.jpg');
        background-size: cover;
    }
} */

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;
}

/* @media (pointer: coarse) and (hover: none) {
  header {
    background: black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
} */

.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: rgb(2,0,36) !important; */
  background: #022648 !important;
  background: #05407c !important;
  background: #03284d !important;
}

body {
  background-color: #000;
}

#bbody {
  background: #000; /* rgb(2,0,36); */
  /* background: linear-gradient(0deg, #000000 20%, #05407c 100%); */
  /* background-attachment: fixed; */
  background-image: url(/images/hero/globe_a2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#videoBG, video, header {
  background-color: black;
  background: #000; /* rgb(2,0,36); */
  /* background: linear-gradient(0deg, #000000 20%, #05407c 100%); */
  /* background-attachment: fixed; */
  /* background-image: url(/video/background.png); */
  background: rgb(2,0,36);
  background-image: url(/images/hero/hero_a.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .btn-secondary {
  color: rgba(255,255,255,.8);
  background-color: #6c757d;
  border-color: #6c757d;
  background-color: #05407c;
  background-color: #022140;
  border-color: #000;
}

.btn-secondary:hover { 
  color:#fff;
  background-color:#5a6268;
  border-color:#545b62;
  background-color: #022140;
  border-color: #fff;
} */

.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;
}