@import url('https://fonts.googleapis.com/css2?family=Philosopher&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap');
html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Philosopher', sans-serif;
}

#nav-mobile-version {
    display: none;
}
#navbar{
    display: flex;
    width: 100%;
    height: 7%;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: transparent;
    transition: 500ms ease;
}
#navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
}
#navbar a{
    text-decoration: none;
    color: white;
    padding: 10px 2%;
}
#logo{
    width: 150px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#nav-logo {
    height: 50px;
}
#background-image {
    /*background-image: url("../img/header.jpg");*/
    background-image: url("../img/Carciofo_December2020_MediumRes-123 (1).jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#header-content {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    align-items: center;
  
   
}
#header-text {
    width: 30%;
    color: white;
    padding-left: 7%;
    padding-right: 300px;
}
#header-logo {
  width: 70%;
}
#banner-img {
    width: 100%;

}
#header-title {
    font-size: 80px;
    margin: 0px;
}
#header-info {
    font-size: 30px;
    margin:0;
}
#header-button {
    padding: 20px 60px;
    margin-top: 40px;
    background-color: #90b46e;
    border-style: none;
    color: white;
    font-family: 'Philosopher', sans-serif;
}
.active-nav {
    background-color: #90b46e;
}
.about {
    min-height: 100%;
    background-color: white;
    background-image: url("../img/background-about.svg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;  
    align-items: center; 
    outline: none;
}
.about-bg {
    height: 10%;
    background-attachment: fixed;
    /*background-image: url("../img/about-bg.jpg");*/
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;  
    outline: none; 
    background-position:top;
}
#pizza-man {
    width: 65%;
}
.about-pizza {
    width: 100%;
}
#about-text {
    width: 35%;
    padding: 40px;
    color: #253746;
    padding-top: 0;
    text-align: justify;
}
#about-text-par {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    color: #253746;
    padding-top: 0;
    text-align: justify;
    background-color: white;
    height: 27%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.big-titles {
    font-size: 80px;
    color:#90b46e;
}
.formule {
    min-height: 100%;
    background-color: #253746;  
    text-align: center;
    display: flex;
    align-items: center;
    outline: none;
}
#formule-content {
    padding-top: 100px;
}
.undertitles {
    color: white;
}
#pizza-slices {
    display: flex;
    justify-content: space-evenly;
}
#text-formule {
    display: flex;
    justify-content: space-evenly;
}
.instructions {
    width: 11%;
    text-align: center;
    color: white;
}
#homeAnchor {
  outline: none;
}
.pizzas {
    width: 13%;
}
.menu {
    min-height: 100%;
    background-color: white;
    outline: none;
}
.galerij {
    min-height: 100%;
    background-color: white;
    outline: none;
}
.contact {
    min-height: 100%;
    background-color: #253746;
    outline: none;
}
h1 {
    margin: 0;
}
hr {
    color: white;
    width: 90%;
}
#menu-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#menu-left {
    width: 39%;
    padding: 50px;
}
#pizza-photo-flex {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
}
.slides {
    width: 35%;
    padding: 4px;
    
}
#menu-flex-photos{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59%;
}
#menu-photos {
    width: 100%;
}
.photos-flex {
    padding-top: 30px;
}
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
.mySlides {
    display: none;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #445d9e;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 999;
    background-color:  #e5eedd;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    z-index: 999;
}
.active, .dot:hover {
    background-color: #717171;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
.gal-container {
    position: relative;
    max-width: 800px; /* Maximum width */
    margin: 0 auto; /* Center it */
}
.gal-container .content {
    position: absolute; /* Position the background text */
    bottom: 5px; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 95%; /* Full width */
    padding: 20px; /* Some padding */
}

#menu-center{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
}
.pizza-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  
}
.pizza-column {
    flex: 21%;
    max-width: 21%;
    padding: 0 4px;
}
.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}
#galery-img {
      display: flex;
      justify-content: center;
}
#galery-center {
      display: flex;
      justify-content: center;
}
#galery-title {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
.row {
    margin: 8px -16px;
} 
/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
    padding: 8px;
}
/* Create four equal columns that floats next to each other */
.column {
    float: left;
    width: 30%;
}
/* Clear floats after rows */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* Content */
.content {

    box-shadow: 2px 2px 4px #000000;   
}
/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}
/* Style the label to display next to the inputs */
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

