
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 96%;
  max-width:1440px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
   
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row_2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    
 
}


.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*--testing column--*/

.bottomborder {
     border-bottom: 0.6px solid white;
}


.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
     border: 1px solid white;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
 
}

.col-4-resp {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
 
}


.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
    
}





/*--------responsive code-------*/

/* start responsive code here*/



@media only screen and (max-width: 1024px) { 
    
  .col-4-resp {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
 
}
    
    .col-4 {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
    }
    
    bttn {
  border: 2px solid #fff;
    color:white;
  background-color: rgba(0, 0, 0,0.5);

  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
 
  cursor: pointer;
  border-radius: 15px;
    -webkit-transition: all 0.4s;
        transition: all 0.4s;
}
    
    hr{
        display: none;
    }
    
    .gone {
        display:none;
    }
    
   
    
    .center {
        
        padding:0px;
    }
    
    h3 {
        display:none;
    }
    
    h5 {
        font-family: 'Dancing Script', cursive;
    font-size: 60px;
    color:white;
    text-align:center;
    }
    
    .box-1 {
        display: none;
    }
    
    .box-2 {
        display: none;
    }
    .box-3 {
        display: none;
    }
    
    .hidden {
        display:none;
    }
    
    
   
    

}


@media only screen and (max-width: 960px) { 
    
  
    h3 {
     
    display:none;
    
    }
    
    h2 {
    font-family: 'Lato', sans-serif;
    font-size: 120px;
    color: white;
    text-align: center;
    padding-top: 10px;
      
    }
   
    
}

@media only screen and (max-width: 786px) { 
    
    bttn {
  border: 2px solid #fff;
    color:white;
  background-color: rgba(0, 0, 0,0.5);

  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
 
  cursor: pointer;
  border-radius: 15px;
    -webkit-transition: all 0.4s;
        transition: all 0.4s;
}
    
    .center {
        
        padding:0px;
    }
    h3 {
        display:none;
    }
    
     h2 {
    font-family: 'Lato', sans-serif;
    font-size: 90px;
    color: white;
    text-align: center;
    padding-top: 10px;
      
    }
    
    .col-2 {
        display: none;
    }


}

@media only screen and (max-width: 530px) {
    
  .col-6, .col-4, .col-3, .col-12, .col-8 {
        -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
    }
    
    #nav {
        display:none;
    }
    
    .video-holder {
        width: 100%;
    }
    
    .bttn {
        display:none;
    }
    
    .col-2 {
      -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
       
    }
    
    .fill_sm img {
        display:none;
    }
    
   
    h3 {
        display:none;
    }
    
    /*.animate__animated {
        display:none;
    }*/
    
    h5 {
        font-family: 'Dancing Script', cursive;
    font-size: 60px;
    color:white;
    text-align:center;
    }
    
    
    .textlink {
    text-align:center;
    padding-top: 30px;
    color:white;
   
}
    
    .smallImage1 {
        position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
   
        
    }
    
    .hero2 {
        display:none;
    }
    
   h2 {
    font-family: 'Lato', sans-serif;
    font-size: 90px;
    color: white;
    text-align: center;
    padding-top: 0px;
       padding-bottom: 10px;
    }
    
    h3 {
        font-family: 'Dancing Script', cursive;
    font-size: 40px;
    color: white;
    text-align: center;
    }
    
}
    