/*Header image.*/
.header {
  height: 30px;
  /* 350px */
  /* background: url(https://images.unsplash.com/photo-1605478328994-f93e98217da7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1887&q=80); */
  /* space */
  background-image: url(https://images.unsplash.com/photo-1693900269364-d99aa0385c8e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1891&q=80);
  /* show me yours */
  /*background-image: url(https://64.media.tumblr.com/b06bee11f5d7eedea79c33f2a5a9da22/de9a485a95ba2726-ae/s2048x3072/c6fdbfda99586a0acca85e5beef0d2d26e6d65c1.jpg);*/
  background-position: center bottom -630px;
  background-repeat: no-repeat;
  position: relative;
  background-size: fill;
}


body {
  margin: 0;
  padding: 0;
  background: #000000;
  line-height: 150%;
  font-size: 0.98em;
  font-family: "Open Sans", "Droid Sans", "Calibri", sans-serif;
  color: white;
}


/*Miscellanous custom styling for various elements.*/
h1,
h2,
h3 {
  font-family: "Digitaltext";
}




a {
  color: rgb(150, 20, 20);
}

a:hover,
a:focus {
  color: #2a2543;
  transition: ease-in 0.1s, ease-out 0.1s;
}

blockquote {
  border-left: #4d4385 3px solid;
  /* background: #d8d4ec; */
  padding: 0.1px 0.75rem;
  margin: 0 1.5rem;
}

hr {
  width: 75%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/*Sticky navigation links at the top of the page.*/
.quick-nav {
  position: absolute;
  z-index: 999;
  width: 100%;
  /* background: #0a000a; */
  /* background: rgba(10, 0, 10, 1); */
  text-align: right;
  color: #fff;
  font-size: 0.875em;
  font-family: Highway;
  font-weight: bold;
}

.navbar {
  padding: 1px 25px;
  display: flex;
  justify-content: space-between;

}

.navbar a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 5px 4px;
  margin: 0 2px;
}

.navbar a:hover,
.footer a:hover,
.navbar a:focus,
.footer a:focus {
  color: rgb(150, 20, 20);
  transition: ease-in 0.1s, ease-out 0.1s;
}




/*Title bar with icon and title/tagline.*/
.title {
  background: linear-gradient(rgba(0, 0, 0, 0), 48%, rgba(0, 0, 0, 1));
  min-height: 60px;
  margin-bottom: -25px;
  text-align: left;
  position: relative;
  top: 350px;
}

.title-text,
.title-pic {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

/*Contains the text tagline.*/
.title-text {
  padding-right: 1em;
  width: calc(85vw - 110px);
  line-height: 167%;
  margin-top: -3px;
  padding-bottom: 15px;
  padding-top: 30px;
  margin-left: 100px;
  padding-left: 110px;

}

/* highway sign */
.title-text h1 {
  padding: 0;
  font-size: 32px;
}

.title-text2 h1 {
  color: rgb(207, 22, 22);
  font-family: Highway;
  font-size: 80px;
  font-weight: normal;

}

/*Contains the profile pic. This can be left out and should still look okay.*/
.title-pic {
  height: 100px;
  margin-right: 100px;
  margin-top: -25px;
  border: 5px solid #52587c;
  border-radius: 10px;
}

.title-pic img {
  height: 100%;
  overflow: hidden;
}

/*Contains the main content and sidebar.*/
.page-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 200px;
  margin: 50px auto;
  /* background: #ddd; */
  /* background: linear-gradient(rgba(52, 37, 77, 1), rgba(42, 30, 67, 0.25)), url(/img/fancy1.png); */
  /*Gradient makes tiles "fade in".*/
}

/*Contains the sidebar boxes.*/
.sidebar {
  width: 310px;
  margin: 50px 0;
}

.sidebar h1 {
  font-size: 1.2rem;
  color: #fff;
  padding: 12px 10px 10px 10px;
  margin: auto;
  border: 1px red;
  font-style: bold;
}

.sidebar p {
  padding: 0 5px;
  margin: -5px 0 10px 0;
  text-align: justify;
}

.sidebar a {
  display: block;
  border-left: 3px solid rgb(150, 20, 20);
  padding: 5px;
  margin: 10px 0;
  color: #ffffff;
  text-decoration: none;
}

.sidebar a:hover,
.sidebar a:focus {
  background: rgb(150, 20, 20);
  transition: ease-in 0.1s, ease-out 0.1s;
}

.dropdown {}

.dropdown .dropbtn {
  border: none;
  outline: none;
  color: white;
  padding: 12px 10px 10px 10px;
  font-size: 1rem;

  display: block;
  border-left: 3px solid rgb(150, 20, 20);
  padding: 5px;
  margin: 10px 0;
  text-decoration: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  display: block;
  border-left: 3px solid rgb(150, 20, 20);
  padding: 5px;
  padding-right: 30px;
  margin: 10px 50px 0 50px;
  color: #ffffff;
  text-decoration: none;
}

.dropdown:hover .dropbtn {
  background: rgb(150, 20, 20);
  transition: ease-in 0.1s, ease-out 0.1s;
}

.dropdown-content a:hover {
  background: rgb(150, 20, 20);
  transition: ease-in 0.1s, ease-out 0.1s;
}

.dropdown:hover .dropdown-content {
  display: block;
  transition: ease-in 0.1s, ease-out 0.1s;

}


/*Contains the right-sidebar boxes.*/
.right-sidebar {
  width: 310px;
  /* min-width: 18.4vw; */

  margin: 50px 0;
  /* margin-right: 10px; */
  /* padding: 20px; */
  color: #fff;
  /* order: 3; */
}

.right-sidebar h1 {
  font-size: 1.2rem;
  /* background: #696f92; */
  color: #fff;
  padding: 0px 10px 0px 10px;
  margin: auto;
}

.right-sidebar a {
  display: block;
  border-left: 3px solid rgb(150, 20, 20);
  padding: 5px;
  margin: 10px 0;
  color: white;
  text-decoration: none;
}

/*Contains main content boxes.*/
.main {
  padding: 10px;
  margin-top: 30px;
  width: auto;
  /* width: calc(100vw - 1080px); */
  width: calc(100vw - 64.3vw);
  text-align: justify;
  /* order: 2; */
}

.main h1 {
  text-align: center;
}

.main p {
  text-align: justify;

}

.sidebar,
.main,
.right-sidebar {
  display: inline-block;
}

.fish {
  display: flex;
  justify-content: space-between;
}

.blinkies {
  display: flex;
  justify-content: space-between;

}

.blinkies-column-1 {
  display: flex;
  flex-direction: column;
  width: 150px;
  height: 20px;

}

.blinkies-column-2 {
  display: flex;
  flex-direction: column;
  width: 150px;
  height: 20px;
}

.buttons-left {
  position: relative;
  float: right;
}


.datetime {
  display: flex;
  justify-content: space-around;
}

.profile {
  border-right: 3px solid rgb(150, 20, 20);
}

.right-sidebar a:hover,
.right-sidebar a:focus {
  background: rgb(150, 20, 20);
  transition: ease-in 0.1s, ease-out 0.1s;
}

.right-2 {
  display: flex;
  justify-content: space-between;
}

.buttons {
  display: flex;
  flex-direction: column;
}

.buttons a {
  border: none;
}

.buttons a:hover {
  background-color: black;
}

.visitor {
  text-align: center;
  padding: 5px;
  font-family: Digitaltext;
  /* font-weight: bold; */
  font-size: 20px;
}

/* status cafe */
#statuscafe {
  padding: .5em;
  background-color: black;
  border: 1px solid red;
}

