/** Shopify CDN: Minification failed

Line 10:11 Expected ":"

**/
.hero-full {
    /* Sizing */
    width: 100%;
    height: 100vh;
    padding 20px 0;
    /* Flexbox stuff */
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* Text styles */
    text-align: center;
    color: white;
    
    /* Background styles */
  

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hero-full h1 {
    /* Text styles */
    font-size: 5em;
    color: white;
    /* Margins */
    margin-top: 0;
    margin-bottom: 0.5em;
}


.hero-full h2 {
   
    color: white;
    
}

.hero-full .banner__buttons {
    /* Positioning and sizing */
    display: block;
    width: 200px;
    
    /* Padding and margins */
    padding: 1em;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;

}