body {
    margin:0;
    padding:0;
    font-family: objektiv-mk2, sans-serif;
    font-weight:400;
}
p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
a {
    text-decoration: none;
    color: #FF5500;
}
section.slider_wrapper {
    position: relative;
    height: 60vh;
    margin-bottom: 2rem;}
#slider {
    width:100%;
    height:60vh;
}
#billboard {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    width: 90vw;
    margin: auto;
    bottom: 15%;
}
section.content {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
@media (min-width: 1024px) {
    section.slider_wrapper {
        position: relative;
        height: 100vh;
    }
    #slider {
        height:100vh;
    }
    #billboard {
        left: 0;
        right: 0;
        text-align: center;
        z-index:999;
        cursor: pointer;
    }
    section.content {
        margin: 4em auto;
        height:90vh;
    }
    section.instafeed {
        margin: 4em auto;
        width:70vw    }
}
#billboard h1,#billboard h2 {
    margin:0;
    padding:0;
    font-size: 2rem;
    line-height:1;
    text-transform: uppercase;
    color: #fff;
    text-shadow: -1px 2px 4px rgba(0, 0, 0, 0.3);
}
#billboard h1 em {
    font-style:normal;
    font-size:0.8rem;
}
#billboard h2 {
    font-weight:300;
}
#billboard h2 em {
    font-style:normal;
}
#billboard h2 em:before, #billboard h2 sup:before {
    content: "\f005";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size:.4rem;
    vertical-align: super;
}
#slider li {
    background-position: center;
    background-size: cover;
    width:100%;
    height:100%;
}
#slider li:nth-child(1) {
    background-image: url(pix/savi.jpg)
}
#slider li:nth-child(2) {
    background-image: url(pix/ikkuna.jpg)
}
#slider li:nth-child(3) {
    background-image: url(pix/kulta.jpg)
}
#slider li:nth-child(4) {
    background-image: url(pix/kaktus-viher.jpg)
}
#slider span {
    position:absolute;
    bottom:1rem;
    right:1rem;
    font-size:0.5rem;
    text-transform: uppercase;
    color:#FFF;
}
#slider span:before {
    content: "\f030";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right:0.6em;
}
@media (min-width: 1024px) {
    #slider span {
        font-size:0.7rem;
    }
}
#zorro {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    width:12vh;
    height:12vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(pix/zorro-red.png);
    /* border-radius: 50%; */
    margin:auto;
    z-index: 999;
}
 .sy-pager, .sy-controls, .sy-slides-wrap:hover .sy-controls {
    display:none!important;
}
.content div.info  {
    text-align:center;
    z-index:9999;
}
.info h2 {
    font-size:1.2em;
    width:25ch;
}
@media (min-width: 768px) {
    #billboard h1,#billboard h2 {
        font-size: 1.5rem;
    }
    .info h2 {
        font-size:1.7em;
        width:30ch;
    }
}
@media (min-width: 1024px) {
    #billboard h1,#billboard h2 {
        font-size: 2.5rem;
    }
    .info h2 {
        font-size:2em;
        width:36ch;
    }
}
@media (min-width: 1200px) {
    #billboard h1,#billboard h2 {
        font-size: 3.5rem;
    }
    .info h2 {
        font-size:2.5em;
        width:40ch;
        margin: 0 auto 2rem auto;
    }
}
div.shoplinks {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom:4em;
}
.shoplinks div.btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    line-height:1em;
    width: 50vw;
    height: 50vw;
    margin-top:2em;
    border-radius: 50%;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: baseline;
    align-items: center;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.shoplinks div.btn:hover, .icons i:hover {
    transform:scale(1.1);
}
@media (min-width: 768px) {
    
    div.shoplinks {
        flex-direction: row;
    }   
    .shoplinks div.btn {
        font-size: 1em;
        width: 20vw;
        height: 20vw;
        margin: 1em;
    }
}
@media (min-width: 1024px) {
    div.shoplinks {
        flex-direction: row;
    }
    .shoplinks div.btn {
        font-size: 1.2em;
        width: 15vw;
        height: 15vw;
    }
}
@media (min-width: 1200px) {
    .shoplinks div.btn {
        font-size: 1.5em;
    }
}
.btn.webshop {
    background-image: url(pix/webshop.jpg);
}
.btn.workshops {
    background-image: url(pix/workshops.jpg);
}
.btn.bio {
    background-image: url(pix/eva-bio.jpg);
}
.btn.blog {
    background-image: url(pix/blogbtn.jpg);
}
.contact {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    width:100%;
}
.contact address, .icons {
}
.icons a {
    margin: 0 1em;
}
.icons i {
    transition: all 0.3s ease-in-out 0s;
}
address {
    text-align:center;
    margin-right:1em 0;
}
address p {
    margin:0;
    font-style: normal;
    font-weight: 400;
    font-size:1em;
}
.icons {
    margin: 1em;
}
.icons i {
    font-size:4em;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
    background-color:rgba(255, 80, 0, 0.7)!important;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more:hover {
    background-color:rgba(255, 80, 0, 1)!important;
}

.eapps-instagram-feed {
    font-family: objektiv-mk2, sans-serif!important;
}
footer ul {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    list-style-type: none;
    flex-flow:column wrap;
    text-align:center;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin:1rem 0;
    padding: 0;
}
footer ul li {
    margin:auto;
    color:#B30010;
}
footer ul li span {
    font-weight:500;
    font-size:1.2em;
}
footer ul li span em {
    font-style: normal;
    font-weight: 700;
    display:block;  
}
@media (min-width: 768px) {

}
@media (min-width: 1024px) {
    .contact {
        flex-direction: row;
    }
    .contact address, .icons {
    }
    address {
        text-align:right;
        margin-right:1em;
    }
    address p {
        font-size:1.2em;
    }
    .icons {
        margin-left:1em;
    }
    .icons a {
        margin: 0 1em;
    }
    footer ul {
        text-align:left;
    }
    footer ul li {
        margin:1em 1em;
    }
    footer ul li span {
        font-size:1.5em;
    }
    footer ul li span em {
        padding-right: 0.5em;
        display:inline-block;
    }
}
