.img-team {
background-size: contain;
}
@media screen and (max-width: 800px) {
    .img-team {
        margin: 20px 0 20px 0;
    }
}
@media screen and (max-width: 600px) {
    .img-team {
        height: 360px;
        margin: 20px 0 20px 0;
    }
}

a.btn.btn-lg.btn-danger {
background-color: #FFFFFF !important;
border: 5px solid #000000 !important;
font-weight: bold; color: #000000 !important;
}
a.btn.btn-lg.btn-danger:hover {
background-color: #000000  !important;
border-color: #000000 !important;
font-weight: bold; color: #FFFFFF !important;
}

.home-section h3.blog-title.blog-quote-title {
 font-weight: bold;
}

.home-section .blog-quote-author {
 padding: 30px 20px 0 20px;
 margin-bottom: 0 !important;
}

.home-section .blog-quote-avatar {
 display: none;
}

body > div.main > div > div:nth-child(2) > div > div > h2 {
font-weight: bold;
}

.footer ul.social-footer {
    font-size: 36px;
}

.footer .fa-facebook:hover {
    color: blue;
}

.bg-img-about {
background: #000000 !important;
}

.header-navigation ul>li>a:hover {
	color: #000000 !important;
}
.header-navigation ul>li.active>a {
	color: #000000 !important;
	border-bottom: 2px solid #000000 !important;
}

.bg-img-calltoaction {
    background-image: url(https://cdn.maidtofit.com/simplyrealphotography/photo-bg-repeating-3.jpg) !important;
}

.footer {
    background: black;
}

h3#booking-summary-title {
    color: black;
}

button#bookNow {
background-color: #FFFFFF !important;
border: 5px solid #000000 !important;
font-weight: bold; color: #000000 !important;
}

button#bookNow:hover {
background-color: #000000  !important;
border-color: #000000 !important;
font-weight: bold; color: #FFFFFF !important;
}

.home-section i.fa.fa-check {
   color: #000000 !important;
}