/**
 * General rules
 * */

@import url('https://fonts.googleapis.com/css?family=Lato:400,700');


body {
  font-family: Lato, sans-serif;
}

h1,
h2 {
  font-weight: 400;
  color: #06a5e8;
  font-size: 30px;
}

p {
  font-weight: 400;
  color: black;
  font-size: 15px;
}

.main-container a,
.footer a {
  font-weight: 700;
  color: #06a5e8;
}
.view-uutiset .views-row .views-field {
  text-align: left;
}
