* {
    box-sizing: border-box;
}

html, body {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #000;
    line-height: 1.6;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

button {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

/* Cover image */

.home_image {
    background: url('../images/exotic_beauty.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 650px;
    height: 90vh;
    display: flex;
    justify-content: flex-end;
    z-index: 0;
    margin-bottom: 30px;
}

.fa-instagram, .fa-facebook-square {
    display: none;
}

/* Mobile navigation */

/* Button*/
.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #000000;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(0px, 12.5px);
    transform: rotate(-45deg) translate(0px, 12.5px);
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(0px, -12.5px);
    transform: rotate(45deg) translate(0px, -12.5px);
}

/*Equals the logo*/
.dropbtn_hidden {
    visibility: hidden;
}

.upper_header {
    background-color: #F9F0ED;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.wrapper {
    display: flex;
    align-items: center;
    width: 90%;
    margin: auto;
}

#logo {
    width: 100px;
    height: 100px;
    margin: auto;
}

ul li {
    padding-left: 10px;
    padding-right: 10px;
}

.mobile-menu {
    height: 0;
    transition: height 0.3s;
    overflow: hidden;
}

.mobile-menu-expanded {
    height: 147px;
    z-index: 1;
}

.dropdown {
    display: flex;
    flex-direction: column;
}

#myDropdown li {
    display: flex;
    justify-content: center;
    width: 100vw;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
}

#myDropdown li a {
    flex: 1;
    text-align: center;
}

#myDropdown {
    background-color: white;
    z-index: 1;
}

/* Links inside the dropdown */
#myDropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
#myDropdown a:hover {
    background-color: #F9F0ED
}

#mobile-menu-container {
    position: absolute;
}

/* Website navigation */

#mySidenav {
    display: none;
}

/*About us*/

.about {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 40px;
    padding-top: 30px;
}

.handwritten {
    font-family: 'Stalemate', cursive;
    font-size: 3em;
    color: #A78893;
    margin-bottom: 0px;
    margin-top: 0px;
}

.boldheader {
    font-family: 'Cormorant', serif;
    font-weight: 500;
    font-size: 2.5em;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 1.1;
}

.paragraph {
    font-size: 1.2em;
    margin-bottom: 0;
}

#salon_photo {
    flex-grow: 1;
    flex-basis: 400px;
    background: url('../images/gabinet.jpg') no-repeat;
    height: 700px;
    background-position: center;
}

.description {
    flex-grow: 1;
    flex-basis: 400px;
    margin-bottom: 30px;
}

/*Pricelist*/

.content_wrapper {
    width: 90vw;
    margin: auto;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

#pricelist {
    padding-top: 15px;
}

.pricelist {
    margin-bottom: 30px;
}

.price_container {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
}

.service {
    margin-left: 0px;
}

.service_price {
    margin-right: 0px;
    white-space: nowrap;
    display: flex;
    align-items: flex-end;
}

.service, .service_price {
    margin-bottom: 0px;
    margin-top: 0px;
}

/* Accordion*/
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/*Contact*/

.contactwrapper {
    width: 100vw;
    height: 400px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: center;
}

.contactcontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text {
    display: flex;
    flex-direction: column;
    text-align: center;
}

p a:link, p a:visited {
    color: black;
    text-decoration: none;
}

.icon {
    display: inline-block;
}

.fa-instagram,
.fa-facebook-square {
    color: #3E414C;
    margin-top: 15px;
}

.fa-instagram:hover,
.fa-facebook-square:hover {
    color: #999999;
    transition: 0.3s;
}

.fa-facebook-square {
    margin-left: 10px;
}

/* Gallery */

#gallery {
    justify-content: center;
    margin-bottom: 30px;
}

.left {
    background: url('../images/nails1small.jpg') no-repeat;
    height: 300px;
    width: 300px;
    background-position: center;
}

.img_one {
    background: url('../images/nails2.jpg') no-repeat;
    height: 300px;
    width: 300px;
    background-position: center;
}

.img_two {
    background: url('../images/nails3.jpg') no-repeat;
    height: 300px;
    width: 300px;
    background-position: center;
}

.img_three {
    background: url('../images/nails4.jpg') no-repeat;
    height: 300px;
    width: 300px;
    background-position: center;
}

.img_four {
    background: url('../images/nails5.jpg') no-repeat;
    height: 300px;
    width: 300px;
    background-position: center;
}

@media (min-width: 750px) {

    /* Gallery */

    #gallery {
        display: flex;
        width: 100vw;
    }

    .left {
        background: url("../images/nails1.jpg") no-repeat;
        width: 600px;
        height: 600px;
    }

    .first_column {
        display: flex;
    }

    .second_column {
        display: flex;
    }

}

@media (min-width: 900px) {


    .home_image {
        height: 100vh;
        min-height: 650px;
    }

    /* Mobile navigation*/

    .upper_header {
        display: none;
    }

    .container,
    #mobile-menu-container,
    .mobile-menu,
    #myDropdown,
    .dropdown {
        display: none;
    }

    #myDropdown {
        display: none;
    }

    /* Website navigation */

    #mySidenav {
        display: flex;
    }

    .sidenav {
        min-height: 650px;
        height: 100vh;
        width: 20%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(249, 240, 237);
        overflow-x: hidden;
        /*transition: 0.5s;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .sidenav a {
        /*font-family: 'Josefin Sans', sans-serif;*/
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        padding: 8px 0px;
        text-decoration: none;
        font-size: 20px;
        color: #000;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #999999;
    }

    #logo_full {
        position: absolute;
        top: 5%;
        margin: auto;
        width: 80%;
        height: auto;
    }

    .fa-instagram,
    .fa-facebook-square {
        display: inline-block;
    }

    .fa-facebook-square {
        margin-right: 15px;
    }

    .price_container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .price_container:hover {
        background-color: #F9F0ED;
    }

    .priceheaders {
        padding-left: 8px;
    }
}

@media (min-width: 1000px) {

    /* About section */

    .about {
        justify-content: space-between;
    }

    .description {
        padding-right: 25px;
        padding-left: 25px;
    }

    #salon_photo {
        margin-right: 25px;
        margin-left: 25px;
    }


    /*Contact*/

    .contactwrapper {
        height: 600px;
        margin-bottom: 50px;
    }

    .contactcontainer {
        display: flex;
        flex-basis: 1;
        width: 50%;
        justify-content: center;
    }

    .squarescontainer {
        display: flex;
        justify-content: flex-end;
        width: 50%;
        align-self: center;
        position: relative;
    }

    .square {
        width: 500px;
        height: 500px;
        background-color: #F9F0ED;
        z-index: -1;

    }

    .pattern {
        z-index: 1;
        background: url("../images/pattern.png") no-repeat;
        width: 450px;
        height: 450px;
        position: absolute;
        top: 100px;
        left: 50px;
    }
}

@media (min-width: 1065px) {
    .description {
        margin-bottom: 0px;
    }
}
