.logo {
    width: 70%;
}

div.content.container-fluid {
    text-align: center;
    color: black;
    font-size: 20px;
    font-family: Helvetica, Arial, sans-serif;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.online-store {
    font-size: 18px;
}

div.content p {
    margin-bottom: 20px;
}

div.content.container-fluid a {
    color: black;
}

.contact {
    margin: 20px;
}

html, body {
    height: 100%;
    overflow-x: hidden;
}

.bg-container {
    background-image: url('bg.jpg?2016062603');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: relative;
}

@media(max-width: 850px) {
    .logo {
        width: 95%;
    }
}

@media(max-width: 500px) {
    div.content.container-fluid {
        font-size: 16px;
    }
    .online-store {
        font-size: 14px;
    }
}