@charset "utf-8";

@import url(/css/sheets/header.css);
@import url(/css/sheets/page.css);
@import url(/css/sheets/footer.css);
@import url(/css/sheets/homepage.css);
@import url(/css/sheets/drop-nav.css);

@font-face {
    font-family: 'Bourbon';
    src: url('fonts/BourbonRegular.woff2') format('woff2'),
        url('fonts/BourbonRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html {
	margin: 0;
	padding: 0;
}

.clear {
    clear: both;
    width: 100%;
    line-height: 1px;
}