/** FONTS **/
@font-face {
  font-family: Lato-Regular;
  src: url(/ttf/Lato-Regular.ttf);
}
@font-face {
  font-family: Lato-Medium;
  src: url(/ttf/Lato-Medium.ttf);
}
@font-face {
  font-family: Lato-Light;
  src: url(/ttf/Lato-Light.ttf);
}
@font-face {
  font-family: Lato-Bold;
  src: url(/ttf/Lato-Bold.ttf);
}
@font-face {
  font-family: Lato-Black;
  src: url(/ttf/Lato-Black.ttf);
}
@font-face {
  font-family: DroidSans-Bold;
  src: url(/ttf/DroidSans-Bold.ttf);
}
@font-face {
  font-family: Lato-Regular;
  src: url(/ttf/Lato-Regular.ttf);
}
@font-face {
  font-family: Lato-Heavy;
  src: url(/ttf/Lato-Heavy.ttf);
}


body, html {
  height: 100%;
  margin: 0;
}

.the-brand {
  font-family: Lato-Regular;
  font-size: 20px;
  letter-spacing: 3px;
}

/** BUTTONS  **/
.btn {
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: DroidSans-Bold;
  font-size: 16px;
  cursor: pointer;
}
.btn-success {
  background-color: #1dc887;
  padding: 15px 40px;
}

/** NAVBAR **/
.navbar {
  position: absolute;
  top: 0;
  padding: 35px;
  background-color: transparent;
}
.navbar.navbar-static {
  position: static;
}
.navbar.navbar-shadow {
  box-shadow: 0 2px 3px #dedede;
}
.navbar.navbar-light {
  position: static;
  padding: 35px 100px;
}
.nav-link {
  padding-right: 0;
  padding-left: 0;
}
.nav-link, .navbar-brand,
.nav-link:hover, .navbar-brand:hover {
  color: #FFFFFF;
}
.nav-item {
  font-family: Lato-Bold;
  font-size: 16px;
  margin-left: 30px;
  letter-spacing: 2px;
}
.nav-item.active {
  font-family: Lato-Black;
}
/* White and black version */
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .navbar-brand {
  color: #000000;
}

/** TITLE **/
.page-title {
  font-family: Lato-Black;
  margin: 40px 0;
  line-height: 0.2;
}
.dash_important {
  font-size: 75px;
  line-height: 10px
}

/** FOOTER **/
footer  {
  font-family: Lato-Bold;
  color: #FFFFFF;
  background-color: #323232;
  height: 200px;
}

.address {
  font-family: Lato-Light;
  font-size: 13px;
  letter-spacing: 2px;
}
.address p {
  margin: 5px;
  max-width: 250px;
  text-align: center;
}

.sitemap {
  font-family: Lato-Regular;
  font-size: 12px;
  color: #898989;
  letter-spacing: 2px;
  text-align: center;
}
.sitemap a {
  color: inherit;
}
.sitemap .separator {
  margin: 0 5px;
}

/** POSTS **/
.post_section {
  margin-top: 75px;
  padding-bottom: 50px;
}
.post_section:first-child {
  margin-top: 25px;
}
.post_title {
  font-family: Open Sans;
  color: #1dc887;
}
.post_section .description {
  max-width: 500px;
  font-family: Open Sans;
  font-size: 12px;
  letter-spacing: 2px;
}
.post_section .description .p-bold {
  font-family: Open Sans;
}
.post_section .description .p-title {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #1dc887;
  margin-bottom: 30px;
}

{
  -webkit-backface-visibility: hidden;
}
