i{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.navbar{
    padding: 0 !important;
}
.nav-item a{
    font-weight: 700;
}
.carousel-item {
    height: 100vh;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .hr-theme-slash-2 {
    display: flex;
  }
    
    .hr-line {
      width: 100%;
      position: relative;
      margin: 15px;
      border-bottom: 1px solid #000;
    }
    .hr-icon {
      position: relative;
      top: 3px;
      color: #272626;
    }
  .video{
      background-image: url("../images/cover.jpg");
  }
  .btn{
      background-color: #25b1eb;
  }
  .page-footer{
    background-color: #272727;
    color: white;
  }
  .page-footer a{
      color: #25b1eb;
  }
  .copyright{
      background-color: #222;
  }
  .footer-copyright a img{
      justify-content: end !important;
  }
  .about-banner{
    background: url(../images/about.jpg);
    background-size: 100%; 
    background-position-y: 20% ;
    background-repeat: no-repeat;
}
.contact-banner {
background: url(../images/cover.jpg);
background-size: 100%; 
background-position-y: 35% ;
background-repeat: no-repeat;
}
.jumbotron {
  padding: 100px 0 !important;
  text-align: center;
  background-color: #25b0eb83 !important;
  margin: 0;
}
.jumbotron p a {
  color: #fff;
  display: inline !important;
}

.thumb {
  margin-bottom: 15px;
}
.thumb:last-child {
	margin-bottom: 0;
}
.thumb 
figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
