html {
  height: 100%;
	height: 100%;
  display: grid;
}

body {
  font: 18px/1.9 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	color: #667D87;
	background-color: #F9F5F2;
	height: 100%;
	height: 100%;
  display: grid;
}

::-moz-selection {
    background: #2B434E;
    text-shadow: none;
}

::selection {
    background: #2B434E;
    text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

p {
	margin: 0;
}

h1 {
	font: 32px/1.2 ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	font-weight: 700;
	/* letter-spacing: 2px; */
	color: #2B434E;
}

h2 {
	font: 24px/1.2 ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	margin-bottom: 8px !important;
	font-weight: 400;
	color: #2B434E;
}

a {
	color: #667D87;
	text-decoration: none;
}

a:hover {
	color: #667D87;
	text-decoration: underline;
}

.container {
	margin: auto;
}

.info {
	margin-bottom: 90px;
}

.contact {
	margin-bottom: 60px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media only screen and (max-width: 480px) {
	body {
	  font: 16px/1.9 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	}
	.info {
		margin-bottom: 30px;
	}
} /*END: IPHONE*/
