
canvas { 
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1;
}

body {
  background: rgb(0, 0, 0);
  color: #ffffff;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Lato', sans-serif;
}

#new-release {
/*
  background-color: purple;
  margin: 0;
  padding: 20px;
  */
  margin: 5px 0 0 0;
}

#new-release img {
  width: 75px;
  margin: 15px;
  border: 1px solid #f4a23f;
}

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

#new-release a, .footer a {
  flex-direction: row;
  display: flex;
  align-items: center;
}

#new-release a:hover, 
.footer a:hover,
.content a:hover h2 {
  color: #fff;
}

.container {
  height: 100vh;
  /*width: 100vw;*/
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
}

.header {
    display: flex;
    justify-content: space-between;
}

.content {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 15px 0;
}


.image-container img {
    border-radius: 50%;
    border: 11px solid white;
    object-fit: cover;
    min-width: 300px;
    min-height: 400px;
    max-width: 400px;
    max-height: 600px;
}

.content i#play, i.play {
  font-size: 4rem;
  position: absolute;
  top: 45%;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}

i.play {
  right: 48%;
  top: 40%;
}

.content i#play:hover, i.play:hover {
  /*filter: brightness(45%);*/
  opacity: 0.9;
}

h1, h1 a {
  font-family: 'Cinzel', serif;
  color: #ffffff; 
  font-size: 74px;
  margin: 0;
  padding: 20px 30px 20px 30px;
  text-align: center;
  width: 100%;
  text-decoration: none;
}

h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.footer {
  display: flex;
  justify-content: center;
}

.footer a.social {
    color: #ffffff;
    margin: 20px;
}

.footer a.social i {
    font-size: 28px;
}

.footer a.social:hover i {
  filter: brightness(65%);
}

#side-banner {
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fe0e79;
  height: 100%;
  z-index: 100;
  
}

#side-banner img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  
}

#preview-video {
  position: absolute;
  top: 0;
  right: 0;
}

#new-release-blink {
  color: #f4a23f;
  text-align: center;
  margin-bottom: 15px;
}