body { 
    background: #1c1c1c;
    /* background: rgb(0, 52, 54); */

    
    font-family: "open sans", arial, sans-serif, helvetica;
    margin: 0;
    color: lightgray;
    font-weight: 300;
    line-height: 170%;
    font-weight: lighter;
   

}

a { 
    /* color: crimson; */
    /* color: rgb(255, 31, 76); */
    text-decoration: none;
    border-bottom: dotted 1px lightgray;
    color: inherit;
}
a:hover { 
    border-bottom: solid 1px crimson;
}


.top-logo { 
    width: 100%; 
    text-align: center;
    margin-top: 30px;
    font-weight: 700;
    font-size: 120%;
}


 .container { 
     width: 100%; 
     max-width: 800px;
     text-align: center; 
     margin-left: auto; 
     margin-right: auto;
     
 }

.label {
    font-size: 90%;
}
.label2 {
    font-size: 80%;
    color: red;
}

.other-toilet-point, .ec-toilet-point, .lp-toilet-point { 
    stroke: #000;
    fill: crimson;
}



/* imported styles */







.container { 
    padding-top: 10%;
    width:100%; 
    max-width: 800px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 2000px; */
}

.map { 
    position: fixed; 
    top: 20px; 
    width: 100%; 
    max-width: 800px;
    z-index: -900;
    opacity: 0;
  
}

.title { 
    position: fixed; 
    z-index: -50;
    top: 100px;
    left:100px;
    
    display: none;
}
.hint { 
    display: block; 
    margin-top: -10px;
    padding-top: 10px;
   
}

.title-head { 
    font-weight: 700;
    border-bottom: solid 1px #fff;
}
.title-body { 
    font-weight:300;
    color:lightgray;
    font-size: 90%;
}

#chart { 
    position: fixed; 
    top: 20px; 
    width: 100%; 
    /* max-width: 600px; */
    margin-left: auto;
    margin-right: auto;
    z-index: -800;
    opacity: 0;
    /* background: #eee; */
    /* background: red; */
  
}

.label-1 { 
    font-size: 80%;
}

/* .body {
    width: 80%; 
    
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
} */

.main-head {
    font-family: Georgia, 'Times New Roman', Times, serif; 
    font-size: 350%;
    line-height: 120%;
    width: 100%; 
    text-align: center; 
    margin-bottom: 10%;
}

.quote { 
    font-size: 160%;
    line-height: 120%;
    width: 80%;
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif; 
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 30px;
    /* border-top: dotted 1px gray; */
    margin-top: 50px;
    
}
.quote-attrib {
    width: 80%; 
    margin-right: auto;
    margin-left: auto;
    /* color: gray; */
    text-decoration: none;
    text-align: center;
    /* border-bottom: dotted 1px gray; */
    padding-bottom: 30px;
    font-size: 90%;
}

.soundcite-play:before { 
    border-left: 0.55em solid #fff;
    margin-right: 0px;
}

/* span.soundcite { 
    background: gray;
    padding: 0 10px;
}
span.soundcite-loaded { 
    background: gray;
    padding: 0 10px;
}

span.soundcite-play { 
    background: gray;
    padding: 0 10px;
}

span.soundcite-pause { 
    background: gray;
    padding: 0 10px;
} */

.audioblock { 
    background: crimson;
    border-radius: 5px;
    display: inline-block;
    font-size: 80%;
    color: #fff;
   
   
}


.label, .label2 { 
    
    color: #fff;
    font-size: 90%;
    background: #3b3b3b;
    border-radius: 5px;
    stroke: none;
    font-weight: 700;
}

.label2 { 
    font-weight: 300;
}

.more-text { 
    color: lightgray;
    font-size: 90%;
    margin-bottom: 20px;
    line-height: 170%;
    font-weight: 300;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    
    float: left;
    /* border: solid 1px lawngreen; */
    
    
    display: none;
    background: #1c1c1c;
    opacity: 0.9;
    
    
}

