@import url("https://fonts.googleapis.com/css?family=Alex+Brush|Overpass+Mono:600,700");
@import url("https://fonts.googleapis.com/css?family=PT+Sans");
body {
  overflow-x: hidden;
  margin: 0;
  min-width: 320px;
}
body * {
  box-sizing: border-box;
  max-width: 100vw;
}

/*
  GLOBAL
*/
h2 {
  margin-top: 0;
}

button {
  border: 0;
  background: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
  padding-bottom: 5px;
}

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

/*
  HEADER
*/
header {
  /*background-image: url('assets/images/portfolio/flag.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center;*/
  background: #fee300;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#home header {
  min-height: 100vh;
}

.mainsection {
  padding-top: 105px;
  max-width: 900px;
  margin:auto;
}
header nav {
  padding: 15px 35px;
  display: flex;
  position: fixed !important;
  top: 0;
  width: 100%;
  background: #fee300;
  z-index: 5000;
}

#services header nav{
  width: 100% !important; 
}
header nav h2 {
  margin-bottom: 0;
  flex: 2;
  letter-spacing: 3px;
  font-family: "Overpass Mono", monospace !important;
}
header nav h2 #logo {
  color: black;
  text-transform: uppercase;
}
header nav .nav-button {
  color: black;
  font-size: 23px;
}
header nav div {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  flex: 1 !important;
  z-index: 1;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  transition: opacity .2s;
}
header nav div ul {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header nav div ul .exit-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  font-size: 20px;
  padding: 10px;
}
header nav div ul li {
  font-family: "PT Sans", sans-serif !important;
  text-transform: uppercase;
}
header nav div ul li a {
  display: block;
  color: white;
  padding: 15px 5px;
  transition: all .4s;
  font-weight: 800;
}
header nav div ul li a:hover, header nav div ul li a .active:hover {
  color: black;
  border-bottom-color: red !important;
  border-bottom: 1px red solid;
  text-decoration: none !important;
}
header .center {
  line-height: 0;
  margin: auto;
  text-align: center;
  color: white;
}
header .center h1 {
  font-family: "Alex Brush", cursive !important;
  color: black;
  font-size: 80px;
  margin-bottom: 34px;
}

@media (max-width: 768px){
  header .center h1 {
    font-size: 58px;
  }
  .custom-font {
    font-size: 64px !important;
  }
}
header .center h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 28px;
}
header .center #asterisk {
  color: black;
  line-height: 0.5;
  font-size: 30px;
  display: flex;
  justify-content: center;
}
header .center #asterisk:before, header .center #asterisk:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 1px;
  width: 0%;
  opacity: 0;
  background: white;
}
header .center #asterisk:before {
  margin-right: 10px;
}
header .center #asterisk:after {
  margin-left: 10px;
}
header .center p {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
}

nav div.show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/*
  SECTIONS
*/
/*
  CLASSES
*/
.custom-font {
  font-family: "Alex Brush", cursive;
  color: #dc002e;
  font-size: 75px;
  line-height: 0;
}

.add-padding {
  padding: 25px;
}

.center-text {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
  color: #4d4d4d;
}
.center-text h2 {
  margin-top: 25px;
  line-height: 0;
}
.center-text p {
  margin-top: 0;
  font-family: "PT Sans", sans-serif;
  line-height: 1.5;
}
.center-text a {
  font-family: "PT Sans", sans-serif;
  color: #dc002e;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: solid 2px #dc002e;
}

.add-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.center-h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-h1 {
  text-align: center;
  color: white;
  letter-spacing: 5px;
  margin-bottom: 0;
}
.custom-h1 span {
  letter-spacing: 0;
}

