/* Custom container */

/* From https://meowni.ca/posts/monica-dot-css/ */
* {box-sizing: border-box}
[hidden] {display: none !important}
[disabled] {pointer-events:none; opacity: 0.3}
.horizontal {display: flex; flex-direction: row; justify-content: space-between}
.vertical {display: flex; flex-direction: column}
.center {justify-content: center; align-items: center}
.top {align-items: flex-start}
.flex {flex: 1}
.opaque {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.partially-transparent {
  opacity: 0.75;
  filter: alpha(opacity=75); /* For IE8 and earlier */
}

/*
 * The following trick is from
 * https://christianoliff.com/blog/styling-external-links-with-an-icon-in-css/
 * It automatically adds the "external link" glyph
 * at the end of all non-relative URLs. This DOES NOT
 * cause them to be opened in separate windows; for that
 * the anchor tag has to contain a target="foo".
 */
div.main-content a[href^="http"]::after,
div.main-content a[href^="https://"]::after
{
  content: "";
  width: 11px;
  height: 11px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

/*
 * Add the class "no-glyph" to links where you don't want the glyph added,
 * like images that are links.
 */
div.main-content a[href^="http"].no-glyph::after,
div.main-content a[href^="https://"].no-glyph::after
{
  background-image: none  !important ;
  width: 0px !important;
}

html {
  --spacing-xs: 8px;
  --spacing: 24px;
  --spacing-s: 12px;
  --spacing-m: 36px;
}
/* end https://meowni.ca/posts/monica-dot-css/ */

body {
  background-color: #fefdfd;
  height: 10
}

ul {
  text-align: left;
}

.content-color {
  background-color: #e2d3c4; /* rgb(226 211 196 / 100%); #fde3ce; */
}
.content-color-2 {
  background-color: #cab6a5; /* rgb(253 227 206 / 100%); #fde3ce; */
}

.background-image {
  background-image: url("/assets/images/MountEvansAndMountBierstadtFromGuanellaPassNearDusk2560x1440.jpg");
  /*background-image: url("/assets/images/MountEvansAndMountBierstadtFromGuanellaPassNearDusk1200x842.jpg");*/
  background-repeat: no-repeat; /*repeat;*/
  background-size: cover; /*contain;*/
  background-attachment: fixed;
  height: 100vh;
}

.embedded-image {
  width: 100%;
}

.image-hover-border img {
  margin: 8px;
  border: 4px solid #CECECE;
}
.image-hover-border:hover img {
  border-color: #112337;
}

.books-page-content {
  vertical-align: top;
}
.book-description {
  vertical-align: top;
  width: 100%;
/*
  display: inline-flex;
  flex-wrap: wrap;
*/
}
.book-description-text {
}
.book-image {
  float: center;
}
.book-image-thumbnail {
  max-width: 125px;
}


.talks-page-content {
  vertical-align: top;
/*  padding-bottom: 25px;*/
}

.talk {
  width: 90%;
  margin: 20px auto;
}

.talk-desc {
  font-family: "Lato", "Arial", sans-serif;
  font-size: medium;
  color: #112337;
}

.talk-description {
  vertical-align: top;
/*  width: 100%;*/
  padding-bottom: 25px;
/*
  display: inline-flex; 
  flex-wrap: wrap;
*/
}
.talk-media-buttons {
  float: center;
}
.talk-description-text {
}
.talk-image {
  float: center;
}
.talk-image-thumbnail {
  max-width:  342px;
}


.basic-table {
  width: 90%;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
}
.basic-table td {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
}

.container {
}

.footnote {
/*  position:absolute;
  bottom:0;
*/  /*left:0;*/
}
.keyword {  /* used for highlighting terminology */
  color:#642;
  font-weight: bold;
  font-style: normal; }

.container-narrow {
  margin: 0 auto;
  max-width: 700px; 
}

.container-narrow > hr {
  margin: 30px 0; }

.navbar .nav {
  float: right;
}

.tagline {
  font-size: 125%;
}

/* posts index */
.post > h3.title {
  position: relative;
  padding-top: 10px; }

.post > h3.title span.date {
  position: absolute;
  right: 0;
  font-size: 0.9em; }

.post > .more {
  margin: 10px 0;
  text-align: left; }

/* post-full*/
.post-full .date {
  margin-bottom: 20px;
  font-weight: bold; }

/* tag-box */
.tag-box {
  list-style: none;
  margin: 0;
  overflow: hidden; }

.tag-box li {
  line-height: 28px; }

.tag-box li i {
  opacity: 0.9; }

.tag-box.inline li {
  float: left; }

.tag-box a {
  padding: 3px 6px;
  margin: 2px;
  background: #eee;
  color: #555;
  border-radius: 3px;
  text-decoration: none;
  border: 1px dashed #cccccc; }

.tag-box a span {
  vertical-align: super;
  font-size: 0.8em; }

.tag-box a:hover {
  background-color: #e5e5e5; }

.tag-box a.active {
  background: #57A957;
  border: 1px solid #4c964d;
  color: #FFF; }
