html, body {
    height: 100%;
    margin: 0;
}
.background-image-oscar {
    background-image: url("images/actor-oscar-skagerberg-2018-img2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 1em;
}
.container {
    max-width: 1000px;
    margin: 8em auto 8em auto;
    font-family: 'Lato', sans-serif;
    color: #333;
}

a {
    text-decoration: none;
    color: #f29201;
}
a:hover {
	color: #f79d26;
}

h1 {
    font-size: 3em;
    line-height: 1em;
}
h1 + h2 {
    margin-top: -10px;
    font-weight: 600;
    color: #cdcdcd;
    margin-bottom: 30px;
    font-size: 25pt;
    line-height: 1.1;
}