@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	font-family: 'Open Sans', sans-serif;
}

/*

GREY: #717174;
ORANGE: #f78f1e;

*/

html, body {
	margin: 0;
	padding: 0;
}

.container {
	width: 720px;
	margin: -60px auto 0 auto;
}

.container .header img {
	width: 100%;
	max-width: 300px;
	display: block;
	margin: auto;
}

.main {
	text-align: center;
}

.main p strong {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 21px;
	color: #717174;
}

.main .page-title h1 {
	color: #717174;
  line-height: 105%;
}

.main a {
  color: #F78F1E;
  text-decoration: none;
}

p.footer {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 17px;
	color: #717174;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.col-main ul {
  list-style-type: none;
}
