@media only screen and (max-width: 1024px) {
    #header {
        margin-left: -70px;
        padding-left: 70px;
    }
}
@media only screen and (max-width: 810px) {
    .wrapper {
        width: 87%;
    }
    #header {
        margin-left: 0;
        height: 35px;
        padding-top: 3px;
        padding-left: 50px;
    }
    #header h1 {
        line-height: 18px;
        letter-spacing: 3px;
        padding: 0;
        margin: 0;
    }
    #header h1 strong {
        display: block;
        border-right: 0 none;
        letter-spacing: 4px;
        padding: 0;
        margin: 0;
    }
    #footer {
        bottom: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .wrapper {
        width: 85%;
    }
}
@media only screen and (max-width: 630px) {
    #about {
        min-height: 180px;
    }
    #about p br {
        display: none;
    }
    #footer h3 {
        display: block;
        margin-bottom: 7px;
    }
}
@media only screen and (max-width: 480px) {
    #header {
        top: 20px;
    }
    #header h1 {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 4px;
    }
    #header h1 span:last-child {
        display: block;
    }

    #about {
        top: 23%;
    }
    #about h2 {
        font-size: 31px;
        margin: 0 0 5px;
    }
    #about p {
        font-size: 31px;
        margin: 0;
    }
    #footer h3 {
        margin-bottom: 5px;
    }
    #footer h3,
    #footer li {
        font-size: 16px;
        line-height: 17px;
    }
    #footer li:before {
        content: '/';
        display: inline-block;
        margin: 0 5px 0 3px;
    }
}
@media only screen and (max-width: 320px) {
    .wrapper {
        width: 90%;
    }
    #about {
        min-height: 130px;
    }
    #about h2 {
        font-size: 28px;
        margin: 0 0 2px;
    }
    #about p {
        font-size: 28px;
        margin: 0;
    }
    #footer {
        bottom: 30px;
    }
    #footer h2 {
        font-size: 9px;
        line-height: 9px;
        margin: 0 0 20px;
        padding-bottom: 11px;
    }
    #footer h3 {
        margin-bottom: 3px;
    }
    #footer h3,
    #footer li {
        font-size: 15px;
        line-height: 15px;
    }
    #footer li:before {
        content: '/';
        display: inline-block;
        margin: 0 5px 0 2px;
    }
}