@font-face {
  font-family: "AvenirNext";
  /* 
  src: url("//static.hsappstatic.net/ui-fonts/static-1.223/fonts/AvenirNext-Regular.woff2") format("woff2"), url("//static.hsappstatic.net/ui-fonts/static-1.223/fonts/AvenirNext-Regular.woff") format("woff");
  */

  src:url("/css/AvenirNext.ttf") format("opentype");

  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
    font-family: "Playball";
    src: url("/css/Playball-Regular.ttf") format("opentype");
}


@font-face {
    font-family: "LemonMilkProMedium";
    src: url("/css/Lemon Milk Pro Medium.otf") format("opentype");
}

@font-face {
    font-family: "LemonMilkProRegular";
    src: url("/css/Lemon Milk Pro Regular.otf") format("opentype");
}


@font-face {
    font-family: "LemonMilkProUltraLight";
    src: url("/css/Lemon Milk Pro Ultra Light.otf") format("opentype");
}

@font-face {
    font-family: "PolarityBold";
    src: url("/css/Polarity Bold.otf") format("opentype");
}


.instaLogo {
    visibility: hidden;
}



html {
    text-align: center;
    color: #3a3a3a;
    /*font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;*/
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 21px;
    line-height: 170%;
}

body {
    margin: 0px;    
    background-color: #fff;
}

a {
    color: #4bc4e1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #777;
}


/* Landscape phone to portrait tablet */
@media (max-width: 700px) { 
    .imageLayer p {
        font-size: 25px;
    }

    .topBar h1 img {
        height: 100px;
    }

    #waar, #about, #ingredienten {
        padding: 10px;
    }
}

.topBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 25vh;
    min-height: 225px;
    padding: 2px 6%;
}

.topBar h1 { 
    color: #444444; 
    font-family: PolarityBold; 
    font-size: 90px; 
    font-weight: normal; 
    line-height: 48px; 
    margin: 25px 0 0px 0; 
    text-align: center; 
    text-shadow: 1px 1px 2px #5ba4b1; 
}

.topBar h1 a {
    color: inherit;
}
.topBar h1 a:hover {
    color: none;
    text-decoration: none;

}

.topBar svg {
    fill: #4bc4e1ff;
    stroke: #4bc4e1ff;
}



.topBar .backButton {
    margin: 0 12px;
}

.topBar h1 a img {
    height: 210px;
    width: 210px;
}

.menu {
    display: none; /* This is used by the script as the toggle var! */
    position: absolute;
    font-size: 21px;
    z-index: 100;
    padding: 0;
    list-style: none;
}

.menu li {
    width: 100%;
    text-align: left;
    /* border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999; */
    background-color: #fff;
    font-weight: normal;
    position: relative;
}

.menu li a {
    display: block;
    padding: 12px;

}


.menu a:nth-child(1) li {
    /* border-top: 1px solid #999; */
}

.menu a:hover li {
    /* too yellow background-color: #f6ef66ff; */
}

.imageLayer {
    height: 75vh;
    min-height: 300px;

    background-image: url(/images/markt_1920.jpg);

    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    margin-bottom: 100px;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;

    sdisplay: flex;
    salign-items: flex-end;
    sjustify-content: center;
}

.slogan {
    font-family: Georgia, Times, Times New Roman, serif;
    text-transform: uppercase; 
    color: #4bc4e1ff;
    padding: 20px 20px 20px;
    font-size: 22px;

}

.slogan .heart {
    position: relative;
    top: 3px;
    font-weight: bold;
    font-size: 140%;
}



/*.fadeTopZZZ{
    z-index: 999;
    height: 50px;
    width: 100%;
    sposition: absolute;
    left: 0; 
    top: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}*/

.fadeTopB {
    width: 100%;
    height: 150px;
    z-index: 999;
    top: 0;
    sborder-bottom: 1px dashed #f00;

    background-image: url(/images/white_fade_l.png);
    background-size: auto 150px;

    background-position: top; /* Center the image */
    background-repeat: repeat-x; /* Do not repeat the image */

}



div#about, div#waar {
    max-width: 600px;
    smargin-left: auto;
    smargin-right: auto;
    margin: 80px auto 80px auto;

}

div#ingredienten {
    max-width: 700px;
    text-align: left;
    margin: 80px auto;
}

div#waar {
    text-align: left;
}

div#waar li {
    text-align: left;
}

h1, h2, h3, h4 {
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 100;
}

svg {
    sbackground-color: #5ff;
}

a:hover svg {
    stroke: #777;
    fill: #777;
}

#cakes {
    width: 100%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.cake img {
    width: 270px;
}

div.cake {
    vertical-align: top;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 15px 15px 30px 15px;
    font-size: 19px;
}

div.cake p.title {
    font-size: 21px;
    font-family: Georgia, Times, Times New Roman, serif;
    
}

div.cake p {
    margin: 0;
    padding: 0;
    max-width: 270px;
}

div.cake div {
    display: flex;
    justify-content: space-evenly;

}

.emphasis {
    font-weight: 700;
}

.cakePage {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.cakePage p, .cakePage li {
    text-align: left;
    font-weight: 300; 
    margin: 0 58px; 
}

.cakePage img {
    float: right;
    margin: 0 20px 20px 30px;
    max-width: 80vw;
    max-height: 80vh;
}

.cakePage p {
    padding: 0 20px;
}

.cakePage h1, .cakePage h2, .cakePage h3 {
    min-width: 150px;
}

.cakePage .orderLink {
    padding: 30px 60px;
}


.adminMenu {
    visibility: hidden;

    position: fixed;
    top: 10px;
    right: 10px;

    display: flex;
    flex-direction: column;
    font-family: Arial;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: #fff 0 0 5px;
    padding: 5px;
}

.adminMenu a {
    font-weight: normal;
}