body {
    font-family: 'Raleway', sans-serif;
    background-color: #767676;
}

.wall_container {
    background-color: #b1b1b1;
    margin-right: auto;
    margin-left: auto;
    margin-top: 65px;
    margin-bottom: 75px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: space-around;
    border-radius: 10px;
    border: 2px solid black;
    position: relative;
    padding-bottom: 45px;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: -1;
}

.wallpaper {
    border-color: black;
    border-width: 2px;
    border-radius: 0px;
    border-style: groove;
    padding: 4px;
    /*            background-color: #3c3c3c;*/
    margin-bottom: 10px;
}

.wall_text_container {
    position: relative;
}

.text-block {
    font-size: 0.75em;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(193, 193, 193, 0.75);
    color: black;
    border: 4px white inset;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.text-block1 {
    font-size: 0.75em;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 96%;
    background-color: rgba(193, 193, 193, 0.75);
    color: black;
    border: 4px white inset;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.search {
    position: absolute;
    top: 5px;
    font-size: 1.2em;
}

.top_nav {
    overflow: hidden;
    background-color: #3C3C3C;
    position: fixed;
    top: 0;
    width: 100%;
}

.top_nav a {
    float: left;
    display: block;
    color: #9F9F9F;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.top_nav a:hover {
    background: #ddd;
    color: black;
}

.nav_container {
    position: fixed;
    bottom: 0;
    background-color: #3c3c3c;
    width: 100%;
    padding: 14px 16px;    
}
