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

@font-face {
  font-family:"good-times";
  src: url("../fonts/good times rg.ttf") format("truetype");
}


.good_time_font{

    font-family: good-times;

} 

.title-font {
	font-family: good-times;
}

/*a, a:active, a:focus {
    color: #FFFFFF;
}*/

.btn.gravel {
  background: #6e8e5e;
  border: 2px solid #6e8e5e;
  box-shadow: rgba(0,0,0,0.1) 0px 2px 1px !important;
  color: #fff;
  min-width: 170px;
}

.btn.gravel:hover,.btn.theme:active {
  background: transparent;
  color: #6e8e5e;
  border-color: #6e8e5e
}

.color-gravel{
  color:#6e8e5e !important;
}
.bg-gravel{
  background-color: #6e8e5e !important;
}

.title-font-gravel {

  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: normal;
  color: #6e8e5e;
}
.title-font-gravel :before {
  height: 2px;
  width: 25px;
  content: "";
  background: #6e8e5e;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
