/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {

  }
  /* @font-face {
    font-family: Roboto-Regular;
    src: url(../font/Roboto-Regular.ttf);
  } */
  body{
    margin: 0;
    /* font-family: Roboto-Regular; */
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 20px;
    color: #1E1E1E;
  }
  /*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */
  
  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  /*
   * A better looking default horizontal rule
   */
  
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #C4C4C4;
    margin: 1em 0;
    padding: 0;
  }
  
  /*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
  
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  
  /*
   * Remove default fieldset styles.
   */
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  /*
   * Allow only vertical resizing of textareas.
   */
  
  textarea {
    resize: vertical;
  }
  
  /* ==========================================================================
     Author's custom styles
     ========================================================================== */
  
  /* ==========================================================================
     Helper classes
     ========================================================================== */
  
  /*
   * Hide visually and from screen readers
   */
  
  .hidden,
  [hidden] {
    display: none !important;
  }
  
  /*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
   */
  
  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
  }
  
  /*
   * Extends the .sr-only class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */
  
  .sr-only.focusable:active,
  .sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }
  
  /*
   * Hide visually and from screen readers, but maintain layout
   */
  
  .invisible {
    visibility: hidden;
  }
  
  /*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  
  .clearfix::before,
  .clearfix::after {
    content: " ";
    display: table;
  }
  
  .clearfix::after {
    clear: both;
  }
  
  /* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
  
  @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }
  
  @media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }
  
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
  
  @media print {
    *,
    *::before,
    *::after {
      background: #fff !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }
  
    a,
    a:visited {
      text-decoration: underline;
    }
  
    a[href]::after {
      content: " (" attr(href) ")";
    }
  
    abbr[title]::after {
      content: " (" attr(title) ")";
    }
  
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
      content: "";
    }
  
    pre {
      white-space: pre-wrap !important;
    }
  
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
  
    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
      display: table-header-group;
    }
  
    tr,
    img {
      page-break-inside: avoid;
    }
  
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
  
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
  
  img{
    width: 100%;
  }
  h1{
    font-size: 1.5rem;
  }
  ul li{
    list-style: circle;
  }
  .header-bg{
    min-height: 32px;
    background-color: #373737;
    color: white;
    text-align: center;
  }
  .header-logo{
    text-align: center;
    width: 145px;
    margin: 15px auto;
  }
  .section{
    padding: 3rem 0;
  }
  .section-title h3{
    font-size: 18px;
    line-height: 27px;
    font-style: normal;
    font-weight: 900;
  }
  /* section 1*/
  .section1 .row{
    padding-top: 80px
  }
  .section1 .section1-bg{
  
  }
  .section1{
    position: relative;
  }
  .section1-inner{
    background-image: url('../img/getthemix.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    height: 80%;
    outline: 1px dotted yellow;
  }
  .section1-leftImage img{
    
  }
  .section1 .section1-content{
    margin-top: 5rem;
  }
  .section1 .section1-content h1{
    color: white;
  }
  .appLink{
    display: flex;
    justify-content: center;
  }
  .appLink-item{
    margin: 0 0.2rem;
  }
  /*Section 2*/
  /* .section2{
    margin-top: -80px;
  } */
  .section2-title h3{
    font-size: 18px;
    line-height: 27px;
    text-align: right;
    margin-bottom: 20px;
  }
  /* Section 3*/
  .section3{
    background-image: url(../img/section3-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: black;
    color: white;
  }
  .section .section-icon{
    width: 70px;
    margin-bottom: 20px;
  }
  /* Section Quote*/
  .sectionQuote-header{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
  }
  .section4 .sectionQuote-content, .section9 .sectionQuote-content{
    border-left: 10px solid #FFE27A;
    padding-left: 8px;
  }
  
  /* Section 5*/
  .section5{
    background-image: url(../img/section5-man-camping.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-color: black;
    color: white;
  }
  .section5 .overlay {
    background: linear-gradient(90deg, #1D2B64 0%, rgba(248, 205, 218, 0.74) 100%);
    mix-blend-mode: hard-light;
  }
  
  /* Section 6*/
  .section6 .sectionQuote-content{
    border-left: 10px solid #4296F7;
    padding-left: 8px;
  }
  
  /* Section 7*/
  .section7{
    background: url(../img/section7-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: black;
    color: white;
    
  }
  .section7 .overlay{
    /* background: rgba(0, 0, 0, 0.5); */
    background: linear-gradient(90deg, #5D4157 0%, #A8CABA 100%);
    mix-blend-mode: hard-light;
  }
  
  /* Section 8*/
  .section8 .sectionQuote-content{
    border-left: 10px solid #DCFA89;
    padding-left: 8px;
  }
  .section8-right{
    margin-top: 20px;
  }
  
  /* Section 10*/
  .section10 ul li{
    font-size: 8px;
  }
  .section10 .section10-inner{
    display: flex;
  }
  
  /* SectionAction*/
  .sectionAction .section-title{
    text-align: center;
  }
  .section-content-video-group{
    display: flex;
    justify-content: space-between;
  }
  .section-content-video{
    width: 45%;
  }
  
  /* Slideshow container */
  .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  .mySlides {
    display: none;
    text-align: center;
    color: #979797;
  }
  
  .dot {
    cursor: pointer;
    height: 5px;
    width: 5px;
    margin: 0 2px;
    border-radius: 50%;
    border: 1px solid #C4C4C4;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    opacity: 1 !important;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  /* footer */
  footer{
    min-height: 32px;
    background-color: #373737;
    color: white;
    text-align: center;
    font-size: 9px;
    display: flex;
    align-items: center;
  }
  .footer-logo{
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-logo img{
    width: 200px;
  }
  .copyLink {
    color: #fff;
  }
  .copyLink:hover,
  .copyLink:focus {
    color: #fff;
    text-decoration: underline;
  }
  
  /* Small devices (landscape phones, 576px and up) mobile*/
  @media (min-width: 576px) { 
    body{
      font-size: 18px;
      line-height: 30px;
    }
    .section{
      padding: 5rem 0;
    }
    .header-logo {
      margin: 15px 0 15px 15px;
    }
    h1{
      font-size: 60px;
    }
    .section1 .section1-content {
      margin-top: 20rem;
    }
    .section2-title h3 {
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 2em;
    }
    .section-title h3 {
      font-size: 1.3em;
      line-height: 27px;
      font-style: normal;
      font-weight: 900;
    }
    .section .section-icon{
      width: 150px;
      margin-left: 40px;
      margin-bottom: 37px;
    }
    .sectionQuote-header{
      font-size: 36px;
      line-height: 42px;
      text-align: left;
    }
    .section .sectionQuote-content{
      padding-left: 0;
      border-left: none;
    }
    .section-title{
      margin-bottom: 20px;
    }
    .section8 .row{
      align-items: center;
    }
    .section8-right {
      margin-top: 20px;
      text-align: right;
    }
    .section8-right .artifact_logo {
      height: auto;
      max-width: 250px;
      width: 90%;
    }

    .section9 .sectionQuote-header{
      text-align: center;
      padding-left: 0;
      position: initial;
    }
    .section9 .sectionQuote-content{
      border: none;
      padding:0;
    }
    .section10 ul li{
      font-size: 22px;
      margin-bottom: 20px;
      margin-left: 55px;
    }
    .section10 .section10-inner {
      align-items: center;
    }
    .sectionAction .section-title h3, .section9 .sectionQuote-header{
      font-size: 48px;
      line-height: 65px;
      font-weight: normal;
    }
    .dot{
      width: 13px;
      height: 13px;
    }
    .footer-logo img{
      width: 425px;
    }
    footer {
      min-height: 50px;
      background-color: #373737;
      color: white;
      text-align: center;
      display: flex;
      font-size: initial;
      align-items: center;
    }
    .footer-logo {  
      margin-bottom: 50px;
    }
    .section4-inner{
      border-left: 10px solid #FFE27A;
      padding-left: 20px;
    }
    .section5-inner{
      border-left: 10px solid #4296F7;
      padding-left: 20px;
    }
    .section8-left{
      border-left: 10px solid #DCFA89;
      padding-left: 20px;
    }
  
    .section1{
      
      width: 100%;
    }
    .section1 .section1-bg{
      position:initial;
    }
    .section1 .section1-content {
      margin-top: 0;
    }
  
  }
  
  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {  
    .section1 .section1-content {
      margin-top: 0;
    }
    h1{
      font-size: 80px;
    }
  }
  
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    .section1 .section1-content {
      margin-top: 136px;
    }
  }
  
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) { 
    .section1 .section1-content {
      margin-top: 226px;
    }
  }