/* MOBILE */

@media only screen and (max-width: 768px) {
  .bio-cont, .bands-cont {
    font-size: 1.2rem;
  }

  .mobile-spacer {
    height: 93px;
  }

  .mobile-spacer-footer {
    height: 80px;
  }

  #career, #bands, #contact {
    padding: 50px 10px 20px 10px;
  }

  #videos {
    padding: 50px 0 20px 0;
  }

  .main-nav ul{
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
    display: flex;
    height: 44px;
    align-items: center;
    padding-inline-start: 0;
    padding: 0 20px;
    font-size: .8rem;
  }

  .nav-title-icon {
    display: none;
  }

  .logo-cont {
    height: 50px;
  }

  .logo-bg {
    height: 50px;
  }

  #main {
    height: calc(100vh - 93px);
  }

  .white-box {
    padding: 20px;
  }

  .footer-credit {
    padding-left: 20px;
  }

  .video-cont {
    margin-left: 0;
  }

  .song-label-cont {
    padding-left: 20px;
  }

  .contact-form-cont {
    padding: 20px 0 20px 0;
  }

  .mobile-label {
    padding-bottom: 10px;
    display: block;
  }

  #contact-form input {
      height: 25px;
      width: auto;
      font-size: 1.2rem;
  }

  #contact-form input[type=submit] {
    width: 100%;
  }

  #contact-form textarea {
    width: 100%;
  }

  .hide-for-mobile {
    display: none;
  }

  .title-holder {
    margin-left: 10px;
  }
}

/* LARGER THAN MOBIILE */

@media only screen and (min-width: 768px) {
  .mobile-spacer {
    height: 0;
  }

  .main-nav ul {
    display: inline-flex;
    box-sizing: border-box;
    justify-content: space-between;
    gap: 30px;
  }

  .main-nav li {
    padding: 8px 6px 5px;
  }

  .main-nav > ul > li > a {
    display: flex;
    align-items: center;
  }

  .main-nav > ul > li > a > img {
    margin-right: 8px;
  }

  .bio-cont, .bands-cont {
    font-size: 1rem;
  }

  #videos, #career, #bands {
      padding: 100px 30px 20px 30px;
  }

  .logo-cont {
    height: 105px;
  }

  .logo-bg {
    height: 105px;
  }

  #main {
    height: 100vH;
  }

  .white-box {
    padding: 40px;
  }

  .video-cont {
    margin-left: 40px;
  }

  #contact {
    padding-top: 180px;
  }

  .contact-form-cont {
    padding: 60px 40px 20px 40px;
  }

  #contact-form input {
      height: 25px;
      width: 500px;
      font-size: 14px;
  }

  #contact-form input[type=submit] {
    width: 516px;
  }

  #contact-form textarea {
    width: 500px;
  }

  .mobile-only {
    display: none;
  }

  .title-holder {
    padding-left: 30px;
  }
}

/* SHARED */

section {
  box-sizing: border-box;
}

body {
    background-color: black;
    font-family: arial;
    margin: 0;
    color: white;
    padding-bottom: 40px;
}

h1 {
    color: white;
}

header {
    position: fixed;
    z-index: 99;
    width: 100%;
    backdrop-filter: blur(20px);
}

footer {
    background-color: rgb(0,0,0,.7);
    text-align: center;
    padding: 8px 40px;
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #999;
    width: 100%;
}

.link {
    color: #d35745 !important;
}

.footer-link {
    color: #d35745 !important;
}

a, a:visited, a:active {
    color: white;
    text-decoration: none;
}

#main {
    background-image: url("../images/guitarist_in_hell.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

#gradient {
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 3%, rgba(255,255,255,0) 15%);
}

#contact {
    min-height: 80vH;
}

#career {
    min-height: 100vH;
    background-image: url("../images/stage.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

#contact-form {
    display: block;
}

#contact-form input {
    border-radius: 5px;
    border: none;
    padding: 5px 8px;
}

#contact-form input[type=submit] {
    background-color: #0056ff;
    background-image: none;
    border-radius: 3px;
    border: 1px solid #0056ff;
    transition: all 300ms ease;
    color: white;
    cursor: pointer;
    height: 40px;
    margin-top: 10px;
}

#contact-form input[type=submit]:hover {
    background-color: #216bfc;
}

#contact-form textarea {
    height: 200px;
    border-radius: 5px;
    border: none;
    padding: 5px 8px;
    font-size: 14px;
}

.label-td {
    color: #999;
    padding-right: 20px;
    padding-top: 10px;
    vertical-align: top;
    height: 40px;
}

.input-td {
    vertical-align: top;
}

.video-type-title {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin: 40px 20px 25px 10px;
    color: #d35745;
}

.video-cont {
    display: inline-block;
    margin-bottom: 40px;
}

.video-cont::first-line {
    margin-left: 0 !important;
}

.logo-bg {
    background-color: #001d40;
    opacity: .85;
}

.logo-cont {
    position: fixed;
    top: 0;
    width: 100%;
    vertical-align: middle;
    z-index: 99;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.logo {
    width: 98%;
    opacity: 1;
    vertical-align: middle;
}

.title-holder {
    display: inline-flex;
}

.title-icon {
    width: 60px;
    height: 60px;
}

.nav-title-icon {
    width: 30px;
    height: 30px;
}

.title-label {
    margin-left: 10px;
    line-height: 20px;
}

.main-nav {
    color: white;
    background-color: rgb(0,0,0,.6);
}

.main-nav ul {
    list-style-type: none;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 0px;
}

.song-name {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}

.band-name {
    font-size: 16px;
    color: #999;
}

.bold {
    font-weight: bold;
}

.white-box {
    background-color: white;
    display: inline-block;
    opacity: .92;
    width: 75%;
    border-radius: 10px;
    margin-top: 30px;
}

@media only screen and (max-width: 1475px) {
    .white-box {
        width: auto;
    }

}

@media only screen and (min-width: 1475px) {
    .contact-form-cont {
        padding-left: 194px !important;
    }
}

.bio-cont {
    min-height: 75vh;
    color: #000;
    border-radius: 10px;
}

.bio-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.career-title-cont {
    float: left;
    margin-right: 100px;
}

.artist-quote {
    text-align: right;
    font-size: 20px;
}

.fogel-cont {
    margin-top: 20px;
    text-align: right;
    font-size: 16px;
}

.awards-list {
    list-style-type: none;
    padding-left: 0;
}

.awards-list li {
  padding-bottom: 12px;
}

footer {
    font-size: 12px;
    color: #999;
}

.band-header {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(135,135,135,1) 0%, rgba(0,0,0,1) 100%);
    color: white;
    line-height: 50px;
    padding: 0 20px;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.band-header:hover {
    color: black;
}

.band-cont {
    margin: 30px 0 0 0;
}

.icon-shown {
    border-top: 8px solid white;
    border-bottom: none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top: -3px;
}

.band-header:hover .icon-shown {
    border-top: 8px solid black;
}

.icon-hidden {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white;
    border-right: none;
    display: inline-block;
    margin-left: 6px;
}

.band-header:hover .icon-hidden {
    border-left: 8px solid black;
}

.website-preview {
    display: inline;
    width: 48%;
}

.dd-adjust {
    margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
    .website-preview {
        width: 100%;
    }

    .dd-adjust {
        margin-top: 20px;
        margin-left: 0;
    }
}

.black-text {
    color: #000;
}

.footer-adjust-left {
    position: relative;
    left: 70px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}