body{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 23px;
    line-height: 1.5;
    color: #545454;
    background-color: #f5f4ef;
}
p{
    margin-bottom: 30px;
}
h1,h2,h3,h4,h5,h6{
    color: #1c2040;
    font-weight: bold;
    line-height: 1.4;
}
h1{
    font-size: 43px;
    margin-bottom: 30px;
}
h2{
    font-size: 33px;
    margin-bottom: 25px;
}
h3{
    font-size: 23px;
    margin-bottom: 20px;
}
table th{
    font-size: 23px;
}
.table td{
    font-size: 17px;
}
a{
    color: #00baff;
}
a:hover{
    text-decoration: none;
    color: #00baff;
}
img{
    max-width: 100%;
    height: auto;
}
/*Bootstrap Settings*/
.container{
    max-width: 1400px;
}
.form-control{
    border-radius: 0;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0 !important;
    background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiM4YzhjOGMiLz4KICA8L2c+Cjwvc3ZnPgo=');
    background-position: center left 10px;
    background-repeat: no-repeat;
    background-size: 16px;
}
/**/
.offset{
    margin-top: 150px;
}
@media screen and (max-width: 425px){
    .offset{
        margin-top: 20px;
    }
}
.offset-top-15 {
    margin-top: 15px;
}
.main-logo {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 60px;
}
.col-contact {
    text-align: center;
}
.col-contact a {
    color: #3f756f;
    font-weight: bold;
    font-size: 32px;
}
.col-form {
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 15px;
}
.col-form label {
    font-size: 18px;
    color: #173a36;
}
.col-form input, .col-form textarea {
    border-radius: 7px;
    border: 1px solid #97c8c2;
}
.col-form .btn-primary {
    min-width: 130px;
    margin-top: 30px;
    background-color: #3f756f;
    border: 1px solid #366f69;
}
.col-form h2 {
    color: #194641;
}
.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}