@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,700,700i&display=swap');

/*------------------
 *
 *  Main CSS
 *
 *-------------------------*/

/* Tufte-like CSS styles */
html { 
  font-size: 15px; 
}


body { 
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  font-family: "Alegreya", serif !important;
  background-color: #fffff8;
  color: #111;
  max-width: 1400px;
  font-size: 1.4rem; 
}


code {
  background-color: #f7f7f7;
  font-size: 0.95em;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 1.0rem;
  line-height: 1.6; 
}


pre code {
  width: 100% !important;
/*  padding-left: 0 !important;*(
  /* Trying these new things */
  display: block;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding-left: 4px;
  overflow-x: scroll !important;
  font-size: 1.0rem;

}

pre {
    width: 55%;
}


/* -------------------------------------- */
/* Author Info CSS */
/* -------------------------------------- */

.author_blurb {
  display: flex;
  flex-direction: row;    
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  padding-top: 20px;
}

.photo {
  width: 90px;
}

.author_info{
  width: 100%;
  display: flex;
  flex-direction: column;    
  padding-left: 15px;
  justify-content: center;
}


.social_links {
  line-height: 2.5em;
}

.social_links a {
  line-height: 2.5em;
  padding-left: 8px;
  text-decoration: none;
  background: none !important;
}

.name{
  font-family: "Merriweather", serif;
  letter-spacing: 0.01rem;
  font-size: 1.7rem;
  padding-right: 15px;
}

.contact_info{
  align-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.contact_info a {
  background-repeat: no-repeat, no-repeat, no-repeat !important;
  text-decoration: none !important;
}

.contact_info a:active {
    outline: none;
}

.bio {
  height: 100px;
  padding-top: 0px;
}

.bio_text{
  padding-top: 5px;
  margin-top: auto;
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 200;
  color: #636363;
  letter-spacing: 0;
  text-indent: 0;
}

/* small screens */
@media all and (max-width: 550px) {

  .name{
    padding-right: 5px;
  } 
  
  .author_blurb {
    flex-direction: column;    
  }
  .author_photo {
    padding-bottom:12px;
    align-self: center;
  }
  .author_blurb {
    padding-top: 5px;
  }
  .author_info {
    padding-left: 0px;
  }
}

/* END Author Info CSS */


#disqus_thread {
  padding-top: 0px;
}

.main-header {
  width: 100%;
  height: 0;
  padding-top: 33.33%;
  position:relative;
  z-index:-1;
  margin:0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.brand{
  margin-bottom:-10px;
}

.brand a {
  background-repeat: no-repeat !important;
}

#blog_title {
  line-height: 50px;
  float: right;
  padding-right: 5px;
  right: 0;
}


#homepage{
  width: 70%;
  margin: 0 auto;
  color: #111111;
  font-size: 1.4rem;
}

#homepage a {
   color: #a00000;
}





h1 {
  font-weight: 400;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  line-height: 1;
}

 h1 a:visited{
  color: inherit;
} 

p {
  font-size: 1.1em;
  color: #111111;
  text-rendering: geometricPrecision;
}

.thumbnail p {
  width: 100%;
}


span.content-meta {
    color: #64696e;  /* metadata  */
    font-size: 1.3rem;
}

.content-title {
    margin-bottom: 0.9rem;
}



p, nav, section, article, header, footer, .pure-g [class *= "pure-u"] {
  font-family: "Alegreya", serif;

}


h1 { 
  font-weight: 400;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  line-height: 1; 
}

h2 { 
  font-style: italic;
  font-weight: 400;
  margin-top: 2.1rem;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 1; 
}

h3 { 
  font-style: italic;
  font-weight: 400;
  font-size: 1.7rem;
  margin-top: 2rem;
  margin-bottom: 0;
  line-height: 1; 
}

p.subtitle { 
  font-style: italic;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  display: block;
  line-height: 1; 
}

.numeral { 
  font-family: et-book-roman-old-style; 
}

.danger { 
  color: red; 
}

article { 
  position: relative;
  padding: 0rem 0rem; 
}

section { 
 /* padding-bottom: 1rem; */
}


p { 
  margin-top: 1.4rem;
  margin-bottom: 0rem;  /*  Sat til 0  - tidligere 1.4 */
  padding-right: 0;
  vertical-align: baseline;
  font-size: 1.4rem; 
}

/* Chapter Epigraphs */
div.epigraph { 
  margin: 5em 0; 
}

div.epigraph > blockquote { 
  margin-top: 3em;
  margin-bottom: 3em; 
}

