html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

a,
a:visited,
a:focus,
a:active {
    background-color: transparent;
    color: #f5f5f5;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
}

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button,
input { /* 1 */
    overflow: visible;
}

button,
select { /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


.a-body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #dedede;
}
.a-body__background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #000 url('images/bg_main.jpg') no-repeat center;
    background-size: cover;
}

.a-body_ready * {
    transition: all .4s ease;
}


.a-menu {
    height: 170px;
    z-index: 2;
}
.a-menu__inner {
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: 10px auto;
}
.a-menu__mobile {
    display: none;
}
.a-menu__left {

}
.a-menu__right {

}
.a-menu__left,
.a-menu__right {
    display: flex;
    flex: 1 1 50%;
    align-items: center;
}
.a-menu__logo {
    display: flex;
    flex: 0 0 auto;
    margin: 0 30px;
}
.a-menu__logo-img {
    height: 150px;
    width: auto;
}
.a-menu__logo-img:hover {
    opacity: .6;
}
.a-menu__link,
.a-menu__link:hover,
.a-menu__link:visited,
.a-menu__link:active {
    color: #f1f1f1;
    text-decoration: none;
    font-size: 24px;
    flex: 1 1 auto;
    text-align: center;
    text-shadow: 0 0 5px #000;
}
.a-menu__link:hover {
    opacity: .6;
}

.a-section {

}
.a-section__title {
    padding: 0;
    margin: 0 0 40px;
    font-size: 30px;
    line-height: 30px;
}
.a-section__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}
.a-section_w-bg {
    background: #0e0e0e;
    padding: 50px 0;
}
.a-section_top {
    height: 70vh;
}
.a-section_footer {
    height: 150px;
}

.a-about {
    display: flex;
}
.a-about__left {
    flex: 1 1 100%;
    padding: 0 30px 0 0;
}
.a-about__right {
    flex: 0 0 160px;
}

.a-grid {
    font-size: 0;
    line-height: 0;
    max-width: 1500px;
    margin: 0 auto;
}
.a-grid__element {
    display: inline-block;
    position: relative;
    height: auto;
    width: 25%;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}
.a-grid__element:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0);
}
.a-grid__element-img {
    width: 100%;
}

.a-social {
    align-items: center;
}
.a-social__tripadvisor,
.a-social__instagram,
.a-social__facebook {
    margin: 0 auto;
}
.a-social__tripadvisor {
    width: 160px;
}
.a-social__instagram,
.a-social__facebook {
    display: block;
    background: url(../assets/images/instagram.png) no-repeat 50% 50%;
    height: 70px;
    width: 70px;
    margin-top: 30px;
    background-size: contain;
}
.a-social__facebook {
    background-image: url(../assets/images/fb-logo.png);
}

.a-getting {
    display: flex;
    align-items: center;
}
.a-getting__left {
    flex: 1 1 100%;
}
.a-getting__right {
    flex: 0 0 400px;
}
.a-getting__image {
    width: 100%;
}

.a-list {
    margin: 20px 0;
    padding: 0 30px;
}
.a-list__item {
    margin: 20px 0;
}

.a-catering {
    display: flex;
}
.a-catering__left {
    flex: 0 0 300px;
}
.a-catering__image {
    width: 100%;
}
.a-catering__right {
    flex: 1 1 100%;
    padding-left: 30px;
}

/* Tablet */
@media (max-width: 900px) {
    .a-grid__element {
        width: 33.33333333%;
    }
}

/* Mobile */
@media (max-width: 540px) {
    .a-menu__inner {
        display: none;
    }
    .a-menu__mobile {
        display: block;
    }
    .a-menu__logo {
        display: block;
        margin: 10px;
        text-align: center;
    }
    .a-menu__logo-img {
        height: 90px;
    }
    .a-menu__link,
    .a-menu__link:hover,
    .a-menu__link:active,
    .a-menu__link:visited {
        font-size: 18px;
        width: 100%;
        display: block;
        line-height: 35px;
    }

    .a-about,
    .a-getting,
    .a-catering {
        display: block;
    }
    .a-about__left {
        padding: 0 0 40px;
    }
    .a-catering__right {
        padding: 25px 0 0;
    }
    .a-grid__element {
        width: 50%;
    }
}