html {
    position: relative;
    min-height: 100%;
}

body {
    background: #7b2682;
    color: #e2b87f;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 20px;
}

a {
    color: #e2b87f;
    text-decoration: none;
    transition: 0.3s color ease-in-out;
}

a:hover {
    color: #facd91;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

#logo {
    text-align: center;
}

#line {
    margin: 20px 0 20px 0;
}

#subtitle {
    text-align: left;
    margin: 0 auto;
    width: 190px;
    font-weight: 300;
    line-height: 24px;
}

#subtitle strong {
    font-weight: 400;
}

.wrapper {
    max-width: 700px;
    margin: 0 auto 0 auto;
}

#opening_soon {
    margin: 60px auto;
    max-width: 244px;
}

#address {
    margin: 0 auto;
    max-width: 244px;
}

#address .item {
    position: relative;
    padding-left: 50px;
    margin: 20px 0;
    line-height: 24px;
}

#address .item i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
}

#address .item .smaller {
    font-size: 12px;
}

#madeby {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: 300;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    body {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .wrapper {
        margin-top: 80px;
    }

    #opening_soon {
        width: 45%;
    }

    #address {
        width: 55%;
    }

    #opening_soon {
        margin: 20px 0 0 0;
        float: left;
        max-width: 100%;
    }

    #address {
        margin: 0;
        float: right;
        max-width: 100%;
    }
}