/* navbar------------------------- */
.navbar,
.navbar-spacer {
    display: flex;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; 
    position: sticky;
    top: 0;
/* position: fixed; */
}
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; 
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-list {
    display: none;
}
  .navbar-item {
    position: relative;
    float: right;
    margin-bottom: 0; }
  .navbar-link {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 2rem;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-logo {
    display: block;
    float: left;
    max-width: 3rem;
    /* height: 3rem;
    line-height: 6.5rem; */
   } 
   .navbar-holder{
       height: auto;
   }

   /* Mobile */
   #menu__toggle {
    opacity: 0;
    display: none;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    right: 0 !important;
  }
  .menu__btn {
    position: fixed;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 2;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #2D63F1;
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80vw;
    height: 100vh;
    z-index: 1;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #2D63F1;
    font-family: 'Dosis', sans-serif;
    font-size: 2rem;
    text-decoration: none;
    transition-duration: .25s;
  }
  /* .menu__item:hover {
    background-color: #CFD8DC;
  } */

  .buttonmob{
    float: right;
  }

  /* navbar------------------------- */

  /* general ------------------------- */
.section{
    padding: 2rem 0;
    flex: 1 0 auto;
  }

  img {
    height: auto;
    width: 100%;
  /* even more control with max-width 
    max-width: 720px;*/
  }

  .footerbar{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 4vh;
}

svg{
    fill:#2D63F1;
}

svg:hover{
    fill:#D63536;
}

.footer a {
    font-size: 2rem;
text-decoration: none;
}

.fa-linkedin, 
.fa-instagram {
    padding: 0.3em;
}

.footer h5 {
   text-align: center;
}

    
body {
  display: flex;
  flex-direction: column;
}

.footer {
  flex-shrink: 0;
}
  
  /* home ------------------------- */
 .paint{
    max-width: 15%;
  }

  .buttons {
    font-size:1.3rem;
    padding: 7px 15px;
    margin-bottom: 4rem;
  }

.section h2{
    font-weight: 700;
}
.hero,
.abouthero,
.sfhero {
        padding: 2.7rem 0 5rem 0;
    }

.swiftfox,
    .photography,
    .tools {
        padding: 2.7rem 0 3rem 0; 
    }

  .tool{
    max-width: 15%;
  }

   .toolholder{
        display: flex;
        justify-content: space-between;
    }

.swiftfox h4{
    margin-top: 2rem;
}

.value{
    margin-bottom: 3rem;
}

  /* about ------------------------- */

  .abouthero img {
    border-radius: 5%;
}

.dogs img{
  border-radius: 5%;
}
 
  /* work ------------------------- */


  /* 404 ------------------------- */
  .clippy{
    max-width: 10%;
}

.error{
    margin: 0 1vw;
}

.error h5{
    max-width: 70%;
}

.hold{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}

  /* swiftfox ------------------------- */

  .sfhero img{
    max-width: 80%;
  }

  .logoholder {
    display: flex;
    justify-content: center;
  }

  .sfhero h3{
    margin-top: 5rem;
    font-size: 2rem;
    line-height: 1.6;
  }

  .docs p {
    font-size: 1.2rem;
    line-height: 2;
  }

  .docs ul {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.2rem;
    line-height: 2;
  }

  .docs ol {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.2rem;
    line-height: 2;
  }

  .sfbg {
    background-image: url(/images/swiftfoxwebsite.png);
    background-size: cover;
    max-width: 100%;
  }

  .webinar img{
    border-radius: 10px;
  }

  .user h4 {
    margin-top: auto;
  }

/* bigger than phone ------------------------- */

  @media (min-width: 400px) {

    
      /* general ------------------------- */
    .container {
      width: 85%;
      padding-left: 10px; }
      
    .section{
        padding: 6rem 0; }
    
        /* .showcase{
        padding: 10rem 0;
    } */

    .footer {
        padding: 2rem 0 0 0; 
    }

    .footer a {
        font-size: 3rem;
    text-decoration: none;
    }

    .buttons {
        font-size:1.3rem;
        padding: 7px 15px;
        margin-bottom: 2rem;
      }

      .menu__btn {
        position: fixed;
        /* top: 25px; */
        right: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 2;
      }

     /* home ------------------------- */
 
    .hero{
        padding: 20rem 0 10rem 0; 
    }

    .hero h2{
      font-size: 3rem;
    }

    .hero h3{
      font-size: 2.5rem;
    }

    .swiftfox,
    .photography,
    .abouthero {
        padding: 10rem 0; 
    }

    .tools{
        padding: 10rem 0 15rem 0; 
    }

    .tool{
        max-width: 10%;
      }

    /* about ------------------------- */

    /* work ------------------------- */

    /* swiftfox ------------------------- */

     .docs p {
        font-size: 1.5rem;
        line-height: 2;
      }

      .sfhero img{
        max-width: 60%;
      }

      .sfhero h3{
        font-size: 2.5rem;
        line-height: 1.6;
      }

      .docs ul{
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 1.5rem;
        line-height: 2;
      }

      .docs ol{
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 1.5rem;
        line-height: 2;
      }
    
      .user h4 {
        margin-top: 1.2rem;
      }
    /* 404 ------------------------- */

    .error{
        /* margin: 0 25vw; */
        padding: 20rem 0;
    }

    .error{
        margin: 0 10vw;
    }
    
    .error h5{
        max-width: 70%;
    }

  }

  /* desktop size ------------------------- */

@media (min-width: 750px) {
    /* Navbar */
    .navbar,
    .navbar-spacer {
      display: block;
      width: 100%;
      height: auto;
      background: #fff;
      z-index: 99;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee; }
    .navbar-spacer {
      display: none; }
    .navbar > .container {
      width: 100%; 
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .navbar-list {
      list-style: none;
      margin-bottom: 0; 
    height: inherit;
display: block;
}
    .navbar-item {
      position: relative;
      float: right;
      margin-bottom: 0; }
    .navbar-link {
      font-size: 3rem;
      font-weight: 600;
      letter-spacing: .2rem;
      margin-left: 5rem;
      text-decoration: none;
      line-height: 6.5rem;
      color: #2D63F1; }
    .navbar-logo {
      display: block;
      float: left;
      max-width: 6rem;
      line-height: 6.5rem; 
     } 
     .navbar-holder{
         height: auto;
     }
     .navbar + .container{
            width: 100%;
            height: auto;
     }
    .navbar-link.active {
      color: #2D63F1; }
    .has-docked-nav .navbar {
      position: fixed;
      top: 0;
      left: 0; }
    .has-docked-nav .navbar-spacer {
      display: block; }
    /* Re-overiding the width 100% declaration to match size of % based container */
    .has-docked-nav .navbar > .container {
      width: 80%; }

      .buttonmob{
            display: none;
      }

    .footer a {
        font-size: 4rem;
    text-decoration: none;
    }

    .sfhero h3{
        font-size: 3rem;
        line-height: 1.3;
      }

      .hero h2{
        font-size: 3.5rem;
      }
    /* .footer{
      position:relative;
      bottom:0;
    } */
    .user h4 {
      margin-top: 0;
    }
.browser{
  margin-left: 2rem;
}

.brow{
  margin-right: 2rem;
}
      
}

/* Larger than desktop */
@media (min-width: 1000px) {
  .titleheading h2{
    font-size: 4.2rem;
  }

}