@font-face {
  font-family: 'Unicorn';
  src: url('../fonts/unicorn-webfont.woff2') format('woff2'),
       url('../fonts/unicorn-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  color: #FCFBFB;
}

a {
  color: #FCFBFB;
  text-decoration: none;
}

/* body */

body {
  background-color: #31188C;
  background: 
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.6)
    ),
    url(../img/bg-1_0.5x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

/* box */

.box {
  display: flex;
  flex-flow: column;
  height: 100%;
}

/* header */

header {
  margin: 5vh 5vw 5vh 5vw;
  display: flex;
  flex-direction: column;
}

/* logo */

.logo-container {
  align-self: center;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.logo-container a {
  align-self: center;
  display: flex;
  flex-direction: column;
}

.logo-img {
  margin-bottom: 1vh;
  width: 50vw;
  align-self: center;
}

.logo-text {
  font-family: 'Unicorn';
  text-align: center;
  font-size: 7vw;
  align-self: center;
  margin: 0;
  flex: 1 0 auto;
  word-spacing: 0.25em;
}

/* navigation */

/*
header nav {
  flex: 1 0 30%;
}
*/

header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 2.5vh;
}

header nav ul li {
  flex: 1 0 50%;
  text-align: center;
  margin: 0.75em 0;
}

header nav ul li a {
  text-transform: uppercase;
  padding: 0.75em 1em;
}

/* page/section title */

.h2-title {
  margin-left: 5vw;
}

/* main */

h2 {
  font-size: 24px;
  margin-bottom: 2vh;
  /*margin-left: 5vw;*/
}

h3 {
  font-size: 20px;
  margin-bottom: 2vh;
  /*margin-left: 5vw;*/
}

.main-index {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.index-youtube-embed {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-spotify-embed {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.spotify-playlist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-youtube-embed {
  text-align: justify;
  font-size: 14px;
  margin: 0 0 5vh 0;
  background: rgba(0, 0, 0, 0.5);
}

.index-spotify-embed {
  margin: 0 0 5vh 0;
  background: rgba(0, 0, 0, 0.5);
}

.main-contact {
  flex: 1 1 auto;
  text-align: center;
  font-size: 14px;
  margin: 0 5vw 0 5vw;
}

.main-contact address {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.75em 1em;
}

.main-about {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  text-align: center;
  margin: 0 5vw 0 5vw;
}

.main-about p {
  text-align: justify;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.75em 1em;
}

.about-img {
  width: 100%;
  margin: 1em 0 1em 0;
  padding: 0.75em 1em;
  background: rgba(0, 0, 0, 0.5);
}

.main-productions {
  margin: 0 5vw 0 5vw;
  text-align: center;
}

.main-productions ul {
  font-size: 14px;
  list-style: none;
  padding: 0.75em 1em;
  background: rgba(0, 0, 0, 0.5);
}

.main-productions ul li + li{
  margin: 1vh 0;
}

/* social */

.social-container {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0 5vw 0 5vw;
  /*margin-bottom: 10vw;
  margin-right: 5vw;*/
}

.social-links {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  /*padding: 1em 0;*/
}

.socials {
  margin: 0 0 5vh 0;
}

/*.social-links + .social-links {
  margin-top: 0.5em;
}
*/

/* introduction */

.main-content {
  margin: 0 5vw 0 5vw;
}

.introduction {
  text-align: justify;
  font-size: 14px;
  margin: 0 0 5vh 0;
  background: rgba(0, 0, 0, 0.5);
}

.introduction p {
  padding: 0.75em 1em;
}

/* productions */

.service {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 5vh;
}

.services-icons {
  width: 25vw;
}

.services p {
  text-align: justify;
  padding: 0.75em 1em;
}

.partners {
  margin-bottom: 5vh
}

/* gallery (https://github.com/nnorthway/Octo) */

body a {
  text-decoration: none;
}
.thumb {
  display: inline;
  max-height: 200px;
}
#thumblist {
  text-align: center;
  padding: 0;
  background: rgba(0,0,0,.5);
  margin: 0 5vw 0 5vw;
}
#thumblist img {
  border-radius: 8px;
}
.description {
  color: white;
  text-decoration: none;
}

/** relevant CSS Below **/

.lightbox {
  display: none; /**sets the default display to hide the lightbox until it's the :target**/
  position: fixed; /**the rest of this styling makes the lightbox full screen when selected**/
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.8);
}
.lightbox img { /**sets the styling of the image in the lightbox**/
  max-width: 80%;
  max-height: 90%;
  text-align: center;
  margin-top: 2%;
}
.lightbox:target { /**this is where the magic happens. makes the lightbox display when it's the target of a clickable link**/
  outline: none;
  display: block;
}
.previous { /**styling the left arrow**/
  position: fixed;
  left: 4px;
  top: 40%;
  width: 40px;
}
.exit { /**styling the exit button**/
  position: fixed;
  top: 4px;
  right: 4px;
  width: 40px;
}
.next { /**styling the right arrow**/
  position: fixed;
  right: 4px;
  top: 40%;
  width: 40px;
}

.main-gallery h2 {
  text-align: center;
}

.main-productions h2 {
  text-align: left;
  margin-left: 0;
}

.main-productions h3 {
  text-align: left;
}

/* media queries */

@media screen and (max-height: 600px) {
  /* social */

  /*.social-links {
    padding: 0.75em 0;
  }*/
}

@media screen and (min-width: 500px) {
  /* logo */

  .logo-img {
    width: 25vw;
  }

  .logo-text {
    font-size: 4vw;
  }

  .services-icons {
    width: 12.5vw;
  }
}

@media screen and (min-width: 540px) {
  /* navigation */

  header nav ul li {
    flex: 0 1 auto;
  }
}

@media screen and (min-width: 800px) {
  /* header */

  header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  header nav {
    flex: 1 0 auto;
  }

  /* main */

  .main-index {
    flex-direction: row;
  }

  .box h2 {
    text-align: left;
  }


  /* logo */

  .logo-container {
    margin-right: 5vw;
    flex: 0 1 auto;
  }

  .logo-container a {
    flex: 1 0 auto;
  }

  .logo-img {
    width: 10vw;
    margin: 0 0.75vw 1vh 0;
  }

  .logo-text {
    font-size: 2vw;
  }

  /* navigation */

  header nav ul {
    /* margin: 0 calc(10vw - 20px) 0 0; */
    margin: 0;
  }

  header nav ul li {
    flex: 1 0 auto;
    text-align: center;
    font-size: 15px;
  }

  /* social */

  .social-container {
    flex-direction: column;
    justify-content:flex-start;
    margin-top: 0.75em;
    margin-left: 5vw;
  }

  .social-container .social-links + .social-links {
    margin-top: 2vh;
  }
  


  /* introduction */
  
  .introduction {
    margin: 0 5vw 5vh 0;

  }

  /* embeds */

  .index-youtube-embed {
    margin: 0 5vw 5vh 0;
  }
  
  .index-spotify-embed {
    margin: 0 5vw 5vh 0;
  }

  /* productions */

  .services {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
  }

  .services-icons {
    width: 8vw;
  }

  .service {
    margin-top: 1em;
    margin-bottom: 1em;
    height: max-content;
  }

  .service:nth-child(even) {
    margin-left: 2em;
  }

  /* about */

  .about-img {

    margin: 0;
    max-width: 45vw;
  }

  .main-about {
    display: grid;
    grid-template-columns: 50vw auto;
    grid-template-rows: auto;
  }

  .main-about p {
    height: auto;
    align-self: center;
  }
}

@media screen and (min-width: 961px) {
  body {
    background: 
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.6)
      ),
      url(../img/bg-1.jpg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
  }

}

