* {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
}

ul {
  list-style: none;
}

body {
  background-color: #141923;
}

svg {
  color: #fff;
}

.videoContainer {
  width: 100%;
  position: relative;
}

.vid-container {
  min-height: 300px;
  position: relative;
}
.overly {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #141923;
  opacity: 0.6;
}

.video {
  width: 100%;
}

.logo {
  /* width: 200px;
  height: 150px; */
  /* border: 1px solid white; */
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}

.svg {
  width: 40px;
  height: 40px;
}

.icons-list {
  width: 100%;
  display: flex;
  width: 500px;
  justify-content: space-around;
}

.list-container {
  display: flex;
  justify-content: center;
  margin: 40px 0px;
}

nav {
  display: flex;
  justify-content: center;
  /* padding: 20px 0px;
  padding-top: 40px; */
}

.nav-container {
  display: flex;
  width: 300px;
  justify-content: space-around;
}

.nav-container > li {
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
}

.nav-container > li:hover {
  color: #fff;
  opacity: 1;
}

.copy {
  width: 100%;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #fff;
  /* opacity: 0.5; */
  text-transform: uppercase;
}
/* 
a:hover {
  color: #fff;
  opacity: 1;
} */

.list-container > ul {
  display: flex;
  flex-wrap: wrap;
}

.icons-container {
  display: flex;
  /* margin-top: 10px; */
}

.icons-container > a > li {
  margin-left: 15px;
}

@media (max-width: 800px) {
  .list-container > ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .icons-container {
    margin-top: 10px;
  }
}

.video-title {
  z-index: 5;
  position: absolute;
  bottom: 0px;
  text-align: center;
  left: 0px;
  right: 0px;
  font-size: 18px;
  color: #fff;
  top: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 32px;
  flex-direction: column;
}

@media (max-width: 800px) {
  .video-title {
    z-index: 5;
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0px;
    right: 0px;
    font-size: 18px;
    color: #fff;
    top: 350px;
  }

  .footer {
    margin-top: 190px;
  }
}
