body {
    background: #000 url('../img/bg-light.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
    color: #333;
    letter-spacing: 5px;
}

p {
    font-family: 'Roboto', sans-serif;
    color: #333;
    letter-spacing: 1px;
}

a, a:hover, a:visited{
    text-decoration: none;
}

.logo {
    max-width: 700px;
    margin: 0 auto;
    padding: 50px;
}

.content {
    max-width: 700px;
    margin: 0 auto;
    padding: 25px;
    border: 2px solid #333;
}

.social {
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 25px 25px 25px;
    border-bottom: 2px solid #333;
}

.social_text {
    margin-top: 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.social_icon {
    color:#333;
}

.address {
    margin-top: 25px;
    font-size:14px;
}
.address a {
    color:#333;
}