body {
    font-size: 1.8em; 
    text-rendering: optimizeLegibility;
}

html {
    /* font-variant-numeric: oldstyle-nums; */
    /* -moz-font-feature-settings: 'onum=1'; */
    /* -ms-font-feature-settings: 'onum'; */
    /* -o-font-feature-settings: 'onum'; */
    /* -webkit-font-feature-settings: 'onum'; */
    /* font-feature-settings: 'onum'; */
}

img {
    display: block;
    margin: auto;
}

.center {
    display: block;
    margin: auto;
}

ul.posts {
    padding: 0;
}

p, ul, ol {
    font-family: "Oxygen", "Helvetica Neue", sans;
    font-weight: 300;
    /* font-family: "garamond-premier-pro-display-1","garamond-premier-pro-display-2"; */
    /* font-weight: 100; */
}

em {
    font-weight: 400;
    font-style: normal
}

.heading {
    font-family: "museo-sans-1","museo-sans-2", "Helvetica Neue";
    font-weight: 100;
    font-size: .75em;
    margin-top: 20px;
}

.bold {
    font-weight: 700;
    color: #444;
}

.light {
    font-weight: 100;
}

h1.my-sidebar > a {
    font-family: "museo-sans-1","museo-sans-2", "Helvetica Neue";
    padding-top: 0em;
    padding-bottom: 0em;
    position: relative;
    left: -20px;
    font-weight: 300;
    text-transform: uppercase;
}

#sidebar {
    position: relative;
}
ul.nav-sidebar > li {
    text-align: right;
    padding: 0;
    margin: 0;
    /*  height: 20px; ungh, why do I need this? */
}

h1.my-sidebar {
    padding: 0;
    margin: 0;
    margin-left: 0.5em;
}

h2.my-sidebar, h3.my-sidebar, h4.my-sidebar {
    padding: 0;
    margin: 0;
    margin-left: 1em;
}

h2.my-sidebar > a, h3.my-sidebar > a, h4.my-sidebar > a {
    font-family: "museo-sans-1","museo-sans-2", "Helvetica Neue";
    padding: 0;
    margin: 0;
    font-weight: 300;
    position: relative;
    text-transform: uppercase;
    font-size: 0.85em;
}

h1 {
    font-family: "museo-sans-1","museo-sans-2", "Helvetica Neue";
    padding-top: 0em;
    padding-bottom: 0em;
    position: relative;
    left: -20px;
    font-weight: 300;
    text-transform: uppercase;
}

h2, h3, h4 {
    font-family: "museo-sans-1","museo-sans-2", "Helvetica Neue";
    font-weight: 700;
    position: relative;
    left: -1em;
    text-transform: uppercase;
    font-size: 1.05em;
}

iframe {
    border: none;
    margin: 0;
    padding: .5em;
}

ul.posts {
    list-style-type: none;
}

a {
    color: #c07040;
}

.sidebar {
    position: absolute;
    right: -250px;
}

.sidebar-large {
    position: absolute;
    right: -370px;
}

.flush-right {
    text-align: right;
}

div.post-content h2, div.post-content h3, div.post-content h4 {
    margin-top:40px;
    margin-bottom:20px;
}

code {
    padding: 0;
    font-size: 70%;
    color: #244;
    background-color: #fff;
}

a.reversefootnote {
    font-size: 50%;
}
/****************************************************************************/

/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {
    html {
	font-size: 1.2em;
    }
    .container {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
    }
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
    body {
	font-size: 4.8em;
    }
    .container {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
    }
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) and (orientation:portrait) {
    body {
	font-size: 6em;
    }
    .container {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
    }
}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {}

/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {}
