body {
    color:#fff;
}
h1, .h1{
    font-size: 40px;
    font-weight: bold;
    border-bottom: 0;
    line-height: 40px;
}
h2, .h2{
    font-size:24px;
}
a {
    text-shadow: 0 1px 0 #000;
    color: #800000;
    text-decoration: none;
    transition:0.3s all;
}
a:hover, a:focus{
    color:#fff;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.bg-content{
    background-color: rgba(0, 0, 0, 0.55);
    border: 1px solid;
    border-color: rgba(235, 235, 235, 0.2);
}
.swiper.swiper-home {
    position: fixed;
    width:100%;
    height:100%;
    z-index: -1;
}
.side-contact {
    font-size: 12px;
    text-align: center;
    padding: 15px;
}
a.nav-link {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    padding:0.25em 0;
    color: #fff;
}
li.current_page_item a.nav-link, a.nav-link:hover, a.nav-link:focus, li.current-menu-parent a.nav-link, .dropdown-menu li.current_page_item a.dropdown-item, li.current-page-ancestor a.nav-link{
    color: #800000 !important;
}
.dropdown-item{
    text-shadow: 0 1px 0 #000;
    font-weight:bold;
}
.navbar-brand img{
    width:100%;
    margin-bottom:20px;
}
.submenu {
    position: relative;
    margin: 20px 0;
    font-size: 14px;
}
.submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu ul li{
    display: block !important;
    margin-bottom: 2px;
}
.submenu li a{
    display: block;
    text-indent: 0px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase !important;
    width: 99%;
    color: #ffffff !important;
    padding-left: 15px;
    text-decoration:none;
    font-size:13px;
}
.submenu li a:before{
    content: "\00bb\00a0" !important;
    position: absolute;
    left: 4px;    
}
.submenu li a:hover, .submenu li.current_page_item a{
    background-color: rgba(255, 255, 255, 0.5) !important;
    color: #000 !important;
}
a.parent-link {
    background-color: rgba(0, 0, 0, 1);
    font-weight: bold;
    font-size: 16px !important;
    text-transform: uppercase !important;
    display: block;
    text-indent: 0px;
    line-height: 40px;
    padding-left: 15px;
}
.clear-news {
    border-bottom: 1px dotted #800000;
    clear: both;
    margin: 20px auto;
    opacity: 0.5;
    width: 100%;
}
.archive-posts h2 {
    color: #800000;
    margin-bottom: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
}
.article-img {
    width: 100%;
    height: 160px;
}
.article-img img{
    width: 100%;
    height: 100%;
    object-fit:cover
}
p.copy.copy-data {
    font-size: 10px;
}
h4.team-title {
    color: #a72c32;
    font-size: 14px;
    padding:0 10px;
    margin-top:10px;
}
.team-member p {
    color: #333;
    font-size: 13px;
    padding:0 10px;
    padding-bottom:10px;
	min-height: 90px;
}
.team-member {
    background: #fff;
    position: relative;
    margin-bottom:10px;
}
.wpcf7 {
    max-width: 100%;
    margin: 0 auto !important;
}

.half-column {
    display: inline-block;
    width: 48.7%;
}
.wpcf7-form-control-wrap input, input[type="email"] {
    border: 1px solid #e3e3e3;
    line-height: 20px;
}
input[type=text], textarea, input[type=email] {
    margin: 0 0 5px 0;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    width: 92%;
    padding: 5px;
}
input[type="text"], textarea, input#s, #commentsubmit input[type="text"], #commentsubmit textarea, .contactsubmit input[type="text"], .contactsubmit textarea, .contactsubmit select, select#top_nav_menu {
    background: #fff;
    border-color: #e3e3e3;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
    border-radius: 0;
    width: 98%;
}
.wpcf7 input[type=submit] {
    background: none repeat scroll 0 0 #800000;
    border: medium none;
    color: #fff;
    cursor: pointer;
    padding: 5px 8px;
}
.wpcf7 input[type=submit]:hover {
    background: none repeat scroll 0 0 #ff7800;
}
footer {
    background-color: rgba(0, 0, 0, 0.55);
}
@media(min-width:991px){
    body {
        height: 100vh;
        overflow: hidden;
        color:#fff;
    }
}
@media(min-width:768px){
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
        width: 100%;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        left: 100%;
        top: 0;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        border-radius: 0;
    }
    .dropdown-item{
        font-size: 14px;
        color: #fff;
        padding: 8px 16px;
        border-bottom-style: dotted;
        border-bottom-width: 1px;
        border-color: rgba(0, 0, 0, 0.5);
    }
    .navbar{
        display:block;
    }
    .navbar-expand-md .navbar-collapse{
        margin:30px 0;
    }
    .dropdown-item:focus, .dropdown-item:hover{
        background:none;
        color: #800000 !important;
    }
}
@media(max-width:767px){
    a.nav-link{
        color:#000;
    }
	.swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
}