.view {
  background: url("../../assets/img/students-at-college-stairs.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 95vh; }

.nav-item a {
  font-weight: 400; }

.navbar 
{
  background: #323A3D;
}

@media (max-width : 640px)
{
  #schoolName
  {
    font-size: 12px;
  }
}

@media (max-width : 296px)
{
  #schoolName
  {
    font-size: 8px;
  }
}

.navbar .navbar-brand {
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.navbar .navbar-brand img {
  height: auto !important;
}

.top-nav-collapse {
  background: #323A3D; }

@media only screen and (max-width: 768px) {
  .navbar {
    background: #546267; } }
.gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  -moz-column-width: 33%;
  column-width: 33%; }

.gallery .pics {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease; }

.gallery .animation {
  -webkit-transform: 1;
  -ms-transform: 1;
  transform: 1; }

@media (max-width: 450px) {
  .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%; } }
@media (max-width: 400px) {
  .btn.filter {
    padding: 0 1.1rem; } }
#newsEvents-container {
  background: #FF0000; }

.carousel .carousel-control-prev-icon {
  background-image: url(../../assets/img/svg/arrow_left.svg); }

.carousel .carousel-control-next-icon {
  background-image: url(../../assets/img/svg/arrow_right.svg); }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #323A3D; }

  /* .carousel .carousel-inner,
.carousel .carousel-inner .active,
.carousel .carousel-inner .carousel-item {
  height: 100%;
} */
/*# sourceMappingURL=style.css.map */
