body {
    width: 100%;
    height: 100%;
    
    font-family: 'Puritan', sans-serif;
    /*background-image: url("../images/bg.jpg");*/
    background-color: #3a617d;
    background-position: right; 
    color: #000;
    padding-bottom: 75px;
}

@media (min-width: 768px) {
    body {
        padding-bottom: 110px;
    }
}

header {
    padding-top: 10px;
    text-align: center;
}
header img {
    width: 150px;
}
header span {
    display: block;

    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
}

main {
    padding-top: 80px;
}

.page-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
}

.page-description {
    max-width: 465px;
}
@media (max-width: 767px) {
    .page-description {
        font-size: 18px;
    }
}

.footer-social-links .social-link {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #000000;
    margin-right: 16px;
    transition: all 0.3s ease-in-out;
}
.footer-social-links .social-link:last-child {
    margin-right: 0;
}
.footer-social-links .social-link:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
}

.logo {
    line-height: 300px;
}
.logo span {
    height: 300px;
    font-size: 72px;
}