@font-face {
  font-family: 'Header';
  src: url("../fonts/Caladea-Regular.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Menu';
  src: url("../fonts/OpenSans-Regular.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Footer';
  src: url("../fonts/OpenSans-Regular.woff2");
  font-weight: normal;
  font-style: normal;
}
/******************************************************
 *  General Node types
 */
.page-node-type-article article {
  border-bottom: 1px dotted #3e57a4;
}
.page-node-type-article article article {
  border: none;
}
.page-node-type-article .field--name-field-image img {
  max-width: 100%;
}
/******************************************************
 *  Node Type for Projects
 */
.page-node-type-jasenyritykset .field--name-body p:first-child,
.page-node-type-jasenyritykset .field--name-field-address p:first-child {
  margin-top: 0;
}
.page-node-type-jasenyritykset .contactdetails .field {
  margin-bottom: 1em;
}
/******************************************************
 *  Node Type for Simplenews newsletter
*/
.page-node-type-simplenews-issue .block-page-title-block {
  text-align: center;
}
.page-node-type-simplenews-issue .narrow {
  max-width: 600px;
  margin: 0 auto;
}
.page-node-type-simplenews-issue .narrow .field__item article,
.page-node-type-simplenews-issue .narrow .simplenews_body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #3e57a4;
}
/******************************************************
 *Media in Node
 */
.media.align-left {
  padding: 0 10px 10px 0;
}
.media.align-right {
  padding: 0 0 10px 10px;
}
/*# sourceMappingURL=node.css.map */