* {
  background-color: #1c2428;
}

body {
  color: white;
  font: 20px "Montserrat", sans-serif;
  line-height: 1.8;
}

.parallax {
  background-image: url("../images/drag_screenshot.jpg");
  height: 720px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo {
  max-width: 1600px;
  height: auto;
  padding-left: 40px;
}

.video {
  margin: auto;
  max-width: 60%;
  padding-top: 40px;
}

.container {
  line-height: 1.8;
  padding-top: 140px;
  padding-bottom: 60px;
}

.icon {
  width: 40%;
  height: auto;
  padding: 10px;
  transition: transform .1s;
}

.icon:hover {
  transform: scale(1.1);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn button {
  background-color: #4CAF50;
  border: 1px solid green;
  font: 20px;
  color: white;
  padding: 10px 24px;
  cursor: pointer;
}

.btn button:hover {
  background-color: #3e8e41;
}

.legal {
  max-width: 1600px;
  margin: auto;
  font: 14px "Montserrat", sans-serif;
  line-height: 1.8;
  font-weight: lighter;
  padding-top: 150px;
  padding-left: 40px;
  padding-bottom: 20px;
}

a:link {
  color: white;
  font-weight: bold;
}

a:visited {
  color: white;
  font-weight: bold;
}

a:hover {
  color: white;
  font-weight: bold;
}

a:active {
  color: white;
  font-weight: bold;
}

.copyright {
  padding-top: 20px;
  padding-bottom: 100px;
}