div.epigraph > blockquote, div.epigraph > blockquote > p { 
  font-style: italic; 
}

div.epigraph > blockquote > footer { 
  font-style: normal; 
}

div.epigraph > blockquote > footer > cite { 
  font-style: italic; 
}

/* end chapter epigraphs styles */

blockquote { 
  font-size: 1.4rem; 
  margin: 0 1.5rem 0rem;
  font-style: italic; 
}

blockquote p { 
    width: 50%;
    margin-top: 1.4rem;
}

blockquote footer { 
  width: 50%;
  font-size: 1.1rem;
  text-align: right; 
}

ol, ul { 
  font-size: 1.4rem; 
  width: 61%;
  -webkit-padding-start: 5%;
/*  -webkit-padding-end: 5%; */
}

ul li p {
  width: 100%;
}

ol li p {
  width: 100%;
}

nav ul {
    width: 100%;
    -webkit-padding-start: 5%;
    -webkit-padding-end: 5%; 
}


li { 
  padding: 0.5rem 0; 
}

figure {
    width: 61%;
}

figureold { 
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-width: 55%;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 0 0 3em 0; 
}

figcaption { 
  float: right;
  clear: right;
  margin-right: -48%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  vertical-align: baseline;
  position: relative;
  max-width: 40%; 
}

figure.fullwidth figcaption { 
  margin-right: 24%; 
}


figure.fullwidth p.caption {
  float: right;
  clear: right;
  margin-top: 0;
  margin-bottom: 1.96rem;
  font-size: 1.1rem;
  line-height: 1.6;
  vertical-align: baseline;
  position: relative;
  margin-right: -6.5%;
  width: 32%;
}


/* links */

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

a:hover {
    color: #a00000;
    text-decoration: none;
}

