@charset "UTF-8";

body{
	margin: auto;
    font-family: 'kelson_sansbold', Gill Sans, sans-serif;
    color: black;
}

#wrapper, #content {
    border-top: 3px #15B1AD solid;
    font-family: 'kelson_sansregular', Gill Sans, sans-serif;
}

/* HEADER */

.logo {
	padding: 15px 0 0 0;
	margin: auto;
	text-align: center;
	height: 180px;
}

/* SECTION */

section {
    text-align: center;
    color: black;
    font-family: 'kelson_sansregular', Gill Sans, sans-serif;
}
h1 {
    color: #15B1AD;
    font-family: 'kelson_sansbold', Gill Sans, sans-serif;
}

/* FONT FACE */

@font-face {
    font-family: 'kelson_sansbold';
    src: url('font/kelson_sans_bold-webfont.eot');
    src: url('font/kelson_sans_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/kelson_sans_bold-webfont.woff2') format('woff2'),
         url('font/kelson_sans_bold-webfont.woff') format('woff'),
         url('font/kelson_sans_bold-webfont.ttf') format('truetype'),
         url('font/kelson_sans_bold-webfont.svg#kelson_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kelson_sanslight';
    src: url('font/kelson_sans_light-webfont.eot');
    src: url('font/kelson_sans_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/kelson_sans_light-webfont.woff2') format('woff2'),
         url('font/kelson_sans_light-webfont.woff') format('woff'),
         url('font/kelson_sans_light-webfont.ttf') format('truetype'),
         url('font/kelson_sans_light-webfont.svg#kelson_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kelson_sansregular';
    src: url('font/kelson_sans_regular-webfont.eot');
    src: url('font/kelson_sans_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/kelson_sans_regular-webfont.woff2') format('woff2'),
         url('font/kelson_sans_regular-webfont.woff') format('woff'),
         url('font/kelson_sans_regular-webfont.ttf') format('truetype'),
         url('font/kelson_sans_regular-webfont.svg#kelson_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}