

@media only screen and (min-width: 1599px) {
  
  body {
    font-size: 1.2em;
  }
  
  /* Home Services */
  .services.default .list .service p {
    width: 70%;
  }
  
}

@media only screen and (min-width: 1024px) and (max-width: 1124px) {
  
 
  /* Home Header */
  header .content {
    width: 90%;
  }
  
  /* Home Header (Side Picture) */
  header.side-picture .content .left h3 {
    font-size: 3.2em;
  }
  
  /* Contact Page */
  .contact-page.default .container {
    padding: 0 5% 0 5%;
  }
  
  .contact-page.default .contact-form .container .form .content,
  .contact-page.default .contact-form .container .form .textarea {
    width: 100%;
  }
  
  .contact-page.default .contact-form .container .form {
    width: 92%;
  }
  
  /* About Page Default */
  .about-page.default .image,
  .about-page.default .info {
    width: 80%;
  }
  
  /* About Page Side Picture */
  .about-page.left-aligned-big-picture .container {
    padding: 0 5% 0 5%;
  }
  
  .about-page.left-aligned-big-picture .info .item.projects ul {
    width: 90%;
  }
  
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
	
	
	
	img.scout-logo {
    width: 150px !important;
    margin-top: -10px !important;
}
  
  /* Hide Navigation - Show Hamburger */
  header nav { display: none; }
  header .hamburger { display: inline-block; }
  
  /* Top Bar */
  header .top-bar .container .logo { width: 70%; }
  header .top-bar .container .navigation { width: 30%;}
  
  /* Set Paragraphs to one column */
  p,
  p.one-column,
  p.two-columns,
  p.three-columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  
  /* Home Header (Side Picture) */
  header.side-picture {
    height: auto;
  }
  
  header.side-picture .content {
    position: relative;
    top: 0;
    transform: none;
    flex-direction: column;
    padding: 150px 0 0 0;
  }

  header.side-picture .content .left,
  header.side-picture .content .right {
    text-align: center;
  }

  header.side-picture .content .right > div {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    text-align: center;
    margin-top: 50px;
  }

  header.side-picture .content .right > div img {
    max-width: 100%;
  }
  
  header.side-picture .content .left {
    margin-bottom: 10px;
  }

  header.side-picture .content .left,
  header.side-picture .content .right {
    position: relative;
    text-align: center;
    width: 100%;
  }
  
  header.side-picture .bottom-bar {
    display: none;
  }
  
  .about-page.default .title h3 {
    font-size: 220% !important;
}
  
}

@media only screen and (min-width: 800px) and (max-width: 1023px) {
  
  /* Container Widths */
  .fixed-width {
    width: 90%;
  }

  .fixed-width-smaller {
    width: 85%;
  }
  
  /* Typography */
  h3 { font-size: 3.5em !important; line-height: 1.4em; }
  
  .about-page.default .title h3,
  .contact-page.default .title h3,
  .about-page.left-aligned-big-picture .title h3 {
    font-size: 3em !important;
  }
  
  /* Sections Title */
  section .title,
  .about-page.default .title {
    width: 80%;
  }
  
  section .title h5 {
    margin-bottom: 20px;
  }
  
  /* Home Header */
  header .content {
    width: 90%;
  }
  
  /* Home Services */
  .services.default .list .service p {
    width: 90%;
  }
  
  /* About Home (Default) */
  .about-home.default .text {
    width: 85%;
  }
  
  /* Testimonials */
  .testimonials.default .comments p.text {
    width: 55%;
  }
  
  /* Call to Action */
  .call-to-action .container h6 {
    font-size: 2.6em !important;
    line-height: 1.15em;
  }
  
  /* About Page Default */
  .about-page.default .image,
  .about-page.default .info {
    width: 80%;
  }
  
  /* About Page Side Picture */
  .about-page.left-aligned-big-picture .container {
    padding: 0;
  }
  
  /* Contact Page */
  .contact-page.default .container {
    padding: 0;
  }
  
  .contact-page.default .contact-form .container .form {
    width: 100%;
  }
  
  span#typed {
    font-size: 70% !important;
}
  
}

