@font-face {
    font-family: 'Champagne';
    src: url('../assets/Champagne_Limousines.eot');
    src: url('../assets/Champagne_Limousines.eot#iefix') format('embedded-opentype'),
         url('../assets/Champagne_Limousines.woff') format('woff'),
         url('../assets/Champagne_Limousines.ttf') format('truetype'),
         url('../assets/Champagne_Limousines.svg#Champagne') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background-attachment: fixed;
    /* background-image: url(../images/background_light.jpg); */
    background-repeat: no-repeat;
    margin: 0;
    /* color: #FFF; */
    /* font-size: 22px; */
    line-height: 24px;
    /* font-family: Verdana, Geneva, sans-serif; */
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    background-color: #e8e6e6;
    background-position: center top;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6, p, .foxform, .number, .email, #content .right li, .custom_homeenquiry, #content .left li, #top .right, #footer #foot #right, #nav, #content .right li {font-family:'Josefin Sans', sans-serif; }

.h4, h4 {
    font-size: 1.25rem;
    font-weight: 300;
}
a.nav-link {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}
a.nav-link.active,a.nav-link:hover, a.nav-link:active, a.nav-link:focus, .dropdown-item.active, .dropdown-item:active {
    background:#ede9e1;
}


#banner::before  {
    content:'';
    background: url(../images/headerBackground.jpg);
    background-size: cover;
    min-height: 158px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
}

#banner {
    /* text-align: right; */
    background: rgb(153 153 151 / 45%);
    min-height: 155px;
    position: relative;
}

#banner h2{
    font-weight: 100;
    margin-bottom: 0;
}

#banner a{
    color: #FFF;
    text-decoration: none;
}
#banner a:hover{
    text-decoration: underline;
}
#banner h2 a:hover{
    text-decoration: none;
}


/* Slider */
#sliderContainer{
    /* background-image: url(../images/slide_back.png);
    background-repeat: repeat-x;
    height: 445px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 100px; */
    background: #02020240;
    padding: 15px 0;
    margin-top: 20px
}
#sliderContainer img{
    opacity: 0.8;
}

/* Navigation */
/* #navigation {
    background: #7D5D45;
} */
#navigation a{
    color: rgba(0, 0, 0, 0.7);
    /* margin-right: 25px; */
    transition: all 0.5s;
}
#navigation a:hover{
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    /* font-weight: 400; */
}

/* section#navigation {
    margin-bottom: 25px;
} */

/* Footer */
#footer {
    font-size: .9rem;
    background: #777;
    border-top: 2px solid #000;
}
#footer, #footer a {
    color: #fff;
    text-decoration: none;
    
}

#footer a:hover {
    text-decoration: underline;
    color: #fff
}
.general-enquiry {
    border-bottom: 1px dashed #d6cabb;
    display: inline-block;
}
.general-enquiry h3{
    font-weight: 100;
}

label {
    font-weight: 100;
}

.form-control, .form-control:focus {
    background-color: #655649;
    width: 270px;
    border: 1px solid #655649;
    padding: 5px;
    color: #FFF;
}
.form-control:focus{
    box-shadow: none;
}

::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff;
}

.heading h2, #widget h2, #widget h3 {
    border-bottom: 2px solid #7B6350;
}

div#widget {
    background: #cccc;
    padding: 15px;
    border: 1px solid #fff;
}
#widget a{color: #000 !important;margin-bottom: 14px !important;font-size: 16px !important;}

#widget h3, #widget h2 {
    font-weight: 400 !important;
}

/* .miniheading {padding-top: 15px;} */
.miniheading h3 {
    /* color: #c09779; */
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0;
}


.aside ul li a {
    /* color: #E1D6CB; */
}

@media screen and (min-width: 992px){
    #navigation .circle{
        display: flex;
        align-items: center;
    }
    #navigation .circle .disc{
        background-color: #3e3933;
        height: 5px;
        width: 5px;
        border-radius: 45%;
    }
}

.site-content p {
    
    padding: 0px;
    /* color: #F2E5DA; */
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    letter-spacing: 1px;
}
a:link {
    text-decoration: none;
    color: #212529;
}



.img-center {margin:0 auto;display: block;}
.text-white{color:#fff}
hr.headHR {
    width: 60%;
    margin: 10px 0;
    border-bottom: 2px solid #fff;
}

a.fs14{font-size: 14px;}

.text-left {
    text-align: left;
}
.bottom{
    position:absolute;                 
                bottom:0;                         
                right:0; 
}


.img-container {
    max-height: 640px;
    overflow: hidden;    
}

.text-container {
    background: #a0a09f;
    padding: 15px 0;
    text-align: center;
}

.text-container a {
    color: #fff;
    padding: 5px 15px;   
}

.text-container a.nav-link {display: inline-block;margin: 0;font-weight: 400;width: 32%; text-align: center;}



h1.title {
    text-transform: capitalize;
    margin-bottom: 15px;
}