/*
  TASTEFUL RECIPES SECTION
*/
.bread-background {
  background: black url("https://lickitysplitsigns.com/wp-content/uploads/2018/09/storefront.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

/*
  MENU SECTION
*/
.menu {
  padding: 30px;
}
.menu-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.menu-images img {
  width: 100%;
}

/*
  THE PERFECT BLEND SECTION
*/
.cake-background {
  background: black url("webdesign.jpeg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

/*
  CULINARY DELIGHT SECTION
*/
.reservation-section {
  margin-bottom: 40px;
}
.reservation-section div:first-child {
  flex: 1;
}
.reservation-section div:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  flex: 1;
}
.reservation-section div:last-child img {
  margin: auto;
  width: 85%;
}

/*
  FOOTER
*/
footer {
  margin: 0;
  position: relative;
  background: #141414;
  color: white;
}
footer button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.2;
  border-radius: 50%;
  margin-top: 0;
}
footer h4 {
  margin-bottom: 0;
}
footer h5 {
  line-height: 1.5;
}
footer .restaurant-info {
  padding: 35px 40px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .copyright {
  background: #232323;
  color: #969696;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
footer .copyright span {
  border-bottom: solid 1px;
}

/*
  MEDIA QUERIES
*/
@media screen and (max-width: 425px) {
  header, .bread-background, .cake-background {
    background-attachment: scroll;
  }
}
@media (min-width: 768px) {
  footer .restaurant-info {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  /*
    NAV
  */
  nav {
    position: initial !important;
    align-items: center;
    padding: 0px 70px !important;
  }
  nav .nav-button {
    display: none;
  }
  nav div {
    position: initial !important;
    background: none !important;
    opacity: initial !important;
    -webkit-transform: initial !important;
            transform: initial !important;
  }
  nav div ul {
    position: initial !important;
    flex-direction: row !important;
  }
  nav div ul .exit-menu {
    display: none;
  }
  nav div ul li a {
    font-size: 12.8px;
    margin: 0 10px;
    letter-spacing: 1px;
    padding: 5px 0 !important;
    color: black !important;
  }
  nav div ul .active {
    border-bottom: solid 1px red;
  }

  .add-padding {
    padding: 50px 0;
  }

  .add-flex {
    flex-direction: row;
    align-items: center;
  }
  .add-flex div:first-child {
    flex: 1;
    padding: 0 50px;
  }
  .add-flex div:last-child {
    min-width: 400px;
    margin: 50px;
  }

  .menu-images {
    flex: 1;
  }
  .menu div:last-child {
    flex: 1;
  }

  /*
    FOOTER
  */
  footer .restaurant-info {
    padding: 20px 80px;
    flex-direction: row;
    justify-content: space-around;
  }
  footer .restaurant-info .locations {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .restaurant-info .locations h4 {
    flex: 1 0 100%;
  }
  footer .restaurant-info .hours {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .restaurant-info .hours h4 {
    flex: 1 0 100%;
  }
  footer .copyright {
    flex-direction: row;
    justify-content: space-around;
  }
}
/* ANIMATIONS */
#asterisk {
  opacity: 0;
  -webkit-transform-origin: 50% 4%;
          transform-origin: 50% 4%;
  -webkit-animation: spin .5s forwards;
          animation: spin .5s forwards;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

#asterisk::before, #asterisk::after {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: grow .5s forwards;
          animation: grow .5s forwards;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.center p {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  opacity: 0;
  -webkit-animation: fadeDown .9s forwards;
          animation: fadeDown .9s forwards;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.center h2 {
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 0;
  -webkit-animation: fade .5s forwards;
          animation: fade .5s forwards;
}

.center h1 {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-animation: fadeUp .5s forwards;
          animation: fadeUp .5s forwards;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes grow {
  0% {
    opacity: 0;
    width: 0%;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    width: 40%;
  }
}
@keyframes grow {
  0% {
    opacity: 0;
    width: 0%;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    width: 40%;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}



/* portfolio.html */
#portfolio {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}
.tile:hover { 

}

.scale-anm {
  transform: scale(1);
}






.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  
}

.btn {
    font-family: Lato;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
    border: 1px solid;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/* CONTACT PAGE */
/* contact form */
#contact form-container {
  margin: auto;
  background: #eaeaea;  
  font-family: 'Open Sans', sans-serif;
}

#contact .info p {
  text-align:center;
  color: #999;
  text-transform:none;
  font-weight:600;
  font-size:15px;
  margin-top:2px
}

#contact .info i {
  color:#F6AA93;
}
#contact form h1 {
  font-size: 18px;
  background: #F6AA93 none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  padding: 22px 25px;
  border-radius: 5px 5px 0px 0px;
  margin: auto;
  text-shadow: none; 
  text-align:left
}

#contact form {
  border-radius: 5px;
  max-width:700px;
  width:100%;
  margin: 5% auto;
  background-color: #FFFFFF;
  overflow: hidden;
}

#contact form p {
  margin: 0px;
  font-weight: 500;
  line-height: 2;
  color:#333;
}

#contact input {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  width: 75%;
  height: 40px;
  float: left;
  padding: 0px 15px;
}

#contact textarea {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #EEE;
  margin: 0;
  width: 75%;
  height: 130px; 
  float: left;
  padding: 0px 15px;
}

#contact .form-group {
  overflow: hidden;
  clear: both;
}

#contact .icon-case {
  width: 35px;
  float: left;
  border-radius: 5px 0px 0px 5px;
  background:#eeeeee;
  height:42px;
  position: relative;
  text-align: center;
  line-height:40px;
}

