/** Shopify CDN: Minification failed

Line 7:29 Expected ")" to end URL token

**/
.head {
    background-image: url({{ 'abs-equip.png' | asset_url }});
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      
    height: 900px
}




.row{
  /*  text-align: center;*/
    font-size: 1em;
  	margin:0;
  	padding:0
}
button {float: right;
    border-radius: 5px
}

.Hide, #target, #target2, #target3
{
  display:none;
}
