nav {
    display:flex;
    align-items:center;
    justify-content:center;
    padding-bottom:5px;
    padding-top:5px;
    border-bottom:4px black solid;
    background-image: url(assets/nav.png);
    background-size: contain;
}
nav > a {
    margin: 0 5px;
    font-weight:bolder;
    font-size:22px;
    color:white;
    letter-spacing: 1.5px;
}

a {
    text-decoration:none;
    transition:color 500ms, letter-spacing 250ms;
    color:black;
}

nav > a:hover {
    letter-spacing:2.5px;
}

a:hover {
    color:yellow;
}

* {
    font-family:ZeldaFont;
}

body {
    margin:0;
    background-image: url(assets/background.png);
    background-size:300px;
}

@font-face {
    font-family: ZeldaFont;
    src: url(assets/ReturnofGanon.ttf);
}

h1 {
    font-size:35px;
    font-weight:bolder;
    text-decoration:underline;
}

#main {
    text-align:center;
    align-items:center;
}

p {
    font-size:22px;
    text-shadow: 1px 1px 2px green;
}

#faq {
    margin: 0 15px;
}

#devs {
    display:flex;
    justify-content:center;
}

.dev {
    text-align:center;
    width:400px;
    border:2px black solid;
    padding:10px;
}

.devpfp {
    width:45px;
    margin:0 10px;
    transform:translateY(10px);
    border-radius:50%;
    border:2px black solid;
}

.nickname {
    font-size:20px;
    color:yellow;
    margin-top:-15px;
}

.quote {
    margin-top:-20px;
    font-size:20px;
    text-shadow: rgb(255, 255, 255) 1px 0 10px;
}

h2 {
    font-size:30px;
    text-decoration: underline;
}

.bar {
    width:300px;
    height:20px;
    background:white;
    display:inline-block;
    border:3px black groove;
}

.barbar {
    height:20px;
    background:lime;
}

#shorterp {
    padding-left:5%;
    padding-right:5%;
}

#mainCompletion {
    color:gold;
}

#recentVideo {
    border:4px black dotted;
}

#socialYT {
    width:40px;
    margin-bottom:-10px;
    margin-right:5px;
}

#socialDS {
    width:70px;
    margin-bottom:-25px;
    margin-right:-5px;
}

#socialTW {
    width:40px;
    margin-bottom:-10px;
    margin-right:5px;
}

#socialIG {
    width:38px;
    margin-bottom:-10px;
    margin-right:5px;
}

#secretWord {
    color:black;
    cursor:text;
}

#secretBody {
    overflow:hidden;
}

#chip {
    width:100%;
}

.linktest {
    position:absolute;
    z-index:-1;
    width:40px;
    height:40px;
    background:red;
}

#patchnotes {
    text-align:center;
}

.patchNote {
    display:block;
}

.patchdate {
    font-size:25px;
    border:2px black solid;
    background:white;
    margin-bottom:-15px;
}

body::-webkit-scrollbar{
    display: none;
}

#recentVideo {
    width:90%;
    aspect-ratio: 887/499;
}

#footer {
    font-size:20px;
    font-weight:normal;
    letter-spacing: 3px;
    color:white;
    text-align: center;
}

#footerLink {
    color:white;
}

#footerLink:hover {
    color:yellow;
}
