
header.masthead {
    background: #FFF;
    padding: 0px;
    margin: 0px;

}


header.masthead h1 {
    text-align: center;
    margin: 20px 10px 40px 10px;
    padding: 10px 10px 60px 10px;
    color: #FFF;
    font-size: 40px;

}


header.masthead > .overlay {
    padding: 0px 0px 0px 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.0); 
}


    .overlay-custom-surfboards {
    padding: 30px 0px 30px 0px;
    height: 380px;
    text-align: center;
    background: #FFF;
    background: url('/images/headers/header-custom-surfboards.jpg') no-repeat top center fixed;

}

    .overlay-history {
    padding: 30px 0px 30px 0px;
    height: 380px;
    text-align: center;
    background: #FFF;
    background: url('/images/headers/header-history.jpg') no-repeat top center fixed;

}

    .overlay-timber-fins {
    padding: 30px 0px 30px 0px;
    height: 380px;
    text-align: center;
    background: #FFF;
    background: url('/images/headers/header-timber-fins.jpg') no-repeat top center fixed;

}


    .overlay-wax {
    padding: 30px 0px 30px 0px;
    height: 380px;
    text-align: center;
    background: #FFF;
    background: url('/images/headers/header-wax.jpg') no-repeat top center fixed;

}

    .overlay-leg-ropes {
    padding: 30px 0px 30px 0px;
    height: 380px;
    text-align: center;
    background: #FFF;
    background: url('/images/headers/header-leg-ropes.jpg') no-repeat top center fixed;

}

    .overlay-gallery {
    padding: 30px 0px 30px 0px;
    height: 380px;
    text-align: center;
    background: #FFF;
    background: url('/images/headers/header-temp-grey.jpg') no-repeat top center fixed;

}


    .overlay-contact {
    padding: 30px 0px 30px 0px;
    height: 380px;
    text-align: center;
    background: #FFF;
    background: url('/images/headers/header-contact.jpg') no-repeat top center fixed;

}



@media (min-width: 992px) {
    
    header.masthead > .overlay {
        padding: 120px 0px 0px 0px;
    }
    
header.masthead h1 {
    text-align: center;
    margin: 50px 40px 30px 40px;
    padding: 20px;
    color: #FFF;
    font-size: 60px;

}    
    
    

}

@media (max-width: 480px) {
    
    .overlay-custom-surfboards {
    padding: 0px 0px 30px 0px;
    height: 200px;
    background: url('/images/headers/header-custom-surfboards.jpg') no-repeat top center scroll;

}

    .overlay-history {
    padding: 0px 0px 30px 0px;
    height: 200px;
    background: url('/images/headers/header-temp-grey.jpg') no-repeat top center scroll;

}

    .overlay-timber-fins {
    padding: 0px 0px 30px 0px;
    height: 200px;
    background: url('/images/headers/header-timber-fins.jpg') no-repeat top center scroll;

}


    .overlay-wax {
    padding: 0px 0px 30px 0px;
    height: 200px;
    background: url('/images/headers/header-wax.jpg') no-repeat top center scroll;

}

    .overlay-leg-ropes {
    padding: 0px 0px 30px 0px;
    height: 200px;
    background: url('/images/headers/header-leg-ropes.jpg') no-repeat top center scroll;

}

    .overlay-gallery {
    padding: 0px 0px 30px 0px;
    height: 200px;
    background: url('/images/headers/header-temp-grey.jpg') no-repeat top center scroll;

}


    .overlay-contact {
    padding: 0px 0px 30px 0px;
    height: 200px;
    background: url('/images/headers/header-temp-grey.jpg') no-repeat top center scroll;

}    
    

}

