.content, .cards {display:block;}
.first {
  height: 500PX;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

}

.subhead {
text-align: center;

}

.image-card{
  padding-top: 0%;
}

.content{
padding-left:15%;
padding-right:15%;

}

.three .image {padding-bottom:5%;}

.copy {padding-bottom: 5%;}

.card {
  padding-top: 5%;
}

.panel {
  max-width: 100%;
}

.heroimage{
  background: url("../img/heroimage.webp"), rgb(189 148 86 / 50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;

}

.image > img {
width: 100%;
height: auto;
max-width: 400px;

}

.video {
min-height: 300px;
width:50%;

}

.recimage, .recimage img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.recimage, .whyscout{

margin-bottom: 3rem;
}
.whyscout{
  margin-top: 3rem;
}



.whyscout{
  text-align: center;
}


.herotext {
color: #fff;
width: 100%;
}

.second, .third {
margin-bottom:2em;
margin-top: 2em;
}

footer {background-color:rgb(189 148 86);
text-align: center;
}
.footlogo {
    padding-top: 7px;
    padding-bottom: 7px;
}

html, body {
    height: 100%;
  }
  
  
  .content p {

  margin-top: 1em;
  }

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  body {
    font-family: sans-serif;
    font-size: 16px;
  }
  nav {
    
    padding: 0 15px;
  }
  a {
    color: white;
    text-decoration: none;
  }
  .menu,
  .submenu {
    list-style-type: none;
  }
  .logo {
    font-size: 20px;
    padding: 7.5px 10px 7.5px 0;
  }
  .item {
    padding: 10px;
  }
  .item.button {
    padding: 9px 5px;
  }
  .item:not(.button) a:hover,
  .item a:hover::after {
    color: #ccc;
  }
  /* Mobile menu */
  .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .menu li a {
    display: block;
    padding: 15px 5px;
  }
  .menu li.subitem a {
    padding: 15px;
  }
  .toggle {
    order: 1;
    font-size: 20px;
  }
  .item.button {
    order: 2;
  }
  .item {
    order: 3;
    width: 100%;
    text-align: center;
    display: none;
  }
  .active .item {
    display: block;
  }
  .button.secondary {
    /* divider between buttons and menu links */
    border-bottom: 1px #fff solid;
  }
  /* Submenu up from mobile screens */
  .submenu {
    display: none;
  }
  .submenu-active .submenu {
    display: block;
  }
  .has-submenu i {
    font-size: 12px;
  }
  .has-submenu > a::after {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    content: "\f078";
    color: white;
    padding-left: 5px;
  }
  .subitem a {
    padding: 10px 15px;
  }
  .submenu-active {
    background-color: #111;
    border-radius: 3px;
  }
  
  /* Tablet menu */
  @media all and (min-width: 700px) {
   .content {padding-right: 20%;
  padding-left: 20%;}

    .menu {
      justify-content: center;
    }
    .logo {
      flex: 1;
    }
    .item.button {
      width: auto;
      order: 1;
      display: block;
    }
    .toggle {
      flex: 1;
      text-align: right;
      order: 2;
    }
    /* Button up from tablet screen */
    .menu li.button a {
      padding: 10px 15px;
      margin: 5px 0;
    }
    .button a {
      background: #fff;
      border: 1px 000 solid;
    }
    .button.secondary {
      border: 0;
    }
    .button.secondary a {
      background: transparent;
      border: 1px #fff solid;
    }
    .button a:hover {
      text-decoration: none;
    }
    .button:not(.secondary) a:hover {
      background: #fff;
      border-color: #fff;
    }
  }
  /* Desktop menu */
  @media all and (min-width: 960px) {
.content {
padding-left:20% ;
padding-right: 20%;

}
  
  .three {
    display: flex;
    flex-wrap: wrap;    
  }
  
  .panel {
  flex: 1;
  
  }
  
  .card {
  flex: 0 1 24%;
  }
    body {
      display: flex;
      flex-direction: column;
    }
    .content {
      flex: 1 0 auto;
      margin-bottom: 3%;
      padding-left: 15%;
      padding-right: 15%;
    }
    .panel:first-child{
      margin-right:20px;
    }
    
    .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }



    .menu {
      align-items: flex-start;
      flex-wrap: nowrap;
      background: none;
    }
    .logo {
      order: 0;
    }
    .item {
      order: 1;
      position: relative;
      display: block;
      width: auto;
    }
    .button {
      order: 2;
    }
 
    .toggle {
      display: none;
    }
   
  }