@import "menu.css";

#body  {
    text-align: center;
    background-color: #fffefc;
}


.sideScroll  {
    width: 1010px;
    margin: auto;
    padding: 13vh 0 2em 0;
}

section  {
    width: 100%;
    font-size: 0;
    padding-bottom: 0.2%;
}

section a {
    display: inline-block;
    width: 32.9%;
    margin: 0.2%;
    padding: 0;
}
section a:hover {
    opacity: 0.6;
}

section img  {
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 0;
    margin: 0;
}

svg  {
}


path  {
    fill: #343434;
    stroke-width: 0.16;
    stroke: #888;
}

path:hover  {
    stroke: #efefef;
}


.visited  {
/*    fill: #ad933e;*/
    fill: #bbb;
    cursor: pointer;
    stroke: #989898;
    stroke-width: 0.36;
}

.visited:hover  {
    fill: #bda34e;
    stroke: #999;
}

.advice  {
    display: none;
}

.countryText  {
    display: none;
    font-family: 'Lato', sans-serif;
    font-size: 2.4vw;
    letter-spacing: 0.2em;
    position: absolute;
    right: 3vw;
    top: 370px;
    color: #444;
}

.dispShow  {
    display: block;
}

/*------------------- M O B I L E ------------------------*/

@media screen and (max-width: 1010px) {
    
   
    
    .advice  {
        display: inline;
        position: fixed;
        display: block;
        width: 100vw;
        text-align: center;
        top:39vh;
    }
    
    .advice img  {
        width: 14vw;
        margin: 0 5px;
    }
    
    .advice img:nth-child(2) {
        padding: 2vw;
        width: 10vw;
        padding-right: 2.5vw;
    }
    
    .advice p  {
        padding: 0;
        color: white;
        font: 1.2em Lato, serif;
        padding-bottom: 3vw;
        line-height: 0.8
    }
    
    .sideScroll  {
        height: 100vh;
        overflow: auto;
        width: auto;
        padding: 0;
    }
    
    svg  {
        height: 95vh;
        padding: 5px 2em;
    }
    
    /*Lift over navibar*/
    section  {
        line-height: 17px;
    }
    
    section img  {
        width: 100%;
        margin: 2px 0 0 0;
        display: block;
        border-radius: 0px;
    }
    
    section a  {
        margin: 0;
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .bar  {
        display: none;
    }
}