/** Shopify CDN: Minification failed

Line 53:0 Unexpected "}"

**/

.template-about .page-header{display:none;}
.custom--hero-banner{
  background-size:cover;
  margin:-40px 0 0;
  position:relative;}

.custom--hero-text{
  padding-bottom:36px;
  text-align:center; }
.custom--hero-title-content{
  margin-bottom:18px;
  margin-top: 0;
  padding-top: 36px;}
  
.custom--hero-text-content{margin-bottom:18px;}

.custom--hero-layout{
align-items: center;
bottom: 0;
display: flex;
height: 100%;
justify-content: center;      
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;}
 
@media only screen and (min-width: 768px) {
  .custom--hero-banner{margin:-40px 2rem 0;}
  .custom--hero-banner img{display:none;}
}
  
@media only screen and (min-width: 1024px) {
  .custom--hero-banner{
    height:500px;
    overflow:hidden;}
  
  .custom--hero-text{
    align-items: center;  
    display: flex;
    justify-content: center;
    padding: 36px;
    width: 100%;}
}
  
}