
html, body {
  height: 100%;
}

main, body{
    font-family: Montserrat, sans-serif;
    background-color: #f8f5f2;
}

::selection{
    background:#720303;;
    color:#fff;
}

::-moz-selection{
    background:#720303;;
    color:#fff;
}






/*
===================================
              nav
===================================
*/

.navbar:before{
    background-color:#fff;
    bottom:0;
    content:"";
    left:0;
    position:absolute;
    right:0;
    top:0;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    transform:translateY(-100%);
    transition:all .3s ;
    z-index:9
}

@media screen and (max-width:991px){
    .nav-expand .navbar:before{
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.0);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.0);
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.0);
    }
}

.scrolled .navbar:before{
    transform:translateY(0)
}

.navbar{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}


nav{
    height:72px;
}



/*.navbar-brand:before{
    background-color: #8c9e1a;
    content:"";
    position:absolute;
    border-radius: 8px;
    z-index: -2;
    width: 174px;
    height: 56px;
    top: 8px;
    left: 11px;
}*/

.navbar-brand{
    align-items: center;
    padding-left:8px;
    transition:all.2s;
/*    background-color: #8c9e1a;*/
    border-radius:8px;
    padding:4px;
}

.navbar-brandlogo{
    width:48px;
}


.navbar-brandtext{
    font-family: 'Raleway', sans-serif;
        font-weight:500;
    font-size:1.4em;
    letter-spacing:.06em;
    margin-left:16px;
    padding-right:4px;
    
    color:#fff;    
    text-shadow: 0 0 16px #000;
    text-shadow: 0 0 10px rgba(0, 0, 0, .75);
    transition:all .2s;
}

.scrolled .navbar-brandtext {
    color:#720303;    
    text-shadow: none;
}

.nav-item{
    border-bottom:4px solid rgba(255,255,255,0);
    transition:all .3s;
}

.nav-item.active{
    border-bottom:4px solid #fff;
}

.scrolled .nav-item.active{
    border-bottom:4px solid #720303;
    border-bottom:4px solid rgba(144,03,03,1);
}

.nav-item:not(.active):hover{
    border-bottom:4px solid #720303;
    border-bottom:4px solid rgba(144,03,03,1);
}

@media screen and (max-width: 991px){
    .nav-link:not(.nav-expand){
        color:#111;
        color:rgba(17,17,17,0);
        transition:color .3s;
        transition-delay: calc(var(--nav-index) *50ms);
    }
    .nav-expand .navbar-brandtext {
        color:#720303;    
        text-shadow: none;
    }
    .nav-expand .nav-item.active{
        border-bottom:4px solid #720303;
        border-bottom:4px solid rgba(144,03,03,1);
    }
}

.nav-link{
    font-size:1.15em;
    color:#fff;
    text-shadow: 0 0 16px #000;
    text-shadow: 0 0 10px rgba(0, 0, 0, .75);
    transition:color .2s,text-shadow .2s;
}

.scrolled .nav-link{
    color: #111;
    color: rgba(17,17,17,1);
    text-shadow: none;
}

.nav-link:hover{
    transition-delay:none;
    color: #eee;
}

.scrolled .nav-link:hover{
    color: #720303;
}

.navbar-brandlogo .logo-line{
    filter: drop-shadow(0px 0px 400px rgba(0, 0, 0, 0.75));
    transition:all .2s;
    fill:none;
}

.navbar-brandlogo .logo-bg{
    fill:none;
    fill:rgba(114,03,03,0);
    transition:all .2s;
}

.scrolled .navbar-brandlogo .logo-bg{
    fill:#720303;
    fill:rgba(114,03,03,1);
}

.scrolled .navbar-brandlogo .logo-line{
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0));
}

.navbar-brandlogo .logo-line{
    stroke:#FFFFFF;
}

.navbarcontent{
    background-color:#fff;
    background-color: rgba(255,255,255,0);
    z-index:15;
}

