
html {
  width: 100%;
  height: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}

body {
  width: 100%;
  height: 100%;
  font-family: 'Oswald', sans-serif;
  background-image: url("image.jpg");
  background-color: #333333;
}

.site-link {
  line-height: 0;
  vertical-align: top;
}

.site-logo {
  height: 1.15em;
  width: auto;
}

body > div.wrap {
  width: 100%;
  height: 100%;
  font-family: 'Oswald', sans-serif;
}

div.wrap > section {
}

header {
  color: #ffffff;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  padding: 1em 0 1em 0;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

h2 {
  font-size: 1.5em;
  padding: 1em 0 1em 0;
  text-align: center;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

strong {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

h3 {
  font-size: 1.3em;
  padding: 1em 0 1em 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

p {
  font-size: 1.3em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  padding: 0.5em 0 0.5em 0;
  line-height: 1.75em;
}

ul {
  padding: 0.5em 0 0.5em 0;
  list-style-type: disc;
  list-style-position: inside;
}

li {
  font-size: 1.3em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  padding: 0.5em 0 0.5em 1em;
}

.articles {
  display: flex;
  flex-flow: wrap;

  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;

  align-items: top;
  align-content: center;
  justify-content: center;

}

.articles > article {
  flex: 1 0 400px;
  max-width: 800px;
  min-width: 200px;
  padding: 2em;
  margin: 1em;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #ffffff;
  background-color: rgba(16, 16, 165, 0.9);
}

.articles > article a {
  color: #f0f0f0;
}
