/*
Theme Name: Keystone Child
description: Client Theme - Keystone
Template: keystone-parent
Version: 1.0.0
Text Domain: keystone-child
Author: BCW
*/

.hometest {background-color:var(--color-one);}

.linkintro {background: #fff;  padding: 50px; }
#links-section {background:#fff; }
.pagelinks {display: flex; justify-content: center; flex-wrap: wrap; column-gap:30px; row-gap:50px; width:2000px; max-width:100%; margin: 0 auto;}
.linkbox {flex: 0 0 25%;}
.linktitle {display:block; text-align: center; font-weight: bold; font-size: 25px; margin-top: 30px; transition: all ease .7s;}
.linkbox img {transition: all ease .7s; box-shadow: 0 0 20px #444;}
.linkbox a:hover img {transform:scale(102%);}
.linkbox a:hover .linktitle {color: var(--color-one);}

.blog-section .sidebar {padding: 15px;}


/* Home Video Reset */
body.home #banner{
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding: 56.25% 0 0 0; /* 100%/16*9 = 56.25% = Aspect ratio 16:9 */
  overflow: hidden;
  border: 0;

}
body.home #banner video{
      position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 991px){
    body.home .banner-content{
        top:-50px;
    }
}
@media screen and (max-width:768px) {
   .linkbox {flex:unset; width:300px;} 
}