section#contactsection{
    position: relative;
    padding: 80px 0;
    background-image: url('/wp-content/themes/charliens/assets/images/background2.jpg');
    background-size: cover;
}

section#contactsection .gform_wrapper{
    margin-top: 20px;
}

section#contactsection .gform_heading{
    display: none;
}

section#contactsection .contactform{
    max-width: 800px;
    margin: 0 auto;
    background: #00000061;
    padding: 20px 30px;
    box-sizing: border-box;
}

section#contactsection:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
}

section#contactsection h2{
    margin-top: 0;
    text-align: center;
    color: white;
    margin: 0;
    font-size: 50px;
    line-height: 50px;
}

section#contactsection h3{
    margin: 0;
    color: #c1c1c1;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 36px;
}

@media only screen and (max-width: 800px) {
    section#contactsection h2{
        font-size: 35px;
        line-height: 35px;
    }

    section#contactsection h3{
        font-size: 24px;
        line-height: 28px;
    }

    section#contactsection:before {
        background-color: #0000006e;
    }
}

@media only screen and (max-width: 1200px) {
    section#contactsection{
      padding: 60px 0;
    }
  }