@font-face {
  font-family: "Cardo";
  src: local("Cardo"), local("Cardo-Regular"), url("/static/fonts/Cardo-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Molengo";
  src: local("Molengo"), local("Molengo-Regular"), url("/static/fonts/Molengo-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    margin: 50px 25px;
    background-color: #FFFFFF;
}


p, li {
    font-family: "Cardo","Big Caslon","Bodoni MT",Georgia,serif;
    font-size: 22px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
    font-family: "Molengo","Helvetica Neue",Arial,sans-serif;

}

a {
    /*color: #2a99b6;*/
}

a:hover {
    color: #33bbdf;
}

header, footer, div.page {
    margin: 0 auto;
    background: #FFFFFF;
    padding: 20px 30px;
    font-family: "Molengo","Helvetica Neue",Arial,sans-serif;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header nav ul li {
    display: inline;
    margin: 0 8px 0 0;
    padding: 0;
}

header h1 h2 h3 h4 {
    color: #006289;
    margin: 0;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase
}

header {
    margin: auto;
    width: 50%;
    text-align: center;
}

@media only screen {
    div.page {
        width: 900px;
    }
}

@media only screen and (max-width: 1000px) {
    div.page {
        width: 90%;
    }
}

header img {
    width: auto;
    height: 18px;
}

@media (orientation: portrait) and (max-width:1000px) {
    header {
        width: 100%;
    }
    header h1 {
        font-size: 7vw;
    }
    header li {
        font-size: 5vw;
    }
    header nav ul li {
        margin: 0 60px 0 0;
    }
    header img {
        height: 5vw;
	width: auto;
    }
    p, li {
        font-size: 5vw;
    }
    .hll {
        font-size: 1.8vw;
    }
    h1 {
        font-size: 8vw;
    }
    h2 {
        font-size: 7vw;
    }
    h3 {
        font-size: 6.5vw;
    }
    h4 {
        font-size: 6.2vw;
    }
}

@media (prefers-color-scheme: dark) {
  div.page, footer, header, p, body, a {
    background-color: black;
    color: white;
  }
  img {
    background-color: white;
  }
  img[src="/static/rss.svg"] {
    filter: invert(1);
  }
}

img {
    max-width:100%;
    height:auto;
}

.hll, code {
    background-color: #272822;
    color: white;
}
code {
    font-size: 18px;
}