@media screen and (max-width: 991px){
    .nav-expand .nav-link{
        color: #111;
        color: rgba(17,17,17,1);
        text-shadow: none;
    }

    .nav-expand .navbar-toggle-icon{
        color:#720303;
    }
    
    .navbarcontent{
        transition: height .3s;
    }
    .nav-expand .nav-link:hover{
        color: #720303;
    }
    .nav-expand .navbar-brandlogo .logo-bg{
        fill:#720303;
        fill:rgba(114,03,03,1);
    }
    .nav-expand .navbar-brandlogo .logo-line{
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0));
    }
}

.navbar-toggle-icon{
    color:#fff;
    font-size:1.6em
}

.scrolled .navbar-toggle-icon {
    color:#720303;
}

.nav-trigger {
    display: none;
}
#nav-mobile-overlay{
    display:none;
}

@media screen and (max-width:991px) {
    .nav-trigger {
        display: block;
    }

    #navbarContent{
        width: 100vw;
        height: 0;
        overflow: hidden;
        opacity:0;
        transition:opacity .5s ease-in-out;
    }
    #navbarContent.nav-expand{
        height: auto;
        width: 100%;
        right: 0;
        left: 0;
        bottom: 0;
        background-position: center top;
        opacity:1;
        margin-top:25px;
    }
    #navbarContent li {
        width: 100%;
        text-align: left;
    }
    #navbarContent li a {
        text-align: left;
        width: 100%;
        font-size: 2rem;
        padding: 20px;
    }
    
    #nav-mobile-overlay{
        display:block;
        background-color:#fff;
        position:fixed;
        bottom:0;
        left:0;
        right:0;
        top:0;
        -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.8);
        -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.8);
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.8);
        transform:translateY(-100%);
        transition:all .3s ;
        z-index:9;
    }
    #nav-mobile-overlay.nav-expand{
        transform:translateY(0);
        
    }
    
}



/*
----------------------
nav-trigger animation
----------------------
*/

.nav-trigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.nav-trigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    transition:background-color .3s,box-shadow .5s;
    box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px rgba(0,0,0,.6);
}
.scrolled .nav-trigger i, .nav-trigger.active i {
    background-color: #720303;
    box-shadow: none;
    box-shadow: 0 0 12px rgba(0,0,0,0);
}


.nav-trigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.nav-trigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.nav-trigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.nav-trigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.nav-trigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.nav-trigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}



/*
===================================
             /nav
===================================
*/








/*
===================================
            header
===================================
*/

/*
-------------------
 header background
-------------------
*/
header{
    height: 20%;
    width: 100%;
	position: relative; 
	text-align:center;
    align-items: center;
    -webkit-box-shadow: inset 0px 42px 60px -24px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0px 42px 60px -24px rgba(0,0,0,0.80);
    box-shadow: inset 0px 42px 60px -24px rgba(0,0,0,0.8);
}
.homepage header {
    height: 90%;
}

/*@media screen and (max-width>991px){
    
}*/


.carousel { 
    z-index: -99; 
    width: 100%; 
    height:100%;
    padding: 0;
} 

.carousel-inner{
    width: 100%;
    height: 100%;
    filter: brightness(.75);
}

.homepage .carousel-inner{
    filter: brightness(.9);
}

.carousel-item{
  height: 100%;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* Fix for flickering carousel */                                                      
.carousel-inner .carousel-item {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
}
.carousel-inner .carousel-item:first-of-type {
  position: relative;
}
.carousel-inner .active {
  opacity: 1;
}
/* End of fix for flickering carousel */



/*
-------------------
 header foreground
-------------------
*/

#header-foreground {
    color:#fff;
}

.homepage #header-foreground {
    background-color: #8c9e1a;
    color: #720303;
    padding:24px 36px;
    border-radius:16px;
}

.homepage #icookit-logo-img {
    max-width:64%;
    max-height:25%;
}

.homepage #icookit-logo-text h1{
    font-family: 'Raleway', sans-serif;
    color: #720303;
    font-weight:500;
    font-size:6.4em;
    letter-spacing:.08em;
    margin-top:20px;
}

.homepage #icookit-logo-text h2{
    font-family: 'Signika Negative', sans-serif;
    color: #720303;
    font-weight:300;
    font-size:1.8em;
    letter-spacing:.032em;
    margin-top:-10px;
}


