@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
/**
 * General
 */
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin-top: 0; }

.region p {
  color: #333333;
  font-weight: 400;
  font-size: 16px; }

.region a {
  color: #F28E1E;
  font-weight: 700;
  font-size: 16px; }

.region h1,
.region h2 {
  font-size: 40px;
  font-weight: 900;
  color: #333333; }

.region h3 {
  font-size: 28px;
  font-weight: 700;
  color: #333333; }

.region img {
  max-width: 100%;
  height: auto; }

.region hr {
  max-width: 320px;
  color: #333333; }

section.block > .block-title {
  text-align: center; }

/* Yhteistyökumppanit */
.field--name-field-logot {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1280px;
  margin: 0 auto; }

.field--name-field-logot > .field--item {
  width: 20%;
  padding: 0 3rem;
  margin-top: 70px; }

/*# sourceMappingURL=style.css.map */
