body {
    background: #eee;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

nav {
    position: fixed;
    top: 0px;
    height: 60px;
    width: 100%;
    background: #bbb;
}

.container {
    max-width: 1024px;
}

#navlogo {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    border-radius: 40px;
    box-shadow: 0 5px #aaa;
    cursor: pointer;
}

#navlogo:hover {
    margin-top: 8px;
    box-shadow: 0 7px #aaa;
}

#navlogo:active {
    margin-top: 12px;
    box-shadow: 0 3px #aaa;
}

#content {
    padding: 130px 100px;
    background: #ddd;
}

.info {
}

.stores {
    float: right;
    margin-top: 20px;
}

.stores img {
    width: 120px;
}

.logo {
    width: 144px;
    height: 144px;
    margin-top: 20px;
    vertical-align: top;
}

.infotext {
    display: inline-block;
    max-width: 670px;
    padding-left: 50px;
}

.icon {
    width: 20px;
    height: 20px;
    margin: 0 5px 5px 5px;
}

.gallery > img {
    width: 200px;
    margin: 10px 20px;
}

.otherinfo > div {
    display: inline-block;
    width: 250px;
}




footer {
    height: 300px;
    background: #333;
}

@media (max-width: 767px) {
    .logo {
        width: 72px;
        height: 72px;
        margin-top: 20px;
    }
    #content {
        padding: 100px 10px;
    }
    .infotext {
        padding-left: 10px;
    }
}