.more { 
     
    /* border: solid 1px crimson; */
   
    font-size: 70%; 
    z-index: 400;
    opacity: 1;
    /* border: solid 1px crimson' */
    
    
    
    
}

.more-holder { 
    width: 4%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear:both; 
    /* border: solid 1px green; */
}

.more img { 
    margin-top: 10px;
    /* float: right; */
    opacity: 1;
    

    /* opacity: 0.5; */
}


.more:hover, .less:hover { 
    color: #fff;
    cursor: pointer; 
    cursor: hand;
}

.highlight { 
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}


.overlay { 
    /* background: #7a2d2d; Red Background */
    /* background: #678e66; */
    background: #1C1C1C;
    opacity: 0.9;
    padding: 20px;
    /* padding-left: 10px;
    padding-right: 10px; */
    z-index: 1000;
    /* font-weight: 700; */

    padding-bottom: 5px;
    font-size: 110%;
    font-weight: 500;
    line-height: 150%;
    
   
}

[class*="hint--"]:after {
    font-size: 80%;
    letter-spacing: 1px;
    font-family: "open Sans", arial, sans-serif;

}

.hint--error { 
    background: crimson;
}

.more-info-hint { 
    background: crimson;
}

.jiggle { 
    -moz-animation:bounce 2s infinite;  
    -webkit-animation:bounce 2s infinite; 
} 

@-moz-keyframes bounce {
    0%{ -moz-transform:translate(0px);}
    50%{ -moz-transform:translate(-5px); }
    
}

@-webkit-keyframes bounce {
    0%{ -webkit-transform:translateY(0px);}
    50%{ -webkit-transform:translateY(-5px);}
   
}




.cross-head { 
    width: 100%; 
    text-align: center; 
    font-size: 250%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background: #1c1c1c;
    opacity: 0.7;
    color: #fff;
}


/* 
Chart */
.block { 
    /* width: 8px;
    height: 8px; */
    fill: crimson;    
}

.no-toilets-2011, .no-toilets-2018 { 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 80%;
}

.no-toilets-2018 { 
    /* opacity: 0; */
}


.numbers { 
    text-anchor: middle;
    font-weight: 700;
    fill: #000;
    font-size: 80%;
    color: #000;
}

.no-toilets { 
    /* opacity: 0; */
}



/* Bar chart styles */
#chart { 
    width: 100%;
    max-width: 600px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.text { 
    font-weight: 300;
    fill: #fff;
    font-size: 90%;
    z-index: 200;
}

.text-large { 
    font-size: 130%;
    font-weight: 500;
}

.bar-labels { 
    font-weight: 300;
    font-size: 90%;
}

.bar-label-small { 
    font-weight: 300;
    font-size: 80%;
    fill: #9b9b9b;
}

.bar-label-big { 
    font-weight: 700;
    font-size: 120%;
    fill: #fff;
}

.bar-label-black { 
    fill: #000;
    font-size: 90%;
}



/* map container */

.map-box, .chart-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    height: 96vh;
    margin-top: 2vh;
    margin-bottom: 2vh;
    text-align: center;
    z-index: -500;
}

.chart-box { 
    height: 96vh;
    margin-top: 2vh;
    /* opacity: 1; */
}

.map-box img { 
    height: 100%;
    
}

.map-0 { 
    z-index: -100;
    opacity: 0.3;
}

 .map-1 { 
     z-index: -98;
     opacity: 0;
     }

 .map-2 { 
     z-index: -99;
     opacity: 0;
 }
 .map-3 { 
     z-index: -98;
    opacity: 0;
}
.map-4 { 
    z-index: -98;
    opacity: 0;
}
.map-5 { 
    z-index: -98;
    opacity: 0;
}
.map-6 { 
    z-index: -98;
    opacity: 0;
}


.chart-0 {
   z-index: -106;
   opacity: 0; 
}

.mobile { 
    display: none;
}

.chart-img-1 { 
    position: fixed; 
    top: 50px;
    z-index: -200;
    opacity: 0;
    


}

