body{
    font-family: raleway;
}
.contact-section {
    background-color: #29292B;
    color: white;
    margin-bottom: 6px;
    padding: 14px;
}
.contact-section p{
    margin-top: -5px;
}
.contact-section i {
    color: wheat;
}

.contact-section .but {
    color: white;
    background-color: rgb(240, 196, 196);
    text-decoration: none;
}

.contact-section .but i {
    color: white;
    background-color: rgb(240, 196, 196);
    padding: 6px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 13px;
}

.contact-form .form-control {
    background-color: #5d6d7e;
    border: 1px solid #5d6d7e;
    color: white;
}

.contact-form .form-control:focus {
    background-color: #5d6d7e;
    border: 1px solid #5d6d7e;
    color: white;
}

input{
    font-family: raleway;
}
textarea{
    font-family: raleway;
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d6dbdf !important;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #d6dbdf !important;
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #d6dbdf !important;
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: #d6dbdf !important;
}

.contact-head {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-family: raleway;
}

.contact-data {
    padding-top: 10px;
}

.contact-data p {
    color: white !important;
    font-family: raleway;
}

.contact-data i {
    color: wheat !important;
    padding-right: 5px;
}

.but {
    padding: 3px 10px;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 12px;
}


.sbutn {
    cursor: pointer;
    padding: 5px;
    width: 16%;
    margin-top: 10px !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
}

.cop {
    background-color: #29292B;
    padding-top: 16px;
    color: white;
}

.home-field {
    width: 100%;
}