#top_nav{
    height : auto;
    width: 100%;
    background-image: linear-gradient(0deg, rgb(255 255 255 / 0) 0%, rgb(15 64 22 / 1) 80%);
    /*position: -webkit-sticky; /* Safari */
    position: fixed;
    top: 0;
    margin-top: 0%;
    list-style-type: none;
    padding-left: 0;
    left:0;
}
#top_nav a{
    text-align: center;
    text-decoration: none;
}

.top_nav_btn{
    font-size: 1.425em;
    padding:1em;
    
    color:white;
}

#top_nav a:hover{
    background-color: rgb(15 113 0 / 0.3);
    /*background-color: rgb(15, 113, 0);*/
}
#top_nav a img{
    vertical-align:middle;
    height : auto;
    width: 3em;
}
.hidden_narrow{
    display: none;
}
.show_narrow{
    display: initial;
}

@media only screen and (min-width: 1024px) {
    #top_nav a img{
        width: 2em;
    }
    .hidden_narrow{
        display:inline-block;
    }
    .show_narrow{
        display: none;
    }
    #main_menu_btn{
        font-size: 1.75em;
    }
    .top_nav_btn {
        padding: 1.7%;
    }
}

footer{
    padding: 1rem;
}

#div_links{
    width:100%;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#div_links>div{
    display:flex;
    height:3rem;
    align-items: center;
    
    border-radius: 1rem;
    
    margin:1rem;
}
#div_links>div>a{
    display:flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color:white;
    padding: 1rem;
}
#div_links>div>a>img{
    height:2.75rem;
}
#btn_mainyt{
    background-color: #1A7328;
}
#btn_mainyt:hover{
    background-color: #5CB973;
}
#btn_hacked{
    background-color: rgb(0, 160, 253)
}
#btn_hacked:hover{
    background-color: #0098A6;
}
#btn_github{
    background-color: black;
}
#btn_github:hover{
    background-color: grey;
}
#btn_discord{
    background-color: slateblue;
}
#btn_discord:hover{
    background-color: thistle;
}
#tbl_links{
    width:100%;
}
#tbl_links *{
    color:white;
}

#git_source_a{
    color:white;
}
#git_source_a:visited{
    color:white;
}