@charset "UTF-8";
/* CSS Document */

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:26px;
	color:#9a7611;
	font-weight:600;
	margin-bottom:10px;
}

.mapText {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	color:#24135f;
}

.btnSocialHub {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 18px;
  background: #000000;
  border: solid #ffffff 1px;
  text-transform: uppercase;
  text-align:center;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:10px;
  margin-bottom:5px;
  float:right;
}

.btnSocialHub:hover {
  background: #9a7611;
  text-decoration: none;
  color: #ffffff;
}

.btnSocialHub:active {
  background: #ffffff;
  text-decoration: none;
  color: #9a7611;
}

.btnSocialHub:target {
  background: #ffffff;
  text-decoration: none;
  color: #9a7611;
}

.btnFanGroup {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #24135f;
  font-size: 18px;
  background: #ffffff;
  border: solid #24135f 1px;
  text-transform: uppercase;
  text-align:center;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:10px;
  margin-bottom:5px;
  float:right;
}

.btnFanGroup:hover {
  background: #24135f;
  text-decoration: none;
  color: #ffffff;
}

.btnFanGroup:active {
  background: #ffffff;
  text-decoration: none;
  color: #24135f;
}

.btnFanGroup:target {
  background: #ffffff;
  text-decoration: none;
  color: #24135f;
}