::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(241,241,241,1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body{
        background-color:#f0f2fa;
}
#navbg{
  background-color: transparent;
  /* background-color: white; */
  border-radius: 0px;
  border: 0px;
  /* border-bottom: 1px solid lightgrey; */
/* box-shadow: 5px 1px 8px #888888; */
}
#navbg a{
  /* color: #5c5c5c; */
  color: white;
  font-weight:bold;
}
#navbg a:hover{
  color: lightgrey;

}
#navbg .navbar-brand{
  color: white;
  font-size: 20px;
  font-weight: bolder;
}
@media(max-width:768px)
{
  #myNavbar{
    background: black;
  }
  #navbg{
    background: black;
  }
}
/* #yo{
  padding-bottom: 100px;
} */
.home.blur{
opacity: 0.8;
}
.home{
  /* background: black; */
  background-image: url('../img/gallery.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  height: 60vh;
  width: 100% ;

  /* padding: 0px; */
  margin: 0px;
  /* padding-bottom: 1000px; */
}

#home #heading{
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  padding-top: 250px;
  color:  white;
font-family: 'Source Sans Pro';
  transition: 1s all ease-out;
/* font-family:sans-serif; */
/* float: left; */
}


#numbers{
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  /* background:white; */
  /* padding: 100px; */
}
#numbers .container{
  /* background: white; */
}
#numbers .col-xs-4 {
  /* float: left;
  width: 33.33%; */
  /* background: white; */
  padding: 10px;

text-align: center;
}
#numbers .Count{
  font-size: 30px;
  display: inline;
  color: white;
  font-weight:bold;
}
#numbers i{
  font-size: 23px;
  /* color: skyblue; */
  padding-bottom: 10px;
}
#numbers p{
  color: lightgrey;
}
#numbers span{
font-size: 25px;
color: lightgrey;
font-weight: bold;
padding-left:  10px;
}
@media(max-width:768px){
  #numbers .Count{
    font-size: 20px;
    /* padding-bottom: 0px; */
  }
}
#about{
  /* padding: 70px; */
  /* position: relative; */
  /*background-color: white;*/
}

#about #heading{
  padding-top: 80px;
  font-size: 50px;
  font-family: 'Dancing Script';
  font-weight: bold;
  padding-bottom: 50px;
  text-align: center;
  color: red;
  position:relative;
}
#about .container{
  padding-top: 50px;
}
#about .col-sm-4{
  height: 600px;
  padding: 0px;
  margin-bottom: 20px;
  /*box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.4);*/
  /* -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.4); */

}
#about img{
  width: 100%;
  height: 100%auto;
  max-height: 220px;
}
#about h2{
  font-size: 40px;
  font-weight: bold;
  font-family:'Dancing Script';
  text-align: center;
padding-top: 20px;
/*color: white;*/
color:#3b99d9;
}
#about h3{
  font-size: 18px;
  text-align: justify;
  font-family:serif;
  padding: 0px 5px 0px 5px;
color: white;
font-weight:bold;
}


#join{
  /* padding: 100px; */
  padding-top: 100px;
  padding-bottom: 50px;
  /*background: white;*/
  /*position: relative;*/

}
#join .col-sm-12{
  /* text-align: center; */
}
#join #p1{
    font-family: 'Tangerine';
  font-size: 50px;
  font-weight: bold;
color: orange;
}
#join a{
    text-decoration: none;
}
#join #a1{
width:20%;
margin-top:10px;
  background: purple;
  padding: 20px;
  color: white;
  border-radius: 5px;
}
@media(max-width:768px){
    #join #a1{
        width:100%;
    }
}
#join #a1:hover{
  background: black;

}
#videos #heading{
font-size: 100px;
font-weight: 600;
font-family: 'Dancing Script';
/*font-family: Arial, Helvetica, sans-serif;*/
text-align: center;
color: purple;
padding: 100px;
/* margin-top: 15vh; */
background: rgba(0, 0, 0, 0.5);
position: relative;
/* line-height: 200px; */
/* vertical-align:baseline; */
/* border: 1px solid white; */
}

  #videos .col-sm-3{
    margin: 100px 4% 50px 4%;
    /* margin-bottom: 50px; */
    /*background-color: white;*/
    color:white;
    padding: 30px 20px 30px 20px;
height: 43vh;
    /* border: 1px solid black; */
    /*box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.4);*/
    /*-moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.4);*/
    /*-webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.4);*/
    /*-o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.4);*/
    /*-ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.4);*/
  }
  #videos #black{
    /*background: white;*/
  }
#videos h2{
  margin-top: 30%;
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
  text-align: center;

}
@media(max-width:991px){
  #videos h2{
    margin-top: 60%;
    text-align: left;
    font-size: 18px;
  }
}
@media(max-width:768px){
  #videos h2{
    margin-top: 0%;
    text-align: left;
    font-size: 18px;
  }
}
@media(max-width:600px){
  #videos h2{
    margin-top: 10%;
    text-align: left;
    font-size: 18px;
  }
}
@media(max-width:450px){
  #videos h2{
    margin-top: 20%;
    text-align: left;
    font-size: 18px;
  }
}
#videos center{
margin-top: 10%;
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
  text-align: center;
  /* color: white; */
}

  .embed-container {
    /* position: relative; */
     padding-bottom: 30%;
      /* height: 0; */
       /* overflow: hidden; */
       /* max-width: 100%; */
      }

  .embed-container iframe, .embed-container object, .embed-container embed { position: absolute;
     top: 0;
     left: 0;
     /* left: 20%; */
      width: 100%;
      height: 100% auto;
      /* box-shadow: 10px 10px 8px black; */

    }
    #videos #seemore{
      text-align: center;
      font-size: 20px;
      font-weight: bold;
       color: black;
    }
    #videos i{
      color: red;
      font-size: 50px;
      margin-top: 50px;
      /* text-align: center; */
    }
    #videos #next{
      width: 0px;
      color: black;
      background: transparent;

    }
    #videos #prev{
color: black;
      width: 0px;
      background: transparent;
    }
    #videos #vid2{
      width: 100%;
      height: 100%;
    }
    #videos #vid1{
      height: 450px;
    }
    #videos #vid3{
      width: 100%;
      min-height: 200px;
      height: 100%auto;
      /* padding-bottom: 300px; */
      /* min-height: 500px; */
    }
    #videos #myCarousel1{
      border-top: 1px solid black;
    }
    #videos #myCarousel2{
      border-top: 1px solid black;
    }
    #videos #butt{
      /* text-align: center; */
      border-radius: 5px;
      text-decoration: none;
      font-size: 20px;
      /* width: 30%; */
      padding: 15px;
      background: black;
      color: white;
    }
    #videos #butt:hover{
      background: grey;
    }
    #videos #button{
      text-align: center;
      padding-bottom: 100px;
      padding-top:50px;
    }
    #videos #myCarousel2{
      display: none;
    }
    @media(max-width:768px){
      #videos #myCarousel2{
        display: block;
      }
      #videos #myCarousel1{
        display: none;
      }
      #videos #button{
        padding-top: 0px;
        padding-bottom: 50px;
      }
    }
footer{
    position:relative;
background: black;
padding: 10px;
width: 100%;
min-height: 50px;
height: auto;
line-height: 30px;
}
footer p{
font-size: 14px;
text-align: center;
color: white;
font-family: sans-serif;
}
footer a{
  font-size: 20px;
  text-decoration: none;
}
footer a:hover{
  text-decoration: none;
}
