@import url('https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&family=Gochi+Hand&family=Rajdhani&family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');


html, body { 
    scroll-behavior: smooth !important;
  }

p {
    font-family: 'Permanent Marker', cursive;
    font-size: 18px;
    margin: 50px 150px;
}

/* The Overlay (background) */
.overlay {
  display: none;
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 0; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  font-family: 'Tilt Neon', sans-serif;
  visibility: hidden;
  position:fixed  ;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 0px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* Create a sticky/fixed navbar */
#navbar {
    /* Position and center the image to scale nicely on all screens */
    background-position:top  ;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: linear-gradient(to bottom right, #FFFFFF, #CBD1D7); */
    background-image: linear-gradient(rgba(250, 37, 0, 0.5), rgba(255, 255, 255, 0.5)), url("/IMG/hero.jpg");
    position: fixed; /* Sticky Fixed navbar */
    width: 100vw;
    top: 0; /* At the top */
    z-index: 99;
    display: block; /* Javascript sets to Flex*/
    padding-top: 15px;
    align-items:center;
    scroll-behavior: smooth !important;
    transition: 0.6s; /* Adds a transition effect when the padding is decreased */
    overflow: hidden;

    border: 0px dashed red;
  }
  
  /* Style the navbar links */
  #navbar a {
    color: black;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 0px;
  }
  
  /* Style the logo */
  #navbar #logo {
    font-size: 35px;
    font-weight: bold;
    transition: 0.8s;
  }
  
  /* Links on mouse-over */
  #navbar a:hover {
    color: black;
  }
  
  /* Style the active/current link */
  #navbar a.active {
    background-color: dodgerblue;
    color: white;
  }
  
  #navbar-left {
    margin: 0 auto;
    flex: 1;
    scroll-behavior: smooth !important;

    border: 0px dashed blue;
  }

  /* Display some links to the right */
  #navbar-right-ham {
      visibility: hidden;

      border: 0px dashed purple;
    }

  #navbar-right {
    font-family: 'Tilt Neon', sans-serif;
    margin: 0 auto;
    width: 25vw;
    padding-top: 15px;
    flex: 1;
    justify-content: space-between;
    scroll-behavior: smooth !important;

    border: 0px dashed purple;
  }

  #navbar-right a {
    padding: 5px 50px;
  }

  #navbar-right a:hover {
    background-color: black;
    color: white;
  }

  #logo {
    text-decoration: none;
    cursor: crosshair;
  }
  #logo a {
    text-decoration: none;
    cursor: none;
  }
  #logo a:hover {
    cursor: none;
  }

  #logo-img {
    width: 97vw;
    height: 97vh;
  }

  #spacer-block {
    margin-top: 385px;
    height: 25vh; 

    border: 0px dashed red;
  }


  .div-spacer {
    margin: 12vh 0px;
    height: 1px;
  }


  section {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;

    border: 0px dashed purple;
  }
 
  .slide-show-container {
    height: 100%;
    width: 50%;
    position: relative;
    margin: 0 auto;

    border: 0px dashed red;
  }

  /* CSS Styles in common for all slides */
  .wrapper-one,
  .wrapper-two,
  .wrapper-three {
    /* background-color: #eee; */
    background-size:auto ;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 11vw;

    border: 0px dashed blue;
  }
  
  /* CSS Styles for each slide */
  /* Just add the image as background attribute and add some animation */
  
  .wrapper-one {
    /* background-image: url("http://www.stnlatam.com/images/pitch/pitch1.jpg"); */
    background-image: url("/IMG/img-witches.jpg");
    background-size: 33rem 49rem;
    

    border: 0px dashed yellow;
  }
  
  .wrapper-two {
    /* background-image: url("http://www.stnlatam.com/images/pitch/pitch2.jpg"); */
    background-image: url("/IMG/img-punisher.jpg");
    background-size: 33rem 49rem;

    animation: slideTwoAnim 10s infinite;
    

    border: 0px dashed greenyellow;
  }
  
  .wrapper-three {
    /* background-image: url("http://www.stnlatam.com/images/pitch/pitch3.jpg"); */
    background-image: url("/IMG/img-doom.jpg");
    background-size: 33rem 49rem;
    animation: slideThreeAnim 10s infinite;

    border: 0px dashed palegreen;
  }
  
  /* Styles for the text */
  .wrapper-text {
    font: 700 40px/1.4 Roboto;
    margin-top: 150px;
    width: 50%;
  }





  #content-02 {
    padding-top: 8rem;

    border: 0px dashed red;
  }

  .about-text {
    text-indent: 5rem;
    line-height: 2.5;
    padding: 0rem 12rem;

    border: 0px dashed palegreen;
  }

  .p-end {
    text-align: center;
  }

  
  /* Animations */
  @keyframes slideTwoAnim {
      0%{opacity:0;}
      17%{opacity:0;}
      33%{opacity:1;}
      50%{opacity:1;}
      67%{opacity:0;}
      100%{opacity:0;}
  }
  
  @keyframes slideThreeAnim {
      0%{opacity:0;}
      50%{opacity:0;}
      67%{opacity:1;}
      83%{opacity:1;}
      100%{opacity:0;}
  }
  
  /* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
  @media screen and (max-width: 580px) {

    .overlay {display: block}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
    }

    #navbar {
      width: 100vw;
      height: 100vh;
    }
    #navbar-left {
      width: 70% !important;
      padding-left: 0rem !important;
      float: left !important;

      border: 0px dashed greenyellow;
    }
    
    #logo-img {
      width: 25vw;
      height: 10vh !important;
      margin: 0 auto;

      border: 0px dashed red;
    }
    #navbar-right {
      display: none;
    }
    #navbar-right-ham {
      visibility: visible;
      width: 30% !important;
      height: 10vh !important;
      float: right !important;

      border: 0px dashed purple;
    }
    #ham-img {
      width: 10vw;
      height: 10vh !important;
      margin: 0 auto;
    }
    
    .slide-show-container {
      width: 90%;
      height: 85%;
      padding: 0rem 0rem;
      margin: 0;
    }
    .wrapper-one,
    .wrapper-two,
    .wrapper-three {
      height: 100vh;
      background-size: contain ;
      left: 5%;
    }
    .wrapper-three {
      background-size: 23rem 35rem;
    }

    .p-end {
      margin: 0 auto;
    }
    .about-text {
      width: 100%;
      font-size: 12pt;
      text-indent: 3rem;
      line-height: 1.7;
      padding: 0rem 2rem;
      margin: 0 auto;
    }


  }