@font-face {
    font-family: 'Serlin Greaves Font';
    src: url("../fonts/rock_salt/RockSalt-Regular.ttf") format("opentype");
}

html, body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  text-align: center;
}

#backgroundVideo {
  /*position: fixed;
  display: flex;
  justify-content: center;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;*/

  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -10;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

/*@media (min-aspect-ratio: 16/9) {
  #backgroundVideo {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  #backgroundVideo {
    width: auto;
    height: 100%;
  }
}*/

/*@media (max-width: 767px) {
  #backgroundVideo {
    width: auto;
    height: 100%;
  }
}*/

body {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Serlin Greaves Font', sans-serif;
  letter-spacing: 15px;
  background-image: url("../img/needle_bg.jpg");
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  background-color: black;
  overflow-x: hidden;
  font-size: 6rem;
  text-align: center;
  flex-direction: column;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10vh;
  max-width: 1200px;
}

p {
  color: white;
  font-size: x-large;
  letter-spacing: 7px;
  padding-top: 0em;
  font: bolder;
}

a {
  text-decoration: none;
}

.store-button {
  background-image: linear-gradient(#171E1E, #3a5858, #171E1E);
  border: none;
  color: white;
  border-radius: 12px;
  cursor: pointer;
  opacity: 75%;

  box-shadow: 4px 2px 15px black;

  transition-duration: 0.5s;

  font-size: large;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;

  margin-bottom: 24px;
  margin-top: 24px;
  padding: 10px 24px;

}

ul {
  margin: 0px;
  padding: 0px;
  display: inline-flex; 
  flex-wrap: wrap;
  max-width: 600px;
  gap: 40px;
  height: 2em;
}

.store-button:hover {
box-shadow: 0px 0px 15px grey;
}

.flex-container {
  
  padding: 1em;
  max-width: 80vw;
  /*max-width: 80%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
  -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
} 

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 20vh;
  max-width: 1200px;
  padding-bottom: 95px;
  /*padding-bottom: 300px;*/
  /*max-width: 75%;*/
}

.icon-container {
  display: flex;
  justify-content: center;
  min-width: 10vw;
  max-width: 10vw;
  margin-top: 40px;
  /*min-height: 50vh;*/
}

.button {
  padding: 5px;
  flex: 1 1 auto;
  z-index: 1;
}

.button img {
  width: 80%;
  height: auto;
  min-width: 30px;
  z-index: 1;
  
}

.logo {
  width: 1200px;
  max-width: 80vw;
  /*padding-bottom: 0.3em;*/
  line-height: 0.5em;
  z-index: 1;
}

.socials {
  max-width: 80vw;
  padding-bottom: 0.5em;
  line-height: 0.5em;
}

.needle-update {
  display: flex;
  justify-content: space-evenly;
  max-width: 80%;
  padding-top: 10px;
}

.listen-now-button {
  padding-top: 25px;
  max-width: 50%;

}

.factor-container {
  padding-top: 25px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: row;
}

.factor-container .factor-logo {
height: auto;
width: auto;
max-height: 200px;
max-width: 200px;
padding-right: 20px;
}

.factor-container .canada-logo {
  padding-top: 15px;
  height: auto;
  width: auto;
  max-height: 37px;
  max-width: 260px;
}