     html,body{
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
font-weight: 300; 
line-height: 24px;
      }
      #mainNav{
        background-color: rgba(0,0,0,0.7) ;
      }
     
    .info-button{
      width: 100%!important;
      height: 100%!important;
    }
#help > *{
  border:0px;border-radius: 0px;
}

.nav-item{
  z-index: 11111;;
}
.button-info {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #538fbe;
    padding: 20px 70px;
    font-size: 24px;
    border: 1px solid #2d6898;
    background-color: linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(73,132,180)),
        color-stop(1, rgb(97,155,203))
    );
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}



        .submit {
           width: 100%;
            min-height: 100px;
            background: #ffc107;
            position: relative;
            border: none;
            color: white;
            font-size: 20px;
            font-weight: bold;
        }
        
     .submit-left::before{
       
        
        }
        

        .submit-right::after{
          content: " ";
          position: absolute;
          top: 0;

          
          background: #ffc107;
          color: white;
          bottom: 0;
          width: 100px;
          height: 100%;
          z-index: 2;
         
        }

        @media only screen and (min-width: 800px) {
          .submit-left::before{content: " ";
            position: absolute;
            top: 0;
            left:-43px;
            background: #181818;
            color: white;
            bottom: 0;
            width: 100px;
            height: 100%;
            z-index: 1;
            -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
          
          }
          .submit-right::after{ -webkit-transform: skewX(330deg);
            transform: skewX(330deg);
            left:-43px;
          }

        }

        .container-fluid{
          width: 100%;
        }
        
/* Styles the thumbnail */

a.lightbox img {
height: 150px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 94px 20px 20px 20px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}

   .parallax{
  
    background-size: cover;
    
    background-attachment: fixed;
    
    }
    .parallax-window {
        display: flex;
        justify-content: center;
        min-height: 400px;
        background: transparent;
    }
    .info{
        z-index: 2;
        position: relative;
    
        
    }
    .thumbnail{
     padding: 5px;
    }

    @media only screen and (min-width: 600px) {
      .item-1, .item-2, .item-3 {
        font-size:calc(1em + 1vw);
      }
      #home{
        height: 90vh!important;
      }
    }

    

    .item-1, .item-2, .item-3 {
	  position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 50%;
   
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.item-1{
	  animation-name: anim-1;
}

.item-2{
	  animation-name: anim-2;
}

.item-3{
	  animation-name: anim-3;
}
.item-4{
  animation-name: anim-4;
}

@keyframes anim-1 {
	0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 25%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
	0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 25%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}
@keyframes anim-4 {
	0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}