* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    background: #B0A494;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #263238;
}

p {
    color: #546E7A;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}

section {
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    font-size: 18px;
    line-height: 33px;
}

header {
    margin-bottom: 10px;
    text-align: center;
}

header #logo {
    width: 200px;
}

.text-green {
    color: #80A26A;
}

#page {
    width: 80%;
    max-width: 800px;
    padding: 50px;
    margin: 100px auto;
    background-color: #FFFFFF;
    position: relative;
}

#page .container {
    position: relative;
    width: calc(50% - 60px);
    padding: 0 30px;
    float: left;
}

#page .palette {
    background-color: #F68818;
    position: absolute;
    top: -50px;
    bottom: -50px;
    right: 0;
    width: 40%;
}

img#pexel {
    width: 85%;
    position: absolute;
    z-index: 2;
    box-shadow: 8px 8px 0 0 rgba(0, 0, 0, .2);
}

.clearfix {
    clear: both;
}

footer {
    background-color: #333333;
    padding: 20px 0;
}

footer div {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    color: #FFFFFF;
}

#legal-info {
    margin-top: 30px;
}

#copyright {
    margin-top: 30px;
    font-size: 80%;
}

.btn {
    background-color: #80A26A;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

.btn:hover {
    background-color: #546E7A;
}

@media only screen and (max-width: 830px) {
    #page .container {
        float: none;
        width: calc(100% - 60px);
    }

    #page .container:first-child {
        margin-bottom: 50px;
    }

    #page .container:not(:first-child) {
        text-align: center;
    }

    img#pexel {
        width: 300px;
        position: relative;
        display: inline-block;
    }

    #page .palette {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 210px;
    }
}

@media only screen and (max-width: 450px) {
    #page {
        padding: 50px 20px;
    }

    img#pexel {
        width: 100%;
    }

    #page .palette {
        height: 180px;
    }
}
