body, html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    background: #FF8F00;
}


nav {
    display: flex;
    justify-content: flex-end;
}

    nav a {
        font-family: 'Russo One', sans-serif;
        font-size: 23px;
        color: white;
        text-decoration: none;
    }


header {
    background: orange;
}

.main-page {
    background: #FF8F00;
    height: 75vh;
}

.shop-page {
    background: #FF8F00;
    height: auto;
}

.doc {
    background-color: #FBC02D;
}

section p {
    overflow: hidden;
    max-height: 0em;
    padding: 0;
    margin: 0;
    background: #FBC02D;
}

section a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 35px;
    padding-right: 50px;
    padding-left: 50px;
    background: orange;
    border-bottom: 2px solid white;
    color: white;
}

section:target p {
    max-height: 20em;
    padding: 0px;
}

.footer {
    background: orange;
    width: 100%;
}

h2 {
    max-width: 50%;
}

.maps {
    position: absolute;
    right: 0;
    height: 300px;
    width: 50%;
}

.shop-center {
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}


.shop-accounts {
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #e8e1e1;
    border-radius: 28px;
    border: 1px solid #FFA500;
    height: 300px;
    width: 390px;
}

.shop-accounts-smoler {
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #e8e1e1;
    border-radius: 28px;
    border: 1px solid #FFA500;
    height: 240px;
    width: 390px;
}

.shop-accounts-WH {
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #e8e1e1;
    border-radius: 28px;
    border: 1px solid #FFA500;
    height: 390px;
    width: 240px;
}

.photo-shop {
    padding-left: 10px;
    position: relative;
    top: 10px;
}

.photo-shop-M {
    padding-left: 10px;
    padding-top: 10px;
}

.shop-index {
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #e8e1e1;
    border-radius: 28px;
    border: 1px solid orange;
    padding: 5px;
}

.shop-main {
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #e8e1e1;
    border-radius: 28px;
    border: 1px solid orange;
    height: 332px;
    width: 590px;
}


.shop-title {
    font-family: 'Russo One', sans-serif;
    font-size: 19px;
    color: #808080;
    padding: 10px;
    margin: 0;
    display: inline-block;
}

.contact_name {
    display: block;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.5em;
    color: #808080;
}
