@import url("https://fonts.googleapis.com/css?family=Roboto:500");
@import url('https://fonts.googleapis.com/css?family=Amatic+SC');

body {
  background-color: #000000;
  background-image: linear-gradient(315deg, #000000 0%, #414141 74%);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  font-family: sans-serif;
}

a {
  color: #00ffff;
}

.light-theme {
  color: #222;
  background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.light-theme a {
  color: #999
}

.menu {
  padding: 10px;
}

.home {
 font-size: 20px;
}

.btnBack {
  font-size: 20px;
}

.videos {
  position: relative;
  align-items: center;
  text-align: center;
}

.light-theme .btn-toggle {
  padding: 10px;
  border: 2px solid black;
  background-color: transparent;
  color: black;
  padding: 14px 28px;
  cursor: pointer;
  border-color: black;
}

.light-theme .btn-toggle:hover {
  background-image: linear-gradient(315deg, #000000 0%, #414141 74%);
  color: #e7e7e7;
}

.btn-toggle {
  padding: 10px;
  border: 2px solid black;
  background-color: transparent;
  color: #e7e7e7;
  padding: 14px 28px;
  cursor: pointer;
  border-color: #e7e7e7;
}

.btn-toggle:hover {
  background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%);
  color: black;
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.2s;
}

.sidenav a:hover {
  color: white;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
