
h1 {
  width: 85%;
  margin-left:auto;
  margin-right:auto;
}

.countybtn {
  text-align: left;
  background-color: #19075B;
  color: #FFF;
  font-size: 18px;
  padding: 20px 30px !important;
  text-decoration: none;
  display: inline-block;
  border: none;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', serif;
  width: 100%;
}

.countybtn:hover { background-color: #000000; }

.schoolbtn{
  text-align: left;
  background-color: #19075B;
  color: #FFF;
  font-size: 18px;
  padding: 20px 30px !important;
  text-decoration: none;
  display: inline-block;
  border: none;
  font-family: 'Libre Baskerville', serif;
  width: 100%;
}

.schoolbtn:hover { background-color: #000000; }

.county.show, .school.show {
display: block;
}

.county, .school {
display: none;
}


#dnn_ctr2790_ModuleContent h2 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 24px;
    color: #000;
}

#dnn_ctr2790_ModuleContent h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

#dnn_ctr2790_ContentPane{
    padding: 60px 60px 60px 140px;
    background-color: rgba(255,255,255,0.8);
    position: relative;
    bottom: 50px;
}


