#contact i {
  color:#555;
}

#contact .contentform {
  padding: 40px 30px;
}

#contact .bouton-contact{
  background-color: #81BDA4;
  color: #FFF;
  text-align: center;
  width: 100%;
  border:0;
  padding: 17px 25px;
  border-radius: 0px 0px 5px 5px;
  cursor: pointer;
  margin-top: 40px;
  font-size: 18px;
}

#contact .leftcontact {
  width:49.5%; 
  float:left;
  border-right: 1px dotted #CCC;
  box-sizing: border-box;
  padding: 0px 15px 0px 0px;
}

#contact .rightcontact {
  width:49.5%;
  float:right;
  box-sizing: border-box;
  padding: 0px 0px 0px 15px;
}

#contact .validation {
  display:none;
  margin: 0 0 10px;
  font-weight:400;
  font-size:13px;
  color: #DE5959;
}

#contact #sendmessage {
  border:1px solid #fff;
  display:none;
  text-align:center;
  margin:10px 0;
  font-weight:600;
  margin-bottom:30px;
  background-color: #EBF6E0;
  color: #5F9025;
  border: 1px solid #B3DC82;
  padding: 13px 40px 13px 18px;
  border-radius: 3px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
}

#contact #sendmessage.show,.show  {
  display:block;
}

#contact .map {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 100%;
  position: relative;
}

#contact .contactsection {
  display: flex; max-width: 1200px; margin: auto;
}

#contact .contactsection > div:nth-child(1){
  flex: 3;
}

#contact .contactsection > div:nth-child(2){
  flex: 1;
}

#contact .contactinfo{
  padding: 5%;
}

@media (max-width: 768px) {
 #contact  .contactsection {
    display: block;
  }
}
   .et-iflex {
      display: inline-flex;
    }
    .et-barber, .et-services {
      box-sizing: border-box;
    }
    .et-barber {
      flex: 1;
    }

    .et-services {
      flex: 3;
      padding-left: 2em;
    }

    .et-services h1 {
      height: 50px;
      text-align: left;
    }
    .barberContainer{
      width:84px;
      height:306px;
    }

    .ball{
      height:22px;
      width:22px;
      margin-left:31px;
      margin-right:31px;
      border-radius:100px;
      background-color:#fefbe3;
    }

    .endCap{
      width:54px;
      height:15px;
      margin-left:15px;
      margin-right:15px;
      margin-top:5px;
      margin-bottom:5px;
      background-color:#fefbe3;
    }

    .cap{
      width:84px;
      height:15px;
      background-color:#fefbe3;
    }

    .barberWrap{
      height:172px;
      width:54px;
      margin-top:5px;
      margin-bottom:5px;
      margin-left:15px;
      margin-right:15px;
    }

    .barber{
      height:172px;
      width:54px;
      position: inherit;
      background:#fefbe3;
      background-color: -webkit-linear-gradient(-45deg, transparent 25%, #fefbe3 25%, #fefbe3 50%, transparent 50%, transparent 75%, #fefbe3 75%);
      background: -moz-linear-gradient(-45deg, transparent 25%, #fefbe3 25%, #fefbe3 50%, transparent 50%, transparent 75%, #fefbe3 75%);
      background: -o-linear-gradient(-45deg, transparent 25%, #fefbe3 25%, #fefbe3 50%, transparent 50%, transparent 75%, #fefbe3 75%);
      background: linear-gradient(-45deg, transparent 25%, #fefbe3 25%, #fefbe3 50%, transparent 50%, transparent 75%, #fefbe3 75%);
      background-size: 27px 27px;
      -webkit-animation: barberpole 1.5s infinite linear;
      animation: barberpole 1.5s infinite linear;
    }

    @-webkit-keyframes barberpole {
        from {background-position: 0%;}
        to {background-position: 100%;}
    }

    .et-flex {
      display: flex;
    }
    .etflex1 {
      flex:1;
      padding: 5%;
    }