/* !
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE) */
body {
    padding-top: 56px;
}

/* navbar */
.navbar {
    border-bottom: 1px solid #ffffff;
}

.bg-menu {
    background-color: #848B79;
}

.navbar-brand {
    color: #fff000;
}

.navbar-brand {
    a: visited;
    color: #fff000;
    !important: active;
    color: #fff000;
    !important: hover;
    color: #fff000;
}

.navbar .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar .nav-item.active .nav-link,
.navbar .nav-item:focus .nav-link,
.navbar .nav-item:hover .nav-link {
    color: #fff000;
}

/* carousel */
.carousel {
    margin-bottom: 2.25rem;
}

.carousel-item {
    height: 65vh;
    min-height: 600px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 767px) {
    .carousel-item {
        height: 10vh;
        min-height: 300px;
    }
}

/* container */
.container {
    background-image: none;
}

/* ul */
ul {
    list-style-position: inside;
    padding-left: 0;
}

/* footer */
footer {
    text-align: left;
    background-color: #848B79;
    padding: 10px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    color: #fff000;
}

footer a {
    color: #ffffff;
    text-decoration: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

footer a:visited {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    color: #fff000;
    text-decoration: none;
}

footer a:active {
    color: #ffffff;
    text-decoration: none;
}

/* --- buttons ---- */
.btn-custom {
    background: #8b9b92;
    border-color: #8b9b92;
    color: #ffffff;
    margin-bottom: 15px;
}

.btn-custom:hover {
    background: #333333;
    border-color: #333333;
    color: #ffffff;
}

/* --- headings ---- */
h1 {
    margin: .5em 0;
    font-size: 1.7rem;
    text-align: center;
}

h2 {
    margin: .5em 0;
    font-size: 1.4rem;
    text-align: center;
}

/* --- hr ---- */
hr.style1 {
    border-top: 4px solid #8b9b92;
    margin-bottom: 30px;
    margin-top: 30px;
}

/* --- links ---- */
a {
    color: #e55b3c;
    text-decoration: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a:visited {
    color: #e55b3c;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    text-decoration: none;
}

a:active {
    color: #e55b3c;
    text-decoration: none;
}

.img-fluid {
    margin-right: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

/* hamburger */
.navbar-toggler {
    border-color: #ffffff;
    background-color: transparent;
    color: #ff0000;
}

/* hamburger bars */
.navbar .navbar-toggler-icon {
    background-image: url("https://www.haweswatercottage.co.uk/images/hamburger-bars.gif");
}