p > a {
  color: #a00000;
  text-decoration: none;
  background: -webkit-linear-gradient(#fffff8, #fffff8), -webkit-linear-gradient(#fffff8, #fffff8), -webkit-linear-gradient(#333, #333);
  background: linear-gradient(#fffff8, #fffff8), linear-gradient(#fffff8, #fffff8), linear-gradient(#333, #333);
  -webkit-background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  -moz-background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  text-shadow: 0.03em 0 #fffff8, -0.03em 0 #fffff8, 0 0.03em #fffff8, 0 -0.03em #fffff8, 0.06em 0 #fffff8, -0.06em 0 #fffff8, 0.09em 0 #fffff8, -0.09em 0 #fffff8, 0.12em 0 #fffff8, -0.12em 0 #fffff8, 0.15em 0 #fffff8, -0.15em 0 #fffff8;
  background-position: 0% 93%, 100% 93%, 0% 93%;
}

  /* Links: replicate underline that clears descenders 
a:link, a:visited { 
  color: inherit; 
}

a:link { 
  text-decoration: none;
  background: -webkit-linear-gradient(#fffff8, #fffff8), -webkit-linear-gradient(#fffff8, #fffff8), -webkit-linear-gradient(#333, #333);
  background: linear-gradient(#fffff8, #fffff8), linear-gradient(#fffff8, #fffff8), linear-gradient(#333, #333);
  -webkit-background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  -moz-background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  text-shadow: 0.03em 0 #fffff8, -0.03em 0 #fffff8, 0 0.03em #fffff8, 0 -0.03em #fffff8, 0.06em 0 #fffff8, -0.06em 0 #fffff8, 0.09em 0 #fffff8, -0.09em 0 #fffff8, 0.12em 0 #fffff8, -0.12em 0 #fffff8, 0.15em 0 #fffff8, -0.15em 0 #fffff8;
  background-position: 0% 93%, 100% 93%, 0% 93%; 
}

@media screen and (-webkit-min-device-pixel-ratio: 0) { 
  a:link { background-position-y: 87%, 87%, 87%; } 
}

a:link::selection { 
  text-shadow: 0.03em 0 #b4d5fe, -0.03em 0 #b4d5fe, 0 0.03em #b4d5fe, 0 -0.03em #b4d5fe, 0.06em 0 #b4d5fe, -0.06em 0 #b4d5fe, 0.09em 0 #b4d5fe, -0.09em 0 #b4d5fe, 0.12em 0 #b4d5fe, -0.12em 0 #b4d5fe, 0.15em 0 #b4d5fe, -0.15em 0 #b4d5fe;
  background: #b4d5fe; 
}

a:link::-moz-selection { 
  text-shadow: 0.03em 0 #b4d5fe, -0.03em 0 #b4d5fe, 0 0.03em #b4d5fe, 0 -0.03em #b4d5fe, 0.06em 0 #b4d5fe, -0.06em 0 #b4d5fe, 0.09em 0 #b4d5fe, -0.09em 0 #b4d5fe, 0.12em 0 #b4d5fe, -0.12em 0 #b4d5fe, 0.15em 0 #b4d5fe, -0.15em 0 #b4d5fe;
  background: #b4d5fe; 
}  */

/* Sidenotes, margin notes, figures, captions */
img { 
  max-width: 100%; 
}

.sidenote, .marginnote, .footnoteRef, .caption, .figcaption { 
  float: right;
  clear: right;
  margin-right: -60%;
  width: 50%;
  margin-top: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  vertical-align: baseline;
  position: relative;
  margin-bottom: 1.96rem;
}

ol .sidenote, ol .marginnote, ol .footnoteRef, ol .caption, ol .figcaption { 
  float: right;
  clear: right;
  margin-right: -60%;
  width: 50%;
  margin-top: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  vertical-align: baseline;
  position: relative;
  margin-bottom: 1.96rem;
}


/* Additional stuff for sidenotes */

.table-caption { 
  float:right;
  clear:right;
  margin-right: -60%;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.0rem;
  line-height: 1.6; 
}

.sidenote-number {
    position: relative;
    vertical-align: baseline;    
    font-size: 0.8rem;
    top: -0.5rem;
    left: 0.1rem;
    color: #a00000;
}

label.sidenote-number { display: inline; }

label.margin-toggle:not(.sidenote-number) { display: none; }

p, div.table-wrapper-small, div.supertable-wrapper > p, div.booktabs-wrapper, div.figure { 
  width: 61%; 
  margin-top: 1.4rem;
}

div.fullwidth, table.fullwidth { 
  width: 100%; 
}

div.table-wrapper { 
  overflow-x: scroll;
  font-family: "Trebuchet MS", "Gill Sans", "Gill Sans MT", sans-serif; 
}


div.girafe {
    width: 61%;
    margin-left: 0px;
    margin-right: 0px;
}

.sans { 
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  letter-spacing: .03em; 
}


.copyright { 
    font-size: 15px;
    text-align: center;
    letter-spacing: .0em; 
}

footer {
    font-size: 15px;
    text-align: center;

}



h1 .code, h2 .code, h3 .code { 
  font-size: 0.80em; 
}

.marginnote .code, .sidenote .code, .footnoteRef .code, .caption .code, { 
  font-size: 1rem;
}

pre.code { 
  width: 52.5%;
  padding-left: 2.5%;
  overflow-x: scroll; 
}

.fullwidth { 
    max-width: 90%;
    width: 90%;
    clear: both; 
}

span.newthought { 
  font-variant: small-caps;
  font-size: 1.2em; 
}

input.margin-toggle { display: none; }

label.sidenote-number { display: inline; }

label.margin-toggle:not(.sidenote-number) { display: none; }

@media screen and (max-width: 760px) { 
  p, footer { 
    width: 90%;
  }
 pre.code {
   width: 87.5%; 
 }
 ul { 
   width: 85%; 
 }
 figure { 
   max-width: 90%; 
 }
 figcaption, figure.fullwidth figcaption { 
   margin-right: 0%;
   max-width: none; 
 }
 blockquote p, blockquote footer { 
   width: 90%; 
 }
 
 label { 
    cursor: pointer; 
    
  }
  pre.code { 
    width: 90%;
    padding: 0; 
  }
  .table-caption { 
    display: block;
    float: right;
    clear: both;
    width: 98%;
    margin-bottom: 0.5rem;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: baseline;
    position: relative; 
    
  }
  div.table-wrapper, table, table.booktabs { 
    width: 85%; 
  }
  div.table-wrapper { 
    border-right: 1px solid #efefef; 
  }
  label.margin-toggle:not(.sidenote-number) {
      display: inline;
      color: #a00000;
  }

  .sidenote, .marginnote { display: none; }
  .margin-toggle:checked + .sidenote,
  .margin-toggle:checked + .marginnote { display: block;
                                         float: left;
                                         left: 1rem;
                                         clear: both;
                                         width: 95%;
                                         margin: 1rem 2.5%;
                                         vertical-align: baseline;
                                         position: relative; }
  label { cursor: pointer; }
  
  
}


/* Large screens */
@media all and (max-width: 1200px) {
  #homepage{
    width: 75%;
  }
}

/* Medium-large screens */
@media all and (max-width: 760px) {
  #homepage{
    width: 85%;
  }
}