@media screen and (max-width: 991px) {
    .homepage #icookit-logo-img{

    }
    
    .homepage #icookit-logo-text h1{
        font-size:3em;
    }
    
    .homepage #icookit-logo-text h2{
        font-size:1.2em;
    }
}



.page #header-foreground h1{
    margin-bottom:0;
    text-shadow:0 0 36px #000;
    text-shadow:0 0 24px rgba(0,0,0,.6);
    width:100%;
}





/*
===================================
            /header
===================================
*/




/*
===================================
             content
===================================
*/

#content{
    padding-top:24px;
}

.contentpart{
    border-radius:15px;
    background-color:#fff;
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:15px;
}


/*
------------------
 homepage content
------------------
*/

.homepage #content{

    padding-top:24px;
}

/* google maps embedded */
.gmap{
    width:100%;
    height:400px;
}



#mc_embed_signup{
    border-radius:15px;
}






/*
------------------
 Maaltijdfiches
------------------
*/




.for-sale .foodcard{
    width: 565px;
    height: 800px;
    margin-left: 15px;
    margin-right:0px;
    margin-bottom: 15px;
    box-shadow: 5px 5px 35px 0px #ccc;
}

.foodcard{
    border-radius: 15px;
}

.foodcard .iconbar{
    height: 25%;   
    padding-top:5%;
    padding-bottom:5%;
    padding-left:4%;
    padding-right:4%;
    border-radius:15px 15px 0 0;
}


.foodcard .iconbar .cooktime-container{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 70%;
    height: 100%;
    font-size: .8em;
}

.foodcard .iconbar .meal-right-icons-container{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 29%;
    height: 100%;
}

.foodcard .iconbar .cooktime-container .cooktime-item{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 21%;
    margin-right:3%;
    padding-top:6%;
}

.foodcard .iconbar .cooktime-container .cooktime-item .icon{
    display: flex;
    height: 55%;
    max-width: 100%;
    justify-content:center;
    
}
.foodcard .iconbar .cooktime-container .cooktime-item .icon:not(.invert){
    filter: drop-shadow( 2px 4px 3px rgba(0,0,0,.15));
}
.foodcard .iconbar .cooktime-container .cooktime-item .invert{
    filter: drop-shadow( 2px 4px 3px rgba(255,255,255,.75));
}

.foodcard .iconbar .cooktime-container .cooktime-item .cooktime{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    font-size: .9em;
    
}
.foodcard .iconbar .cooktime-container .cooktime-item .cooktime:not(.invert){
    filter: drop-shadow( 1px 1.5px 3px rgba(0,0,0,.25));
}
.foodcard .iconbar .cooktime-container .cooktime-item .cooktime .invert{
    filter: drop-shadow( 1px 1.5px 3px rgba(255,255,255,.75));
}

.foodcard .iconbar .meal-right-icons-container .icon{
    display: flex;
    justify-content:center;
    text-align: left;
    height: 75%;
    width:100%;
    
}
.foodcard .iconbar .meal-right-icons-container .meal-price{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width:100%;
    height:20%;
    margin-bottom: 5%;
    font-weight:bold;
    letter-spacing: 1.5px;
    font-size: 1.5em;
}

.foodcard .iconbar .meal-right-icons-container .meal-price h3{
    margin: 0;
    height: 100%;
    width: 100%;
}
.foodcard .iconbar .meal-right-icons-container .meal-price{
    filter: drop-shadow( 1.5px 4px 3px rgba(0,0,0,.25));
}
.foodcard .iconbar .meal-right-icons-container .icon{
    filter: drop-shadow( 1.5px 4px 3px rgba(0,0,0,.25));
}


.svg-icon{
    height: 100%;
    max-width:100%;
}

.foodcard .imagebar{
    height: 47%;
    position: relative;
    text-align: center;
    font-family: 'lato', sans-serif;
    z-index: 1;
    overflow:hidden;
    background-position: center;
    background-size: cover;
    transition: .3s;
    
}

