* {
    padding: 0;
    margin: 0;
    color: #F3F3F3;
}

body {
    background: #2D2D2D;
    font-family: "Roboto", sans-serif;
}

a {
/*  color: #EEEEEE; **/
    text-decoration: none;
}

#topbar {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #202020;
    border-bottom: solid #008FFF 3px;
}

#navbar {
    width: 984px;
    margin-left: auto;
    margin-right: auto;
}

#navbar .logo {
    display: block;
    float:left;
    padding: 2px 0 0 0;
    height: 45px;
}

#navbar p {
    display: block;
    color: #7D7D7D;
    float: left;
    text-align: center;
    padding: 20px 10px 10px 10px;
}

#navbar ul {
    list-style-type: none;
}

#navbar li {
    float: right;
}

#navbar li a {
    display: block;
    /*color: #EEEEEE; **/
    text-align: center;
    text-decoration: none;
    padding: 15px 10px;
}

#navbar li a:hover {
    background: #008FFF
}


#feed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 984px;
    height: 100%;
}

.desc {
    display: inline-block;
    background: #202020;
    margin: 13px 0.25% -6px 0.25%;
    width: 99.5%;
    border-bottom: solid #008FFF 3px;
    border-radius: 7px;
    overflow: hidden;
}

.desc h3 {
    text-align: center;
    margin: 3px 3px 6px 2%;
}

.content {
    display: inline-block;
    background: #202020;
    margin: 13px 0.25% -6px 0.25%;
    width: 49.25%;
    border-radius: 7px;
    overflow: hidden;
}

.content img {
    width: 100%;
    border-bottom: solid #008FFF 3px;
}

.content h3 {
    display: block;
    float: left;
    margin: 3px 3px 6px 2%;
}

.content h4 {
    color: #7D7D7D;
    display: block;
    float: right;
    margin: 5px 4% 0 0;
}

.content h2 {
    color: #7D7D7D;
    display: block;
    float: right;
    margin-right: 2%;
}

.content:hover h2 {
    color: #F3F3F3;
    display: block;
    float: right;
    margin-right: 2%;
}

#bottombar {
    width: 100%;
    height: 20px;
    background: #202020;
    position: fixed;
    bottom: 0;
}

#footer {
    width: 984px;
    margin-left: auto;
    margin-right: auto;
}

#footer p {
    color: #7D7D7D;
    display: block;
    float: left;
}

#donate {
    color: #7D7D7D;
    display: block;
    float: right;
}


.spacer {
    font-size: 40px;
}