wrapper {
    display: flex;
    flex-direction: column;
}

body {
    background-color: #fffef9;
    margin: 0;
}

a {
    font-size: 16px;
}

/* MAIN */

articles {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 40px;
    margin: 50px 100px 100px 100px;
}


/* INTRO & ERBJUDANDE */

.intro {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tjänster {
    display: flex;
    flex-direction: column;
    width: 400px;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(145deg,rgba(255, 254, 249, 1) 0%, rgba(240, 218, 189, 0.979) 100%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.tjänster h3 {
    margin-bottom: 5px;
    margin-top: 0;
}

.tjänster p {
    margin-bottom: 5 px;
    margin-top: 0;
}

.pris {
    color: darkslategray;
    margin: 0;
}

/* RECENTIONER */

.review {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}

/* KONTAKTINFORMATION */

.info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.kontakt-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.kontakt-info img {
    width: 20px;
    height: 20px;
    border-radius: 0px;
}

.kontakt h3 {
    margin-top: 0;
}

/* HERO */

.hero {
    margin: auto;
    margin-top: 50px;
}

/* VEM ÄR JAG TEXT */

.about {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    max-width: 800px;
}

.about p {
    margin: 10px;
    border-radius: 10px;
    border-spacing: 10px;
    padding: 10px;
    background: linear-gradient(145deg,rgba(255, 254, 249, 1) 0%, rgba(240, 218, 189, 0.979) 100%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* LYMFSYSTEMET */

.lymf {
    flex-direction: column;
    align-items: center;
}

.lymfsystemet {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lymfbilder {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

/* BOKA KNAPPAR */

.boka {
    color: #c8f4df;
    margin: 0 auto;
    width: 275px;
    padding: 7px;
    border-radius: 100px;
    text-align: center;
    background-color: #59b086;
    transition: all 0.2s ease;
    transform-origin: center;
}

.boka:hover {
    background-color: #4d9874;
    text-decoration: none;
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* FOOTER */

footer {
    float: bottom;
    display: flex;
    justify-content: center;
    background-color: antiquewhite;
}

/* BILDER */

.star {
    font-size: 22px;
    color: orange;
    margin-bottom: 5px;
}

.info .star {
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 10;
}


.review img {
    width: 20px;
    height: 20px;
    border-radius: 0px;
    opacity: 50%;
}

img {
    border-radius: 20px;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* TEXT */

h1, h2, h3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

summary {
    margin-bottom: 3px;
}

p, summary {
    font-size: 14pt;
    font-family: "Atkinson Hyperlegible Next" , sans-serif;
}

/* SOURCE https://fonts.google.com/specimen/Atkinson+Hyperlegible+Next */
/* <weight>: Use a value from 200 to 800 */
/* <uniquifier>: Use a unique and descriptive class name */
/* Source google fonts */
.atkinson-hyperlegible-next-cool {
  font-family: "Atkinson Hyperlegible Next", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

a {
    text-decoration: none;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 55em) {
    articles {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px 50px 50px 50px;
    }
    .reviews {
        margin: 0 auto;
    }
    img {
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .personbild {
        display: flex;
        justify-content: center;
    }
    .personbild {
        max-width: 100%;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }
    .hero {
        margin-top: 140px;
    }
    .intro {
        margin: 0 auto;
    }
    .tjänster {
        width: 300px;
    }
    .lymfbilder {
        flex-direction: column;
    }
}

@media only screen and (max-width: 434px) {
    .tjänster {
        width: 200px;
    }
    .tjänster .boka {
        width: 180px;
    }
}

@media only screen and (max-width: 1190px) {
    .hero {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 1100px) {
    .aside {
        flex-direction: column-reverse;
        align-items: center;
    }
}


/* Källa till hamburger är codepen https://codepen.io/mutedblues/pen/MmPNPG */
/* header */

.header {
    background-color: #5bb88b;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    position: fixed;
    width: 100%;
    z-index: 3;
}

.header a {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #5bb88b;
}

.header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #4c8067;
    text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: #4c8067;
}

.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
    position: absolute;
}

/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #ffffff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #ffffff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}


@media (min-width: 1190px) {
    .header li {
        float: left;
    }
    .header li a {
        padding: 20px 30px;
    }
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
}

@media (max-width: 574px) {
    .header li a {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}