html, body {    padding: 0;    margin: 0;    height: 100%;}body {    font-family: 'Lora', serif;    font-size: 100%;    line-height: 1.4;}body,a {    color: #fff;}h2 {    margin: 0;    font-size: 1.250em;    font-weight: normal;}p {    margin: 1.625em 0;}.menuSubList {    display: none;}.page {    box-sizing: border-box;    min-height: 100%;    padding-top: 10%;    text-align: center;    background: #fee;    background: url('../images/landing-page/background-1200x816.jpg') no-repeat center;    background-size: cover;}.logo {    width: 12.500em;    margin: 0 auto 2em;}.logo__img {    width: 100%;    height: auto;}@media screen and (min-width: 1200px) {    .page {        background-image: url('../images/landing-page/background-1602x1090.jpg');    }    .logo {        width: 21.875em;        margin-bottom: 5em;    }}