@media only screen and (min-width: 320px) and (max-width: 799px) {
  
  /* Hide Elements */
  header .bottom-bar .social {
    display: none;
  }
  
  /* Section Width Title */
  section .title,
  .about-page.default .title {
    width: 90%;
  }
  
  section .title h5 {
    margin-bottom: 20px;
  }
  
  /* Typography */
  h1 { font-size: 1.2em !important; }
  h2 { font-size: 0.8em !important; }
  h3 { font-size: 3em !important; }
  h4 { font-size: 0.9em !important; }
  h5 { font-size: 2.5em !important; }
  h6 { font-size: 1.5em !important; }
  
  .about-page.default .title h3,
  .contact-page.default .title h3,
  .about-page.left-aligned-big-picture .title h3 {
    font-size: 2.8em !important;
  }
  
  /* Home Header */
  header .content {
    width: 90%;
  }
  
  /* Services */
  .services.default .title h5 {
    margin-bottom: 10px;
  }
  
  .services.default .list .service {
    width: 100%;
    padding: 0;
    margin: 40px 0 0 0;
  }

  .services.default .list .service p {
    margin: auto;
    margin-top: 20px;
    width: 90%;
  }
  
  /* About Home - Default */
  .about-page.default .title h3 {
    padding: 0 2% 0 2%;
    margin-bottom: 20px;
  }
  
  .about-home.default .text {
    width: 85%;
  }
  
  /* About Home - Side Picture */
  .about-home.side-picture .container .left,
  .about-home.side-picture .container .right {
    width: 100%;
  } 

  .about-home.side-picture .container .left img {
    max-width: 100%;
  }
  
  .about-home.side-picture .container .right {
    margin-top: 45px;
    text-align: center;
  }
  
  .about-home.side-picture .container h4,
  .about-home.side-picture .container h5,
  .about-home.side-picture .container p {
    text-align: center;
  }
  
  .about-home.side-picture .container .right .title h4::after {
    right: 0;
  }
  
  /* Testimonials */
  .testimonials.default .comments p.text {
    width: 100%;
  }
  
  /* Call to Action */
  .call-to-action .container h6 {
    font-size: 2.5em !important;
    line-height: 1.1em;
    padding: 0 0 35px 0 !important;
  }
  
  .about-page.default .title h3,
  .contact-page.default .title h3,
  .about-page.left-aligned-big-picture .title h3 {
    font-size: 2.5em !important;
  }
  
  /* About Page Default */
  .about-page.default .image,
  .about-page.default .info {
    width: 85%;
  }
  
  .about-page.default .image img {
    max-width: 100%;
    margin: 25px 0 5px 0;
  }
  
  /* About Page Side Picture */
  .about-page.left-aligned-big-picture .container {
    padding: 0;
  }
  
  .about-page.left-aligned-big-picture .three-box-info  {
    margin: 45px 0 55px 0;
  }
  
  .about-page.left-aligned-big-picture .three-box-info .item {
    width: 100%;
    margin-bottom: 40px;
  }
  
  .about-page.left-aligned-big-picture .three-box-info .item:last-child {
    margin-bottom: 0;
  }
  
  .about-page.left-aligned-big-picture .info .item h4  {
    font-size: 2.4em !important;
    line-height: 1.3em;
  }
  
  .about-page.left-aligned-big-picture .info .item.services .service h5 {
    font-size: 1.5em !important;
  }
  
  .about-page.left-aligned-big-picture .info .item.projects ul li {
    width: 100%;
  }
  
  .about-page.left-aligned-big-picture .info .item.projects ul li a {
    margin: 0 0 35px 30px;
  }
  
  /* Contact Page */
  .contact-page.default .container {
    padding: 0;
  }
  
  .contact-page.default .three-box-info {
    margin: 45px 0 55px 0;
  }

  .contact-page.default .three-box-info .item {
    width: 100%;
    margin-bottom: 40px;
  }
  
  .contact-page.default .three-box-info .item:last-child {
    margin-bottom: 0;
  }
  
  .contact-page.default .contact-form .container .title h6 {
    font-size: 2em !important;
  }
  
  .contact-page.default .contact-form .container .form {
    width: 100%;
  }
  
  .contact-page.default .contact-form .container .form .content,
  .contact-page.default .contact-form .container .form .textarea {
    width: 100%;
  }

  .contact-page.default .contact-form .container .form .content .input-field {
    width: 100%;
  }
  
  /* Footer (Default) */
  footer.default .container .left,
  footer.default .container .right {
    width: 100%;
    text-align: center;
  }

  footer.default .container .left ul.social-icons li {
    margin: 0 20px 0 20px;
  }

  footer.default .container .right {
    margin-top: 20px;
  }
  span#typed {
    font-size: 70% !important;
}
  img.scout-logo {
    width: 150px !important;
    margin-top: -10px !important;
}

.about-page.default .title h3 {
    font-size: 220% !important;
}
}

.top-bar.full-width.headroom.headroom--not-top.headroom--not-bottom.headroom--pinned {
    background:#adadad;
}

section.contact-page.default {
    margin-top: 180px !important;
}