@charset "UTF-8";
/* CSS Document */

 
@font-face {
	font-family: 'GT-America-Standard-Regular';
	src: url('../fonts/GT-America-Standard-Regular.eot');
	src: url('../fonts/GT-America-Standard-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/GT-America-Standard-Regular.woff2') format('woff2'),url('../fonts/GT-America-Standard-Regular.woff') format('woff'),url('../fonts/GT-America-Standard-Regular.ttf') format('truetype');
}

html, body {
	height: 100%;
}
body{
  


  font-family: 'GT-America-Standard-Regular', sans-serif;
  color: #685e55;
  font-size: 18px;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #685e55;
    text-decoration: none;
}
a:hover {
    color: #685e55;
    opacity: 0.6;
    text-decoration: none;
}

@media (min-width: 768px) {
	 
}
 