body {
	font-size: 16px;
	font-family: font-family: "Century Gothic" "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background: #fff;
	background-attachment: fixed;
	/*height: 100vh;*/
}

@font-face {
	font-family: "Century Gothic";
	src: url(images/gothic.ttf);
	font-smooth: always;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

#cont {
	max-width: 90%;
	margin: auto;
}

.image {
	margin: 6.25em auto 1em;
}

.image-subtitle {
	font-family: "Century Gothic";
	font-size: 1em;
	color: #4056a6;
	letter-spacing: 1.4em;
	font-weight: bold;
	font-smooth: always;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

.txt-block {
	font-family: "Century Gothic";
	color: #ffffff;
	font-size: .85em;
	line-height: 1.5;
	margin: 8.5em auto 0;
	letter-spacing: 0.25em;
	font-smooth: always;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

.txt-sm {
	font-family: "Century Gothic";
	font-size: .75em;
	color: #d8bff2;
	margin: 8.5em auto 0;
	letter-spacing: 0.25em;
	font-smooth: always;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}


@media (max-width: 599px) {
	
.logo {
	width: 206px;
	margin: 1.5em auto 1em;
}

.logo-subtitle {
	font-family: "Century Gothic";
	font-size: .75em;
	color: #d8bff2;
	letter-spacing: 1.4em;
	padding-left: 1.3em;
}

.txt-block {
	font-family: "Century Gothic";
	color: #ffffff;
	font-size: .85em;
	line-height: 1.5;
	margin: 4em auto 0;
	letter-spacing: 0.25em;
	font-smooth: always;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

.txt-sm {
	font-family: "Century Gothic";
	font-size: .75em;
	color: #d8bff2;
	margin: 4em auto .5em;
	letter-spacing: 0.25em;
	font-smooth: always;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	
}