/*!
 * Start Bootstrap - Clean Blog v5.0.2 (https://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-clean-blog/blob/master/LICENSE)
 */

body {
    font-size: 20px;
    color: #212529;
    /*font-family: 'Lora', 'Times New Roman', serif;*/
    /*font-family: 'Domine', serif;*/
    font-family: 'Noto Serif', serif;
    background-color: #f5f5f5;
}

p {
  line-height: 1.5;
  margin: 30px 0;
}

li a,
p a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
  color: #212529;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:focus, a:hover {
  color: #0085A1;
}

blockquote {
  font-style: italic;
  color: #868e96;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

::-moz-selection {
  color: #fff;
  background: #0085A1;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #0085A1;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  position: absolute;
  border-bottom: 1px solid #e9ecef;
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
  font-weight: 800;
  color: #343a40;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
  text-transform: uppercase;
  color: #343a40;
}

#mainNav .navbar-nav > li.nav-item > a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  #mainNav {
    border-bottom: 1px solid transparent;
    background: transparent;
  }
  #mainNav .navbar-brand {
    padding: 10px 20px;
    color: #fff;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #mainNav .navbar-nav > li.nav-item > a {
    padding: 10px 20px;
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}

@media only screen and (min-width: 992px) {
  #mainNav {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }
  #mainNav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -67px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    border-bottom: 1px solid white;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #mainNav.is-fixed .navbar-brand {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
    color: #0085A1;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    color: #0085A1;
  }
  #mainNav.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

header.masthead {
    margin-bottom: 50px;
    background: no-repeat center center;
    background-color: #868e96;
    background-attachment: scroll;
    position: relative;
    background-size: cover;
    /* changes by marc: */
    background-image: url('../img/home-bg.jpg');
}

header.masthead-research {
    /*background-image: url('../img/julie-johnson-666385-unsplash.jpg');*/
    background-image: radial-gradient(ellipse, rgba(54, 30, 0, 1) 0%,
        rgba(54, 30, 0, 0.75) 50%,
        rgba(54, 30, 0, 0) 100%),
        url('../img/julie-johnson-666385-unsplash.jpg');
}

header.masthead-contact {
    background-image: url('../img/contact-bg.jpg');
}

header.masthead-recipe {
    /*
    background-image: url('../img/recipe-bg.jpg');
    background-position: 0 -370px;
    */

    /*
    background-image: url('../img/recipe-bg2.jpg');
    background-position: 0 -810px;
    background-position: 0 -852px;
    */

    background-image: url('../img/recipe-bg2_0004.jpg');
}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: 0.5;
  /* changes by marc: */
  background-color: rgba(54, 30, 0, 0.8);
  opacity: 0.9;

}

header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  padding: 200px 0 150px;
  color: white;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 200px 0;
    padding: 120px 0 60px 0; /* mg */
  }
}

header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}

header.masthead .page-heading h1,
header.masthead .site-heading h1 {
  font-size: 50px;
  margin-top: 0;
  font-weight: 600; /**/
}

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 24px;
  font-weight: 300;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  margin: 12px 0 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* extra from marc: author copyright  title-year */
header.masthead .site-heading .author,
header.masthead .site-heading .copyright,
header.masthead .site-heading .title-year {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.25;
  display: block;
  margin: 12px 0 12px 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .site-heading .author { /**/
  line-height: 3;
}
header.masthead .site-heading .title-year {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.75;
}
header.masthead .site-heading .copyright {
  line-height: 1.75;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  margin-right: 5%;
  margin-left: 5%;
  width: 90%;
  margin-top: 24px;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 80px;
    font-size: 60px; /**/
  }
}

header.masthead .post-heading h1 {
  font-size: 35px;
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}

header.masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Lora', 'Times New Roman', serif;
}

header.masthead .post-heading .meta a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}

.post-preview > a {
  color: #212529;
}

.post-preview > a:focus, .post-preview > a:hover {
  text-decoration: none;
  color: #0085A1;
}

.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.post-preview > a > .post-subtitle {
  font-weight: 300;
  margin: 0 0 10px;
}

.post-preview > .post-meta {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  color: #868e96;
}

.post-preview > .post-meta > a {
  text-decoration: none;
  color: #212529;
}

.post-preview > .post-meta > a:focus, .post-preview > .post-meta > a:hover {
  text-decoration: underline;
  color: #0085A1;
}

@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}

.floating-label-form-group {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #dee2e6;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    font-size: 1.5em;
    font-size: 1.6em;
    position: relative;
    z-index: 1;
    /*padding: 0;*/
    padding: 0.2rem;
    resize: none;
    /*border: none;*/
    border: 1px solid white;
    border-color: rgba(134, 142, 150, 0.67);
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: 'Lora', 'Times New Roman', serif;

    background-color: #F0E9E0;
    background-color: #F5F0E4;
    color: #261908;
    font-weight: 600;
}

.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
  color: #868e96;
  font-family: 'Lora', 'Times New Roman', serif;
}

.floating-label-form-group label {
  font-size: 0.85em;
  font-size: 1.15em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  /*top: 2em;*/ /* "hides" */
  display: block;
  margin: 0;
  /*-webkit-transition: top 0.3s ease, opacity 0.3s ease;*/
  /*transition: top 0.3s ease, opacity 0.3s ease;*/
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  opacity: 0.9;
}

.floating-label-form-group .help-block {
  margin: 15px 0;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #0085A1;
}

form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6;
}

footer {
  padding: 50px 0 65px;
}

footer .list-inline {
  margin: 0;
  padding: 0;
}