/* Style the submit button */
input[type=submit] {
    background-color: #90b46e;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

/* Style the container */
.form-container {
    border-radius: 5px;
    background-color: #253746;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 50px;
    padding-left: 50px;
}

/* Floating column for labels: 25% width */
.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
    color: white;
}

/* Floating column for inputs: 75% width */
.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.form-row:after {
    content: "";
    display: table;
    clear: both;
}
/* Position the image container (needed to position the left and right arrows) */
.gal-container {
    position: relative;
}
/* Hide the images by default */
.mySlides {
    display: none;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}
.gal-row:after {
    content: "";
    display: table;
    clear: both;
}
/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}
/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.galerij {
    padding-bottom: 50px;
}
.header {
    position: fixed;
    top: 7%;
    z-index: 1;
    width: 100%;
}
/* The progress container (grey background) */
.progress-container {
    width: 100%;
    height: 8px;
}
/* The progress bar (scroll indicator) */
.progress-bar {
    height: 8px;
    background: #90b46e;;
    width: 0%;
}
footer {
    height: 40px;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top:#90b46e;;
    border-top-style: solid;
    border-width: 3px;

    .overlay a {font-size: 20px;
                color: white;}
}
#socials {
    height: 30px;
    padding-right: 40px;
}
.privacy {
    font-size: 14px;
    padding-left: 40px;
    color: white;
    text-decoration: none;
}
#error-div {
    background-color: #253746;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#error-text {
    padding: 40px;
    color: white;
    text-align: center;
    font-size: 50px;
}
#error-button {
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 350px;
    padding: 20px 30px;
    border-style: none;
    background-color: #90b46e;
    color: white;
}
#error-button:hover {
    background-color: white;
    color: #253746;
}
#formule-mobile {
  display: none;
}
#desktop-mobile {
  display: none;
}
.btn-container {
  display: none;
}
#desktop-text {
  color: #253746;
  text-align: justify;
}
#menu-color {
  color: #253746;
}
#text-mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
 
  .header {
    display: none;
  }
  .instructions-mobile {
    padding-left: 10px;
    padding-right: 10px;
    color: white;
  }
  #menu-flex-photos{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .btn-container {
    display: block;
  }
  /* Three columns side by side */
    .column-mobile {
      width: 30%;
    }
    .row-mobile {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    #nav-mobile-version {
        display: block;
        background-color: turquoise;
    }  
    #navbar {
        display: none;
    }
    #pizza-slices {
        flex-wrap: wrap;
    }
    .pizzas {
        width: 25%;
    }
    #pizza-photo-flex {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-right: 0px;
    }
    .slides {
        width: 25%;
    }
    /* The Overlay (background) */
    .overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
        height: 100%;
        width: 0;
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        background-color: rgb(0,0,0); /* Black fallback color */
        background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
        overflow-x: hidden; /* Disable horizontal scroll */
        transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    }
    /* Position the content inside the overlay */
    .overlay-content {
        position: relative;
        top: 25%; /* 25% from the top */
        width: 100%; /* 100% width */
        text-align: center; /* Centered text/links */
        margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    }
    /* The navigation links inside the overlay */
    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: white;
        display: block; /* Display block instead of inline */
        transition: 0.3s; /* Transition effects on hover (color) */
    }
/* When you mouse over the navigation links, change their color */
    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }
