:root
{
  --prim_color: #028FFB;
  --blue: #00b;
  --fullwidth: 100%;
}

@media only screen and (min-width: 769px) {
    #head_right_mobile {
        display: none;
    }
}

body, html {
    scroll-behavior: smooth;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #2B2C2F;
}

#container {
    width: 100%;
    background-color: #141414;
    overflow: hidden;
}

#logo {
    font-weight: 400 !important;
    font-size: 25;
    color: white;
    margin-left: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 10;
    padding-bottom: 10;
    padding-right: 50;
    line-height: 91px;
}

#logo i {
    color: rgb(179, 255, 0);
}

#head_left {
    float: left;
}

.main_logo
{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}

.main_title
{
    position: absolute;
    top: -1px;
    left: 40px;
    z-index: 2;
}

.dropbtn {
    background-color: transparent;
    color: rgb(255, 255, 255);
    border: none;
    cursor: pointer;
    padding-top: 8;
  }
  
  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
      opacity: 0.6;
      outline: none;
  }

  .dropbtn:before {
      content: '\f0c9';
      font-family: 'Font Awesome\ 5 Free';
      font-weight: 900;
      font-size: 30;
      color: var(--prim_color);
  }

  .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    background-color: #1F1F1F;
    width: 100%;
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: rgb(255, 255, 255);
    padding: 12px 90px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
      background-color: #191919;
    }
    
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {
      display: block;
}

.information {
    width: 100%;
  }

  .menu_btn {
      display: none;
  }

  #title {
      color: white;
      width: 100%;
      text-transform: uppercase;
      font-size: 30;
      font-weight: 700;
  }

  #desc {
      width: 50%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
  }

  .information {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #head_right {
      float: right;
      display: flex;
      margin-right: 100;
      font-size: 16;
  }

  #head_right i {
      margin-right: 2px;
  }

  #nav_item {
      padding-top: 10;
      padding-bottom: 10;
      padding-right: 50;
      padding-left: 50;
      line-height: 91px;
      vertical-align: middle;
      transition: all .20s ease-in-out;
  }

  #head_right a {
      text-decoration: none;
      color: white;
      text-transform: uppercase;
  }

  #nav_item_mid {
      transition: all .2s ease-in-out;
      margin-left: 20;
      margin-right: 20;
      padding-top: 10;
      padding-bottom: 10;
      padding-right: 50;
      padding-left: 50;
      line-height: 91px;
      vertical-align: middle;
  }

  #nav_item:hover {
      background-color: #191919;
      color: var(--prim_color);
      transform: scale(1.2);
  }

  #nav_item_mid:hover {
    background-color: #191919;
    color: var(--prim_color);
    transform: scale(1.2);
}

#head_left a {
    text-decoration: none;
}

#hero {
    background: url(../images/ghosts2.jpg);
    background-size: cover;
    display: flex;
    justify-content: space-between;
    background-position: right;
    height: 720;
    border-top: solid 3px var(--prim_color);
    overflow: auto;
}

#hero_title {
    color: grey;
    padding-top: 130px;
    margin-left: 100;
    text-transform: uppercase;
    font-size: 35;
    font-weight: 600;
}

#hero_desc {
    color: grey;
    margin-left: 100;
    font-size: 15;
    font-weight: 300;
    width: 320px;
    font-weight: 1000;
}

button.hero {
    margin-top: 10px;
    margin-bottom: 130px;
    margin-left: 100;
    background-color: var(--prim_color);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 2px var(--prim_color);
    border-radius: 3px;
    color: black;
    outline: none;
    cursor: pointer;
}

button.hero2 {
    margin-top: 10px;
    margin-bottom: 130px;
    margin-left: 5;
    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 2px white;
    border-radius: 3px;
    color: grey;
    outline: none;
    cursor: pointer;
    font-weight: 1000;
}

button.hero:hover {
    background-color: #1E1E20;
    border-color: #1E1E20;
    color: white;
}

button.hero2:hover {
    background-color: white;
    color: black;
}

.loader img {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    top: 30%;
}

#images {
    text-align: center;
    transition: all .2s ease-in-out;
}

#images img {
    width: 650px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

#images img:hover {
    transform: scale(1.01);
}

#mid {
    text-align: center;
    background-color: #1E1E20;
    width: 100%;
    height: 105px;
    display: flex;
}

#mid > a {
    margin: 0 auto;
}

#midtitle {
    color: var(--prim_color);
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 100;
    margin-right: 30;
    padding-top: 31;
    padding-bottom: 31;
    font-size: 20;
}

#middesc > span {
    color: #e63b6edc !important;
}

#middesc {
    margin: 0 auto;
    color: rgb(255, 255, 255);
    font-weight: 300;
    font-size: 17;
    padding-top: 37;
    padding-bottom: 31;
}

#left {
    float: left;
    margin-top: 130;
}

#right {
    float: right;
}

#right iframe {
    margin-top: 193;
    margin-right: 85;
}

.carousel-video-inner {
  text-align: center;
}

#hero .posters
{
  position: absolute;
  width: 100%;
  height: 720px;
  overflow: hidden;
  z-index: -1;
}

#hero .posters img
{
  position:absolute;
  left: 0;
  width: 100%;
  min-height: 100%;
  animation-name: cf4FadeInOut;
  animation-iteration-count: infinite;
  animation-duration: 50s;
  animation-direction: normal;
}

/* Verify Styling */
.verify
{
  border-top: solid 3px var(--prim_color);
  display: block;
  text-align: center;
  padding-top: 50px;
}

.verify #hero_title
{
  padding-top: 0px;
  margin-left: 0;
  background-color: #1E1E20;
}

.verify #hero_desc
{
  padding-bottom: 5px;
  margin-left: 0;
  width: auto;
  background-color: #1E1E20;
}