footer .copyright {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.btn {
  font-size: 14px;
  font-weight: 800;
  padding: 15px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-primary {
  background-color: #0085A1;
  border-color: #0085A1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}

.btn-lg {
    font-size: 16px;
    padding: 25px 35px;
}

.row.readmore-content {
    position:  relative;
    overflow: hidden;
    z-index: 500;
}
div.readmore-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    /*background-image: linear-gradient(to bottom, transparent, white);*/
    background-image: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,0.75) 25%, white);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,0.5) 50%, white);
z-index: 501;
}
div.readmore-label {
    z-index: 502;
    position: absolute;
    bottom: 0;
    bottom: 50%;
    bottom: 17%;
    bottom: 2.1em;
    text-align: center;
    background-color: white;
    background-color: #eee;
    background-color: rgba(255,255,255,0.55);
    padding: 0.75em 2em 1em 2em;
    margin-right: auto;
    margin-left: 25%;
    width: 50%;
    cursor: pointer;
    font-weight: 600;
}
.readmore-para-rest {
    position: relative;
}
.readmore-para-rest-faded {
    position: relative;
    max-height: 32em;
    min-height: 17em;
    overflow: hidden;
}

.top-buffer { margin-top:20px; }
.bottom-buffer { margin-bottom:20px; }
.invalid { color: #dc3545; }

div.indent {
    padding-left: 2.25em;
    font-size: 0.9em;
    padding-bottom: 0.7em;
}

.fancybox-content,
.fancy-footnote { /* use !important; to override defaults */
    /*max-width: 90% !important;*/
    padding-top: 2em !important;
    /*width: 70% !important;*/
    /*height: 70% !important;*/
    /**/
    /* background-color: #d1ecf1 !important; */
}
.fancybox-content {
    width: 100%;
}

.goto-footnote {
    margin-top: 1em;
    font-size: 15px;
}

.footnote-cell {
    font-size: 16px;
}

ol.footnote, li.footnote {
    padding-left: 16px;
}

.block-with-text {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
}

.block-with-text:before {
    content: ' ... ';
    position: absolute;
    bottom: 0.6em;
    bottom: 1em;
    right: 0;
    margin-right: 2em;
    width: 99%;
    z-index: 510;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,0.5) 50%, white);
    text-align: right;
}

.block-with-text:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    width: 3em;
    padding-right: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: #fff;
}

a.ul {
    text-decoration: underline;
}

/* loading animation cf https://icons8.com/cssload/en/spinners/ */
/*
#floatingCirclesG{
    position:relative;
    width:125px;
    height:125px;
    margin:auto;
    transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
}
.f_circleG{
    position:absolute;
    background-color:rgb(255,255,255);
    height:22px;
    width:22px;
    border-radius:12px;
    -o-border-radius:12px;
    -ms-border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    animation-name:f_fadeG;
    -o-animation-name:f_fadeG;
    -ms-animation-name:f_fadeG;
    -webkit-animation-name:f_fadeG;
    -moz-animation-name:f_fadeG;
    animation-duration:1.2s;
    -o-animation-duration:1.2s;
    -ms-animation-duration:1.2s;
    -webkit-animation-duration:1.2s;
    -moz-animation-duration:1.2s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}
#frotateG_01{
    left:0;
    top:51px;
    animation-delay:0.45s;
    -o-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -moz-animation-delay:0.45s;
}
#frotateG_02{
    left:15px;
    top:15px;
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
}
#frotateG_03{
    left:51px;
    top:0;
    animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}
#frotateG_04{
    right:15px;
    top:15px;
    animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}
#frotateG_05{
    right:0;
    top:51px;
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}
#frotateG_06{
    right:15px;
    bottom:15px;
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}
#frotateG_07{
    left:51px;
    bottom:0;
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}
#frotateG_08{
    left:15px;
    bottom:15px;
    animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}
@keyframes f_fadeG{
    0%  {   background-color:rgb(53,30,0);    }
    100%{   background-color:rgb(255,255,255);    }
}
@-o-keyframes f_fadeG{
    0%  {   background-color:rgb(53,30,0);    }
    100%{   background-color:rgb(255,255,255); }
}
@-ms-keyframes f_fadeG{
    0%  {   background-color:rgb(53,30,0);    }
    100%{   background-color:rgb(255,255,255);    }
}
@-webkit-keyframes f_fadeG{
    0%  {   background-color:rgb(53,30,0);    }
    100%{   background-color:rgb(255,255,255);  }
}
@-moz-keyframes f_fadeG{
    0%  {   background-color:rgb(53,30,0); }
    100%{   background-color:rgb(255,255,255); }
}
*/

div#loading-overlay.visible {
    z-index: 700;
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(54, 30, 0, 0.8) url('../img/rainbow_spinner.gif') center center no-repeat;*/
    background: rgba(54, 30, 0, 0.8) url('../img/spinner-gif-transparent-background-14.gif') center center no-repeat;
    transition: opacity 2s linear;
    /*transition: opacity 6s linear;*/
    opacity: 1;
}

div#loading-overlay.visibly-hidden {
    opacity: 0;
}

h1.contactme-hdr {
    font-family: 'Homemade Apple', cursive;
}

.whoisdata {
    font-size: 0.85rem;
    border-top: 1px solid #271601;
    border-top: 1px solid rgba(108, 91, 70, 0.67);
    margin-top: 3rem;
}

span.footnote {
  color: #666;
  font-size: 1rem;
}

.breadcrumb2 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #271601;
  padding-bottom: 2.25rem;
}

img.box-shadow {
  box-shadow: 5px 5px 15px 5px #37210c;
}
