body, html{
   height:100%;
   margin:0;
   font-size:16px;
   font-family:"Lato", sans-serif;
   font-weight:400;
   line-height:1.8em;
   color:#666;
 }
 .custom-toggler{
  background-color: #17a2b8;
}
.fixed-top {

  background-color:#17a2b8 !important/* here */

}

h1 {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: poppins;
}
 .section{
   text-align:center;
   padding:50px 50px;
 }
 .section-light{
   background-color:#f4f4f4;
   color:#666;
 }
 body, html {
  height: 100%;
  text-align: center;
}

.loader {
display: inline-block;
width: 30px;
height: 30px;
position: relative;
border: 4px solid #Fff;
top: 50%;
animation: loader 2s infinite ease;
}

.loader-inner {
vertical-align: top;
display: inline-block;
width: 100%;
background-color: #fff;
animation: loader-inner 2s infinite ease-in;
}



  .preload{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: rgb(7, 95, 228);
    z-index: 999999;
    transition: opacity 0.5s ease;
  }


  .sectionTitles {
    color: white;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .parallax {
    min-height: 400px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .parallax-window {
	min-height: 400px;
	background: transparent;
}
.events-heading{
  color: white;
  font-weight: bold;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 5px;
  text-align: center;
}
