* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    font-family: 'brandon-grotesque', sans-serif;
    font-style: normal;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 400px) {
    body {
        font-size: 1.6rem;
    }

    .big-title h2 {
        font-size: 4rem;
        line-height: 1;
    }
}

@media (min-width: 600px) {
    .main {
        font-size: 2.6rem;
    }

    .big-title h2 {
        font-size: 6rem;
    }
}


.site {
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -ms-flex-direction: column;
    flex-direction: column;
}

.logo {
    padding: 1% 1em;
}

.container {
    max-width: 589px;
    padding: 5%;
}

.big-title {
    background: #a08b00;
    text-transform: uppercase;
    color: white;
    padding: 1% 1em;
    display: inline-block;
}

.logo img {
    max-width: 100%;
}

.logo {
    margin: 0;
}

.big-title h2 {
    margin: 0;
}

h3 {
    font-size: 2.6rem;
    margin-bottom: 0.5em;
}

.contact {
    font-size: 2rem;
}

.main > div:first-of-type {
    margin-top: 0;
}

.main p span {
    background: #2d5f1a;
    position: relative;
    display: inline-block;
    padding: 2px 5px;

}

.bottom {
    background: rgba(0, 0, 0, 0.4);
    -ms-flex: auto;
    flex: auto;
    color: white;
    padding-left: 1em;
}

.bottom a {
    color: white;
    text-decoration: none;
}

.contact {
    margin-top: 3em;
}

.contact h4,
.contact p {
    margin: 0.5em 0;
}

input {
    border: none;
    height: 36px;
    border-radius: 6px;
}
input[type=submit] {
    background: #2d5f1a;
    color: white;
    width: 104px;
}
input[type=text] {
    padding: 0 10px;
}

@media (min-width: 850px) {

    .big-title {
        padding: 5px 5px 5px 100px;
    }

    .big-title h2 {
        font-size: 10rem;
    }

    .logo {
        padding: 50px 80px 40px 100px;
    }

    .big-title {
        text-transform: uppercase;
        color: white;
        padding: 0 5px 0 100px;
    }

    .bottom {
        max-width: 410px;
        padding-bottom: 10%;
        padding-left: 0;
    }

    .bottom .inner {
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }

    .main p {
        width: 130%;
    }

    input[type=text] {
        width: 300px;
        margin-right: -60px;
        margin-top: 1px;
        height: 35px;
        padding-right: 60px;
    }

}

@media (min-width: 1100px) {
    .big-title h2 {
        font-size: 13rem;
    }
}