/* Position the close button (top right corner) */
    .overlay .closebtn {
        position: absolute;
        top: 0;
        right: 45px;
        font-size: 40px;
    }
    #hamburger-icon {
        height: 35px;
        position: absolute;
        right: 40px;
        top: 10px;
        position: fixed;
    }
    #header-content {
        min-height: 100%;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    #banner-img {
        width: 100%;
        padding-top: 0;
    }
    #header-text {
        width: 100%;
        color: white;
        text-align: center;
        padding: 0;
        padding-top: 70px;
    }
    #header-title {
        font-size: 60px;
    }
    #header-info {
        font-size: 30px;
    }
    #header-button {
        padding: 20px 60px;
        margin-top: 40px;
        background-color: #90b46e;
        border-style: none;
        color: white;
        font-family: 'Philosopher', sans-serif;
    }
    #pizza-man {
        width: 50%;
    }
    .about-pizza {
        width: 100%;
    }
    #about-text {
        padding: 40px;
        color: #445d9e;
        padding-top: 0;
    }
    .big-titles {
        font-size: 60px;
        color:#90b46e;
    }
    .about {
        min-height: 60%;
        display: flex;
        align-items: flex-start;
        padding-top: 80px;
    }
    #menu-flex {
        flex-wrap: wrap;
    }
    #menu-left {
        width: 100%;
        margin: 0;
        padding-bottom: 0;
    }
    #menu-photos {
        width: 100%;
        padding-bottom: 20px;
    }
    #photos-flex {
        padding-top: 0px;
    }
    #formule-mobile {
        display: block;

    }
    #formule-content {
      display: none;
    }
    #desktop-text {
      display: none;
    }
    #desktop-mobile {
      display: block;
      color: #253746;
      text-align: justify;
    }
    #text-mobile{
      display:none;
      color: #253746;
      text-align: justify;
      }
      .btn-container{
      
        
      }
      a:active{
        color:#ffd323;
      }
      #toggle {
        user-select:none;
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        cursor:pointer;
        border:none;
        padding:8px;
        font-size:15px;
        color:white;
        background-color: #253746;
      }
}
@media screen and (max-width: 900px) {
  .column {
      width: 50%;
  }
  .about {
    background-image: none;
  }
  #header-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* IPAD */
  #background-image {
        background-attachment: scroll; /* changed from fixed to scroll */
        background-size: cover;
        -webkit-background-size: cover; /*safari may need this Sofie*/
        height: 100%;  /*Sofie*/
    }

}
@media screen and (max-width: 800px) {
  .column {
      flex: 50%;
      max-width: 50%;
  }
  /*IPAD */
  #background-image {
        background-attachment: scroll; /* changed from fixed to scroll */
        background-size: cover;
        -webkit-background-size: cover; /*safari may need this Sofie*/
        height: 100%;  /*Sofie*/
    }

}
@media screen and (max-width: 700px) {
    .about-bg {
        height: 100%;
        width: 100%; /* Sofie */
        background-attachment: scroll; /* Sofie was voorheen - fixed of cover */
        background-image: url("../img/bg-about-mobile.jpg");
        background-size: cover;
        -webkit-background-size: cover; /* safari may need this Sofie*/
        background-repeat: no-repeat;
        display: flex;
        justify-content: space-around;  
        outline: none; 
        background-position:center;
    }
    #about-text-par {
        display: none;
    }
  #pizza-man {
      display: none;
  }

  .column-mobile {
    width: 45%;
    }
    .big-titles {
      text-align: center;
    }
    .undertitles {
      padding-left: 20px;
      padding-right: 20px;
    }
    .about {
      width: 100%;
      justify-content: center;
      align-items: center;
      margin: 0;
      padding-top: 0;
      padding-bottom: 50px;
    }
    #menu-color {
      text-align: center;
      margin: 0;
    }
    #about-text {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 0;
    }
}
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
    .column {
        flex: 100%;
        max-width: 100%;
    }
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
  }
@media screen and (max-width: 450px) {
    #background-image {
        background-attachment: scroll; /* changed from fixed to scroll */
        background-size: cover;
        -webkit-background-size: cover; /*safari may need this Sofie*/
        height: 100%;  /*Sofie*/
    }
    .slides {
        width: 40%;
    }
    #pizza-photo-flex {
        margin-top: 10px;
        margin-bottom: 10px;
    }

  .column-mobile{
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
    }

    #header-title {
      font-size: 30px;
    }
    #header-info {
      font-size:20px;
    }
    
    #header-button {
      padding: 10px;
      margin-top: 10px;
    }
    #header-logo {
      width: 80%;
      margin: 0;
    }
    .big-titles {
      font-size: 30px;
      text-align: center;
      padding-top: 50px;
    }
    #about-text {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 0;
    }
    .undertitles {
      font-size: 18px;
    } 
    #formule-mobile {
      padding-left: 20px;
      padding-right: 20px;
    }
    .content {
      padding: 2px;
      width: 100%;
    }
    .pizza-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 0px;
        right: 35px;
    } 
  }
/* Cookie css  */
.cookie-overlay {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  background: #90b46e;
  z-index: 2051;
  line-height: 40px;
  font-size: 20px;
  border-radius: 10px;
  display: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

  > div:first-child {
    width: 458px;
  }
}
.cookie-overlay a {
    text-decoration: underline;
  }

  .close-cookies {
    cursor: pointer;
  }

  @include media-breakpoint-down(md) {
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;

    > div:first-child {
      width: auto;
    }
  }

  .cookie-overlay hidden {
    display: none;
  }
  .cookie-overlay show{
    display: inline;
  }


