*,
*:before,
*:after {
    box-sizing: border-box;

}

body {
    background-color: #33383F;
    background-size: 100% auto;
    font-size: 20px;
    font-family: sans-serif;
    font-family: "Red Hat Display", sans-serif;
    color: #f9f8ff;
    text-align: center;
    line-height: 1;
}

#center-box {
    margin: 0 auto;
    width: 715px;
    padding: 70px 0 0 0;
}

#logo svg {
    width: 150px;
    height: auto;
}

h1 {
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    margin: 20px 0 70px 0;
    line-height: 1.2;
}

p {
    margin: 0 0 40px 0;
}

form {
    overflow: hidden;
    clear: both;
    margin: 0 0 30px 0;
}

.row {
    margin: 0 -10px;
}

.one-third {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    padding: 10px;
    border: solid 2px #f9f8ff;
    font-size: 16px;
    font-family: inherit;
    background: transparent;
    padding: 10px;
    color: #f9f8ff;
    margin: 0 0 20px 0;
}

input[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #EA9428;
    font-size: 16px;
    font-family: inherit;
    color: #f9f8ff;
    text-transform: uppercase;
    border: solid 2px #EA9428;
}

::-webkit-input-placeholder {
    color: #f9f8ff;
    width: 50px;
}

ul li {
    display: inline-block;
}

ul li a {
    display: inline-block;
    border: solid 2px #EA9428;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 0 10px;
    background-size: 30px auto;
}


#facebook {
    background: #ea9428 url(../img/facebook.svg) center center no-repeat;
}

#instagram {
    background: #ea9428 url(../img/insta.svg) center center no-repeat;
}

#behance {
    background: #ea9428 url(../img/behance.svg) center center no-repeat;
}


@media only screen and (max-width: 715px) {
    #center-box {
        width: 100%;
        padding: 40px 25px 0 25px;
    }
}

@media only screen and (max-width: 640px) {
    .one-third {
        float: none;
        width: 100%;
    }

    body,
    p {
        font-size: 16px;
    }

    h1 {
        font-size: 50px;
        margin: 10px 0 30px 0;
    }

    p {
        margin: 0 0 20px 0;
    }

}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 40px;
    }

    #center-box {
        padding: 30px 0 0 0;
    }

}
