::-webkit-scrollbar {
    display: none;
}

html, body {
  background: rgb(16,16,16);
  background: linear-gradient(0deg, rgba(16,16,16,1) 0%, rgba(32,32,32,1) 35%);
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
  -webkit-font-smoothing: antialiased;
	color: #4C5E48;
  margin: 0;
  min-height: 100vh;
  text-align: center;
}

#main-container {
  background: #2F392D;
  background-image: url("assets/background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 12px 0 15px 4px rgba(31, 31, 31, 0.8), -12px 0 8px 4px rgba(31, 31, 31, 0.8);
  margin-left: 25%;
  margin-right: 25%;
  padding-left: 2%;
  padding-right: 2%;
  min-height: 100vh;
  max-height: fit-content;
  text-align: center;
  margin-bottom: -20px;
}

#top-section {
	padding-top: 30px;
  width: 100%;
  vertical-align: middle;
  max-width: 100%;
}

#top-section div {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  width: 45%;
}

#top-section div img {
  max-width: 100%;
  width: 100%;
}

#video-board {
  height: 100%;
  width: 100%;
  margin-top: -20px;
  background-image: url("assets/screen.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

#video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 75%;
  height: 75%;
}

#bot-section {
  width: 100%;
  max-width: 100%;
}

#bot-section img {
  height: auto;
  vertical-align: middle;
}

#bot-section a {
  text-decoration: none;
	outline: 0;
}

#bot-left, #bot-right {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

.social-row {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}

.social-row img {
  max-width: 31%;
  width: 31%;
}

#listen-on {
  width: 100%;
}

#listen-on img {
  max-width: 31%;
  width: 31%;
}

#contact {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}

#contact img {
  max-width: 31%;
  width: 31%;
}

#footer {
  height: 20px;
  width: 100%;
  font-size: 13px;
  text-align: right;
  margin-top: -20px;
}

#copyright {
  padding-right: 20px;
}

/* Animations */
.social-row img:hover,
.social-row img:focus,
#listen-on img:hover,
#listen-on img:focus,
#contact-btn:hover,
#contact-btn:focus {
  transition: 0.25s;
  opacity: 0.9;
}

.social-row img:active,
#contact-btn:active {
  transform: translateY(0.1em);
  transition: 0s;
  opacity: 0.95;
}

#listen-on img:active {
  transition: 0s;
  opacity: 0.95;
}


/* Responsive CSS */
/* > 1440p */
@media  only screen and (min-width : 2561px) and (min-height: 1441px) {
  #footer {
    font-size: 24px;
    margin-top: -40px;
  }

  #copyright {
    padding-right: 40px;
  }
}

/* > 1080p */
@media  only screen and (min-width : 1961px) and (min-height: 1081px) {
  #footer {
    font-size: 16px;
    margin-top: -24px;
  }

  #copyright {
    padding-right: 28px;
  }
}

@media only screen and (max-width : 1400px) {
  #main-container {
    margin-left: 21%;
    margin-right: 21%;
  }
}

@media only screen and (max-width : 1200px) {
  #main-container {
    margin-left: 16%;
    margin-right: 16%;
  }

  #footer {
    text-align: center;
    color: #202225;
  }

  #copyright {
    padding: 0;
  }
}

@media only screen and (max-width : 1024px) {
  #main-container {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background: none;
    box-shadow: unset;
    min-height: 95vh;
  }

  body {
    background: #2F392D;
    background-image: url("assets/background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #top-section {
    padding-top: 10px;
  }

  #top-section div img {
    max-height: 130px;
    width: auto;
  }

  #bot-section {
    padding-bottom: 5px;
  }

  #bot-left {
    width: 70%;
  }

  #bot-right {
    width: 75%;
  }
}


@media only screen and (max-width : 768px) {
  #main-container {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background: none;
    box-shadow: unset;
    min-height: 95vh;
  }

  body {
    background: #2F392D;
    background-image: url("assets/background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #top-section {
    padding-top: 10px;
  }

  #bot-left {
    width: 70%;
  }

  #bot-right {
    width: 75%;
  }

  #footer {
    margin-top: 0px;
  }
}


@media only screen and (max-width : 480px) {
  #top-section div {
    width: 42%;
    padding-bottom: 15px;
  }

  #bot-section {
    padding-top: 0px;
  }

  #footer {
    font-size: 11px;
  }
}


@media only screen and (max-width : 375px) {
  #top-section div img {
    max-height: 60px;
    width: auto;
  }

  #top-section div {
    width: 42%;
    padding-bottom: 10px;
  }

  #bot-left {
    width: 70%;
  }

  #bot-right {
    margin-top: 0px;
    width: 70%;
  }

  .social-row img {
    max-height: 70px;
    width: auto;
  }

  .contact img {
    max-height: 80px;
    width: auto;
  }

  #bot-section {
    padding-top: 0px;
  }
}


@media only screen and (max-width : 300px) {
  #top-section div {
    width: 40%;
  }

  #footer {
    font-size: 10px;
  }
}