body {
  font-family: "Work Sans";
}

p a {
  text-decoration: underline;
  color: black;
}

.social a, p a {
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

p a:hover {
  text-decoration: none;
  color: black;
  opacity: 0.8;
}

a:hover {
  text-decoration: none;
}

a.nav-link, a.navbar-brand {
  text-decoration: none;
}

h1 {
  padding-bottom: 40px;
}

h3 {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.nav-right {
  align-items: center;
  flex-wrap: nowrap;
}

.social a {
  padding-right: 10px;
}

.social a:hover {
  opacity: 0.8;
}

.navbar-toggler {
  z-index: 100000;
  border: none;
}

.navbar-brand {
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}

.navbar-expand-lg .navbar-toggler {
  border: none;
}

.navbar-collapse {
  background: #F4F2F2;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  padding-top: 60px;
  z-index: 1;
  height: 100vh;
  min-height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar {
  padding: 0 !important;
  height: 70px;
  margin-right: -15px;
}

.nav-link {
  padding-right: 15px !important;
  padding-left: 0px !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-link div {
  justify-content: space-between;
  flex-wrap: nowrap;
  display: flex;
  width: 100%;
  border: 1px solid #4A4A4A;
  padding: 8px;
  margin: 10px 10px 0 10px;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-link div:hover {
  background-color: black;
  color: white;
}

.nav-link div:hover span {
  color: white;
}

.nav-link div span {
  color: black;
}

.navbar-nav li:last-child {
  margin-bottom: 10px;
}

.bg-light {
  background-color: transparent !important;
}

.nav-right {
  display: flex;
}

/*
.navbar-nav {
position: absolute;
top: 50px;
right: 0;
z-index: 1;
background-color: white;
padding: 10px;
width: 100%;
}
*/
.home_link_inner h2 {
  padding-left: 15px;
  -webkit-transition: background-color 2s, padding-left 0.5s;
  /* Safari */
  transition: background-color 2s, padding-left 0.5s;
  height: 100%;
  width: 100%;
  padding-top: 15px;
  text-decoration: none;
}

.home_link_inner h2:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  padding-left: 30px;
}

.home_link_inner h2:link, .home_link_inner h2:visited, .home_link_inner h2:hover {
  text-decoration: none;
}

h2:hover {
  text-decoration: none;
}

.home_item {
  padding-bottom: 15px;
}

.home_link {
  height: 100%;
  width: 100%;
  color: white;
  font-weight: 100 !important;
}

.home_link_inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.home_link_inner:visited {
  color: white;
  text-decoration: none;
}

.home_link_inner:hover {
  color: white;
  text-decoration: none;
}

.row_home {
  height: 30.3333vh;
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}

.tour_home, .about_home {
  padding-right: 0;
  padding-left: 0;
}

.support_home, .podcast_home {
  padding-right: 0;
}

/* Music Section */
.music_home_inner {
  width: 100%;
  height: 100%;
  background-image: url("../images/music.jpg");
}

#music_row {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

/* Tour Section 
*/
.tour_home_inner:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../images/tour.jpg");
}

.tour_home_inner {
  background-image: url("../images/tour.jpg");
  background-position: center;
  background-size: cover;
}

/* Support Section */
.support_home_inner {
  background-image: url("../images/support.jpg");
  background-position: center;
  background-size: cover;
}

/* Podcast Section */
.podcast_home_inner {
  background-image: url("../images/podcast.jpg");
  background-position: center;
  background-size: cover;
}

/* About Section */
.about_home_inner {
  background-image: url("../images/about.jpg");
  background-position: center;
  background-size: cover;
}

/* About Page */
#about_header {
  background-image: url("../images/about_header.jpg");
  background-position: center;
  background-size: cover;
  height: 192px;
  margin-bottom: 30px;
}

#contact_box, #photo_box {
  border: 1px solid black;
  padding: 10px;
  margin-bottom: 20px;
}

.gallery figure a img {
  min-height: auto;
  max-width: 100%;
  flex-shrink: 0;
}

.gallery figure {
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}

figcaption {
  display: none;
}

.photo_col_1 {
  padding: 0 5px 0 0 !important;
}

.photo_col_2 {
  padding: 0 0 0 5px !important;
}

.about_section {
  background-color: white;
  margin-top: -60px;
  padding: 20px;
}

/* Support Page */
.support_aside .row {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: block;
  }

  .collapse:not(.show) {
    display: none !important;
  }

  .navbar-collapse .collapse .show {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (max-width: 767px) {
  .row_home, .tour_home, .about_home, .support_home, .podcast_home {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home_item {
    height: 120px;
  }

  .row_home {
    height: auto;
  }

  #music_row {
    height: 120px;
  }
}
@media (max-width: 540px) {
  .navbar-collapse {
    width: 80%;
  }

  .row_home, .tour_home, .about_home, .support_home, .podcast_home {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home_item {
    height: 120px;
  }

  .row_home {
    height: auto;
  }

  #music_row {
    height: 120px;
  }
}

/*# sourceMappingURL=main.css.map */
