/*!
 * Start Bootstrap - Clean Blog v5.0.3 (https://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2019 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;
    background-color: #f4f2f0;
  }
  
  p {
    line-height: 1.5;
    margin: 30px 0;
  }
  
  a {
    color: #2c89ce;
    color: #1D7ABF; /* accessible blue */
  }

  a:hover, a:focus {
    color: #21689e;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 800;
    font-family: 'Libre Franklin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-display: swap;
  }
  
  a {
    /*color: #212529;*/
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  
  blockquote {
    font-style: italic;
    color: #868e96;
  }
  a.btn-secondary {
    text-decoration: none;
    background-color: #FC6100;
    border-color: #FC6100;
    color:#fff;
  }
  a.btn-secondary:focus, a.btn-secondary:hover {
    text-decoration: none;
    color:#fff;
  }

 
  
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: none;
  }


  p a {
    text-decoration: underline;
    color: #2c89ce;
    color: #1D7ABF; /* accessible blue */
  }
  p a:focus, p a:hover {
    text-decoration: none;
    color: #21689e;
  }
  sup {
    display:inline-block;
  text-decoration:none;
  }

  .fa-external-link-alt {
    margin: 0 3px 0 5px;
  }
  .fa-share-alt-square {
    margin: 0 3px 0 5px;
  }
  .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;
    background-color: #f2efe8; /* cool white */
    background-color: #f4f2f0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-display: swap;
  }
  
  #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;
  }

  .dropdown-menu {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #f2efe8;
    background-color: #f4f2f0;
    font-display: swap;
  }

  .dropdown-item {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-display: swap;
}

  .dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2c89ce;
    background-color: #1D7ABF; /* accessible blue */
  }
  
  @media only screen and (min-width: 992px) {
    #mainNav {
      border-bottom: 1px solid transparent;
      background: transparent;
      background-color:rgba(51,51,51, 0.4)
    }
    #mainNav .navbar-brand {
      padding: 10px 20px;
      color: #fff;
      color: #f2efe8; /* cool white */
      color: #f4f2f0;
    }
    #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;
      color: #f2efe8; /* cool white */
      color: #f4f2f0;
    }
    #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;
      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); */
      background-color: #f2efe8; /* cool white */
      background-color: #f4f2f0;
    }
    #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);
    }
  }


  /* for the yout vid in the header */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0; height: 100%; overflow: hidden;vertical-align: middle;
  }
   
.video-container iframe,
  .video-container object,
  .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height:300px;
  }
  .site-heading h1 {
    text-shadow: -1px 1px 2px #000,
            1px 1px 2px #000,
            1px -1px 0 #000,
            -1px -1px 0 #000;

  }
  header.masthead {
    margin-bottom: 20px;
    background: no-repeat center center;
    /*background-color: #868e96;
    background-color: #000;
    background-color: #000;*/
    background-attachment: scroll;
    position: relative;
    background-size: cover;
    opacity: 0.9;
  }
  
  header.masthead .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-color: #212529;
    opacity: 1;*/
  }
  
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 200px 0 150px;
    color: white;
    color: #f2efe8; /* cool white */
    color: #f4f2f0;
  }
  
  @media only screen and (min-width: 768px) {
    header.masthead .page-heading,
    header.masthead .post-heading,
    header.masthead .site-heading {
      padding: 200px 0;
    }
  }
  
  header.masthead .page-heading,
  header.masthead .site-heading {
    text-align: center;
  }
  
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 30px;
    margin-top: 0;
  }
  
  header.masthead .page-heading .subheading,
  header.masthead .site-heading .subheading {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.1;
    display: block;
    margin: 10px 0 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-display: swap;
  
  }
  
  @media only screen and (min-width: 768px) {
    header.masthead .page-heading h1,
    header.masthead .site-heading h1 {
      font-size: 50px;
    }
    header.masthead .post-heading {
      overflow:hidden;
      height:540px;
    }
  }
