/*=================================================
 * Class Definitions
 * =================================================*/

.immersive_slider {
  background: rgba(22, 22, 22, 0.7);
  width: 100%;
  max-width: 100%;
  height: 700px;
  opacity: .9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.immersive_slider .is-slide  {
  display: inline;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px 20px;
  position: absolute;
}

.immersive_slider .is-slide  h2 {
    font-size: 2.5vh;
    width: 100%;
    color: white;
    font-weight:1000;
    text-align: center;
    justify-content: center;
  -webkit-animation: glow_small 1s ease-in-out infinite alternate;
  -moz-animation: glow_small 1s ease-in-out infinite alternate;
  animation: glow_small 1s ease-in-out infinite alternate;
}

.immersive_slider .is-slide .image{
  float: center;
  max-width: 100%;
  align-content: center;
  align-items: center;
  max-width: 50%;
  width: 50%;
  height: auto;
  max-height: 500px;
  max-height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  display: inline-flex;
  margin-left: 45%;
  transform: translate(0%, 0%) ;
  flex-direction: row;
  justify-content: space-around;
}

.is-bg-overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.is-overflow, .is-bg-overflow {
  height: 100%;
}

.ease {
  -webkit-transition: 1000ms ease all;
  -moz-transition: 1000ms ease all;
  -o-transition: 1000ms ease all;
  transition: 1000ms ease all;
}

.bounce {
  -webkit-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
  -moz-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
  -o-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
  transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
}

.no-animation {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -o-transition: none!important;
  transition: none !important;
}

.immersive_slider .is-slide .image img{
  /*
  min-width: 80%;
  max-height: 400px;
  */
  display: block;
  justify-content: center;
  overflow: hidden;
  object-fit: cover;
  margin-top: 50%;
}

.immersive_slider .is-slide .content {
  float: none;
  width: 80%%;
  padding-right: 10px;
  padding-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: white;
  text-align: center;
  line-height: 160%;
  vertical-align: middle;
  /* display: inline-block;*/
  max-height: 300px;
}

.immersive_slider .is-slide .content h2{
  font-size: 1vw;
  font-weight: 300;
  text-align: left;
}

.immersive_slider .is-slide .content h2{
  font-size: 10px;;
  font-weight: 300;
  text-align: center;
}

.immersive_slider .is-slide .content p{
  font-size: 2.5vh;
  width: 100%;
  padding-top: 40px;
  font-weight: 900;
  text-align: center;
  color: white;
}


.is-container {
  position: relative;
  overflow: hidden;
}

.is-container .is-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-container .is-background img{
  width: 100%;
  height: 100%;
  left: 0;
  position: relative;
}

.is-container .is-background.gs_cssblur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  filter: blur(20px);
}

.is-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: none;
}
.is-pagination li {
  padding: 0;
  display: inline-block;
  text-align: center;
  position: relative;
}
.is-pagination li a{
  padding: 10px;
  width: 4px;
  height: 4px;
  display: none;
  
}
.is-pagination li a:before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255,255,255,0.85);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.is-pagination li a.active:before{
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid white;
  margin-top: -4px;
  left: 8px;
}

.is-next,  .is-prev {
  padding: 5px 5px 15px;
  font-size: 50px;
  position: absolute;
  bottom: 50%;
  margin-bottom: -36px;
  width: 35px;
  color: #FFF;
  display: inline-block;
  line-height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.is-next {
  right: 10px;
}

.is-prev {
  left: 10px;
}

    .wrapper {
    	height: auto !important;
    	height: 100%;
    	margin: 0 auto; 
    	overflow: hidden;
    }
    
    a {
      text-decoration: none;
    }
    
    
    h1, h2 {
      width: 100%;
      float: left;
    }
    h1 {
      margin-top: 25px;
      color: #000;
      margin-bottom: 5px;
      font-size: 50px;
    }
    h2 {
      color: #444;
      font-weight: 100;
      margin-top: 0;
      margin-bottom: 10px;
    }
    
    .pointer {
      color: #9b59b6;
      font-family: 'Pacifico', cursive;
      font-size: 30px;
      margin-top: 15px;
    }
    pre {
      margin: 80px auto;
    }
    pre code {
      padding: 35px;
      border-radius: 5px;
      font-size: 15px;
      background: rgba(0,0,0,0.1);
      border: rgba(0,0,0,0.05) 5px solid;
      max-width: 500px;
    }


    .main {
      float: left;
      width: 100%;
      margin: 0 auto;
      margin-top: 3.5rem;
      background: #161923;
    }
    
    .main h1 {
      padding:20px 50px;
      float: left;
      width: 100%;
      font-size: 90px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      font-weight: 100;
      color: black;
      margin: 0;
      margin-top: 70px;
      font-family: 'Playfair Display';
      letter-spacing: -1px;
    }

    .btn {
        /* width: 40%; */
        font-size: 100%;
        color: #fff;
        border: none;
        background: red;
        padding-left: 10%;
        padding-right: 10%;
        border-radius: 20px;
        /* margin-left: 36.5%;*/
        margin-top: 0.5%;
        cursor: pointer;
    }
    .clear {
      width: auto;
    }
    .btn:hover, .btn:hover {
        background-color: rgba(255,255,255, 0.5);
        color: red;
        cursor: pointer;
    }
    .btns {
      width: 410px;
      margin: 50px auto;
    }
    .immersive_slider .is-slide .content h2{
      line-height: 140%;
      font-weight: 100;
      color: white;
      font-weight: 100;
      -webkit-animation: glow_small 1s ease-in-out infinite alternate;
      -moz-animation: glow_small 1s ease-in-out infinite alternate;
      animation: glow_small .31s ease-in-out infinite alternate;
    }

    .immersive_slider .is-slide .content a {
        color: white;
        font-size: 3vh;
        font-weight: 900;
        color: #fff;
        border: none;
        background: #bf3d4e;
        padding-left: 10%;
        padding-right: 10%;
        border-radius: 20px;
        cursor: pointer;
        /* margin-left: 36.5%;*/
    }
  
/* GLOWING TEXT */
.glow_small {
  color: #fff;
  text-align: center;
  transform: scale(1.2,1.2);

  -webkit-animation: glow_small 1s ease-in-out infinite alternate;
  -moz-animation: glow_small 1s ease-in-out infinite alternate;
  animation: glow_small .31s ease-in-out infinite alternate;
}

@-webkit-keyframes glow_small {
  from {
    text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 5px #3f3f3f, 0 0 4px #3f3f3f, 0 0 5px #3f3f3f, 0 0 6px #3f3f3f, 0 0 7px #3f3f3f;
  }

  to {
    text-shadow: 0 0 4px #fff, 0 0 3px #3f3f3f, 0 0 4px #3f3f3f, 0 0 5px #3f3f3f, 0 0 6px #3f3f3f, 0 0 7px #3f3f3f, 0 0 8px #3f3f3f;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {

  .immersive_slider {
        height: 820px;
    }
}
      
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .immersive_slider {
        height:400px;
    }
    .immersive_slider .is-slide .image img{
        min-width: 100%;
        margin-top: 40%;
        margin-left: 5%;
        /* height: 320px; */
        max-height: 320px;
    }
    .immersive_slider .is-slide .content p{
      width: 100%;
      font-size: 2.5vh;
      font-weight: 900;
      text-align: center;
      color: white;
      float: left;
    }
    .immersive_slider .is-slide .content {
      max-height: 260px;
    }
    .immersive_slider .is-slide  h2 {
        font-size: 1.8vh;
    }
  
}
