@font-face {
  font-family: iosevka; /* set name */
  src: url(iosevka.ttf); /* url of the font */
}

* {
  font-family: iosevka, sans-serif;
}
.linkeffect {
  color: rgb(79, 70, 145);
  color: #000;
  text-decoration: none;
  background: linear-gradient(45deg, orange, orange);
  background-position: bottom left;
  background-size: 0% 4px;
  background-repeat: no-repeat;
  transition: background-size 300ms ease-in-out;
  
  &:hover {
    background-size: 100% 4px;
  }
}
h1, h2 {
  text-align: center;
}
li {
  font-size: x-large;
  list-style-type: none;
  text-align: center;
}
p {
  text-align: center;
}
.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
ul {
  padding-left: 0px;
  padding-top: 15px;
}
.caption {
  font-size: smaller;
  color: #222;
}
.body-text {
  padding:25px;
  font-family: iosevka, sans-serif;
  font-size: larger;
  text-align: justify;
}
.body-text-large {
  padding:35px;
  font-family: iosevka, sans-serif;
  font-size: larger;
  text-align: justify;
}
body {
  background-image: linear-gradient(to bottom, #5068a0, #455b8f);
  background-repeat: no-repeat;
  background-attachment: fixed;

  display: grid;
  place-items: center;
  margin: 99px auto;
  height: 100%;
}
.bipartide {
  display: flex;
  flex-direction: row;
  align-content: center;
}
.main-500 {
  width:500px;
  margin-top: 100px;
  display: inline;
}
.main-1000 {
  width:1000px;
  margin-top: 100px;
  display: inline;
}

.main-1250 {
  width:1250px;
  margin-top: 100px;
  display: inline;
}

.title-bar {
  width: 100%;
  height: 30px;

  background-image: url('Images/borderbar.png');
  background-size: 100% 100%;
  background-repeat: repeat-x;

  border-radius: 4px 4px 0 0;
  display:flex;
}

.homepage {
  width: calc(100% - 100px);
  padding: 50px;
  padding-top: 125px;

  display: grid;
  grid-template-columns: repeat(7, 85.5px);
  grid-template-rows: repeat(5, 85.5px) 100px;
  gap: 50px;
}
.sitemap-container {
  grid-column: span 2 / span 2;
  grid-row: span 5 / span 5;
  clip-path: polygon(100% 70%, 40% 100%, 0% 100%, 0% 0%, 100% 0%);
}
.content-container {
  grid-column: span 5 / span 5;
  grid-row: span 5 / span 5;
  grid-column-start: 3;
}

.buttons-container {
  grid-column: span 7 / span 7;
  grid-row-start: 6;
}
.buttons {
  display:flex;
  justify-content: center;
}
.button {
  height:37px;
}
.button:hover, .return-button:hover {
  filter: brightness(125%);
}

.return-button {
  height: 60px;
  position:relative;
  left: 20px;
}

.label {
  width:47%;
}

.sitemap {
  width: calc(100% - 50px);
  display: flex;
  flex-direction: column;
}
.nav-title {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 0px;
  border-width: 3px;
  border-style: inset;
}
.nav-links {
  height: 100%;
  clip-path: polygon(100% 64%, 28% 100%, 0% 100%, 0% 0%, 100% 0%);
}

.biography {
  display: grid;
  width: calc(100% - 100px);
  grid-template-columns: repeat(8, 122px);
  grid-template-rows: repeat(9, 122px);
  gap: 25px;
  padding: 50px;
}

.biography-container {
  grid-column: span 4 / span 4;
  grid-row: span 6 / span 6;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 25%, 30% 0%);
}
.biography-background {
  width: calc(100%);
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 25%, 30% 0%);
  margin: 25px;
  border-width: 3px;
  border-style: inset;
}
.slideshow-container {
    grid-column: span 4 / span 4;
    grid-row: span 3 / span 3;
    grid-column-start: 5;
    grid-row-start: 2;
}

.mymusic-container {
    grid-column: span 4 / span 4;
    grid-row: span 5 / span 5;
    grid-column-start: 5;
    grid-row-start: 5;
}

.mylikes-container {
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
    grid-column-start: 1;
    grid-row-start: 7;
}

.myfavorites-container {
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
    grid-column-start: 3;
    grid-row-start: 7;
}

.returnhome-container {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 1;
}

.forwardblog-container {
    grid-column: span 2 / span 2;
    grid-column-start: 7;
    grid-row-start: 1;
}
  
.favorites {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 70px);
}
.bottomnotice {
  margin-top: 50px;
  width:300px;
  text-align: center;
  padding: 15px;
  position: relative;
  left: calc(100% / 3);
}

/* Images */
.small {
  width: 0px;
  height: 0px;
}

.aboutlogo {
  width: 300px;
  right: 50px;
  bottom: 50px;
  position: relative;
  animation: rotating 2s ease-in-out infinite;
}
.biographylogo {
  width: 350px;
  position:relative;
  left: 125px;
  top: 35px;
}
.musiclogo {
  margin-top: 50px;
  width: 200px;
}
.misamascot {
  width: 175px;
  position: relative;
  bottom: 1086px;
  right: 875px;
  transform: rotateY(0deg);
  transition: transform ease-in-out 0.2s;
}
.misamascot:active {
  transform: rotateY(180deg);
}
.miku {
  width: 400px;
  position: relative;
  right: 300px;
  bottom: 460px;

  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
  transform: scale(1.0);
  transform: rotateZ(0deg);
  transition: transform 0.2s;
}
.miku:hover {
    transform: scale(1.06);
}
.miku:active {
    transform: scale(0.83);
}

.globe {
  width: 350px;
  position: relative;
  right: 300px;
  bottom: 900px;
  filter:brightness(0%);
  z-index: -1;

  animation: scaling 2s ease-in-out infinite;
}
.logo {
  height: 100%;
}

.krt {
  width: 50%;

}
.portrait {
  width: 70%;
  height: 100%;
}
/* Backgrounds/Styles */
.bg-grid {
  background-image: url('Images/grid.png');
}
.bg-polka {
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 50%,rgba(255,255,255,0) 75%), url('Images/polkadots.png');
	background-size: 30px;
  background-repeat: repeat;
}
.bg-metal {
  background-image: url('Images/metal.jpg');
}

.bg-white {
  background-color: white;
}

.halftone {
  background-image: url('Images/halftone.png');
  background-size: 100% 100%;
  background-repeat: repeat-x;
}

.top-border {
  border-top: 4px dotted rgb(119, 119, 119);
  border-radius: 20%;
}

.inset {
  width: 100%;
  margin: 25px;
  border-width: 3px;
  border-style: inset;
}

.outset {
  width: clac(100% -3px);
  border-width: 3px;
  border-style: outset;
  display: flex;
}

/* Clip-path objects */
.title-container {
  width:650px;
  height:100px;
  margin-bottom: 75px;
  clip-path: polygon(100% 0%, 90% 100%, 0% 100%, 0% 0%);
}
.title-background {
  width: calc(100% - 82px);
  clip-path: polygon(100% 0%, 94.8% 100%, 0% 100%, 0% 0%);
  margin: 25px;
  border-width: 3px;
  border-style: inset;
}

/* Animations */
@keyframes scaling {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(0.9);
  }
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes rotating {
  0% {
    transform: rotate(-15deg);
  }

  50% {
    transform: rotate(-20deg);
  }

  100% {
    transform: rotate(-15deg);
  }
}
/* Misc */

.nodrag {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}