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

/*-Load Fonts---------------------------------------------------------------- */

@font-face {
	font-family: 'century';
    src: url('/fonts/CenturyGothic.eot');
    src: url('/fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CenturyGothic.woff') format('woff'),
         url('/fonts/CenturyGothic.ttf') format('truetype'),
         url('/fonts/CenturyGothic.svg#linux') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'centuryb';
    src: url('/fonts/CenturyGothic-Bold.eot');
    src: url('/fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CenturyGothic-Bold.woff') format('woff'),
         url('/fonts/CenturyGothic-Bold.ttf') format('truetype'),
         url('/fonts/CenturyGothic-Bold.svg#linuxb') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'centuryi';
    src: url('/fonts/CenturyGothic-Italic.eot');
    src: url('/fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CenturyGothic-Italic.woff') format('woff'),
         url('/fonts/CenturyGothic-Italic.ttf') format('truetype'),
         url('/fonts/CenturyGothic-Italic.svg#linuxi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'centurybi';
    src: url('/fonts/CenturyGothic-BoldItalic.eot');
    src: url('/fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CenturyGothic-BoldItalic.woff') format('woff'),
         url('/fonts/CenturyGothic-BoldItalic.ttf') format('truetype'),
         url('/fonts/CenturyGothic-BoldItalic.svg#linuxbi') format('svg');
    font-weight: normal;
    font-style: normal;
}

* { margin: 0; padding: 0; border: none; }

html, body{
	margin:0 auto;
}

html, button, input, select, textarea, h1, h2, h3, h4, h5, p, li, a, td, th {
	font-family:century;
}

h1, h2, h3, h4, h5, h5 {
	-webkit-font-smoothing: antialiased;
	text-shadow:1px 1px 1px rgba(0,0,0,0.004);
	font-feature-settings: "liga" 0, "dlig" 0;
	-ms-font-feature-settings: "liga" 0, "dlig" 0;
	-moz-font-feature-settings: "liga" 0, "dlig" 0;
	-webkit-font-feature-settings: "liga" 0, "dlig" 0;
}

h1{
	font-size:26px;
	margin:0 0 10px;
	color:#54565a;
	font-family:centuryb;
}

h2{
    font-size: 20px;
    margin: 20px 0;
	font-family:centuryb;
	color:#54565a;
}

h3{
    font-size: 18px;
    margin: 0 0 0px;
	font-family:centuryb;
	color:#54565a;
}

p{
	color:#54565a;
	text-align:justify;
	font-size:25px;
	font-family:century;
	letter-spacing:1px;
	-webkit-font-smoothing: antialiased;
}

.center{
	text-align-last:center !important;
}

.red{
	color: lightcoral;
}

.white{
	color:#FFFFFF;
}

.green{
	color: darkseagreen;
}

.grey{
	color: lightslategray;
}

hr{
	border-bottom: 1px dashed lightslategray !important;
	background:none;
}

.site{
	margin: 0 auto;
}

.container{
	margin: 240px auto 0;
	max-width: 1440px;
}

.logo{
	
}

.contact{
	margin: 60px 0 0;
}

a{
	background-color: #006b84;
	color: #FFFFFF;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 7px;
	font-size: 20px;
}
