body {
    font-family: 'Open Sans', sans-serif;
}

#vertical_center {
    display: inline-block;
    vertical-align: middle;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


header .nav-item a{
    color: #6f9c79;
}
header .nav-item a:hover {
    color: #6F9C79;
    text-decoration: underline !important;
}

header .nav-item .active {
    font-weight: bold;
}

header {
    background-color: #e1dbd3;
    padding-bottom: 35px;
}

.nav-link {
    font-size: 20px;
}

#slider {
    margin-top: 50px;
    margin-bottom: 50px;
}

#slider .carousel-caption.d-none.d-md-block {
    background-color: rgba(0, 0, 0, 0.53);
}

#site_content {
    background-color: #6F9C79;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

#site_content input[type=text],
#site_content input[type=submit],
#site_content input[type=email]{
    width: 100%;
    color: #6F9C79;
}

#site_content .col-md:first-child {
    margin-left: 50px;
    margin-right: 25px;
}


#site_content .col-md:last-child {
    margin-right: 50px;
    margin-left: 25px;
}

#site_content #textRight {
    margin-bottom: 30px;
}

#site_content #contact input  {
    margin-bottom: 15px;

    padding: 8px 8px 8px 15px;
    border: none;
}

#site_content #contact form .col-12 {
    margin-bottom: 15px;
}

#site_content #contact input[type=submit] {
    border: none;
    background-color: white;
}

#site_content #contact input[type=submit]:hover {
    background: #ededed;
    transition: background 0.5s ease-in-out;
    cursor: pointer;

}

#site_content #contact label{
    margin-left: 15px;
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #ffffff;
    border:1px solid transparent;
}

#site_content #contact input[type=radio] {
    margin-left: 15px;
    opacity: 0;
}

#site_content #contact label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 7px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;

    transform: rotate(-45deg);
}

#site_content #contact label:hover::after {
    opacity: 0.5;
}

#site_content #contact input[type=radio]:checked + label:after {
    opacity: 1;
}

#site_content #contact input[type=checkbox]:checked + label:after {
    opacity: 1;
}

#site_content ::placeholder {
    color: #6F9C79;
}

#site_content .contact_pref {
    margin-bottom: 15px;
}

#realPerson {
    width: 50%!important;
}
.realperson-challenge {
    color: white;
    width: 50%!important;
}

.admin table tr td img {
    width: 100%;
}

#pgdpr {
    font-size: 14px;
    margin-bottom: 15px;
}

.admin table tr {
    border-bottom: solid 1px black;
}

.alert {
    text-align: center;
}

a.admin {
    color: #6F9C79;
    margin: 15px;
}

footer {
    margin-top: 50px;
    padding: 50px;
    background-color: #E1DBD3;
    color: #595B60;
}

footer p {
    margin-top: 50px;
}

@media (max-width: 992px) {
    #site_content {
        padding: 50px;
    }

    #site_content .col-md:first-child {
        margin: 0;
    }


    #site_content .col-md:last-child {
        margin: 0 0 0;
    }
    footer{
        padding: 25px;
    }

}

@media (max-width: 768px) {
    .container {
        max-width: 808px;!important;
    }
}


@media (max-width: 766px) {
    header img {
        margin-top: 35px;
    }

    header {
        text-align: center;
    }
}

@media (max-width: 766px) {
    #site_content {
        padding: 25px;
    }

    header img {
        margin-top: 35px;
    }

    footer{
        text-align: center;
        padding: 0px;
    }
    footer img {
        width: 70%;
        margin-top: 35px;
    }
}



