ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 50px 0px 0px;
  overflow: hidden;
  background-color: #38444d;
  font-size: 20px
}

li {
  float: right;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: "Boogaloo";
  font-size: 1.6rem;
  font-weight: bold;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #1f1f1f;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #0077ff6e;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: rgba(0,0,0,0.5);}

.dropdown:hover .dropdown-content {
  display: block;
}

.navbar{
    display: flex;
    align-items: center;

    list-style-type: none;

    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

    background-color: #222;
}

.spacer{
    margin-right: auto;
}

.navbar li a{
    display: flex;
    align-items: center;
    gap: 12px;

    color: white;
    text-decoration: none;
    padding: 10px 20px;
}

.name a{
    font-size: 2.5rem;
    font-weight: none;
}

.name{
    text-align: left;
    font-family: "Luckiest Guy";
    color: rgb(62, 152, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}

.name img{
  width: 48px;
  height: 48px;
}

.name:hover img{
  animation: slowspin 1s linear infinite;
}

@keyframes slowspin{
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}

body{
    background-image: linear-gradient(to bottom, rgb(0, 195, 255), rgb(0, 125, 255), rgb(0, 67, 138));
    background-repeat: no-repeat;

    margin: 0;
    padding: 0;
    padding-bottom: 60px;

    min-height: 1000px;
}

.content{
  padding: 40px;
}

.site_intro{
  display: flex;
  flex-direction: row;
  background-color: rgba(255,255,255,0.3);
  padding: 40px;
  width: 1500px;
  height: auto;
  border-radius: 25px;
  margin: auto;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}

.site_intro img{
  border-radius: 5px;
}

.site_intro_text{
  font-family: "Coiny";
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  
  font-size: 1.8rem;
  text-shadow: 1px 1px 1px rgba(0,0,0,1);
  
}

.site_intro h1{
  line-height: 1;
  background-color: rgba(0,0,0,0.1);

  border-radius:10px;

  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.site_intro h3{
  font-family: "cause";
  font-size: 1.6rem;
  background-color: rgba(0,0,0,0.1);

  border-radius:15px;
}

.site_tutorial{
  background-color: rgba(255,255,255,0.3);
  height: auto;
  
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1500px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  margin: auto;
  margin-top: 50px;

  font-family: "cause";
  font-size: 1.6rem;
  color: white;
  text-decoration: bold;
  text-align: center;
  text-shadow: 0 0 5px rgba(0,0,0,1);
}

.site_tutorial h3{
  background-color: rgba(0,0,0,0.1);

  padding: 5px;
  border-radius:5px;
}

.latest_project{
  background-color: rgba(255,255,255,0.3);
  height: 50px;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  
  width: 1500px;
  height: auto;

  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
  border-radius: 25px;
  margin: auto;
  margin-top: 100px;

  font-family: "cause";
  font-size: 3rem;
  color: white;
  font-weight: 900;
  text-align: center;
  text-shadow: 4px 4px 5px black, 0 0 25px rgb(74, 61, 255);
}

.right_now{
  border-style: solid;
  border-radius: 25px;
  
  align-content: center;

  font-size: 3.0rem;

  color: white;
  text-shadow: 2px 2px 5px black;

  height: 300px;
  width: 1000px;
}

.who_is_koalbor{
  background-color: rgba(255,255,255,0.3);
  height: 50px;
  
  display: flex;
  flex-direction: row;
  align-items: center;
  
  width: 1500px;
  height: auto;

  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 25px;
  margin: auto;
  margin-top: 100px;

  font-family: "cause";
  font-size: 3rem;
  color: white;
  font-weight: 900;
  text-align: center;
  text-shadow: 4px 4px 5px black, 0 0 25px rgb(74, 61, 255);
}

.biography{
  font-family: "Source Sans 3";
  text-shadow: 0 0 5px black;
  font-size: 2rem;

}

.biography h2{
  text-decoration-line: underline;
  padding-bottom: 30px;
}


.biography h3{
  font-family: "Quantico";
  margin-top: -50px;
  text-decoration-line: none;
  background-color: rgba(0,0,0,0.2);
}

.biography p{
  margin-top: 30px;
  background-color: rgba(0,0,0,0.1);
  border-radius: 25px;
}

footer{
  text-align: center;
  background-color: #00000056;
  padding: 13px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  color: white;
  font-weight: none;
  font-family: "Roboto";
}



.wip{
  background-color: rgba(255,255,255,0.3);
  
  align-items: center;
  
  width: 1500px;
  height: auto;

  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 25px;
  margin: auto;
  margin-top: 100px;

  font-family: "cause";
  font-size: 3rem;
  color: white;
  font-weight: 900;
  text-align: center;
  text-shadow: 4px 4px 5px black, 0 0 25px rgb(74, 61, 255);
}