div,
header,
section,
aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
html {
  font-family:'Noto Sans', sans-serif;
  font-size: 10px;
  height: 100%;
}
body {
  min-height: 100%;
  padding-top: 143px;
}
h1 {
  font-size: 4rem;
  margin-bottom: 30px;
  font-family: 'Noto Sans', sans-serif;
}
p {
  font-size: 1.8rem;
  line-height: 140%;
  font-family: 'Droid Serif', serif;
}
header {
  background: white;
  min-height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  width: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff3aa;
}
header a {
  color: black;
  text-decoration: none;
  font-size: 30px;
  display: block;
  padding-bottom: 16px;
}
header nav {
  margin-left: 66px;
  margin-top: 97px;
}
header nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
header nav ul li {
  margin-right: 48px;
}
header nav ul li a {
  transition: opacity 0.6s ease;
}
header nav ul li a:hover {
  opacity: .8;
}
header .logo {
  width: 150px;
  height: 100px;
  position: absolute;
  right: 72px;
  top: 22px;
}
header .logo img {
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  font-size: 1.8rem;
}
main > section {
  padding: 88px 72px 88px 72px;
  background-color: #f8f8f8;
  width: 100%;
}
.maja-photo-container img {
  width: 100%;
  height: auto;
}
.articles-list article {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px;
  margin-bottom: 40px;
  padding: 20px;
}
.articles-list article h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.articles-list article h2 a {
  color: black;
  text-decoration: none;
}
.articles-list article .text {
  margin-top: 20px;
}
.article-view article img,
.articles-list article img {
  margin-right: 40px;
  margin-bottom: 10px;
}
.articles-list article a.readMore {
  color: #505050;
}
.articles-list article a.readMore:hover {
  color: black;
}
.newest {
  border-top: solid 1px lightgray;
  padding-top: 30px;
}
.newest h3 {
  font-size: 30px;
  margin: 30px 0 30px 0;
}
.newest .news-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.newest .news-items .news_item {
  width: 33%;
  margin-right: 3%;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.newest .news-items .news_item:last-of-type {
  margin-right: 0;
}
.newest .news-items .news_item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.newest .news-items .news_item a {
  display: block;
  color: #000;
  text-decoration: none;
  margin: 5px 0 10px 0;
  font-weight: bold;
}
.newest .news-items .news_item .date{
  margin: 10px 0;
}
aside {
  -webkit-flex-basis: 370px;
  -ms-flex-basis: 370px;
  flex-basis: 370px;
  min-width: 370px;
  background-color: #195384;
  color: white;
  padding: 88px 72px 88px 72px;
}
aside a {
  color: white;
  text-decoration: none;
  /* font-size: 1.8rem;
  display: block;
  padding-top: 30px;*/
}
aside a.maja{
  font-size: 1.8rem;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
aside a:after {
  /*content: ' ';
  display: block;
  margin: 30px 0 30px 0;
  opacity: .4;
  width: 50%;
  height: 1px;
  background-color: white;*/
}
aside p {
  font-size: 1.6rem;
  font-family: 'Dosis', sans-serif;
}
footer {
  height: 223px;
  padding-left: 66px;
  padding-top: 24px;
  font-size: 2rem;
}
footer .footer-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
footer .footer-wrapper > div {
  margin-right: 30px;
  max-width: 300px;
}
footer .footer-wrapper > div.contact {
  max-width: 500px;
}
footer .footer-wrapper h4 {
  margin-bottom: 20px;
}
footer .footer-wrapper p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
footer .footer-wrapper div a {
  display: block;
  margin: 0 auto;
}
footer .footer-wrapper div a img {
  max-width: 80%;
  height: auto;
}
footer .copy {
  margin: 30px 0 30px 0;
}
footer .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
footer .row p {
  padding-right: 30px;
}
@media all and (max-width: 960px) {
  main {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  main aside {
    order: 2;
    width: 100%;
  }
  .maja-photo-container img {
    width: auto;
  }
  .footer-wrapper {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
  }
  .footer-wrapper > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    max-width: 100%!important;
  }
  .footer-wrapper h4 {
    min-width: 30%;
    margin-right: 50px;
  }
  .footer-wrapper a {
    cursor: pointer;
  }
}
@media all and (max-width: 640px) {
  h1 {
    font-size: 2.6rem;
    line-height: 120%;
  }
  main > section,
  aside {
    padding: 60px 40px 60px 40px;
  }
  .article-view a {
    display: block;
  }
  .article-view article img,
  .articles-list article img {
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
  }
  .newest .news-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .newest .news-items .news_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  header ul {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header a {
    font-size: 1.8rem;
  }
  footer .row {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.funding {
  font-size: 16px;
  padding: 20px;
  text-align: center;
}
