@font-face {
  font-family: 'DIN Pro';
  font-style: normal;
  font-weight: normal;
  src: local("DIN Pro"), url("../fonts/DINPro/DINPro.woff") format("woff");
}

@font-face {
  font-family: 'DIN Pro';
  font-style: normal;
  font-weight: bold;
  src: local("DIN Pro"), url("../fonts/DINPro/DINPro-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat-Regular"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat-Regular"), url("../fonts/Montserrat/Montserrat-Light.woff") format("woff");
}

/**
 * Usage: <button class="btn btn-transparent" type="button">Click me</button>
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
  transition: background .2s ease-in-out, border .2s ease-in-out;
  border: 2px solid rgba(0, 0, 0, 0);
}

.btn-transparent:hover, .btn-solid {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-transparent:hover:hover, .btn-solid:hover {
  background: #fff;
  color: gray;
}

/**
 * @file
 * A shortcut to entire theme configuration.
 */
/* ---------- General Layout ---------- */
body,
input,
textarea,
select {
  color: #000;
  background: none;
}

body {
  width: 640px;
}

.navigation,
#toolbar,
.site-footer,
.tabs,
.shortcut-action {
  display: none;
}

.featured-bottom {
  width: 960px;
  margin: 0;
  padding: 0;
  border: none;
}

.featured-bottom-first,
.featured-bottom-second,
.featured-bottom-third {
  width: 250px;
}

/* ---------- Node Pages ---------- */
#comments .title,
#comments form,
.comment-forbidden {
  display: none;
}

/*# sourceMappingURL=maps/print.css.map */
