
header.masthead {
    background: #000;

}


header.masthead h1 {
    text-align: center;
    margin: 20px 10px 40px 10px;
    padding: 10px 10px 60px 10px;
    color: #FFF;
    font-size: 30px;

}


header.masthead > .overlay {
    padding: 40px 0px 40px 0px;
    text-align: center;
    background: none;

}

header.masthead > .overlay-home {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/header/header-global.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}

header.masthead > .overlay-services {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/header/header-services.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}


header.masthead > .overlay-trampolineparts {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/header/header-trampolineparts.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}


header.masthead > .overlay-projects {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/header/header-projects.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}


header.masthead > .overlay-advantages {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/header/header-advantages.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}

header.masthead > .overlay-our-team {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/header/header-our-team.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}


header.masthead > .overlay-case-studies {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/header/header-case-studies.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}


header.masthead > .overlay-blog {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/header/header-blog.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}


header.masthead > .overlay-contact {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/header/header-contact.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}


header.masthead > .overlay-consult {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/header/header-consult-tint.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}


@media (min-width: 992px) {
    
    header.masthead > .overlay {
        padding: 120px 0px 0px 0px;
    }
    
header.masthead h1 {
    text-align: center;
    margin: 80px;
    padding: 20px;
    color: #FFF;
    font-size: 50px;

}    

}