.chart-img-2 {
    position: fixed; 
    top: 50px;
    z-index: -201;
    opacity: 0;
}

.interactive { 
    margin-bottom: 50px;
    border: solid 1px  rgb(170, 170, 170);
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 85%; 
    font-weight: 300;
    background: #1c1c1c;
    opacity: 0.8;
    /* padding: 5px; */
    /* background: #eee; */
    padding: 0;
    line-height: 130%;
    text-decoration: none;
    
}

.interactive a { 
    display: block;
    margin: 0px;
    padding: 5px;
    text-decoration: none;
    color: rgb(170, 170, 170);
    border: none;
   
    

}

.interactive a:hover { 
    /* opacity: 1; */
    color: #fff;
}

.interactive:hover { 
    border: solid 1px #fff;
}

.final { font-size: 110%; 
    font-weight: 400;
    line-height: 150%;
/* background: crimson; */
 }

 .final .highlight { 
     text-transform: uppercase;
     opacity: 1;
     color: #fff;
     background: crimson;
     padding: 0px 10px;
     /* line-height: 300%; */
 }

 .credits { 
     font-weight: 300;
     font-size:80%;
     color: gray;
     line-height: 150%;
 }

 .credits a { 
    border-bottom: none;
 }

 .credits .big { 
     font-size: 120%;
     font-weight: 700;
     color: #fff;
 }

 .credits .bold { 
     /* font-weight: 700; */
     color: #fff;
 }

 .credit-highlight { 
     color: #fff;
 }

 a.social { 
     border: 0;
     font-size: 160%;
 }

 a.social-small { 
    border: 0;
    font-size: 130%;
}

a.social-small .bold { 
    font-size: 80%;
}

 .fa-twitter, .fa-twitter-square { 
     color: #009EF6;
 }
 .fa-facebook-square { 
     color: #4360B5;
 }

 .credit-title { 
     font-weight: 700;
     font-size: 140%;
 }

 .social-share a { 
     border-bottom: none;
     font-size: 200%;
 }
 .social-share { 
     width: 100%; 
     text-align: center;
     margin-top: 1%;
     margin-bottom: 10%;
     
 }

 .sharing-button { 
     width: 25px;
     display: inline;
 }

 .sharing-button .mobile { 
     /* display: none; */
 }

/* //////////////////////////////// MOBILE /////////////////////////////////// */

@media only screen and (max-width: 600px) {
    body {
        font-size: 95%;
        line-height: 180%;
        font-weight: 300;
        margin-top: 20%;
    }

    .main-head { 
        font-size:250%;
        margin-top: 15vh;
        margin-bottom: 15vh;

    }
    .map-box { 
        /* padding-top: 100px; */
        height: 100vh;
        vertical-align: middle;
    }
    .map-box img { 
        height: auto; 
        width: 100%;
    }
    .quote { 
        color: #fff;
        font-size: 150%;
        
        padding-top: 20px;
    }
    .quote-attrib { 
        font-size: 100%;
        line-height: 150%;
        padding-bottom: 20px;
        /* border-bottom: solid 1px gray; */
    }

    .cross-head { 
        width: 70%;
        padding-left: 15%;
        padding-right: 15%;
        line-height: 130%;
        font-size: 180%;
    }

    .mobile { 
        display: block;
    }
    .desktop { 
        display: none;
    }
    .interactive { 
        display: none;
    }

    .more { 
        display: none;

    }

    .more-text { 
        display: none;
    }

    

    .topimage { 
        display: none;
    }

    .overlay { 
        /* border: solid 1px green; */
        margin: 0;
        padding: 0;

    }

    

    .more-text {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }

    .more-info-hint { 
        display: none;
    }

    .mobile { 
        /* color: red; */
        /* display: none; */
    }

    .desktop { 
        /* color: green; */
        display: none;
    }
img.sharing-button { 
    display: inline;
    
        width: 25px;
        
   
}

.final {
    font-size: 90%;
}

.chart-box { 
    margin-top: 0px;
    padding-top: 0;
}
    
    
    

    
}