/* medium  screens */
@media all and (max-width: 600px) {
  #homepage{
    width: 90%;
  }
}

/* medium  screens */
@media all and (max-width: 550px) {
  #homepage{
    width: 95%;
  }
  
  body {
    width: 100% !important;
    padding-left: 5% !important;
  }

  figure {
    width: 95% !important;
  }
  
}

/* Medium screens */
@media all and (max-width: 760px) {

  pre {
   width: 85%;
  }
  pre code {
    width: 90% !important;
    padding: 0 !important;
  }
  .marginnote {
    display: block;
    float: left;
    left: 1rem;
    clear: both;
    width: 95%;
    margin: 1rem 2.5%;
    vertical-align: baseline;
    position: relative;
    font-style: italic;
    border-top: 1px double;
    border-bottom: 1px double;
    margin-left: 0;
    padding: 4px;
  }
  .caption {
    display: block;
    float: left;
    left: 1rem;
    clear: both;
    width: 95%;
    margin: 1rem 2.5%;
    vertical-align: baseline;
    position: relative;
    font-style: italic;
    border-top: 1px double;
    border-bottom: 1px double;
    margin-left: 0;
    padding: 4px;
  }

  figure {
    width: 95% !important;
  }

  
}


table:before {
    content: "";
    width: 61%;
/* CE: 31/12-19   display: inline-block; */
}

div.table {
    width: 61%;
}


table, table.booktabs {
    /* making booktabs style tables the unstyled default in case someone uses Markdown styling  */
    border-spacing: 0px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    margin-left:auto; 
    margin-right:auto;
}

.booktabs th, th {
    border-bottom: 1px solid #333;
    padding: 0.65ex 0.5em 0.4ex 0.5em;
    font-weight: normal;
    text-align: center;
}

th, td {
    font-size: 1.1rem;
    line-height: 1.71428571;
    padding-right: 0.5em;
}

.booktabs th.cmid, th { border-bottom: 1px solid lighten(#000, 25%); }

.booktabs th.nocmid { border-bottom: none; }

.booktabs tbody tr:first-child td,  tr:first-child td { padding-top: 0.65ex; } // add space between thead row and tbody                  

.booktabs td, td {  padding-left: 0.5em;
                    padding-right: 0.5em;
                    text-align: left;
		 }

.booktabs caption, caption { font-size: 90%;
                    text-align: left;
                    width: auto;
                    margin-left: auto;
                    margin-right: auto;
                    margin-top: 1ex;
                    caption-side: top; }

.booktabs tbody tr td.l { text-align: left !important; }
.booktabs tbody tr td.c { text-align: center !important; }
.booktabs tbody tr td.r { text-align: right !important; }

.table-caption { float:right;
                 clear:right;
                 margin-right: -60%;
                 width: 50%;
                 margin-top: 0;
                 margin-bottom: 0;
                 font-size: 1.0rem;
                 line-height: 1.96; }

hr.slender {
    border: 0;
    height: 1px;
    margin-top: 1.4rem;
    margin-bottom:1.4rem;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}


/* -------------------------------------- */
/* NAV                                    */
/* -------------------------------------- */


.nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  color: #a00000;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.nav-links li {
  display: inline-block;
  margin: 0 25px 0 25px;
}

.nav-links li:first-child {
  margin-left: 0;
}

.nav-links a {
    text-decoration: none;
    color: #a00000;
    letter-spacing: 0.15em;
}

.nav-links a:hover {
}

nav-links a.active:before{ content:"\0003c\000a0";} // escaped unicode for the carats and then a space on active menu links                    
nav-links a.active:after{ content:"\000a0\0003e" ;}


.nav-logo {
  float: left;
  transition: transform 150ms ease-out;
  font-size: 1.2rem;
  color: #a00000;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0;
  padding: 0.5rem 0;
  padding-right: 6rem;
}



.nav-logo:hover {
  transform: scale(1.1);
}

#menu {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding-right: 1rem;
}



/*********************
 *
 *
 *
 *********************/

ul.social-links {
  list-style: none;
  text-align: center;
  margin: 0 auto;
}
ul.social-links li{
  display: inline;
  padding: 0.5rem 0.25rem;
}


/* 

 Remove the silly URLs when printing.

*/

@media print {
    a:after { content:''; }
    a[href]:after { content: none !important; }

}


@page {
    margin-top: 2cm;
    margin-bottom: 2cm;
    margin-left: 2cm;
    margin-right: 2cm;
}