@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Overlock:400,700);
#background-image { height: 30px; width: 100%; background-color: rgba(250, 240, 230, 0.8); }

strong, b { font-style: normal; font-weight: 700; }

body { padding-top: 50px; margin: 0; font-family: "Overlock"; }

footer { text-align: center; clear: both; height: 10%; }

.smalltext { font-family: "Overlock"; font-size: 12px; background-color: #FFFFFF; padding-top: 1px; font-weight: 400; }

a { text-decoration: none; color: #000000; }

#menu { font-family: "Ostrich Sans"; font-size: 50px; }

#innertitle { display: none; }

#flexcontent { display: none; }

#container { min-height: 90%; }

.texttitle { background-color: #FFFFFF; opacity: .8; }

.title { font-family: "Ostrich Sans"; font-size: 70px; margin-left: 5%; }

p { font-weight: 400; font-family: "Overlock"; font-size: 18px; letter-spacing: .5px; padding-top: 2px; padding-bottom: 2px; }

p a { background-color: rgba(250, 240, 230, 0.8); }

#content { margin-left: 30%; margin-right: 5%; }

.navbar { display: block; float: left; margin-left: 5%; width: 15%; }

#smallmenu { display: none; float: right; font-size: 40px; font-family: "Ostrich Sans"; z-index: 10; }

@media screen and (max-width: 1000px) { #menu { font-size: 40px; } }

@media screen and (max-width: 750px) { body { padding-top: 10px; } .title { font-size: 50px; } #menu { font-size: 40px; text-align: left; } #smallmenu { display: block; margin-right: 5%; } #innertitle { display: block; margin-top: 5%; font-family: "Ostrich Sans"; font-size: 40px; } #content { margin-left: 5%; margin-right: 5%; } .navbar { text-align: center; font-size: 70px; background-color: rgba(255, 255, 255, 0.99); float: none; width: 95%; -webkit-transition: height .2s; -moz-transition: height .2s; transition: height .2s; z-index: 1; position: absolute; } .navbar.closed { overflow: hidden; height: 0px; } .navbar.open { height: 100%; } }

/* Ostrich Sans */
@font-face { font-family: 'Ostrich Sans'; src: url("../assets/fonts/ostrich-sans/ostrich-regular.eot"); src: local("☺"), url("../assets/fonts/ostrich-sans/ostrich-regular.woff") format("woff"), url("../assets/fonts/ostrich-sans/ostrich-regular.ttf") format("truetype"), url("../assets/fonts/ostrich-sans/ostrich-regular.svg") format("svg"); font-weight: 400; font-style: normal; }

/*# sourceMappingURL=main.css.map */