@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v47-latin-regular.eot');
    src: url('../fonts/roboto-v47-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v47-latin-regular.woff') format('woff'), url('../fonts/roboto-v47-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v47-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v47-latin-700.eot');
    src: url('../fonts/roboto-v47-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v47-latin-700.woff2') format('woff2'), url('../fonts/roboto-v47-latin-700.woff') format('woff'), url('../fonts/roboto-v47-latin-700.ttf') format('truetype'), url('../fonts/roboto-v47-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #666;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

h1 {
    font-size: 2.625rem;
    line-height: 1;
    margin: 2.5rem 0 1.875rem;
    color: #313035
}

h2 {
    font-size: 1.562rem;
    margin: 1.875rem 0 0.625rem;
    font-size: 1.562rem;
    ;
    color: #333
}

p {
    margin: 0 0 20px;
}

.nowrap {
    white-space: nowrap;
}

.space {
    margin: 0 0 65px
}

ul {
    list-style: none;
    margin: 0 0 1.875rem;
    padding: 0;
}

ul li {
    padding-left: 1.125rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.125rem;
    font-size: 27px;
    line-height: 0.95;
}

.list {
    margin: 0 0 3rem
}

header {
    background: #313035;
}


.img_top{
    background: url(../images/meyer_grey.jpg)no-repeat top center;
    background-size: cover;
   height: 600px;
    background-position: 50%;
}
.img_top img{
    display: none;
}
.top,
.bottom {
    max-width: 56.25rem;
    margin: 0 auto
}

.top {
    padding: 1.25rem 0
}

#wrapper > img {
    border-bottom: 30px solid #313035;
}

.center {
    text-align: center;
    margin: 1.562rem 0
}

article {
    padding: 0 0 1.875rem;
    max-width: 56.25rem;
    margin: 0 auto
}

.flex {
    display: flex;
    align-items: flex-end;
    column-gap: 75px
}

.flex h2 {
    margin-top: 0
}

footer {
    background: #313035;
    color: #fff;
}

footer p {
    text-align: center;
    margin: 0
}

.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.562rem 0
}

i {
    color: rgb(157, 163, 175);
    font-size: 1.875rem
}

.icons {
    display: flex;
    column-gap: 1rem
}

@media only screen and (max-width: 899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    .space {
        margin: 0 0 1rem
    }

    .list {
        margin: 0 0 1rem
    }

    h1 {
        font-size: 1.687rem;
        margin: 0 0 1rem;
        line-height: 1.2
    }

    h1 span {
        white-space: nowrap;
    }

    h2 {
        margin: 1rem 0 0.312rem
    }

    .center {
        margin: 1rem 0
    }

    ul li {
        padding: 0 0 0 1.562rem
    }

    .top,
    .bottom,
    article {
        padding: 1rem
    }

    article {
        padding: 16px
    }
}

@media only screen and (max-width: 51rem) {
    h1 {
        font-size: 2rem
    }

    h2 {
        font-size: 1.437rem
    }

    .bottom {
        flex-direction: column
    }

    footer p {
        margin: 16px 0
    }
    .img_top img{
        display: block;
    }
    .img_top{
        height: auto;
        background: none;
    }
}

@media only screen and (max-width: 46.875rem) {
    .flex {
        flex-direction: column;
        align-items: flex-start
    }

    .flex img {
        margin: 0 auto;
        display: block;
    }
}
