#contactbg {
    padding-top: 100px;
    /*margin-top:110px;*/
    margin-top: 163px;
    color: #fff;
    background-image: url("/contact/images/header banner.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 350px;
    display: block;
}

#contactbg h1 {

    display: block;
}

@media (min-width: 769px) and (max-width: 950px) {
    #contactbg h1 {
        display: none;
    }

    #contactbg {
        margin-top: -80px;
        background-repeat: no-repeat;
        background-size: 100%;
        /* //height:250px;
	//border:solid red 1px; */
        position: static;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    #contactbg h1 {
        display: none;
    }

    #contactbg {
        margin-top: -80px;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 200px;
        /* //border:solid red 1px; */
        position: static;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    #contactbg {
        margin-top: -45px;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 150px;
        /* //border:solid red 1px; */
    }

    .headertext {
        padding: 0px 0px 0px 0px;
        font-size: 20px;
        margin-top: -10px;
    }
    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

}

.headertext {
    margin-top: 120px;
    text-shadow: 2px 3px 3px #000000;
}



.headertext {
    padding: 60px 0px 0px 60px;
    font-size: 45px;
}
.paddingtopbottom{
	padding-top:40px;
	padding-bottom:40px;
}
