﻿.contactBox{
    width: 100%!important;
    max-width:100%!important;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.submitBTB {
    background-color: #9d6000;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .submitBTB :hover {
        background-color: #9d4100;
    }

.contactContainer {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.titleH {
    margin-top: 25px;
    margin-bottom: 25px;
}

.subtitleH {
    margin-top: 10px;
    margin-bottom: 10px;
}

.conFotter {
    margin: 50px 0px 10px 0px;
}

.conSubFotter {
    margin: 10px 0px 10px 0px;
}

.textCenter {
    color: #9d6000 !important;
    text-align: center;
}

.fwCenter {
    display: flex;
    justify-content: center;
    margin-top:75px;
}


.InvCloack {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}