@font-face {
    font-family: abril;
    src: url('../fonts/AbrilFatface-Regular.otf');
}

@font-face {
    font-family: vampiro;
    src: url('../fonts/VampiroOne-Regular.ttf');
}

body, html {
    height: 100%;
    margin: 0;
    color: #444;
    font-family: "Arial", Helvetica, sans-serif;
}

h1 {
    font-size: 42px;
    font-family: abril;
    text-align: center;
    margin-top: 50px;
}

.title-header {
    font-size: 96px;
    font-family: abril;
    margin: 0px;
}


h2 {
    font-size: 24px;
    font-family: vampiro;
    margin-top: -15px;
}

h3 {
    text-align: center;
    margin-top: -15px;
}

h4 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #7ca451;
}

p {
    font-size: 14px;
}


body {
  margin: 0;
  padding: 0;
}

/* Navigation Bar */

.navlink {
    margin-left:auto;
    margin-right: auto;
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    background-color: #68316f;
    color: ;
}


#logo {
  height: 50px;
  float: left;
  margin-left: 20px;
  margin-top: -15px;
}

ul {
  display: inline;
  list-style: none;
  text-align: center;
}

li {
  display: inline;
  cursor: pointer;
  padding: 20px;
}

a {
    font-family: "Impact", Charcoal, sans-serif;
    color: #99c54a;
    text-decoration: none;
}

a:hover {
   color: white;
}

header{
    width:100%; 
    background:#68316f; 
    height:60px; 
    line-height:60px;
    border-bottom:1px solid #dddddd;
}

.hamburger {
      background:none;
      position:absolute;
      top:0;
      right:0;
      line-height:45px;
      padding:5px 15px 0px 15px;
      color:white;
      border:0;
      font-size:1.4em;
      font-weight:bold;
      cursor:pointer;
      outline:none;
      z-index:10000000000000;
}

.hamburger:hover {
    border: none;
    color: #68316f;
}

.hamburger:active {
    color: #68316f;
}

.cross {
      background:none;
      position:absolute;
      top:0px;
      right:0;
      padding:0px 15px 0px 15px;
      color:#68316f;
      border:0;
      font-size:3em;
      line-height:65px;
      font-weight:bold;
      cursor:pointer;
      outline:none;
      z-index:10000000000000;
}

.cross:hover {
    border: none;
    cursor: pointer;
}

.collapse-nav {
    background-color: #68316f;
}


.mobile-logo {
    height: 40px;
    margin-left: 49%;
    margin-top: 10px;
}


/* Buttons */

button {
    background-color: #99c54a;
    border: 2px solid #99c54a;
    color: white;
    padding: 10px 90px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 20px;
}

button:hover {
    border: 2px solid #99c54a;
    background-color: transparent;
    color: #99c54a;
}


/* The hero image */

.hero-image {
    background-image: url("../img/hero.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 500px;
}


.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

/* About */

#about {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 2%;
    padding-bottom: 1%;
    text-align: justify;
    background-color: #7ca451;
    color: white;
}

/* Benefits */

.icon {
   width: 30%;
}

.benefits {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin: 50px;
    text-align: center;
}

.benefit-col {
    width: 80%;
}

/* Menu */
.menu-image {
    background-image: url("../img/menu.jpg");
    height: 30%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.menu-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

button.accordion {
    background-color: #68316f;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: center;
    border: 1px solid #e7e7e7;
    outline: none;
    transition: 0.4s;
    border-radius: 0;
    margin: 0;
    font-family: "Impact", Charcoal, sans-serif;
    font-size: 20px;
}

button.accordion.active, button.accordion:hover {
    color: #99c54a;
}


div.panel {
    padding: 0 18px;
    background-color: #eee;
    display: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: center;
    margin-top: 10px;
}


.chevron {
    width: 12px;
    padding-left: 15px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}



/*Order Now*/
.order-image {
    background-image: url("../img/bowl.png");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.order-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}


/* CONTACT */
.contact {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

 #map {
   width: 100%;
   height: 200px;
   margin-left: 30px;
 }

 .address {
    text-align: center;
 }


 .contact-form {
    width: 200%;
    margin-left: 20%;
    padding-left: 10px;
    border: 1px solid #111;
    border-radius: 5px;
    height: 30px;
    font-size: 14px;
 }

 .submit {
    margin-left: 30%;
 }

/* FOOTER */

footer {
    background-color: #68316f;
    height: 100px;
    text-align: center;
}

.phone {
    color: white;
    padding-top: 30px;
    padding-bottom: 10px;
}

.social-media{
    font-size: 20px;
    color: white;
    padding: 10px;
}


/* MOBILE VERSION */
@media only screen and (max-width: 600px) {
    
    .title-header {
        font-size: 50px;
    }

    h2 {
        font-size: 20px;
    }

    button {
        font-size: 12px;
    }

    .icon {
       width: 30%;
    }

    .benefits {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-left: 22%;
    text-align: center;
    }

    div.panel {
    padding: 0 18px;
    background-color: #eee;
    display: none;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    text-align: center;
    margin-top: 10px;
    }


    .contact {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    }

    .navlink {
        display: none;
    }

    .submit {
    margin-bottom: 20px;
    }


}

/* Tablet Versions */
@media (min-width: 700px) and (max-width: 1000px) {
    .title-header {
        font-size: 80px;
    }
}


@media (min-width: 601px) {
    header {
        display: none;
    }
}

