
    .parent {
        display: flex;
        justify-content: center;
        align-items: center;



    }
    .bar .title {
        padding-left: 1em;
        padding-right: 1em;
    }
    .night{

                    
        background-color: #6d695c;
        background-image:
        repeating-linear-gradient(120deg, rgba(255,255,255,.1), rgba(255,255,255,.1) 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(60deg, rgba(255,255,255,.1), rgba(255,255,255,.1) 1px, transparent 1px, transparent 60px),
        linear-gradient(60deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1)),
        linear-gradient(120deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1));
        background-size: 70px 120px;
    }
    .morning{

        background-color: #fff; 
        background-image: 
        linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
        linear-gradient(#eee .1em, transparent .1em);
        background-size: 100% 1.2em;
    }
    .menu-container{
        position:absolute;
        top:0;
        left:0;
        padding:.5em;
        font-size:2em;
        color:white;
    }
    .menu-icon{
        padding-right:1em;
    }
    .logo {
        position: fixed;
    top: 0;
    left: 0;
    width: 41%;
    height: 22%;
    max-width: 150px;
    max-height: 100px;
    margin-left: .5em;
    margin-top: .5em;
    background-image: url(/img/logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    }
    .untouchable{
        pointer-events: none
    }
    .popup{

        width: 90%;
        position: fixed;
        height: 90%;
        top: 0;
        left: 0;
        background: white;
        margin: 5%;
        overflow: auto;
    }
    .button{
        display: inline-block;
    background: #135184;
    padding: .5em 1em;
    color: white;
    border-radius: 10%;
    }
    .pull-right{
        float:right;
    }
    html{
        font-size: 2.5vw;
        line-height: 1.7;
    }

    

/* Mixins */
.bg-gradient1 span, .bg-gradient1:before {
    background: #52a0fd;
    background: -moz-linear-gradient(left, #52a0fd 0%, #00e2fa 80%, #00e2fa 100%);
    background: -webkit-linear-gradient(left, #52a0fd 0%, #00e2fa 80%, #00e2fa 100%);
    background: linear-gradient(to right, #52a0fd 0%, #00e2fa 80%, #00e2fa 100%);
    /* bg shortcodes */
  }
  .bg-gradient2 span, .bg-gradient2:before {
    background: #44ea76;
    background: -moz-linear-gradient(left, #44ea76 0%, #39fad7 80%, #39fad7 100%);
    background: -webkit-linear-gradient(left, #44ea76 0%, #39fad7 80%, #39fad7 100%);
    background: linear-gradient(to right, #44ea76 0%, #39fad7 80%, #39fad7 100%);
    /* bg shortcodes */
  }
  .bg-gradient3 span, .bg-gradient3:before {
    background: #fa6c9f;
    background: -moz-linear-gradient(left, #fa6c9f 0%, #ffe140 80%, #ffe140 100%);
    background: -webkit-linear-gradient(left, #fa6c9f 0%, #ffe140 80%, #ffe140 100%);
    background: linear-gradient(to right, #fa6c9f 0%, #ffe140 80%, #ffe140 100%);
    /* bg shortcodes */
    /* General */
  }
  .wrapper {
    margin: 5% auto;
    text-align: center;
    transform-style: perserve-3d;
    perspecive: 800px;
  }
  a {
    text-decoration: none;
    /* fancy Button */
  }
  a:hover, a:focus, a:active {
    text-decoration: none;
  }
  .fancy-button {
    display: inline-block;
    margin: 30px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    position: relative;
  }
  .fancy-button:before {
    content: '';
    display: inline-block;
    height: 40px;
    position: absolute;
    bottom: -5px;
    left: 30px;
    right: 30px;
    z-index: -1;
    border-radius: 30em;
    filter: blur(20px) brightness(0.95);
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
  }
  .fancy-button i {
    margin-top: -1px;
    margin-right: 20px;
    font-size: 1.265em;
    vertical-align: middle;
  }
  .fancy-button span {
    display: inline-block;
    padding: 18px 60px;
    border-radius: 50em;
    position: relative;
    z-index: 2;
    will-change: transform, filter;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
  }
  .fancy-button:focus, .fancy-button:active {
    color: #fff;
  }
  .fancy-button:hover {
    color: #fff;
  }
  .fancy-button:hover span {
    filter: brightness(1.05) contrast(1.05);
    transform: scale(0.95);
  }
  .fancy-button:hover:before {
    bottom: 0;
    filter: blur(10px) brightness(0.95);
  }
  .fancy-button.pop-onhover:before {
    opacity: 0;
    bottom: 10px;
  }
  .fancy-button.pop-onhover:hover:before {
    bottom: -7px;
    opacity: 1;
    filter: blur(20px);
  }
  .fancy-button.pop-onhover:hover span {
    transform: scale(1.04);
  }
  .fancy-button.pop-onhover:hover:active span {
    filter: brightness(1) contrast(1);
    transform: scale(1);
    transition: all 0.15s ease-out;
  }
  .fancy-button.pop-onhover:hover:active:before {
    bottom: 0;
    filter: blur(10px) brightness(0.95);
    transition: all 0.2s ease-out;
  }


/* start glow-on-hover */
.glow-button{

    width: 30%;
    height: 14vw;
    font-size: 8vw;
    line-height: 1.7;
}
.glow-on-hover {

    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

/* end glow-on-hover */

/* start gradient-background*/
.gradient-background {
    background: linear-gradient(-45deg, #faff09, #ffffff, #fff5f5, #aaffeb);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/* end gradient-background*/


/* begin parallax */
.parallax {
	height: 100%;
	/* max-height: 600px; */
	width: 1000px;
	background-color: hsla(200,40%,30%,.4);
	background-image:		
		url('/img/parallax1.png'),
		/* url('/img/parallax2.png'), */
		url('/img/parallax3.png'),
		/* url('/img/parallax4.png'), */
		url('/img/parallax5.png');
	background-repeat: repeat-x;
	background-position: 
		0 20%,
		0 100%,
		0 50%,
		0 100%,
		0 0;
	background-size: 
		2500px,
		800px,
		500px 200px,
		1000px,
		400px 260px;
	animation: 50s para infinite linear;
	}

@keyframes para {
	100% {
		background-position: 
			-5000px 20%,
			-800px 95%,
			500px 50%,
			1000px 100%,
			400px 0;
		}
    }
    
/* end parallax */



/* start infinite flicker */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
.animate-flicker {  
  animation: fadeIn 1s infinite alternate;

}
.delay0{
  animation-delay: 0ms;
}
.delay1{
  animation-delay: 250ms;
}
.delay2{
  animation-delay: 500ms;
}
.delay3{
  animation-delay: 750ms;
}
.delay4{
  animation-delay: 1000ms;
}
.delay5{
  animation-delay: 1250ms;
}
.delay6{
  animation-delay: 1500ms;
}
/* end infinite flicker */


.loading{
  position: absolute;
    width: 40%;
    top: 30%;
    height: 40%;
    left: 30%;
}
.loading > .image {
  background-image: url(/img/chef.png);
  width: 100%;
  height: 100%;
  background-size: cover;
}
.win {
  position: fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: 5;
}
.win > .square {
  position:relative;
}
.win > .container{
  background: white;
    width: 90%;
    margin: 5%;
    height: 90%;
    background-size: cover;
    background-position: center;
    padding:0;
    -webkit-box-shadow: 5px 5px 15px 5px black; 
    box-shadow: 5px 5px 15px 5px black;
    position: absolute;
    top: 0;
    left: 0;
}
.win > .container.cover{
  opacity: 0;
}
.win > .container > .close {
  background: black;
  padding: .3em .6em;
  border-radius: 100%;
  margin: .5em;
  color: white;
}
.win > .container > .block{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #00000024;
  display: block;
  color: white;
  font-family: cursive;
  height: auto;
}
.win > .container > .block >.name {
  text-align: center;
  margin: .4em 0 0em 0;
  letter-spacing: .08em;
  line-height: 1.5em;
  font-weight: 500;
  font-size: 2.5em;
}
.win > .container > .block >.text {
  text-align: left;
  padding: 0 1em 0em 1em;
  font-size: 1em;
  letter-spacing: .2em;
  line-height: 1.8em;
  font-family: cursive;

}