@import style.scss;

body {
	background-color: #333;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #cddf05;
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1em;
    font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h1 {
    text-align: center;
    color: #445566;
    font-family: "Lato", sans-serif;
    font-size: 5em; 
}
  
h1 span {
    display: block;
    font-weight: normal;
    font-size: 28px; 
}

p {
    margin: 0 0 25px;
    font-size: 22px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

nav {
	clear: both;
}

/*ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}*/

li {
	display: inline-block;
	margin: .3em;
}

a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

.img-responsive {
    padding-bottom: 1em;
}

.img-title:hover {
    opacity: 0.8;
}

.img-title {
    position: absolute;
    top: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    /*display: none;*/
    background: rgba(51, 51, 51, .7);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.img-title h5 {
    position: absolute;
    color: #fff;
    top: 50%;
    width: 100%;
    height: 20px;
    margin: 0;
    text-align: center;
}

.menu-title {
    position: absolute;
    top: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    /*display: none;*/
    background: rgba(51, 51, 51, .7);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s; 
}

.menu-title h2 {
    position: absolute;
    top: 80%;
    left: 5%;
    width: 100%;
    font-size: 3em;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h2 {
	position: absolute;
	top: 80%;
	left: 5%;
	width: 100%;
	font-size: 3em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h2 span {
	background: none;
	color: #fff;
}

.nav-menu {
	display: none;
}

@media(min-width:767px) {
    .img-menu {
    	position: relative;
    	margin: 2em 0;
    	padding: 0;
    	display: inline-block;
    	float: left;
        width: 25%;
    	max-width: 100%;
    	height: auto;
    	overflow: hidden;
        top: 50px;
    }
}

@media(max-width:766px) {
    .img-menu {
        position: relative;
        margin: 2em 0;
        padding: 0;
        display: block;
        width: 100%;
        height: 25%;
        overflow: hidden;
        display: none;
    }
}
.img-menu a:hover {
	opacity: 0.6;
}

.content-section {
    padding-top: 150px;
}

.menu-img {
    display: inline;
    width: 150px;
    height: 150px;
}

/*.wrapper {
	width: 95%;
	height: 100%;
	margin: 0 auto;
}

#recipes {
	position: relative;
	margin: 1em auto;
	clear: both;
	display: inline-block;

}

.recipe {
	margin: 1em;
	position: relative;
}

.recipe ul > li {
	display: block;
}

#thumbs {
	width: 250px;
	height: 150px;
}

#thumbs:hover {
	opacity: 0.8;
}

.recipe {
	display: none;
}
	
.info:hover {
	position: relative;
	width: 100%;
	height: 100%;
}*/

.recipe-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

.recipe-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.recipe-modal .modal-content img {
    margin-bottom: 30px;
}

.recipe-modal .modal-content .item-details {
    margin: 30px 0;
}

.recipe-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.recipe-modal .close-modal:hover {
    opacity: .3;
}

.recipe-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.recipe-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#recipe .recipe-item {
    right: 0;
    margin: 0 0 15px;
}

#recipe .recipe-item .recipe-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#recipe .recipe-item .recipe-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, .7);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#recipe .recipe-item .recipe-link .caption:hover {
    opacity: 1;
}

#recipe .recipe-item .recipe-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#recipe .recipe-item .recipe-link .caption .caption-content i {
    margin-top: -12px;
}

#recipe .recipe-item .recipe-link .caption .caption-content h3,
#recipe .recipe-item .recipe-link .caption .caption-content h4 {
    margin: 0;
}

#recipe * {
    z-index: 2;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: "Montserrat","Helvetica Neue","Helvetica","Arial",sans-serif;
    background-color: rgba(0, 0, 0, 0.8);
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

/* HAMBURGER */

/* Basic Config
 * $nav-size (px) sets the size of the menu button
 * $nav-color (#) is set the be the main color when a background is set
 * $nav-color-active (#) is the color of the button when toggled. If theres no background, it is also the main color when untoggled
 * $hasBackground (boolean) sets whether there's a background or not.*/
 
* {
  box-sizing: border-box; }

.material--burger {
  cursor: pointer;
  padding: 12.5px;
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 2222;
}
  .material--burger:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #445566;
    animation: material-menu-background 300ms ease-in-out forwards; }
  .material--burger span {
    top: 50%;
    transform-origin: center center;
    animation-name: material-menu; }
    .material--burger span, .material--burger span:before, .material--burger span:after {
      width: 25px;
      background-color: white;
      height: 3px;
      position: absolute;
      z-index: 525;
      animation-duration: 300ms;
      animation-fill-mode: forwards;
      animation-timing-function: ease-in-out;
      transition: background-color 300ms ease-in-out; }
    .material--burger span:before, .material--burger span:after {
      content: '';
      display: block; }
    .material--burger span:before {
      top: 300%;
      transform-origin: right bottom;
      animation-name: material-menu-before; }
    .material--burger span:after {
      bottom: 300%;
      transform-origin: right top;
      animation-name: material-menu-after; }
  .material--burger.material--arrow:after {
    animation: material-arrow-background 300ms ease-in-out forwards; }
  .material--burger.material--arrow span, .material--burger.material--arrow span:before, .material--burger.material--arrow span:after {
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    background-color: #445566; }
  .material--burger.material--arrow span {
    animation-name: material-arrow; }
  .material--burger.material--arrow span:before {
    animation-name: material-arrow-before; }
  .material--burger.material--arrow span:after {
    animation-name: material-arrow-after; }

@keyframes material-arrow-background {
  100% {
    transform: rotate(180deg) scale(0); } }

@keyframes material-menu-background {
  0% {
    transform: rotate(180deg) scale(0); }

  100% {
    transform: rotate(360deg) scale(1); } }

@keyframes material-arrow {
  100% {
    transform: rotate(180deg); } }

@keyframes material-arrow-before {
  100% {
    top: 0;
    transform: rotate(-40deg) scaleX(0.7); } }

@keyframes material-arrow-after {
  100% {
    bottom: 0;
    transform: rotate(40deg) scaleX(0.7); } }

@keyframes material-menu {
  0% {
    transform: rotate(180deg); }

  100% {
    transform: rotate(360deg); } }

@keyframes material-menu-before {
  0% {
    top: 0;
    transform: rotate(-40deg) scaleX(0.7); }

  100% {
    top: 300%;
    transform: rotate(0) scaleX(1); } }

@keyframes material-menu-after {
  0% {
    bottom: 0;
    transform: rotate(40deg) scaleX(0.7); }

  100% {
    bottom: 300%;
    transform: rotate(0) scaleX(1); } }

.material--burger {
  margin: 0 auto; }


/* GTA Style Slider */


.pen {
  max-width: 635px;
  width: 100%;
  margin: 50px auto 0;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-animation: 1s appear 1 forwards;
  -moz-animation: 1s appear 1 forwards;
  -o-animation: 1s appear 1 forwards;
  animation: 1s appear 1 forwards;
}

.stage {
  max-width: 635px;
  width: 100%;
  height: 400px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.element {
  background: green;
  width: 202px;
  -webkit-transform-origin: 50% 50%;
  height: inherit;
  margin: 0 7px 0 0;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.element.active {
  width: 282px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.element.inactive {
  width: 162px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.4;
}
.element.breakfast {
  background: url('breakfast.jpg') 45% 0 no-repeat;
  background-size: cover;
  cursor: pointer;
}
.element.lunch {
  background: url('dinner.jpg') 45% 0 no-repeat;
  background-size: cover;
  cursor: pointer;
}
.element.dinner {
  background: url('dinner02.jpg') 45% 0 no-repeat;
  background-size: cover;
  cursor: pointer;
}

.element.dessert {
  background: url('dessert.jpg') 45% 0 no-repeat;
  background-size: cover;
  cursor: pointer;

}
.element:last-of-type {
  margin: 0;
}
@media all and (min-width: 1280px) {
  .pen {
    max-width: 100%;
  }
  .element {
    width: 24%;
  }
  .element.inactive {
    width: 24%;
  }
  .element.active {
    width: 25%;
  }
  .stage {
    max-width: 100%;
    height: 600px;
  }
}

@media all and (max-width: 1279px) {
  .pen {
    max-width: 100%;
  }
  .element {
    width: 23%;
  }
  .element.inactive {
    width: 23%;
  }
  .element.active {
    width: 25%;
  }
  .stage {
    max-width: 100%;
    height: 600px;
  }
  h2 {
    font-size: 2em;
  }
}

@media all and (max-width: 660px) {
  .pen {
    display: none;
  }
  .element {
    display: none;
  }
  .element.inactive {
    display: none;
  }
  .element.active {
    display: none;
  }
  .stage {
    display: none;
  }
}
@-webkit-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}