.lower {

}

#header .logo {
  text-transform: none;
}


.slide-1 {
  background: url(../img/slide/rsoguitar-pyramids.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide-2 {
  background: url(../img/slide/rsoguitar_lessons.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide-3 {
  background: url(../img/rsog/rsoguitar_cover.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@font-face {
 font-family: 'Stonehenge';
 src: url('../fonts/Stonehen.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}

.logo {
  font-family: 'Stonehenge', sans-serif;
}



@media (max-width: 991px) {
  .carousel-item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-x: left 32px;
  }

}



.image {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

.lrg {
  font-size: 40px;
}


@media (max-width: 991px) {
  .navbar-shrink .getstarted {
    color: #000;
  }
}
