/* General */

body {
	overflow: hidden;
	height: 100vh;
	width: 70vw;
	display: flex;
	align-items: center;
	padding: 0 0 0 15vw;
	font-family: "Rubik", sans-serif;
	font-size: calc(14px + .5vw);
	line-height: 1.5;
	color: #002337;
}

a {
	cursor: pointer;
}

.nopadding {
	padding: 0 !important;
}

h1 {
	margin: 0;
	font-size: calc(14px + .5vw);
	line-height: 1;
}

h1 small {
	font-size: 60%;
	font-weight: normal;
}

img {
	margin: 0 0 30px 0;
	width: 100%;
	height: auto;
}

span {
	width: 1.5vw;
	min-width: 20px;
	display: inline-block;
	font-size: calc(12px + .5vw);
	font-weight: bold;
	color: #d61036;
}

a {
	color: #002337;
}

a:hover {
	text-decoration: none;
}