/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Rubik'), local('Rubik-Regular'),
       url('../fonts/rubik-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik-v8-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}

/* rubik-700 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/rubik-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Rubik Bold'), local('Rubik-Bold'),
       url('../fonts/rubik-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v8-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik-v8-latin-700.svg#Rubik') format('svg'); /* Legacy iOS */
}

body {
	font-family: Rubik, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

h1 {
	padding: 0;
	margin: 0;
	color: #2f4872;
	font-size: 2.5rem;
}

h2 {
	padding: 1.2rem 0 0.2rem 0;
	margin: 0;
	color: #9f2727;
	font-size: 1rem;
}

a,
a:visited {
	color: #2f4872;
}

a:hover,
a:active,
a:focus {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

.container {
	padding: 4% 10%;
}

.blue {
	background-color: #edecf1;
}

.container.header {
	padding: 8% 0 3% 0;
	text-align: center;
}

.container.header img {
	width: 90%;
	max-width: 520px;
}

.container.navi {
	padding: 0.8rem 10% 0 10%;
	margin-top: 3%;
	text-align: right;
	color: #2f4872;
}

.container.navi.footer {
	margin-top: 0;
	margin-bottom: 10%;
}

.container.navi a {
	margin: 0 0.8%;
	font-size: 0.8rem;
	font-weight: 700;
}

.container.navi a:last-child {
	margin-right: 0;
}

.active {
	text-decoration: underline;
}