.foodcard .imagebar img{
    width:100%;
    align-content: center;
}

.foodcard .imagebar .shoutphrase{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.foodcard .textbar{
    height: 28%;
    border-radius: 0 0 15px 15px;
    text-align: center;
    z-index: 1;
}

.foodcard .textbar .title-container{
    vertical-align: middle;
    display: inline-block;
    width: 99%;
    height: 15%;
    overflow:hidden;
    position: relative;
}

.foodcard .textbar .description-container{
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    width: 90%;
    height: 62%;
    margin-left: 5%;
    margin-right: 5%;
    overflow:auto;
}

.foodcard .textbar .allergens-container{
    vertical-align: middle;
    display: flex;
    width: 94%;
    height: 16%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom:2%;
    position: relative;
    white-space: nowrap;
    justify-content:space-between;
    align-items:center;
}

.foodcard .textbar .title{
    font-style: italic;
    font-weight: bolder;
    font-size:1.2rem;
    position: absolute;
    margin:0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    overflow:hidden;
}
.foodcard .textbar .description{
    margin: 0;
}

.foodcard .textbar .allergen{
    max-height:100%;
    filter: drop-shadow(1.5px 4px 3px rgba(0,0,0,.25))0
}

#buybtn{
    color:#fff;
    text-align:center;
    margin:0;
}

.for-sale-linkcontainer a{
    text-decoration: none;
}

.btn-container{
    padding:5px;
    border-radius: 15px;
    font-size:2em;
    font-weight: bold;
}


/*
===================================
             /content
===================================
*/





/*
===================================
           socialbuttons
===================================
*/

#social-float{
    transition:all .2s ease-in-out;
    bottom:20px;
    z-index:8;
}

.homepage.scrolled #social-float{
    bottom:20px;
}

/* default social buttons */
.social-buttons:not(.homepage), .scrolled .homepage .social-buttons{
	background-color:#fff;
	color:#720303;
	background-color:rgba(255,255,255,1);
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 6px #000;
	box-shadow: 2px 2px 6px rgba(0,0,0,.6);
	transition: all .3s;
	text-shadow:none;
	text-shadow: 0 0 10px rgb(0, 0, 0, 1);
	filter:none;
}

/* homepage fade to white */
.homepage:not(.scrolled) .social-buttons{
    color:#fff;
    background-color:#fff;
    background-color:rgba(255,255,255,0);
    box-shadow: 2px 2px 6px rgba(0,0,0,0);
    filter:drop-shadow(2px 2px 12px #000);
    filter:drop-shadow(2px 2px 8px rgba(0,0,0,.4));
}


.homepage #social-float{
    bottom:11.5vh;
    color:#fff;
    background-color:rgba(255,255,255,0);
    box-shadow: 2px 2px 6px rgba(0,0,0,0);
}


.social-icon a{
    font-size:2em;
    color:inherit;
}

#social-float .unpinned{
    width:100%;
    bottom:0;
    background-color:#f0f;
}

/*
===================================
          /socialbuttons
===================================
*/






/*
===================================
              footer
===================================
*/

footer{
    
}

/*
===================================
             /footer
===================================
*/








/*
===================================
           utilities
===================================
*/


.green{
    background: #8c9e1a;
    color:#fff;
}

.red{
    background:#720303;
    color:#fff;
}

.no-link-style{
    text-decoration:none;
}

.accentblock{
    box-shadow: inset 0 2px 12px #000 ;
    box-shadow: inset 0 2px 12px rgba(0,0,0,.4) ;
    z-index:8;
    background-image: url(https://icookit.be/assets/img/web/noise.svg);
}



.svg-icon .white path {
  fill: #fff;
}

.trans30{
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

.trans25{
    opacity: 0.25;
    filter: alpha(opacity=25); /* For IE8 and earlier */
}

.trans20{
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}

.trans15{
    opacity: 0.15;
    filter: alpha(opacity=15); /* For IE8 and earlier */
}

.trans10{
    opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}

.hidden {
    display:none;
    padding:0;
}


/*
===================================
          /utilities
===================================
*/
