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

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

@font-face{
    font-family: '3Diso';
    src: url(./fonts/3DIsometric-YzLLy.ttf);
}

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

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

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



/*Light Mode*/
body {
    margin: auto;
    align-items: center;

    /*Dark Mode Background*/
    /*background: linear-gradient( rgb(0, 0, 0), rgb(25, 25, 25)) fixed no-repeat;
    /*Light Mode Background*/
    background: linear-gradient( rgb(255, 255, 255), rgb(180, 180, 180)) fixed no-repeat;
    
}

/*Dark Mode*/
body.dark {
    margin: auto;
    align-items: center;

    /*Dark Mode Background*/
    background: linear-gradient( rgb(0, 0, 0), rgb(25, 25, 25)) fixed no-repeat;
    /*Light Mode Background*/
    /*background: linear-gradient( rgb(255, 255, 255), rgb(180, 180, 180)) fixed no-repeat;*/
    
}



.header {
    text-align: center;
    padding: 20px;
    
}

h1 {
    font-family: 'LCDsolid', sans-serif;
    font-size: 4em;
    color: rgb(178, 252, 221);
    text-align: center;
    align-items: center;
    margin-top: 10%;
    text-shadow: 1.5px 1.5px 2px darkslategray;
    animation: glow 4s infinite;
    animation-direction: alternate-reverse;
    /*padding-bottom: 0%;*/
    padding: 0 0 0%;

    width: 100%;
    max-width: 100%;
}

/*Code to render header mobile-friendly*/
@media (max-width: 768px) {
    .header {
        font-size: 10px; /* Decrease font size */
        padding: 10px; /* Decrease padding */
    }
}

@keyframes glow {
    0% {
      text-shadow:  1.5px 1.5px 2px rgb(0, 255, 72);
    }
    
    10% {
      text-shadow: 1.5px 1.5px 2px rgb(0, 255, 72),
                   1.5px 1.5px 2.2px rgb(0, 255, 72);
    }
    20% {
      text-shadow: 1.5px 1.5px 2.2px rgb(0, 255, 72),
                   1.5px 1.5px 3px rgb(0, 255, 72);
    }

  }

.tv_static_gif {
    display: block;
    margin: 0 auto;
    text-align: center;
    /*padding: 20px;*/

    width: auto;
    height: auto;
}

.nav_bar {
    text-align: center;
}

ul {
    color: rgb(178, 252, 221);
    /*text-shadow: 1.5px 1.5px 2px darkslategray;*/
    
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap:wrap;
    align-items: center;
    font-size: 2em;
    list-style: none;
    padding: 1em;
    
}

li {
    display: block;
    margin-inline: 0.5em; /* Space between logos in nav bar*/
    text-align: center;
    color: rgb(178, 252, 221);
    text-shadow: 1.5px 1.5px 2px darkslategray;
    
}

ion-icon {
    font-size: 48px;
    --ionicon-stroke-width: 16px;
    color: rgb(178, 252, 221);
    text-shadow: 1.5px 1.5px 2px darkslategray;
    filter: drop-shadow(1.5px 1.5px 2px rgba(47, 79, 79, 0.6));
    transition: transform ease 300ms;
}

ion-icon:hover {
    transform: translate(0, -10px);
    /*text-shadow: 0px 20px 5px darkslategray;;*/
    /*filter: drop-shadow(0px 5px 5px rgba(47, 79, 79, 0.4));*/
    /*overflow:visible;*/
  }





.projects-container {
    display: none;
    text-align: left;
    padding: 20px;
    font-family: monospace;

    margin: auto;
    width: 60%;
    margin-bottom: 10%;

    border-style: outset;
    border-radius: 8px;
    border-width: 5px;
    background-color: rgb(39, 39, 39);
    border-color: rgb(178, 252, 221);

}





.projects-ul {
    /*color: rgb(178, 252, 221);*/
    /*text-shadow: 1.5px 1.5px 2px darkslategray;*/
    
    /*
    display: flex;
    justify-content: center;
    text-align: left;
    flex-wrap:wrap;
    align-items: left;
    font-size: 2em;
    list-style: none;
    padding: 1em;
    */

    list-style: none;
    padding: 0;
    text-align: left;
    
}

.projects-ul {
    list-style: none;
    padding: 0;
    text-align: left;

    display: block;
}

.hello {
    width: 90%;
    padding-left: 15px;
    text-align: left;
    font-size: 0.95em;
    color: rgba(178, 252, 221, 0.8);
    font-family: "Adonay";


}

.projects-ul li {
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid rgba(178, 252, 221, 0.5);
    border-radius: 5px;
    background-color: rgba(178, 252, 221, 0.1);
    width: 90%;

    text-align: left;

}

.projects-ul h3 {
    font-size: 1em;
    margin: 0;
    font-family: "RingMatrix";

    text-align: left;

}

.projects-ul p {
    font-size: 0.5em;
    margin: 0;
    color: rgba(178, 252, 221, 0.8);

    text-align: left;
    font-family: "Adonay";
    

}





/*Background Animation*/

.background li {
    position: fixed;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(178, 252, 221, 0.2);
    animation: animate 10s linear infinite;

    margin-bottom: -20%;
    overflow: hidden;
}

@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 30%;
    }
}





.background li:nth-child(0) {
    left: 32%;
    width: 41px;
    height: 41px;
    bottom: -41px;
    animation-delay: 1s;
}
.background li:nth-child(1) {
    left: 22%;
    width: 31px;
    height: 31px;
    bottom: -31px;
    animation-delay: 5s;
}
.background li:nth-child(2) {
    left: 89%;
    width: 8px;
    height: 8px;
    bottom: -8px;
    animation-delay: 4s;
}
.background li:nth-child(3) {
    left: 26%;
    width: 23px;
    height: 23px;
    bottom: -23px;
    animation-delay: 14s;
}
.background li:nth-child(4) {
    left: 82%;
    width: 96px;
    height: 96px;
    bottom: -96px;
    animation-delay: 17s;
}
.background li:nth-child(5) {
    left: 59%;
    width: 44px;
    height: 44px;
    bottom: -44px;
    animation-delay: 25s;
}
.background li:nth-child(6) {
    left: 88%;
    width: 86px;
    height: 86px;
    bottom: -86px;
    animation-delay: 15s;
}
.background li:nth-child(7) {
    left: 30%;
    width: 105px;
    height: 105px;
    bottom: -105px;
    animation-delay: 32s;
}
.background li:nth-child(8) {
    left: 38%;
    width: 126px;
    height: 126px;
    bottom: -126px;
    animation-delay: 24s;
}
.background li:nth-child(9) {
    left: 58%;
    width: 39px;
    height: 39px;
    bottom: -39px;
    animation-delay: 4s;
}