/* Header backgrounds */
.no-webp #home {
  background-image: url("/taw18/img/headers/home.jpg");
}
.webp #home{
  background-image: url("/taw18/img/headers/home.webp");
}
.no-webp #introduction {
  background-image: url("/taw18/img/headers/introduction.jpg");
}
.webp #introduction{
  background-image: url("/taw18/img/headers/introduction.webp");
}
.no-webp #kit-list {
  background-image: url("/taw18/img/headers/kit-list.jpg");
}
.webp #kit-list{
  background-image: url("/taw18/img/headers/kit-list.webp");
}
.no-webp #day-01 {
  background-image: url("/taw18/img/headers/day-01.jpg");
}
.webp #day-01{
  background-image: url("/taw18/img/headers/day-01.webp");
}
.no-webp #day-02 {
  background-image: url("/taw18/img/headers/day-02.jpg");
}
.webp #day-02{
  background-image: url("/taw18/img/headers/day-02.webp");
}
.no-webp #day-03 {
  background-image: url("/taw18/img/headers/day-03.jpg");
}
.webp #day-03{
  background-image: url("/taw18/img/headers/day-03.webp");
}
.no-webp #day-04 {
  background-image: url("/taw18/img/headers/day-04.jpg");
}
.webp #day-04{
  background-image: url("/taw18/img/headers/day-04.webp");
}
.no-webp #day-05 {
  background-image: url("/taw18/img/headers/day-05.jpg");
}
.webp #day-05{
  background-image: url("/taw18/img/headers/day-05.webp");
}
.no-webp #day-06 {
  background-image: url("/taw18/img/headers/day-06.jpg");
}
.webp #day-06{
  background-image: url("/taw18/img/headers/day-06.webp");
}
.no-webp #day-07 {
  background-image: url("/taw18/img/headers/day-07.jpg");
}
.webp #day-07{
  background-image: url("/taw18/img/headers/day-07.webp");
}
.no-webp #day-08 {
  background-image: url("/taw18/img/headers/day-08.jpg");
}
.webp #day-08{
  background-image: url("/taw18/img/headers/day-08.webp");
}
.no-webp #day-09 {
  background-image: url("/taw18/img/headers/day-09.jpg");
}
.webp #day-09{
  background-image: url("/taw18/img/headers/day-09.webp");
}
.no-webp #day-10 {
  background-image: url("/taw18/img/headers/day-10.jpg");
}
.webp #day-10{
  background-image: url("/taw18/img/headers/day-10.webp");
}
.no-webp #day-11 {
  background-image: url("/taw18/img/headers/day-11.jpg");
}
.webp #day-11{
  background-image: url("/taw18/img/headers/day-11.webp");
}
.no-webp #day-12 {
  background-image: url("/taw18/img/headers/day-12.jpg");
}
.webp #day-12{
  background-image: url("/taw18/img/headers/day-12.webp");
}





  
  header.masthead .post-heading h1 {
    -webkit-text-stroke: 2px black;
  }
  
  header.masthead .post-heading .meta,
  header.masthead .post-heading .subheading {
    line-height: 1.1;
    display: block;
  }
  
  header.masthead .post-heading .subheading {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 10px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color:white;
    /*background-color:rgba(0, 0, 0, 0.5);*/
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) ,rgba(0, 0, 0, 0.5) ,rgba(0, 0, 0, 0.2) ,rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0));
  }

  header.masthead .post-heading .subheading2 {
    color:#212529;
    /*background-color:rgba(0, 0, 0, 0.5);*/
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) ,rgba(255, 255, 255, 0.7) ,rgba(255, 255, 255, 0.5) ,rgba(255, 255, 255, 0.2) , rgba(255, 255, 255, 0));
  }
  
  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: 16px;
      padding: 5px;
    }
  }

  .subheading p {
    margin:0;
    padding:15px 0 15px 0;
  }
  
  .post-preview > a {
    color: #212529;
  }
  
  .post-preview > a:focus, .post-preview > a:hover {
    text-decoration: none;
    color: #0085A1;
    color: #2c89ce; /* cool blue */
    color: #FC6100; /*cool red */
  }
  
  .post-preview > a > .post-title {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .post-preview > a > .post-subtitle {
    font-weight: 300;
    margin: 0 0 10px;
  }

  .post-preview > a:hover > .post-subtitle {
    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;
    position: relative;
    z-index: 1;
    padding: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: 'Lora', 'Times New Roman', serif;
  }
  
  .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;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    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;
  }
  
  .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;
    background-color: #2c89ce; /* cool blue */
    background-color: #1D7ABF; /* accessible blue */
    border-color: #0085A1;
    border-color: #2c89ce; /* cool blue */
    border-color: #1D7ABF; /* accessible blue */

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


  
  .btn-lg {
    font-size: 16px;
    padding: 25px 35px;
  }
  
  .highlight, .nav-link:hover, .nav-link:focus {
    /* color: pink !important;
    color: #2c89ce !important; cool blue */
    color: #5dc17b !important; /*cool green */
    color: #040b04 !important;
    background-color: #f2efe8; /* cool white */
    background-color: #f4f2f0;
  }
  
  span.avoidwrap { display:inline-block; }

  .gallery a img {
    float: left;
    width: 20%;
    height: auto;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
    cursor:pointer !important;
  }
  /* line 46, ../sass/demo.scss */
 .gallery a:hover img {
   
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 5;
    cursor:pointer;
  }

  .gallery a img.blank {
    border: 2px solid #f2efe8;
    border: 2px solid #f4f2f0;
  } 

  /* line 57, ../sass/demo.scss */
  .gallery a.big img {
    width: 40%;
  }

  .gallery a.big  {
    overflow:hidden;
  }

  .gallery a.fullwidth img {
    width: 100%;
  }

  .table-bordered {
    border: 1px solid #333;
    font-size: 80%;
  }

  .table-bordered a {
    /**/text-decoration: underline;
    
    color: #2c89ce;
    color: #1D7ABF; /* accessible blue */
  }

  .table-bordered a:hover, .table-bordered a:active {
    /*
    color:#f1522b;*/
    text-decoration: none;
    
  }
  
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #333;
    padding:3px 3px 4px 3px;
    text-align: top;
  }

.text-muted {color:#555 !important;}

sup.fas {
  font-size:80%;
}

.post-preview a:hover, .post-preview a:focus{
  color: #2c89ce;
  color: #1D7ABF; /* accessible blue */
}

@media (pointer:none), (pointer:coarse)  {
  #videoWithJs {
    display: none;
  }
  .no-webp #to-the-start {
  background-image: url("/taw18/img/getting-to-the-start/15.jpg");
  }
  .webp #to-the-start{
  background-image: url("/taw18/img/getting-to-the-start/15.webp");
  }
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  
    header.masthead .post-heading h1 {
      -webkit-text-stroke: 1px black;
    }

    .subheading p {
      margin: 0;
      padding: 5px 0 5px 0;
  }
  

}
