* {
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
}

h1 {
    font-weight: 600;
}

nav li {
   display: inline;
}

nav a {
    font-weight: 400;
    text-decoration: none;
    color: white;
    display: inline-block;
    padding: 20px;
}

nav {
    background-color: black;  
}

nav a:hover {
    background-color: white;
    color: black;
}

nav a:active {
    background-color: rgb(255,221,0);
    color: black;
}

section figure {
    float: right;
    width: 30%;
}

section figure img {
    width: 100%; 
    border-radius: 5px; 
}

section figcaption {
    font-size: smaller;
    font-style: italic;
    text-align: center;
    padding: 7px;
}

section article {
    clear: both;
}

section ul {
    margin-left: -45px;
}

section li {
    display: inline;
}

section a {
    color: grey;
    display: inline-block;
    padding: 5px;
}

section a:visited {
  color: lightgrey;
}

section a:hover {
    color: rgb(255,221,0);
}

section h3 {
    padding-top: 20px;
}

section p {
    text-align: justify;
}

/* for testing curved corners of images
body {
    background-color: rgb(255,221,0);
}
*/
