﻿@import url("css-3.css");
@import url("css-4.css");
html, body{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  
}
.block {
  width: 100%!important;
  height: 85vh;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.block h1{
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  top: 50%;
  transform: translateY(-50%);
    font-family: 'Inter', sans-serif;
  /* ORIGINAL "We're Open for Fun" font-size: 8vw;  */
  font-size: 6vw;
  color: white;
  font-weight: 900;
  text-shadow: 0 0 15px rgba(0,0,0, 10);
}

. btn-primary {
  padding:0; 
}

.block p{
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Roboto', sans-serif;
    font-size: 2vw;
    color: white;
    font-weight: 600;
  }

  .block a{
    padding: 5px 20px 5px 20px!important;
  }

.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none;
}

/* Medium devices devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .block {
        width: 100%;
        height: 50vh;
         }  
    
    .img-parallax {
        width: 100%;
          }
    }  

    .block a{
        padding: 5px 20px 5px 20px!important;
      }

/*  Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
  .block {
      width: 100%;
       height: 50vh;  
      /* height: 600px!important; works! */
      /* height: 200px !important; */ 
      vertical-align: middle;
    }  

.img-parallax {
  width: 100% /9;
  vertical-align: middle;
    }

.block p{
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0!important;
  top: 50%;
  transform: translateY(-50%);
    font-family: 'Roboto', sans-serif;
  font-size: 3vw;
  color: white;
  font-weight: 600;
}

.block a{
  padding: 5px 20px 5px 20px!important;
}
} 

/*  Etra-Small devices (landscape phones, less than 576px) */

@media (max-width: 575.98px) {
 .block {
    width: 100% /9;
     height: 30vh!important;  
   /* height: 380px!important; */
     }  

.img-parallax {
    width: 100% /9;30
      }
}  



 
 /*   
@media (max-width: 992px) {
    .block {
        width: 100%;
        height: 70%;
     }   */
/*
@media (max-width: 1366px) {
    .img-parallax {
        height: 80%;
        width: 100%;
    }
    
@media (max-width: 992px) {
    .img-parallax {
        height: 80%;
        width: 100%;
    } */
 