@font-face {
  src: url('../fonts/Neuzeit Grotesk Bold.ttf');
  font-family: 'Neuzeit Grotesk Bold';
}

@font-face {
  src: url('../fonts/neuzeit.ttf');
  font-family: 'Neuzeit Grotesk';
}

/* Global styles */
html,
body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

nav .navbar-header {
  width: 100%;
}

nav.navbar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 24px;
}

nav .navbar-header img {
  width: 300px;
}

.navbar-ul {
  width: 100%;
  color: #000;
}

.navbar-ul .navbar-nav, .navbar-ul .navbar-nav .nav-item {
  display: inline-block;
  font-family: 'Neuzeit Grotesk Bold';
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
  text-transform: uppercase;
  margin: 0 12px;
}

section.header {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

section.music {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-position: center;
}

section.music .music-links {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #ffffff;
  padding: 24px 0;
}

section.music .music-links a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 24px;
  width: 90%;
  display: block;
  text-align: center;
  margin: 0 24px;
  font-family: 'Neuzeit Grotesk Bold';
  font-size: 20px;
}

section.music .music-links a.stream {
  background-color: #4ca77f;
  float: right;
  transition: all 1s;
}

section.music .music-links a.download {
  background-color: #dcbc70;
  float: left;
  transition: all 1s;
}

section.video img {
  width: 100%;
  transition: all 1s;
}

section.video a:hover img {
  opacity: 0.9;
  transition: all 1s;
  cursor: pointer;
}

section.music .music-links a.stream:hover {
  background-color: #000;
  color: #4ca77f;
  transition: all 1s;
}

section.music .music-links a.download:hover {
  background-color: #000; 
  color: #dcbc70;
  transition: all 1s;
}

section.gallery {
  padding: 48px 0;
  background-image: url('../images/gallery-bg.jpg');
  background-size: cover;
}

section.gallery .title {
  width: 450px;
  z-index: 9999999;
  position: relative;
}

section.gallery .image img {
  width: 90%;
  margin: 0 auto 24px auto;
  box-shadow: 5px 5px #f1c185;
}

.image-grid {
  position: relative;
  top: -24px;
}

.image-container {
  width: 90%;
  margin: 0 auto 24px auto;
  box-shadow: 5px 5px #f1c185;
  padding-top: 90%;
  display: block;
  background-size: cover;
  background-position: center;
}

#legal {
  list-style: none;
  display: inline-block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  font-family: 'Neuzeit Grotesk Bold';
}

#legal li {
  display: inline-block;
  margin: 0 24px 48px 24px;
}

#legal li a {
  color: #000;
  text-decoration: none;
}

.modal-title {
  font-family: 'Neuzeit Grotesk Bold';
  font-size: 20px;
}

.modal-body {
  font-family: 'Neuzeit Grotesk';
  font-size: 20px;
}

.btn-primary {
  background-color: #4ca77f;
  border: 1px solid #4ca77f !important;
  color: #FFF;
  font-family: 'Neuzeit Grotesk Bold';
  text-transform: uppercase;
}

.btn-primary:hover {
  color: #4ca77f;
  background-color: #FFF;
}

.btn-secondary {
  background-color: #dcbc70;
  border: 1px solid #dcbc70 !important;
  color: #FFF;
  font-family: 'Neuzeit Grotesk Bold';
  text-transform: uppercase;
}

.btn-secondary:hover {
  color: #dcbc70;
  background-color: #FFF;
}

.modal {
  z-index: 99999999;
}

a.social-link {
  background-color: #4ca77f;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Neuzeit Grotesk Bold';
  font-size: 20px;
  padding: 6px 12px;
  transition: all 1s;
}

a.social-link:hover {
  background-color: #000;
  color: #4ca77f;
  transition: all 1s;
}

.modal-body {
  text-align: center;
  padding: 48px;
}

#DOB {
  text-align: center;
}

.close {
  position: absolute;
  top: 12px;
  right: 12px;
}

select {
  background-color: #FFF;
  border-radius: 0;
}

input[type="submit"] {
  display: block;
  margin: 24px auto 0 auto;
  background-color: #4ca77f;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Neuzeit Grotesk Bold';
  font-size: 20px;
  padding: 6px 12px;
  transition: all 1s;
}

input[type="submit"]:hover {
  background-color: #000;
  color: #4ca77f;
  transition: all 1s;
}

#ageGate .decline {
  display: none;
}

#declineModal .decline {
  display: block;
}

@media (max-width: 568px) {
  section.music .music-links a {
    width: 100%;
    margin: 0;
  }
  section.music .music-links a.stream {
    margin-bottom: 24px;
    float: none;
  }
  section.gallery .title {
    width: 300px;
  }
  section.gallery .image img {
    width: 80%;
  }
  #legal li {
    display: block;
    margin: 0 auto 12px auto;
  }
  section.gallery {
    padding: 48px 0 0 0;
  }
}