@font-face {
    font-family: 'Iosevka';
    src: url('/fonts/IosevkaCurlySlab-Regular.ttf');
}

@font-face {
    font-family: 'PixelatedElegance';
    src: url('/fonts/PixelatedEleganceRegular.ttf');
}

@font-face {
    font-family: 'MegamaxJonathanToo';
    src: url('/fonts/MegamaxJonathanToo.ttf');
}

/* Entire Page Modifiers */
body {
  background-color: #0b0809;
  color: #fbf1c7;
  font-family: Iosevka;
  background-position: center;
}

/* Navigation Bar */
.navigationbar {
  background: linear-gradient(90deg,rgb(29, 32, 33) 0%, rgb(40, 40, 40) 25%, rgb(60, 56, 54) 50%, rgb(40, 40, 40) 75%, rgb(29, 32, 33) 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  margin: auto;
  text-align: center;
  border-bottom: 2px solid #fbf1c7;
}

/* Navigation Bar Contents */
.sitebanner {
  background: linear-gradient(40deg,rgba(254, 128, 25, 0.8) 20%, rgba(135, 187, 38, 0.8) 50%, rgba(131, 165, 152, 0.8) 80%);
  border-bottom: 2px solid #fbf1c7;
  height: 48px;
}

.mindthecube {
  margin: auto;
  margin-top: 0px;
  text-align: center;
  font-size: 4px;
}

.mindthecube-link {
  color: #fbf1c7;
  text-decoration: none;
  white-space: pre;
}

.subheader {
  font-family: MegamaxJonathanToo;
  line-height: 0px;
}

.menu-button {
  background-color: rgba(0, 0, 0, 0.45);
  color: #fbf1c7;
  font-family: PixelatedElegance;
  height: 30px;
  width: 16%;
  margin-top: 22px;
  border: 0px solid #fbf1c7;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}

.menu-button-1:hover {
  background-color: rgba(251, 73, 52, 0.65);
  border-color: #fbf1c7;
}

.menu-button-2:hover {
  background-color: rgba(254, 128, 25, 0.65);
  border-color: #fbf1c7;
}

.menu-button-3:hover {
  background-color: rgba(250, 189, 47, 0.65);
  border-color: #fbf1c7;
}

.menu-button-4:hover {
  background-color: rgba(184, 187, 38, 0.65);
  border-color: #fbf1c7;
}

.menu-button-5:hover {
  background-color: rgba(131, 165, 152, 0.65);
  border-color: #fbf1c7;
}

.menu-button-6:hover {
  background-color: rgba(211, 134, 147, 0.65);
  border-color: #fbf1c7;
}

.menu-button-link {
  color: #fbf1c7;
  text-decoration: none;
}

/* Page Contents */
.mainbox {
  height: auto;
  margin-top: 112px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

.title {
  background: linear-gradient(90deg,rgba(40, 40, 40, 1) 0%, rgba(60, 56, 54, 0.9) 35%, rgba(80, 73, 69, 0.8) 50%, rgba(60, 56, 54, 0.9) 65%, rgba(40, 40, 40, 1) 100%);
  text-align: center;
  border: 2px solid #fbf1c7;
  border-bottom: 2px dashed #fbf1c7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: auto;
}

.page-container {
  background-color: rgba(40, 40, 40, 0.85);
  margin-bottom: 10px;
  height: auto;
}

.page-full {
  border-left: 2px solid #fbf1c7;
  border-right: 2px solid #fbf1c7;
  border-bottom: 2px solid #fbf1c7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.page-left {
  width: 58%;
  float: left;
  border-left: 2px solid #fbf1c7;
  border-bottom: 2px solid #fbf1c7;
  border-bottom-left-radius: 10px;
}

.page-right {
  width: 41%;
  float: right;
  border-right: 2px solid #fbf1c7;
  border-bottom: 2px solid #fbf1c7;
  border-bottom-right-radius: 10px;
}

.music-player {
  width: 61.67%;
  height: 10%;
}

.introduction {
  margin-left: 20px;
  text-align: center;
}

.aboutme-photos {
  width:300px;
  height:405px;
  border: 3px solid #fbf1c7;
  border-radius: 10px;
  margin:12px;
}

.aboutme-introduction {
  margin-bottom:200px;
}

.aboutme-paragraph-1 {
  margin-bottom:320px;
  margin-right:12px;
}

.aboutme-paragraph-2 {
  margin-bottom:310px;
  margin-left:12px;
}

.aboutme-paragraph-3 {
  margin-bottom:335px;
  margin-right:12px;
}

.aboutme-paragraph-4 {
  margin-bottom:300px;
  margin-left:12px;
}

.aboutme-paragraph-5 {
  margin-bottom:330px;
  margin-left:12px;
}

.software-list {
  margin: 10px;
}

.search-bar {
  background: linear-gradient(90deg,rgba(40, 40, 40, 1) 0%, rgba(60, 56, 54, 0.9) 35%, rgba(80, 73, 69, 0.8) 50%, rgba(60, 56, 54, 0.9) 65%, rgba(40, 40, 40, 1) 100%);
  margin: 12px;
  width: 94%;
  border: 1px solid #fbf1c7;
  border-radius: 8px;
  text-align: center;
}

.software-description {
  float: right;
}
#myInput {
  background: rgba(0, 0, 0, 0);
  background-image: url('/images/magnifying-glass-solid.svg');
  background-size: 3%;
  background-position: 10px 12px;
  background-repeat: no-repeat;
  border: 1px solid #fbf1c7;
  width: 86%;
  border-radius: 8px;
  border-color: rgba(0, 0, 0, 0);
  color: #fbf1c7;
  padding: 10px 20px 10px 40px;
  font-size: 17px;
  font-family: 'MegamaxJonathanToo';
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: PixelatedElegance;
}

#myUL li a {
  border: 1px solid #fbf1c7;
  border-radius: 12px;
  margin-top: 5px;
  margin-left: 5%;
  width: 78%;
  background: linear-gradient(90deg,rgba(40, 40, 40, 1) 0%, rgba(60, 56, 54, 0.9) 35%, rgba(80, 73, 69, 0.8) 50%, rgba(60, 56, 54, 0.9) 65%, rgba(40, 40, 40, 1) 100%);
  padding: 6px 20px 6px 40px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 14px; /* Increase the font-size */
  color: #fbf1c7; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
}

#myUL li a:hover:not(.header) {
  background-color: #eee; /* Add a hover effect to all links, except for headers */
}