html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  /*    font-family: 'Playfair Display SC', serif;*/
  /*    font-family: 'Cinzel', serif;*/
  /*    font-family: Helvetica, sans-serif;*/
}

#overlay-newsletter {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
}

#newsletter-close {
  width: 45px;
  height: 45px;
  /*
  background-color: red;
  border: 1px solid black;
*/
}

.newsletter-close-button {
  height: 45px;
  width: 2px;
  margin-left: 12px;
  background-color: #ffffff;
  transform: rotate(45deg);
  z-index: 1;
}

.newsletter-close-x {
  height: 45px;
  width: 2px;
  background-color: #ffffff;
  transform: rotate(90deg);
  z-index: 2;
}

#overview {
  width: 100%;
  height: 100%;
  background-image: url("Kitayah-sin-city.png");
  background-size: cover;
}

#overview-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

iframe {
  width: 100%;
  height: 60vh;
}

#new-music {
}

#about {
  width: 100%;
  /*    min-height: 100%;*/
  background-image: url("VinylGatefold.png");
  background-size: cover;
  background-attachment: fixed;
}

#site-music-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-row-gap: 1%;
  grid-column-gap: 1%;
}

.site-subtitle {
  font-size: 4em;
  padding-top: 7vh;
  padding-bottom: 3vh;
}

.site-links {
  color: white;
}

.site-contact {
  height: 100%;
  text-align: center;
  padding-top: 100px;
}

#social-icon-title {
  margin-top: 7vh;
}

.social-icons {
  margin: 20px;
  display: inline-block;
}

.social-icons-text {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  display: none;
}

.social-icons img {
  width: 4vw;
  /*    height: 100%;*/
  /*    background-color: #ffffff;*/
  cursor: pointer;
}

.site-music,
.site-video,
.site-contact,
.site-news-new,
.site-editorial,
.newsletter-editorial {
  min-height: 50%;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.newsletter-editorial {
  height: 100%;
  overflow-x: scroll;
}

.site-associations {
  margin-left: auto;
  margin-right: auto;
}

#contact {
  /*    background-image: url("BackgroundWings.png");*/
  background-size: cover;
  background-attachment: fixed;
}

#video {
  background-image: url("image-gallery/The-White%20Rabbit.jpeg");
  background-size: cover;
  background-attachment: fixed;
}

.container {
  width: 100%;
  height: 100%;
}

.logo {
  margin-left: 5vw;
  padding-top: 7vh;
}

#site-welcome-logo {
  width: 50vw;
  height: 20vw;
  /*    background: rgba(0,0,0,0.5);*/
}

#site-welcome-logo img {
  width: 100%;
  height: 100%;
}

.italic-text {
  font-style: italic;
}

button {
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
  /*    font-family: 'Crimson Text', serif;*/
  font-family: "Playfair Display", serif;
  /*    font-family: 'Playfair Display SC', serif;*/
  /*    font-family: 'Cinzel', serif;*/
}

#button-list {
  width: 100%;
  margin-left: 5vw;
}

#welcome-buttons {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(4, 1fr);
  /*    grid-row-gap: 16px;*/
}

.site-button {
  width: 60%;
  color: white;
  border-style: solid;
  border-width: 3px;
  border-color: #f6f6f6;
  padding: 8px 16px 8px 16px;
  margin: 8px;
  cursor: pointer;
}

.site-button:hover {
  background-color: #f6f6f6;
  color: #000000;
}

#close-newsletter-button {
  width: 100%;
  margin: 16px 0px 0px 0px;
  background-color: #f6f6f6;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#close-newsletter-button:hover {
  margin: 16px 0px 0px 0px;
  background-color: #000000;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#close-newsletter-button-2 {
  display: none;
}

.site-bio-text-element {
  min-height: 50%;
  font-size: 1.1em;
  font-weight: 100;
  padding: 16px 16px 16px 16px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}

#mainVideoCaption {
  padding: 0px 100px 150px 100px;
}

.site-news-text-element {
  height: 100%;
  font-size: 1.1em;
  padding: 16px 16px 16px 16px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  /*    overflow-y: scroll;*/
  padding-bottom: 10vh;
}

#newsletter {
  width: 70%;
  min-height: 50%;
  margin-left: auto;
  margin-right: auto;
  /*    overflow-y: scroll;*/
}

#newsletter img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 32px;
  margin-top: 16px;
}

#site-bio {
  width: 70%;
  min-height: 50%;
  margin-left: auto;
  margin-right: auto;
  /*    overflow-y: scroll;*/
}

.site-music-text-element {
  font-size: 1.1em;
}

.site-news {
  width: 100%;
  min-height: 100%;
}

#news {
  width: 100%;
  /*    min-height: 40%;*/
  background-image: url("Kitaya-banner-image.jpg");
  background-size: cover;
  /*    background-attachment: fixed;*/
}

#associations {
  width: 100%;
  height: 30%;
  padding-top: 5vh;
}

.site-news-text {
  color: white;
}

#associations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 5vw;
}

#association-double {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 1fr);
  /*    grid-column-gap: 5vw;*/
}

