/* html,
body {
    height: 100%;
} */

body {
    background: url(/src/img/bg.webp) no-repeat center/100% #898989;
    /* background-image: url("/src/img/bg.png");

    background-color: #898989;
    opacity: 0.8;
    background-image: radial-gradient(#515151 2px, transparent 2px), radial-gradient(#515151 2px, #898989 2px);
    background-size: 80px 80px;
    background-position: 0 0, 40px 40px; */

}


#nav {
    left: 0;
    max-width: 980px;
    height: 100px;
    margin: 50px auto 0px auto;
    padding: 0;
    position: relative;
    z-index: 2;
    /* left: -10px; */

    background: url(/src/img/navbar.png) center/90% no-repeat
}


#logo {
    display: block;
    width: 145px;
    height: 90px;
    background: url(/src/img/logo.webp) center/120% no-repeat;
    text-indent: -9999px;
    line-height: 0;
    position: absolute;
    top: 3px;
    left: 115px;
}

#name {
    display: block;
    width: 511px;
    height: 70px;
    text-indent: -9999px;
    line-height: 0;
    position: absolute;
    bottom: 40px;
    left: 270px;
}

#navButtons {
    padding: 0;
    margin: 0;
    width: 900px;
    height: 30px;
    position: absolute;
    width: 625px;
    top: 50px;
    left: 250px;
}

.navButton {
    display: inline;
    margin: 0 -5px 0 -5px;
    float: left;
    position: relative;
    color: #f00;
    font-weight: bold;
    width: 109px;
    height: 50px;
    background: url(/src/img/button.png) center/100% no-repeat;

    padding: 1px 1px 1px 1px;

    text-align: center;

    line-height: 45px;
}

.navButtonText {
    vertical-align: middle;
    text-decoration: none;
}



.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    background-color: rgba(93, 101, 106, 0.747);
    padding: 10px;
    border-radius: 5px;
}

#webampw {
    margin: 30px;
    margin-right: 200px;
    float: right;
}




.footer {
    left: 0;
    max-width: 922px;
    margin: 50px auto 0px auto;
    background-color: rgba(197, 197, 197, 0.747);
    padding: 0;
    position: relative;
    z-index: 2;
}
.footer div{
    padding: 3px 3px 0px 3px;
}

/* Grid for projects, domains, and games tab */
.grid {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
}

.grid a {
    text-decoration: none;
    color: black;
}

.grid div {
    background-color: #f1f1f1;
    border: 1px solid black;
    padding: 10px;
    font-size: 30px;
    text-align: center;
}