body {
  font-family: "Raleway";
}
.nav {
  font-family: Oswald;
  font-size: 18px;
  font-weight: normal;
}
.navbar-brand{
  max-height: 60px;
}
.home .affix-top .nav .active a{
  background-color: rgba(255,255,255,0.3);
}
h1, .h1, h2, .h2 {
  font-family: Oswald;
  font-weight: normal;
}

/** Titles */
.fullwidth-title{
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  background: #eb6864;
  color: #fff;
  font-size: 20px;
  overflow-x: hidden;
}
.fullwidth-title h2{
  color: #fff;
  font-size: 45px;
}
@media(min-width: 992px){
  .fullwidth-title h2{
    font-size: 60px;
  }
}
.fullwidth-title-filler{
  width: 1px;
  display: block;
  height: 150px;
}
.fullwidth-title p{
  display: none;
}
@media(min-width: 996px){
  .fullwidth-title{
    height: 150px;
  }
  .fullwidth-title p{
    display: block;
  }
}
/** Fix anchor **/
h1[id]:before,
h2[id]:before,
h3[id]:before,
div[id]:before,
a[id]:before {
    content:"";
    display:block;
    height:70px;
    margin:-70px 0 0;
}
.facebook-like {
    vertical-align: middle;
    float: right;
}
/** Main button **/

@media(min-width: 992px){
    .nav a[href^="/4-"]{
        color: #fff;
        font-size: 120%;
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 2px;
        height: 48px;
        margin-top: 6px;
        vertical-align: top;
        line-height: 7px !important;
        background: rgba(255,255,255,0.35);
    }
}