@media screen and (min-width: 1100px) {
  /* logo */

  .logo-container a {
    flex-direction: row;
  }

  .logo-img {
    width: 7.5vw;
    margin: 0 0.75vw 0 0;
  }

  .logo-text {
    font-size: 1.5vw;
  }

  /* introduction */

  .introduction {
    max-width: 50vw;
  }

  .index-youtube-embed {
    max-width: 50vw;
  }

  .index-spotify-embed {
    max-width: 50vw;
  }

  /* productions */

  .services-icons {
    width: 6vw;
  }
}

@media screen and (min-width: 1200px) {
  /* main */

  .main-index {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 5vh 5vw 5vh 5vw;
  }

  .main-content {
    flex-direction: column;
  }

  .main-contact {
    text-align: left;
    margin: 5vh 5vw 5vh 5vw;
  }

  .main-contact address {
    display: inline-block;
  }

  .main-about {
    flex-direction: column;
    margin: 5vh 5vw 5vh 5vw;
  }

  .about-img {
    width: 30vw;
  }

  .main-productions {
    margin: 5vh 5vw 5vh 5vw;
    align-self: flex-start;
  }

  /* social */

  .social-container {
    /*align-items: flex-start;*/
    margin-left: 0;
  }

  /* productions */
  
  .services-icons {
    width: 4vw;
  }
}

@media screen and (min-width: 1920px) {
  /* main */

  /*.main-about p {
    width: 30vw;
  }*/
}

@media screen and (min-width: 1921px) {
  body {
    background: 
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.6)
      ),
      url(../img/bg-1_2x.jpg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
  }
}

/* * {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */