html {
    background-image: url('../images/background.png');
}

.menu-ul {
    padding-top: 15px;
    text-align: center;
    word-spacing: 555%;
}

.menu-ul li {
    display: inline-block;
}

.menu-ul li a.menu-button {
    display: block;
    background-image: url('../images/menu-button.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
    padding: 10px 20px;
    color: white;
    opacity: 0.9;
    text-decoration: none;
}

div.text-container {
    width: 55%;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    background-color: rgba(73, 73, 73, 0.75);
    font-family: 'Press Start 2P', cursive;
}

div.text-container h1 {
    margin-top: 0;
}

h1.blog-title {
    font-family: 'Press Start 2P', cursive;
    font-size: 26px;
    color: white;
    text-align: center;
}

h3.blog-text {
    font-family: 'Press Start 2P', cursive;
    color: white;
    text-align: center;
}

p.blog-text {
    font-family: 'Press Start 2P', cursive;
    color: white;
    text-align: center;
}

.global-sidebar {
    position: fixed;
    top: 100px;
    left: 10px;
    width: 150px;
}

/* Projects/Blog sidebar related */
.projects-sidebar,
.blog-sidebar {
    background-color: rgba(73, 73, 73, 0.75);
    padding: 15px;
    margin-bottom: 15px;
    font-family: 'Press Start 2P', cursive;
    color: white;
}

.projects-sidebar h2,
.blog-sidebar h2 {
    font-size: 14px;
    margin-top: 0;
}

.projects-sidebar ul,
.blog-sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.projects-sidebar li,
.blog-sidebar li {
    margin-bottom: 5px;
}

.projects-sidebar a,
.blog-sidebar a {
    color: white;
    text-decoration: none;
    font-size: 10px;
}

.projects-sidebar a:hover,
.blog-sidebar a:hover {
    text-decoration: underline;
}

.blog-content {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
}

.text-container {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
    background-color: rgba(73, 73, 73, 0.75);
    font-family: 'Press Start 2P', cursive;
    color: white;
}

.text-container h1 {
    margin-top: 0;
}
/************************/

a:link {
    font-family: 'Press Start 2P', cursive;
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(51, 51, 51, 0.85);
    color: white;
    text-align: center;
}

footer p {
    font-family: 'Press Start 2P', cursive;
    font-size: 18px;
    opacity: 1;
}