p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #fed136;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 25px;
  opacity: 0.9;
  color:#900;
}

h3,
h4,
h5,
h6 {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  opacity: 0.9;
  color:#900;
  border-bottom:1px solid #999;
}

.col-sm-4 a {
  color: #222;
}


.banner h1, .banner h2 {
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:2px;
	text-shadow: 2px 2px #000000;
}

.banner p {
	color:#FFF;
	text-shadow: 1px 1px #000000;
	font-size:20px;
	margin-top:5px !important;
	padding-top:5px !important;
	font-weight:bold;
}

.call {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333;
  text-align: center;
  border-radius: 50%;
  padding: 15px 20px;
}

.call a {
  color: #fff;
  display: block;
}

.call a .glyphicon {
  line-height: unset;
  font-size: 30px;
  top: 0px;
}

@media (min-width: 768px) {
.banner h1 {
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:60px;
}

.banner h2 {
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.call {
  display: none;
}

}