body {
    background-color: hsl(74, 32%, 32%, 0.2);
}

#menu {
    background: #fff;
    padding: 3% 0 0 0;
}

#menu_2 {
    background: #e3e3e3;
    padding: 3% 0 0 0;
}

#menu_3 {
    background: hsl(74, 32%, 32%, 0.2);
    padding: 3% 0 0 0;
}

.content {
    padding: 2% 0;
    max-width: 1200px;
    margin: 0 auto;
}

.content img {
    border: 1px solid #606c38;
    width: 100%;
    border-radius: 0.5em;
}

#intro {
background-color: #fff;
/* background: linear-gradient(0deg,#d2d2d2 0%, rgba(255, 255, 255, 1) 100%); */
}

#intro .content img {
    border-radius: 1.5rem;
}

#vit {
    background: #fff;
/* background: linear-gradient(180deg,#d2d2d2 0% 0%, rgba(255, 255, 255, 1) 100%); */
}

#gron {
    background: hsl(74, 32%, 32%, 0.2);
/* background: linear-gradient(0deg,#d2d2d2 0% 0%, rgba(255, 255, 255, 1) 100%); */
}

#gra {
    background: #e3e3e3;
/* background: linear-gradient(180deg,#d2d2d2 0% 0%, rgba(255, 255, 255, 1) 100%); */
}

/* 
.top-bar {
    padding: 5% 0;
}

.top-bar, .top-bar ul {
    background-color: #fff;
    padding-right: 0;
}

.menu a {
    color: #000000;
    padding-right: 0;
    padding-left: 2em;
}

.menu .is-active > a, .menu a:hover {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 0.2em;
    text-underline-offset: 0.2em;
}

li a {
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    font-weight: 600;
    color: #606c38;
    text-transform: uppercase;
} */

/* h3 {
    font-family: "Imperial Script", cursive;;
    font-size: 4em;
    font-weight: 700;
    padding: 2% 0;
    color: #606c38;
    line-height: 1.2em;
} */

/* h2 {
    font-family: "Dynalight", cursive;
    font-size: 4em;
    font-weight: 700;
    padding: 2% 0;
    color: #606c38;
    line-height: 1.2em;  
} */

h1 {
    font-family: "Dancing Script", cursive;
    font-size: 4em;
    font-weight: 700;
    padding: 2% 0;
    color: #606c38;
    line-height: 1.2em;
    margin: 0;
}

h2 {
    font-family: "Dancing Script", cursive;
    font-size: 3em;
    font-weight: 700;
    padding: 2% 0;
    color: #606c38;
    line-height: 1.2em;
    margin: 0;
}

p {
    font-family: "Vend Sans", sans-serif;
    font-size: 1.1em;
    padding: 0 5% 2% 5%;
}

/* .tausta {
    height: 100px;
    background-color: beige;
    position: fixed;
} */

#footer {
    height: 30vh;
    background: hsl(74, 32%, 32%, 0.2);
    padding-top: 5%;
}

.menu li img {
    margin: 20px;
    width: 20px;
}


@media screen and (max-width: 39.9375em) {

    #menu img {
        width: 30%;
    }

    #intro .content img, .content img {
        border-radius: 0;
        margin-bottom: 3%;
    }

    /* .title-bar-right {
        height: 80px;
        margin-top: -53px;
        padding: 0 2% 0 0;
    }

    .logo {
        margin: 5% 0 0 0;
    }

    #intro img {
        width: 100%;
    } */

    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 2.5em;
    }

    #footer {
        height: 20vh;
        background: hsl(74, 32%, 32%, 0.2);
        padding-top: 5%;
    }
}