.intro-contact-header{
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background:url(../../assets/img/contact/1.jpg) no-repeat center center;
    background-size: cover;
    height: 450px;
    background-position: 0 -280px;
}

.intro-contact-message {
    position: relative;
    padding-top: 20%;
  }
.intro-contact-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

#ContactUs {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    color: #3ba729;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 20px;
    margin-top:0px;
    margin-left:20px;
}

.jumbotron-contact{
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.156863) 0px 2px 5px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 10px 0px;
  padding: 5px 10px 10px 10px;
}

.jumbotron-wrapper{background-size: cover;
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;}




  @media screen and (max-width:1670px) {
    .intro-contact-header{
        background-position: 0 -145px;
    }
  }

  @media screen and (max-width:1375px) {
    .intro-contact-header{
        background-position: 0 -70px;
    }
  }

  @media screen and (max-width:1200px) {
    .intro-contact-header{
        background-position: 0 0px;
    }
  }

  @media screen and (max-width:940px) {
    .intro-contact-header{
        background-position: 0 0px;
        height:380px
    }
  }

  @media screen and (max-width:700px) {
    .intro-contact-header{
        background-position: 0 0px;
        height:350px;
    }
  }

  @media screen and (max-width:545px) {
    .intro-contact-header{
        background-position: 0 0px;
        height:300px;
    }
  }
