body {
  font-family: 'Abel', sans-serif;
  color: #ffffff;
  text-align: left;
  background: #000000;
}

p {
  font-size: 1.1rem;
}

a.nav-link, a.navbar-brand {
  color: #ffffff !important;
}

a.navbar-brand:hover, a.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

a {
  color: #5ef067;
}

a:hover {
  color: #FFDCA3;
}

ul, ol {
  margin: 0 0 60px;
  list-style: none;
  padding: 0;
  text-align: left;
}

ul li {
  padding: 0 0 10px;
}

h1 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: left;
}

h2 {
  font-size: 1.5em;
  letter-spacing: .3em;
  text-transform: uppercase;
}

img {
  max-width: 100%;
}

.btn-primary {
  text-transform: uppercase;
  /*letter-spacing: 3px;*/
  font-size: 1em;
  background-color: transparent;
  border-color: #ffffff;
  border-radius: 0;
  padding: .5rem 1rem;
}

.btn-primary:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: #ffffff;
}

.work .btn-primary {
  width: 300px;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.btn-success {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1em;
  background-color: transparent;
  border-radius: 0;
  padding: .5rem 1rem;
  color: #5ef067;
}

.btn-success:hover {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: #000000;
  color: #000000
}

.form-submit {
  background-color: #F5A623;
  border: 1px solid #F5A623;
  color: #ffffff;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.form-submit:hover {
  background-color: #fff;
  border-color: #fff;
  color: #F5A623;
}

i.fas.fa-bars {
  color: #ffffff;
}

.site-title {
  margin: 80px 0 200px;
}

.site-title.kemper-title {
  margin: 0 0 40px;
}

.site-title h1 {
  font-size: 60px;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.site-title h2 {
  margin-bottom: 40px;
  letter-spacing: .1em;
  text-transform: none;
}

.navbar {
  padding-top: 1.5em;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 200px
}

.nav-item {
  padding-right: 1em;
}

.nav-link,
.navbar-brand {
  text-transform: uppercase;
  font-size: 1em;
}

.nav-button.nav-link {
  padding-right: 1em !important;
  padding-left: 1em !important;
}

.navbar-brand {
  padding-right: 1em !important;
  padding-left: 1em !important;
}

.hero {
  background: #000000;
  background-image: url('../img/fan_hero.png');
  background-size: cover;
  background-position: center;
    height: 100vh;
}

.work,
.services,
.gear {
  padding-top: 100px;
  padding-bottom: 140px;
}

.contact {
  background-color: #000000;
  padding-top: 100px;
  padding-bottom: 60px;
}

.instagram {
  width: 960px;
  margin: 0 auto;
}

.work {
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#blue-playlist-container {
    text-align: left;
}

#blue-playlist-container #amplitude-left img {
  width: 100%;
}

.services {
  background: #000000;
  padding-bottom: 150px;
}

.testimonials {
  padding: 100px 0;
  background: #000000;
  /*background-image: url('../img/testimonials.png');*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 5px solid #000000;
}

.testimonials img {
  margin: 40px 0;
}

.testimonials p {
  padding: 0 20px;
}

.about {
  background: #000000;
  background-image: url('../img/production-hero2.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 5px solid #000000;
}

.about p {
  text-align: left;
}

.about h1 {
  margin-bottom: 30px;
}

.services h1 {
  margin-bottom: 40px;
}

.services img,
.services h2 {
  margin-bottom: 25px;
}

.services p {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
  font-family: "Abel", sans-serif;
}

.gear .col-lg-4 {
  text-align: left;
}

.gear img {
  margin-bottom: 60px;
  max-width: 100%
}

.gear h3 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: .2em;
  margin-bottom: 20px;
}

.gear-list div {
  padding-bottom: 60px;
}

.contact .form-container {
  width: 500px;
  margin: 50px auto 0;
  background-color: #333333;
  padding: 20px;
}

.footer {
    height: 100px;
    text-transform: uppercase;
    background-color: #000000;
    color: #aaaaaa;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}


.modal-content {
  color: #000000;
}

.modal-content a:hover {
  color: #C07800;
}

.modal-header {
  display: block;
  text-align: left;
}

.modal-body {
  text-align: left;
}

.powered-by {
  display: none !important;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery {
  padding: 100px 0;
}

.gallery h1 {
  margin: 30px;
  text-align: center;
}

.gallery-container {
  padding: 0;
}

.gallery img {
  margin-bottom: 5px;
}

.josh {
  margin-bottom: 40px;
}

.kemper-form {
  background-color: #ffffff;
  padding: 40px;
  margin: 0 20px;
  border-radius: 2px;
}

// Small devices (landscape phones, 576px and up)
@media screen and (min-width: 576px) {
  .gear-list {
    padding: 60px 0 0 0;
  }

  .gear img {
    width: 100%;
  }

  .form-container {
    width: 100%
  }

  .site-title h1 {
    font-size: 40px;
  }

  .josh {
    max-width: 100%;
  }
}

// Medium devices (tablets, 768px and up)
@media screen and (min-width: 768px) {
  .gear-list {
    padding: 0 30px 0 140px;
  }

  .site-title {
    margin: 120px 0;
  }

  .site-title h1 {
    font-size: 40px;
  }

  .gear img {
    width: 100%;
  }
    
    .hero {
      height: 500px;
    } 
}

@media screen and (min-width: 992px) {
  .gear-list {
    padding: 60px 30px 0 140px;
  }

  .navbar-expand-lg .navbar-collapse {
    margin-top: -100px;
  }
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {  }
