
/*
 * typewriter style
 * html {
 *   font-family: "Cutive Mono", courier, monospace, Sans-serif;
 * }
 */

/*
 * ``classy" style, 2023 and earlier,
 * however I've decided it strains the eyes
 */
html {
  font-family: "Josefin Sans", Sans-serif;
}

body {
  /*
   * Baseline size, to keep things independent of screen resolution.
   * Everything should be `em' or `%' hereafter.
   */
  font-size: 12pt;
}

.hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: black;
  /* TODO: Use breakpoints for background image */
  background-image: url("/images/falstaffandme-header-bar-3.jpg");
  background-repeat: no-repeat;
  height: 150px;
  overflow: hidden;
}

.hero h1 {
  font-family: "Alegreya Sans SC", Times, serif;
  position: relative;
  font-weight: bolder;
  left: 400px;
  text-shadow: -1px -1px 0 #ffbf00,
               1px 1px 0 #000,
               1px 1px 0 #fff;
}

/* because they lie about the meaning of "padding" */
.main,
.main:before,
.main:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.main,
article {
  /*
   *    Use this if Josefin Sans
   *    font-size: 120%;
   */
  position:relative;
  padding-top: 150px;
  width: 100%;
}

.hamburger-menu {
  display: none;
}

.hamburger-menu.hamburger-toggle {
  display: inline-block;
}

header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header > nav {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: #c0c0c0;
}

header > nav > ul {
  display: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
  background-color: #ccc;
  width: 100px;
  list-style: none;
}

header > nav > ul > li {
  width: 100px;
}

header > nav > ul a {
  display: inline-block;
  width: 100%;
  color: black;
}

header > nav > .navtitle {
  float: left;
  font-family: "Alegreya Sans SC", Sans-serif;
  font-weight: 700;
  color: white;
  background-color: black;
  position: relative;
  width: 200px;
}

header > nav > .navtitle,
header > nav > ul a {
  padding-top: 5px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  height: 30px;
}

header > nav.nav-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

header > nav > .navtitle a:hover,
header > nav > ul a:hover,
header > nav > ul a:focus {
  text-decoration: underline;
  background-color: #eee;
  outline: none;
}

header > nav > .nav-hamburger:hover {
  text-decoration: none;
  background-color: #eee;
}

header > nav > .navtitle:hover {
  text-decoration: none;
  background-color: black;
}

header > nav > .nav-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: black;
  width: 100px;
  text-align: center;
  height: 30px;
  background-color: #999;
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Alegreya Sans SC", Sans-serif;
}

header > nav.nav-scrolled {
  position: fixed;
  top: 150;
  left: 0;
}

@media only screen and (min-width: 768px) {
  header > nav > ul {
    position: absolute;
    left: 200px;
    top: 0;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 100%;
  }

  header > nav > ul > li {
    display: inline-block;
    position: relative;
  }

  header > nav > .nav-hamburger {
    display: none;
  }

  /* nav is not the generic for of this on wide window */
  header > nav > .hamburger-menu {
    display: block;
  }
}

.dropdown {
  position: relative
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  float: left;
  min-width: 10rem;
}

.sitename {
  font-size: .48em;
  font-family: "Cutive Mono", courier, monospace, Sans-serif;
  font-weight: bolder;
  color: #18212b;
}

h1 {
  font-size: 2.6em;
  line-height: 1;
  font-weight: normal;
  margin: 1.5em 0 0.3em;
  color: #375840;
  /*font-family: "Josefin Sans", sans-serif;*/
  font-family: Georgia,Times,serif;
  letter-spacing: 2px;
}

h2 {
  font-size: 2em;
  font-weight: Normal;
  line-height: 1.2;
  margin: 1.3em 0 0.25em;
  color: #375840;
  /*font-family: "Josefin Sans", sans-serif;*/
  font-family: Georgia,Times,serif;
}

h3 {
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.2;
  margin: 1.3em 0 0.25em;
  color: #375840;
  /*font-family: "Josefin Sans", sans-serif;*/
  font-family: Georgia,Times,serif;
}

h4 {
  font-size: 1.2em;
  font-weight: normal;
  font-style: italic;
  line-height: 1.2;
  margin: 1.3em 0 0.5em;
  /*font-family: "Josefin Sans", sans-serif;*/
  font-family: Georgia,Times,serif;
  color: #365840;
}

h5 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2;
  /*font-family: "Josefin Sans", sans-serif;*/
  font-family: Georgia,Times,serif;
  color: #365840;
}

ul.unbulleted {
  list-style: none;
}

a {
  color: #404040;
  font-weight: bolder;
}

ul a {
  line-height: 1.5;
}

a:hover {
  background-color: #f0f0f0;
}

h1 time {
  letter-spacing: 1px;
  font-size: .5em;
  font-style: normal;
  color: #333;
}

h2 time, h3 time, h4 time, h5 time {
  letter-spacing: 1px;
  font-size: 80%;
  font-style: normal;
  color: #333;
}

h1 .author,
h2 .author,
h3 .author,
h4 .author,
h5 .author {
  color: black
}

blockquote {
  font-style: italic;
}

blockquote em {
  font-style: normal;
}

/* Embedded media */
.soundcloud-embed iframe {
  width: 100%;
  background-color: #203520;
}

.col {
  float: left;
}

.col-fluid {
  float: none;
}

.col, .col-fluid {
  padding-left: 25px;
  padding-right: 10px;
}

.content {
  max-width: 40rem;
  letter-spacing: 0px;
  /*font-family: 'Josefin Sans', serif, Cursive, Serif;*/
  font-family: sans-serif;
}

.content ul,
.content ol,
.content p {
  line-height: 2;
  margin-top: 0;
  margin-bottom: 2em;
  letter-spacing: 0px;
}

.content table {
  line-height: 1;
}

/*
 * mobile - Smaller left/right columns so we don't have tiny lines
 * in the middle of an already-skinny screen.
 */
.content-container {
  width: 100%;
}

.leftpanel,
.rightpanel {
  height: 100%;
  display: none;
}

.col2-left, .col2-right {
  width: 100%;
  height: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

/*
 * desktop - Larger left/right columns.
 * Using margin-left is more `proper,'
 * but this is in case I want to put side-panel info inside the
 * left or right columns in the future.
 */
@media only screen and (min-width: 768px) {
  .content-container {
    width: 60%;
  }

  .leftpanel, .rightpanel {
    width: 19%;
    height: 100%;
    display: inherit;
  }

  .col-fluid {
    float: left;
  }

  .col2-left, .col2-right {
    width: 50%;
  }
}

.col-fluid,
.col-fluid:before,
.col-fluid:after,
.col,
.col:before,
.col:after,
.row * {
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.introtext {
  font-style: italic;
  font-family: Georgia, 'Alegreya Sans SC', Sans-serif;
}

.introtext > mark {
  background-color: inherit;
  font-weight: Bold;
}


