@font-face {
	font-family: 'HandelGothic';
	src: url('../font/handelgothicbold-webfont.eot');
	src: local('☺'), url('../font/handelgothicbold-webfont.woff') format('woff'), url('../font/handelgothicbold-webfont.ttf') format('truetype'), url('../font/handelgothicbold-webfont.svg#webfontWLRKsWfR') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    font-family: sans-serif;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

.container {
 width: 90%;
 max-width: 120rem;
 margin: auto;
}

.content {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
}

.logo {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 10rem;
    height: 10rem;
}

.feature-image {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 10rem;
    height: 10rem;
}

.image {
    width: 20%;
    height: auto;
    margin: 2rem auto;
}

h1 {
    font-size: 3rem;
    font-family: 'HandelGothic';
    color: #273c75;
}

h2 {
    width: 80%;
    color: #273c75;
    font-size: 2rem;
    margin: 0 auto 3rem auto;
}

h3 {
    font-weight: 300;
    width: 60%;
    margin: 0 auto 2rem auto;
    font-size: 1.8rem;
}

p {
    text-align: center;
    display: block;
    font-size: 1.6rem;
    margin: 0 auto;
}

a, strong {
    text-decoration: none;
    color: #273c75;
}