.carousel-slider {
  height: 680px !important;
}

.navbar-fixed .nav-wrapper .brand-logo img {
  height: 64px;
}
.navbar-fixed .nav-wrapper ul li a {
  color: black !important;
}

h1 {
  font-size: 4vw;
}

#contactInfo {
  font-size: 18px;
}
@media (max-width: 768px) {
  .carousel-slider {
    height: 350px !important;
  }

  .navbar-fixed .nav-wrapper .brand-logo img {
    height: 45px;
  }

  .side-nav ul li a {
    color: black !important;
  }

  h1 {
    font-size: 48px;
  }
  /* .section-header {
    margin-top: -200px;
  } */
}
