/*! HTML5 Boilerplate v5.0.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* @import url(http://fonts.googleapis.com/css?family=Dancing+Script:400,700); */

html {
    font-size: 1em;
    line-height: 1.4;
}

.black{
	color: black !important;
}
body {
    font-family: 'Roboto', sans-seribackgroundf;
    overflow-x: hidden;
    background-image: url('../images/pattern.jpg');
	background-attachment: fixed; 
	/* background-color: #F8BAA6; */
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.c1{
    background-color: #fdbf88 !important;
}

.c2{
    background-color: #fdbf88 !important;
}

.c3{
    background-color: #fdbf88 !important;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.next{
    float: right;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Header */

/* Navigation bar */



#myCarousel{
    max-height: 250px;
}

/* header */
.header-wrapper{
    background-color: black;
    min-height: 100vh;
}

#slide1{
    background-image: url("../images/food/slider1.jpg") !important;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

#slide2{
    background-image: url("../images/food/slider2.jpg") !important;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
	top:-250px;
    background-size: 100% auto;

}

#slide3{
    background-image: url("../images/food/slider3.jpg") !important;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
	top:-250px;
}

#slide4{
    background-image: url("../images/food/slider4.jpg") !important;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

#slide5{
    background-image: url("../images/food/slider5.jpg") !important;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

#slide6{
    background-image: url("../images/food/slider6.jpg") !important;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.nlp{
    padding-left: 15px;
}

.nrp{
    padding-right: 15px;
}

.nbp{
    padding-bottom: 100px;
}

.cream{
    background-color: #fff; /* orig siva: #E6E6E6 fdbbbb roza:fbb1b5 plava:092e4f  smedja:6d0007 narandjasta:a44313*/
}

.card{
    padding: 20px;
}

.cursive{
    font-family: 'Arial';
	float:none;
    margin-top: 0;
    padding-top: 0;
}


.content2{
    font-size: 1.1em;
    font-weight: 300;
    padding: 0 20px;
}

.bbd{
    padding-bottom: 20px;
    border-bottom: 1px dotted grey;
}

/*  ---  LINKS HOVER DISPLAY TEXT SPECIALITIES  --- */

#tandoori {
	display:block;
}


.tandoori a:link {
	display:block;
}

.tandoori a:hover{
	display:none;
}


footer{
    background-color: #53023e; /* ljubicasta: 0370446 */
    min-height: 150px;
    padding: 30px 0 20px 0;
    color: white !important;
}

footer img{
   max-width: 100%;
   padding-top: 10px;
   padding-left: 30px;
}

footer ul{
    margin: 15px 0 0 0;
}

footer ul li{
    text-align: center;
    margin: 10px 0;
}

.dred{
    color: #87260D;
    margin: 20px;
}

.dm{
    font-size: 2em;
    padding: 10px;
    height: 60px;
    margin-bottom: 10px;
}

.border{
    border: 1px dotted #333;
}

.offer{
    padding: 10px !important;
}

header {
    background-attachment: scroll;
    background-image: url("../img/landingpage.png") ;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 100vh;
    text-align: center;
}

header .intro-text {
    padding-bottom: 50px;
    padding-top: 150px;
}

header .intro-text .intro-heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
}


header .intro-text .intro-tag{
    font-weight: lighter;
    letter-spacing: 4px;
    border-top: 1px solid #B3C0D4;
    border-bottom: 1px solid #B3C0D4;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
header .intro-text {
    padding-bottom: 200px;
    padding-top: 240px;
}

header .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    text-transform: uppercase;
    font-weight: lighter;
}
}


section {
    padding: 20px 0;
    min-height: 100px;
}

h1, h2, h3{
    font-weight: lighter;
}

section h2.section-heading {
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 0;
}
section h3.section-subheading {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px;
    text-transform: none;
}


@media (min-width: 768px) {
    p{
        font-weight: 400;
        font-size: 18px;
    }

    section {
        padding: 30px 0;
    }

    .section-heading{
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

}

.icon_container{
    border: 1px solid #B9BFC5;
    padding: 30px 20px ;
    border-radius: 20px;
}

.grey{
    background-color: #f1f1f4;
}

ul li{
    list-style: none;
}

ul{
    padding-left: 0;
}

.highlight{
    color: #FF5A5F;
}

.theme1{
    color: #006C97 !important;
}

.theme2{
    color: #381C08 !important;
}

.phone{
    height: 400px;
    overflow: hidden;
}

.icons{
    display: block;
    float: left;
    max-width: 80px;
    overflow: hidden;
    position: relative;
}

.one-edge-shadow {
    -webkit-box-shadow: 0 8px 6px -6px black;
       -moz-box-shadow: 0 8px 6px -6px black;
            box-shadow: 0 8px 6px -6px black;
}

.nbp{
    padding-bottom: 0;
}

.right-border{
    border-right: 1px solid #333;
}

.left-border{
    border-left: 1px solid #333;
}

.pad-all{
    padding-top: 50px;
    padding-bottom: 50px;
}

.grey-text{
    color:#A4A7AF;
}


.transparent{
    background-color: rgba(0,0,0,0.7) !important;
    padding-top:0; 
}



.post-image{
    height: 160px;
    overflow: hidden;
}

/* Landing Page */

/* Footer */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

.controls{
    color: black !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        color:green;
		text-decoration: underline;
    }
    a:after {
        color:#e3d2b9;
		text-decoration: underline;
    }

    a[href]:after {
        color:#e3d2b9;
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
        color:#e3d2b9;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