.company {
  width: 20vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.company img {
  width: 100%;
}

@media (min-width: 1060px) {
  .site-music,
  .site-video,
  .site-news-new,
  .site-editorial,
  .site-associations,
  .newsletter-editorial {
    max-width: 1060px;
  }
}

@media (min-width: 1060px) {
  .site-intro {
    max-width: 300px;
  }
}

#site-music-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-row-gap: 2%;
  grid-column-gap: 2%;
}

#site-video-grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-row-gap: 2%;
  grid-column-gap: 2%;
}

video {
  width: 100%;
}

.youtube-video {
  margin-bottom: 5vw;
}

.youtube-video-deck {
  width: 49%;
  height: 25vh;
  display: inline-block;
}

#site-news-grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-row-gap: 2%;
  grid-column-gap: 2%;
}

#site-contact-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-row-gap: 2%;
  grid-column-gap: 2%;
  margin-left: 10vw;
  margin-right: 10vw;
}

.site-music-grid-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 5px 0px 8px -3px rgba(0, 0, 0, 0.6);
  display: flex;
}

.music-thumbnail img {
  width: 100%;
}

@media (max-width: 1059px) {
  #button-list {
    width: 30%;
    margin-left: 5vw;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  margin-bottom: 10vh;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 32%;
  max-width: 32%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 500%;
    max-width: 100%;
  }
}

@media screen and (max-width: 700px) {
  #mainVideoCaption {
    padding: 0px 50px 100px 50px;
  }

  .mainVideoCaptionText {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

#image-back-wings {
  width: 45%;
  height: 70%;
}

.row > .column-preview {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column-preview {
  float: left;
  width: 10%;
  height: 10%;
  /*    box-sizing: border-box; */
  overflow: hidden;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  /*    display: flex;*/
  /*  background-color: #fefefe;*/
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 5vh;
  right: 10vh;
  font-size: 35px;
  font-weight: bold;
  z-index: 1;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.mySlides img {
  width: 100%;
  /*    height: 100%;*/
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.yt-link {
  color: white;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#contact-title {
  font-size: 2em;
  /*    text-align: right;*/
}

#contact-logo {
  width: 40vw;
  margin-left: 50px;
}

#dustin-downing {
  margin-top: 0vh;
}

#music {
  display: none;
}

#newsletter-title {
  margin-top: 32px;
  font-size: 2em;
}

@media (max-width: 800px) {
  #newsletter-title {
    margin-top: 16px;
  }

  #newsletter {
    width: 100%;
    margin-top: 64px;
  }

  #newsletter img {
    width: 100%;
  }

  #close-newsletter-button {
    width: 100%;
  }

  #close-newsletter-button-2 {
    /*        display: contents; */
  }

  .site-button {
    width: 80%;
  }

  #overview {
    background-position: 980px;
    background-position-x: 55%;
    background-position-y: 0%;
  }

  #about {
    background-position: 1000px;
    background-position-x: 60%;
    background-position-y: 0%;
  }

  #news {
    background-position: 1000px;
    background-position-x: 70%;
    background-position-y: 0%;
  }

  #contact {
    background-position: 950px;
    background-position-x: 50%;
    background-position-y: 0%;
  }

  #video {
    background-position: 1250px;
    background-position-x: 55%;
    background-position-y: 0%;
  }

  .logo {
    margin-left: 7vw;
    padding-top: 7vh;
  }

  #site-welcome-logo {
    width: 40vh;
    height: 15vh;
  }

  .site-intro {
    max-width: 40vw;
  }

  #button-list {
    width: 100%;
    margin-left: 5vw;
  }

  #welcome-buttons {
    grid-row-gap: 0px;
  }

  .site-music,
  .site-video,
  .site-contact,
  .site-news-new,
  .site-editorial {
  }

  .youtube-video {
    height: 25vh;
  }

  .youtube-video-deck {
    width: 100%;
    height: 25vh;
    display: inline-block;
  }

  .site-bio-text-element {
    min-height: 100%;
    font-size: 1.3em;
    padding: 16px;
  }

  #site-bio {
    width: 100%;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    /*        overflow-y: scroll;*/
  }

  #associations {
  }

  #site-news-grid-container {
    /*        overflow: scroll;*/
  }

  .site-associations {
    padding-left: 5vw;
    overflow: auto;
  }

  /*
    #associations-grid{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: repeat(4,1fr);
        grid-column-gap: 5vw;
    }
*/

  #site-music-grid-container {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 1%;
    grid-column-gap: 0%;
  }

  #site-video-grid-container {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-row-gap: 1%;
    grid-column-gap: 0%;
  }

  video {
    width: 100%;
  }

  .site-news-text-element {
    /*        height: 100%;*/
    font-size: 1.3em;
  }

  .column-preview {
    width: 25%;
    height: 10%;
    overflow: hidden;
  }

  .close {
    right: 5vh;
  }

  #image-back-wings {
    width: 100%;
    height: 70%;
  }

  #contact-logo {
    width: 45vw;
  }

  .social-icons {
    margin: 40px;
    display: block;
  }

  .social-icons img {
    width: 20vw;
  }

  #site-contact-grid-container {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  #contact-logo {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }

  .site-contact-info {
    margin-top: 64px;
  }
}
