.bg-dark {
    border-color: #ffffff;
}

.bg-dark {
    background-color: #fff !important;
}
a.navbar-brand {
    position: relative;
    width: 16%;
}
img.logo {
    width: 100%;
}
.mr-auto, .mx-auto {
    margin-left: auto;
}

#navbarSupportedContent .mr-auto {
    margin-left: auto;
    margin-right: 0 !important;
}

#menu-menu-1 li a{
	color:#000;
}
span.wpcf7-list-item {
    display: block;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #d0c4c4 !important;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #949494 !important;
    color: #fff !important;
    width: 80px;
    height: 40px;
    text-align: center !important;
}


.navbar-dark .navbar-toggler-icon {
    
    background-color: #5a5656;
	
}

@media only screen and (max-width: 600px) {


a.navbar-brand {
    position: relative;
    width: 27%;
}


}