.bg {
    width: 100%;
    height: 60%;
    background: url('../images/contactImg.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    color: #fff;
    position: relative;
}

.contact {
    color: #222;
}

.contactTitle {
    font-size: 1.5em;
    font-weight: bold;
}

.contactText {
    font-size: 0.7em;
    color: #a6a6a6;
    margin-bottom: 35px;
}

.contactItem {
    font-size: 1em;
    color: #999;
    margin-bottom: 1em;
}

.contactBold {
    color: #222;
    font-weight: bold;
    width: 100px;
    display:inline-block;
}

.contact-input {
    width: 350px;
    border: none;
    background-color: #d6d6d6;
}

.contact-info {
    font-weight: bold;
}

.contact-button {
    width: 120px;
    background-color: #3e774c;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    height: 36px;
    font-size: 20px;
    margin-top: 16px;
    margin-left: 335px;
    outline:none;
    text-align: center;
    line-height: 36px;
}

.contact-button:focus {outline:none;}

.contactTitleM {
    font-size: 40px;
}

.contact-input-mobile {
    width: 200px;
    border-radius: 10px;
    border: none;
    background-color: #d6d6d6;
}

.contact-button-mobile {
    width: 100px;
    background-color: #3e774c;
    border-radius: 30px;
    border: none;
    color: #FFFFFF;
    height: 26px;
    font-size: 16px;
    margin-top: 16px;
    margin-left: 155px;
    outline:none;
    text-align: center;
    line-height: 26px;
}

.contact-button-mobile:focus {outline:none;}