#statuscafe-username {
  margin-bottom: .5em;
}

#statuscafe-content {
  margin: 0 1em 0.5em 1em;
}

/* moon widget */
.moon iframe {
  position: relative;
  top: 0;
  right: 0;
}



/*Basic container type for subsections of main and sidebar divs*/
.box {
  margin-bottom: 15px;
}

/*Inner content div for boxes. Padding goes here so sidebar headers etc can keep their no-margin look.*/
.inner {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 25px;
}

.inner img {
  max-width: 100%;
  /*Prevent image overflow.*/
  height: auto;
  border-radius: 5px;
  /*Give images in content rounded corners.*/
}

.box,
.title-pic img {
  border-radius: 5px;
  overflow: hidden;
  /*Force inner divs to conform to rounded corners.*/
}


.updates h1 {
  font-size: 1.2rem;
  color: #fff;
  padding: 12px 10px 10px 10px;
  margin: auto;
  border: 1px red;
  font-style: bold;
  text-align: left;
}

.updates ul {
  height: 150px;
  word-wrap: break-word;
  overflow-y: scroll;
  margin: -5px 0 10px -10px;
  padding-right: 20px;
}

.updates li {
  margin-bottom: 10px;
}


/*Footer section.*/
.footer {
  background: #050005;
  color: #fff;
  padding: 5px 20px;
  font-size: 0.75em;
  padding-bottom: 10px;
}

.footer a {
  color: #fff;
}

/*Individual column of the footer. You can have 3 of these at the current given width.*/
.footer-column {
  width: 25%;
  margin: 5px 10px;
  display: inline-block;
  vertical-align: top;
}



/* fonts */
@font-face {
  font-family: Digital;
  src: url('../fonts/digital-dismay.regular.otf');
}

@font-face {
  font-family: Digitaltext;
  src: url('../fonts/DS-DIGI.TTF');
}

@font-face {
  font-family: Highway;
  src: url('../fonts/EHSMB.TTF');
}



/*Adapt to narrower screens.*/
@media(max-width: 100vw) {
  .page-wrapper {
    padding: 0 50px;
    flex-wrap: wrap;
    padding: 0 12vw;
    margin: 50px auto;

  }

  .sidebar {
    width: 18.4vw;
    /* order: 1; */
  }

  .right-sidebar {
    width: 18.4vw;
    /* order: 3; */
  }

  .main {
    /* margin: 50px 0 50px calc(25vw + 30px); */
    /* width: calc(75vw - 150px); */
    width: 36vw;
    /* order: 2; */
  }

  .title-pic {
    margin-right: 7vw;
  }

  .title-text {
    padding-left: 1vw;
    padding-right: 2vw;
  }

}

/*Mobile layout.*/
@media(orientation: portrait) {
  .page-wrapper {
    padding-top: 0.1px;
    padding-bottom: 0.1px;
  }

  .sidebar,
  .right-sidebar,
  .main {
    display: block;
    margin: 0 auto;
    position: static;
    width: 100%;
  }

  .sidebar {
    margin-top: 50px;
  }

  .right-sidebar {
    margin-top: 50px;
  }


  .main {
    margin-top: 30px;
    margin-bottom: 30px;
  }


}

/***
  For really narrow screens which cause the title text to wrap. 
  You may need to adjust the width at which this kicks in to fit 
  your own title.
  ***/
@media(max-width: 500px) {
  .header {
    height: 60vw;
  }

  .title {
    padding-right: 0;
  }

  .title-text {
    margin-top: -5px;
  }

  .title-text h1 {
    font-size: 6vw;
    line-height: 75%;
  }

  .title {
    height: calc(auto - 25px);
  }

  .page-wrapper {
    padding: 0.1px 7vw;
  }

  /*For extra narrow screens where the columns would get too skinny.*/
  .footer-column {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}