@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font-family: inherit; font-weight: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

::selection {
	color: #ffffff;
	background-color: #da291c;
}

body {
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
	color: #767676;
}
.wrapper {
	margin: 15vh auto 0;
	max-width: 650px;
	padding: 0 30px;
}
img.logo {
	width: 14vw;
	max-width: 228px;
	position: absolute;
	margin-left: -16vw;
}
h1 {
	font-family: 'Merriweather', serif;
	color: #da291c;
	margin: 0;
	font-size: min(8vw, 130px);
	font-weight: 800;
	line-height: 1.05;
}
h2 {
	margin: 10px 0 0;
	font-size: min(6.5vw, 80px);
	font-weight: 100;
	text-transform: uppercase;
	color: #767676;
}

p { margin: 0; }

.blox {
	margin-bottom: 0.75em;
	font-size: 1.35em;
	font-weight: 100;
}

.name {
	color: #767676;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 400;
}

.p-head {
	display: inline;
	font-weight: 400;
}

a {
	display: block;
	font-weight: 400;
	color: #da291c;
	text-decoration: none;
  transition: color 0.3s ease 0s;
}

a:hover, a:active {
	color: #000000;
  transition: color 0.3s ease 0s;
}

a::before {
  color: #767676;
	font-family: "Font Awesome 5 Free";
  font-size: 0em;
	font-weight: 900;
	margin-right: 0px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
  transition: font-size 1s ease 0s, margin-right 1s ease 0s ;
}

a:hover:before {
  color: #767676;
	margin-right: 17px;
	font-size: 1em;
  transition: font-size 1s ease 0s, margin-right 1s ease 0s ;
}

.perks, .name {
	display: none;
}

@media screen and (max-width: 700px) {
	h1 { font-size: 3.5em; }
	h2 { font-size: 2.7em; margin-top: 0px; }
}

@media screen and (max-width: 985px) {
	.wrapper { margin: 50px auto 0; }
	img.logo { width: 170px; position: inherit; margin-left: 0; margin-bottom: 40px; }
}

span {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
  padding-right: 10px;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}
