/* Well next time why don't you try getting a board that can handle the Lukas STY-le?!?!?!?!?!?!?!?!?!?
/* HSHSHAAHAHAHA */

@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

/*.pixelify-sans-<uniquifier> {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/


body{
  background-color:black;
  
  background-image: linear-gradient(#003633,#000000);
  background-repeat: repeat-x;
  background-size: 300px;

  color:white;
  font-family: "Pixelify Sans",sans-serif;
  }

section{
   background-color: #000000aa;
    background-image: repeating-linear-gradient(0deg, #222222aa 0px, #222222aa 2px, #000000aa 2px, #000000aa 20px);
}

  /* Lukas Domain title */
  .lukas-domain-box{
    border: 2px solid aqua;
    border-style: double;
    box-shadow: 0px 0px 5px white;
  }

  .lukas-domain{
    color: #cff5cf;
    font-size: xx-large;
    text-align: center;
    width: inherit;
    text-decoration:none;
    text-shadow: 0px 0px 5px #aaffde;
  }

  /* Sidebar */
  .sidebar-content{
    float: left;
    width: 14%;
    margin-left: 20%
  }

  .sidebar{
    border: 2px solid silver;
    width: 66%;
    margin-top: 10px;
  }

  .sidebar-link{
    color: #cff5cf;
    font-size: medium;
    text-align: center;
    width: auto;
    text-decoration:none;
  }

  /* Main content */
  .main-content{
    float: right;
    width: 45%;
    margin-right: 20%
  }

  .title-box{
    border: 2px solid darkturquoise;
    border-style: double;
  }

  .desc-box{
    border: 2px solid gray;
    margin-top: 10px;
  }

  .sort-button{
    width: 90%;
    height: 48px;

    background: none;
    
    outline-style: none;
    border-style: none;

    color: whitesmoke;
    font-size: large;
    font-family: "Pixelify Sans",sans-serif;
    text-shadow: 0px 0px 3px #aaffde;
  }

  .sort-button:hover{
    color: whitesmoke;
    font-size: large;
    font-family: "Pixelify Sans",sans-serif;
    text-shadow: 0px 0px 5px coral;
    font-weight: bold;

    cursor: pointer;
  }

  .game-button{
    background-color: midnightblue;
    background-image: linear-gradient(180deg,#000033,#101520);
    color: aliceblue;

    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;

    font-family: "Pixelify Sans",sans-serif;
    font-size: medium;
    border: 2px solid #000033;
    border-radius: 1px;
  }

  .music-button{
    background-color: transparent;
    color: aliceblue;

    width: 33%;
    margin-top: 5px;
    margin-bottom: 5px;

    font-family: "Pixelify Sans",sans-serif;
    font-size: medium;
    border: none;
  }


  .column {
    float: left;
    width: 25%;

    margin-left: 10%;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  /* Links */
  .contact-links{
    display: block;
    text-align: center; 
    text-decoration: none;
    margin-right: 48px;
  }

  /* Game Page */
  .current-project-header{
    width: 100%;
    align-self: center;

    background-image: linear-gradient(to right,#00aeff,#00000000);
  }

  #current-project-table{
    width: 95%; 
    align-self: center; 

    outline: 2px #006677; 
    margin-left: 2.5%;
  }

  .current-project-box{
    width: 40%
  }

  .current-project-link{
    text-decoration: none; 
    color: aliceblue; 
    font-size: large;
  }

  /* Update Page */
  #dynamic-update{
    background-color: #160a50;
    
    margin: 10px;
  }

  #update-text{
    width: inherit; 
    height: inherit; 

    margin: 20px 10px; 
    align-content: baseline;
  }

  #update-bubble{
    background-color: #ead4aa;
    background-image: linear-gradient(0deg, #ead4aa, #dad38e);
    border: white solid 1px;
    color: black;

    margin: 20px;

    height: 100px;
  }

  .lr-button{
    background-color: #004535aa;
    color: aliceblue;

    
    margin-top: 5px;
    margin-bottom: 15px;

    font-family: "Pixelify Sans",sans-serif;
    font-size: small;
    border: 2px solid aliceblue;
    border-radius: 1px;
    
    cursor: pointer;
  }

  #simple-update
  {
    background-color: #230000;
  }

  .update-button{
    background-color: #0f0045;
    color: aliceblue;

    margin: 5px 2.5%;
    width: 95%;

    font-family: "Pixelify Sans",sans-serif;
    font-size: medium;
    border: 2px solid aliceblue;
    border-radius: 1px;

    cursor: pointer;
  }
  
  .about-me-questions{
    list-style-type: none;
  }

  /* Mobile-friendlyness */
  @media screen and (max-width: 800px) {
    .main-content
    {
      float: none;
      width: 90%;
    }

    .sidebar-content{
      float: none;
      width: 90%;
      margin-left: 0%;
    }

    .lukas-domain{
      display: block;
    }

    .lukas-domain-box{
      margin-bottom: 20px;
    }

    .sidebar{
      display: none;
    }
  }
