/* Webfont: Lato-Regular */@font-face {
    font-family: 'LatoWeb';
    src: url('/fonts/lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('/fonts/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('/fonts/lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Thin */@font-face {
    font-family: 'LatoWebThin';
    src: url('/fonts/lato/Lato-Thin.eot'); /* IE9 Compat Modes */
    src: url('/fonts/lato/Lato-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/lato/Lato-Thin.woff2') format('woff2'), /* Modern Browsers */
         url('/fonts/lato/Lato-Thin.woff') format('woff'), /* Modern Browsers */
         url('/fonts/lato/Lato-Thin.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: 'LatoWebThin', "Helvetica Neue",Helvetica,Arial,sans-serif;
}

html {
	background-color: #fff;
	background-image: url(/img/bg.svg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}

h1 {
	font-family: 'LatoWeb', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 2.2rem;
	text-transform: uppercase;	
	margin-bottom: 1rem;
}

a {
	color: #3D7467;
}

a:hover {
	color: #000;
}

.center {
	text-align: center;
}

.icon {
	font-size: 3rem;
}

p {
	font-size: 1.6rem;
	margin-bottom: 0.75rem
}

.jgnt_splash {
	margin: auto;
	padding: 2rem 1.5rem 4rem 1.5rem;
	max-width: 760px;
}

.jgnt_splash img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	
	margin-bottom: 1.25rem;
}
