* {
    font-family: 'Italiana', sans-serif;
    color: black !important;
}


@media screen and (max-width: 1440px) {
  
  .portal {
   
    margin-top: 140px !important; 
  }

}

@media screen and (max-width: 1024px) {
  
  .portal {
   
    margin-top: 12px !important; 
  }

}
@media screen and (max-width: 768px) {
  
  .portal {
   
    margin-top: -80px !important;
  }

}
.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: url(videos/Comp1.mp4) no-repeat center center/cover;
  }

  video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
  }


  .fog_video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: url(videos/Comp1.mp4) no-repeat center center/cover;
  }

  /* .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 10%);
    background-size: 3px 3px;
    z-index: 2;
  } */

  h1 {
    text-align: center;
  
    position: absolute;
    top: 0;
    bottom: 100px;
    left: 0;
    right: 1000px;
    margin: auto;
    z-index: 1;
    
    width: 100%;
    height: 50px;
  }


  /* h2 {
    text-align: center;
  
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    max-width: 400px;
    width: 100%;
    height: 50px;
  }

  h3 {
    text-align: center;
  
    position: absolute;
    top: 400px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    max-width: 400px;
    width: 100%;
    height: 50px;
  } */

  .bg-image img {
    width: 100%;
}
.portal {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  margin-top: 175px;
  width: 100%;
  justify-content: center;
  display: flex;
}
.portal a {
  color: white !IMPORTANT;
  text-decoration: none;
  margin: 0px 27px !important;
  display: block;
}
  .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 27px;
}
@media screen and (max-width: 767px) {
  
  .portal {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-top: 28px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
  .portal a {
    color: #000 !important;
    text-decoration: none;
  }

  .bg-image {
 
    padding: 0px !important;
}
.portal a {

  display: flex !important;
}
}

/* CSS */
.button-6 {
  align-items: center;
  background-color: #ffffff2f;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0 !important;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6:hover,
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65) !important;
}

.button-6:hover {
  transform: translateY(-1px);
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65) !important;
  transform: translateY(0);
}
