@charset "utf-8";

@import url(/css/sheets/drop-nav.css);
@import url(/css/sheets/page.css);
@import url(/css/sheets/homepage.css);
@import url(/css/sheets/header.css);
@import url(/css/sheets/footer.css);

@font-face {
    font-family: 'Adams';
    src: url('/css/fonts/Adams-Normal.eot');
    src: url('/css/fonts/Adams-Normal.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/Adams-Normal.woff2') format('woff2'),
        url('/css/fonts/Adams-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Allura';
    src: url('fonts/Allura-Regular.woff2') format('woff2'),
        url('fonts/Allura-Regular.woff') format('woff'),
        url('fonts/Allura-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, html {
    margin: 0;
	background: #fdfdfd;
}

body.homepage {
	/*
    background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url(/img/assets/community-yoga.png);
	background-size: cover;
	
	background: url(/img/assets/community-yoga.png) center bottom no-repeat;
    background-attachment: fixed;
    */
}

.clear {
    clear: both;
    width: 100%;
    line-height: 1px;
}

.spacer {
    clear: both;
    width: 100%;
    line-height: 180px;
}

@media only screen and (max-width: 780px) {
	
body {
    background-size: cover;
}

}