* {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h2, h3{
    font-weight: 400;
}

p, figcaption{
    font-weight: 300;
}

nav {
    background-color: #333;
}

nav ul li {
  display: inline;
}

nav a {
  display: inline-block;
  color: #f2f2f2;
  padding: 20px;
  text-decoration: none;
}

nav a:hover {
  background-color: #ddd;
  color: black;
}

nav a:active {
  background-color: #4CAF50;
  color: white;
}


ul {
    padding-left: 0;
}

figure {
    float: right;
    width: 30%;
    margin: 10px;
    margin-top: 0px;
}

img {
    width: 100%;
    border-radius: 2%;
}

figcaption, footer {
    font-size: 0.7em;
    font-style: italic;
    text-align: center;
}

article, footer {
    clear: both;
}

.submenu li {
    display: inline;
}