html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

body {
  font-family: sans-serif;
  margin: 0;
  transition: background-color 0.7s ease;
}

.header {
  padding: 15px;
  text-align: center;
}

.header > div,
.header > ul {
  display: inline-block;
}

.header-img {
  width: 150px;
}

.header-img img {
  height: 100px;
}

.listen-list {
  margin-bottom: 0;
}

.listen-list li {
  display: inline;
  list-style: none;
  margin-right: 15px;
}

.listen-list li a {
  text-decoration: none;
}

.listen-list li svg {
    width: 40px;
    height: 40px;
    transition: all 0.5s;
}

.one {
  background-color: #ffffff;
  color: #17296b;
}

.one a {
  color: #17296b;
}

.one .header .listen-list li svg {
  fill: #17296b;
}

.two {
  background-color: #b9e0ee;
  color: #0b2c7d;
}

.two a {
  color: #0b2c7d;
}

.two .header .listen-list li svg {
  fill: #0b2c7d;
}

.three {
  background-color: #000000;
  color: #e8ebe0;
}

.three a {
  color: #e8ebe0;
}

.three .header .listen-list li svg {
  fill: #e8ebe0;
}

#video-constrainer {
  margin: 0 auto;
  padding-bottom: 2.5vw;
  width: 95vw;
}

.info-div {
  margin: 0 auto;
  padding-bottom: 2.5vw;
  width: 95vw;
}

.info-div h1 {
  margin-top: 0;
}

.info-div p {
  margin-bottom: 0;
}

.details-div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.details-container {
  flex-basis: 100%;
}

@media only screen and (min-width : 800px) {
  .details-container {
    flex-basis: 49%;
  }
}

@media only screen and (min-width : 1450px) {
  #video-constrainer {
    padding-bottom: 5vw;
    width: 90vw;
  }  
}

#video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#soundcloud-container {
  width: 95vw;
  height: 95vw;
  margin: 0 auto;
  padding-bottom: 2.5vw;
}

@media only screen and (min-width : 1450px) {
  #soundcloud-container {
    width: 50vw;
    height: 50vw;
  }
}

#soundcloud {
  width: 100%;
  height: 100%;
}

#copyright {
  font-size: small;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}

.asset-div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.photo-container {
  flex-basis: 100%;
  margin-bottom: 10px;
}

.photo-container p {
  margin: 0 0 5px 0;
}

.photo-container img {
  width: 100%;
}

@media only screen and (min-width : 800px) {
  .photo-container {
    flex-basis: 49%;
  }
}

@media only screen and (min-width : 1100px) {
  .photo-container {
    flex-basis: 32%;
  }
}