body {
  font-family: 'Gruppo', sans-serif;
  /*box-shadow: inset 0 0 1rem rgba(0, 0, 0, .5);*/
  background: url("../img/bg.png") 0 0 repeat #7c956d;
}
.container {
  max-width: 42em;
}
a:link{
  color: #9fbf8c;
}
a:visited{
  color: #9fbf8c;
}
a:hover, a:active{
  color: #FFF;
}
h1{
  font-family: 'Rochester', cursive;
  font-size: 5rem;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}
h2{
  font-family: 'Gruppo', sans-serif;
  font-size: 2.5em;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}
h3{
  font-size: 1.6rem;
  padding: 1rem 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #DDD;
}
h4{
  font-size: 1.6rem;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}
p{
  font-size: 1.2rem;
  text-align: left;
  color: #FFF;
}

.card{
  background: #55664a;
  border: 1px solid #777;
}
.card-body{
  box-shadow: 0 0 1rem rgba(0, 0, 0, .5);
  text-align: center;
}
.card-text{
    color: #DDD;
}
.card-text strong{
  display: block;
  text-align:center;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #FFF;
}
.content {
  padding: 1rem 0 2rem 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.9);
}
.content_inner{
  margin: auto 2rem;
}
.content.dark{
  color: #CCC !important;
  background: url('../img/bg_tile_dark.jpg') repeat !important;
}

span.lines {
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    padding: .25rem 0;
}
/*
* Forms
*/
.form-label{
  font-size: 1.2rem;
}
.form .message{
  color: #FA9600;
  font-size: 1.2rem;
  font-weight: bold;
}
.form .message.success{
color: #22c622;
}
.btn-primary{
  background: #034159;
  border: 1px solid #035373;
}
.btn-primary:hover{
  background: #035373;
  border: 1px solid #045c80;
}
.err_message{
  color: #FA9600;
}

/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

/*
* Media queries
*/
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }
  h2{
    font-size: 1.5rem;
  }
  h3{
    margin:auto;
  }
  h4{
    font-size: 1.1rem;
  }
}
