ul {
margin-bottom: 15px !important;
margin-top: 15px ;
}

.fa-facebook-square {
    color: #3B5998;
    font-size: 40px !important;
} 

.fa-google-plus-square {
    color: #DD4C39;
    font-size: 40px;
}

#credits {
    margin-top: 10px;
    font-size: 5px;
    text-transform: none;
    font-weight: 600;
    color: #999;
    line-height: 1.5;
}

#logo {
    margin: 30px -10px 30px;
}

nav ul li a {
    display: block;
    font-size: 14.5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #999;
    padding: 15px 0px 5px 8px;
    text-decoration: none;
    text-align: right;
    letter-spacing: 0.03em;
}

h1#page-title {
    padding: 30px 60px 10px 30px;
    font-size: 30px;
    text-transform: none;
    font-weight: 100;
}

.wp-caption p.wp-caption-text {
    font-size: 20px;
    line-height: 25px;
    margin: 0px;
    padding: 0px 4px 5px;
color: white;
}

#content p {
    margin-bottom: 0px;
}

p {
font-size: 12pt;
color: #bfbfbf;
}

li {
font-size: 12pt;
color: #bfbfbf;
}

.wp-caption {
    background: #3e3e3e;
    border: 1px solid #3e3e3e;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

#content {
    clear: both;
}
#content::after {
    clear: both;
    content: ".";
    display: block;
    height: 1px;
    visibility: hidden;
}