body {
}

.navbar {
  height: 100px;
}

.navbar-toggler {
  border: none;
}

.navbar-brand img {
  max-height: 60px;
}

.navbar-clear {
  margin-top: 100px;
}

.bg-white {
  background-color: white;
}

.link-fix {
  margin-top: -100px; 
  padding-top: 100px;
}

.bg-skate {
  background-image: url("banner.svg");
  background-repeat: repeat-x;
  background-color: #333333;
}

@media (max-width: 360px) {
  .navbar-brand img {
      width: 250px !important;
  }
}

@media (max-width: 769px) {
  .only-desktop {
    display: none;
  }
}

@media (min-width: 770px) {
  .only-mobile {
    display: none;
  }
}
