
/*share buttons
.mobileShow {display: none;} 
	
@media screen and (max-width: 980px) {
	.mobileShow {display: inline;}
}
  
@media screen and (max-width: 980px) {
    .a2a_floating_style.a2a_vertical_style { display: none; }
}
*/

.sectorHeaders { font-size: 30px; }
.sectionHeaders { font-size: 35px; }
.cumulativeState { font-size: 40px; }
.bottomWriting { font-size: 16px; }
.thanksText{ font-size: 27px; }
.clickGraphs { font-size: 13px; }
.dashboardDisplay{}
.disapear{}

@media screen and (max-width: 900px){
	.disapear{ display: none; }
    .donateCard { display: none; }
	.sectorHeaders { font-size: 15px; }
	.sectionHeaders { font-size: 25px; }
	.cumulativeState { font-size: 30px; }
	.bottomWriting { font-size: 10px; }
	.dashboardDisplay{ font-size: 45px;}
	.thanksText{ font-size: 15px; } 
}

@media screen and (max-width: 400px) {
	.disapear{ display: none; }
    .donateCard { display: none; }
	.sectorHeaders { font-size: 8px; }
	.sectionHeaders { font-size: 20px; }
	.cumulativeState { font-size: 20px; }
	.bottomWriting { font-size: 8px; }
	.dashboardDisplay{ font-size: 30px;}
	.thanksText{ font-size: 8px; } 
	.clickGraphs { font-size: 8px; }
}



