ul.pagination > li > a.active{
background-color:dodgerblue;
    color:#f3f3f3;
    border:1px solid #c0c0c0;
    font-weight: 600;
}

ul.pagination li.active span{
    color: #000000 !important;
    border:1px solid #c0c0c0 !important;
}
ul.pagination > li.active{
    color:#00aced;
    background-color:yellow;
}
ul.pagination > li > a:hover{
    color:black;
    background-color:yellow;
    border: 1px solid #5e5e5e;
}
div.parent-info{
    font-size:110%;
}
div.parent-info > strong{
    font-size:120%;
}
span.food_description{
    font-size:80%;
    font-weight:normal;
    font-style: italic;
    color: #5e5e5e;
}
span.food_name{
    font-size:90%;
    font-weight:600;
}


/*Cookie consent*/
div#cookieAgreeForm{

    background-repeat:no-repeat;
    background-color:#08AB9B;


    position:fixed;
    width:38%;
    max-width:644px;
    min-height:28%;
    z-index:99;
    border-radius: 4px;
    margin:10px;

    bottom:10px;
    lefT:10px;
    padding:5px;
    color:white;
    border:0px solid whitesmoke;

}

div#cookieAgreeForm h2{
    color:#ef782a;
}

div#cookieAgreeForm button{
    background-color:#ef782a!important;
    border: 2px solid #162244;
    color:#162244;
    font-size: 130%;
    font-weight:bold;
    padding:10px;
    padding-left:30px;
    padding-right:30px;
}
div#cookieAgreeForm label{
    font-size:130%;
}

div#cookieAgreeForm button:hover{
    background-color: #08ab9b!important;
    border-color:white;
    color:white;
}

@font-face {
    font-family: "myFirstFont";
    src: url("{{asset('fonts/consola_0.ttf')}}");
}

.harlow {
    font-family: myFirstFont;
}

*{
    font-family: myFirstFont!important;

}

.fa{
    font-family:FontAwesome!important;
}

#slidemenu .navbar-nav>li:not(.dropdown)>a:after{
    display:none;
}

/* GLOBAL STYLES
* Padding below the footer and lighter body text
* -------------------------------------------------- */

body {
    padding-bottom: 40px;
    color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 500px;
    margin-bottom: 60px;
}
.carousel-caption {
    z-index: 10; /* Since positioning the image, we need to help out the caption */
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

#customCustomer span:hover {
    color: #0a0814;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
        border-radius: 4px; /* The navbar becomes detached from the top, so we round the corners */
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}



@media(max-width:767px){
    .special-header-container{
        height:auto!important;
    }
    .special-header{
        padding:40px 0px 10px 0px!important;
    }

    div#cookieAgreeForm{
        position: fixed;
        top:10%;
        width: 90%;
        height: 90%;
    }
}
@media(max-width:430px){

    div#cookieAgreeForm {
        height: 55%;
    }
}

@media(max-width:330px){

    div.block-content  {
        font-size: 14px !important;
    }
}

@media(max-width:330px){

    div.block-content blockquote h3 strong {
        font-size: 14px !important;
    }
}

@media(max-width:330px){

    div.block-content blockquote p {
        font-size: 14px !important;
    }
}
