html,body{
  font-family: Assailand,sans-serif;
  font-size: 18px;
  line-height: 1.5;
  height: auto;
}

html{
  overflow-x:hidden;
  scroll-behavior:smooth;
}

body {
  background: url("images/background.webp"); /* The image used for background */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: black;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
}

.header {
  background-color: #D605B2;
  background: url("images/banner.webp");
  background-size: cover;
  background-position-y: bottom;
  background-position-x: center;
  z-index: 2;
}

.header p {padding-top: 5px;}

.header h2 {
  padding-bottom: 5px;
  font-family: Plateia,sans-serif;
}

.header h2, .header p {
  margin: 0;
  position: relative;
  z-index: 2;
}

.container {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000000a0;
  filter: drop-shadow(0 0 40px #000);
}

h2 {
  font-weight: bolder;
}

#bio p {
  margin: 0;
}

.bio, .hey{
  font-weight: normal;
}

.links-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.links-container a.notBottom {
  margin-bottom: 20px;
}

.w3-theme-l1:hover {
  background-color: #ddd !important;
  box-shadow: 0 0 5px 2px #D605B2 inset;
}

.margin-top-2 {
  margin-top: 32px;
  color:#fff;
  text-align: center;
  text-shadow: 0 0 10px #000;
}

.bottom {
  width: 100%;
  text-align: center;
  width: auto;
}

.bottom span, .bottom i {
  color: #D605B2;
  vertical-align: 7px;
  font-weight: bolder;
}

iframe.hypeddit {
  border: none;
  width: 80%;
  height: 640px;
}

@media (max-width: 600px) {
  .links-container a {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .links-container a {
    width: 100%;
  }
}
.link {width: 80%;}

@media (min-width: 992px) {
  .header h2.head-desktop {display: block;}
  .header h2.head-mobile {display: none;}
}

@media (max-width: 992px) {
  .header h2.head-desktop {display: none;}
  .header h2.head-mobile {display: block;}
}

@media (min-width: 708px) {
  .content{max-width: 600px;}
  .header h2 {font-size: 30px;}
  .header span.aka {font-size: 20px}
  .header p {font-size: 15px;}
}

@media screen and (max-width: 708px) {
  iframe.hypeddit {
    width: 350px;
    height: 530px;
  }
  .header h2 {font-size: 24px;}
  .header span.aka {font-size: 14px}
  .header p {font-size: 13px;}
}

@media screen and (max-width: 500px){
  #navbar button.left {
    font-size: 14px;
    height: 48px;
  }
  #navbar a.right {
    font-size: 20px;
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width: 500px){
  #navbar button.left {
    height: 54px;
  }
  #navbar a.right {
    font-size: 26px;
    width: 54px;
    height: 54px;
  }
}

/* Style the navbar */
#navbar {
  position: sticky;
  overflow: hidden;
  background-color: #000;
  filter: drop-shadow(0 0 20px #000);
  box-shadow: 0 0 20px #D605B2 inset;
  width: 100%;
  z-index: 1;
}

/* Navbar links */
#navbar button, #navbar a {
  display: block;
  color: white;
  background: none;
  border: none;
  text-align: center;
  text-decoration: none;
}

#navbar button.left {
  float: left;
  padding: 14px;
}

#navbar a.right {
  float: right;
  padding: 8px;
}

#navbar button:hover, #navbar button.active:hover, #navbar a:hover {
  background-color: #ddd;
  color: black;
  box-shadow: 0 0 5px 2px #D605B2 inset;
}

#navbar button.active {
  background-color: #d605b38f;
  color: white;
}

/* Page content */
.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}
