@charset "UTF-8";
/* CSS Document */
*{
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  margin: 0;
  padding: 0;
  list-style-type: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;

}


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

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

@font-face{
  font-family:robot-condensed.ttf;
  src: url('../fonts/robot-condensed.ttf');
}


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

body{
  
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;  
}

/* ТУТ МОЖНО ПОМЕНЯТЬ ШИРИНУ САЙТА */

main{
  width: 100%;
  margin: 0 auto;
}


section.drawer-menu{
  display: none;
}


/* ---------------------- */

/* НАЧАЛО ХЕАДЕРА */

header{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-image: url('../img/bamboo_01.png');
  padding-bottom: 4%;
}

header article#logo_vegan{
  float: left;
  overflow: hidden;
  clear: both;
}

header article#logo_vegan img {
  width: 100%;
  height: auto;
  display: block;
}

header article#Mobile-logo_vegan{
  float: left;
  overflow: hidden;
  display: none;
  clear: both;
}

header article#Mobile-logo_vegan img {
  width: 100%;
  height: auto;
  display: block;
}

header article#hamburger{
  display: none;
}

header article#delively_contact{
  float: right;
  overflow: hidden;
}

header article#delively_contact img{
  width: 100%;
  height: auto;
  display: block;
}

header article#Mobile-delively_contact{
  display: none;
}

#order_online:hover{
  transform: scale(1);
  transition: scale, 2s; 
}

/* КОНЕЦ ХЕАДЕРА */

/* НАЧАЛО БЛОКА ХЕАДКЕР-МЕНЮ */

section.Header-Menu{
  width: 100%;
  margin: 0 auto;
  /*margin-top: 4%;*/
}

section.scrollmenu {
    background-color: #F2D65C;
    overflow: auto;
    white-space: nowrap;
    height: auto;
    width: 100%;
    float: left;
}

section.scrollmenu nav li{
  float: right;
  text-decoration: none;
  list-style: none;
  padding-right: 50px; 
  
}

section.scrollmenu a {
    display: inline-block;
    color: #008BB0;
    float: left;
    padding: 1vh 0vw 1vh 0vw; 
    display: block;
    text-align: center;
    text-decoration: none;
    list-style: none;
    font-family:lifeFormBB;
    font-size: 1.375em;
}

section.scrollmenu a:hover {
  color: #F57905;
}


section.Mobile-Menu{
  display: none;
}


/* КОНЕЦ БЛОКА ХЕАДЕР-МЕНЮ */


/* Центральный блок */

section.Central-Block{
  
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  
}

section.Google-Map-and-text{
  padding-top: 5vh;
  padding-bottom: 5vh;
}

iframe{
  width: 90%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  margin-bottom: 5vh;
}

/* ПОКА ЧТО ВОТ ТАК 
article.slider img{
  width: 100%;
  height: auto;
  display: block;
}
*/


article#Mobile-delively_contact-central-block{
  display: none;
}

/* footer begging */

footer{
  background-color: #F2D65C;
  width:100%;
  height:35vh;
  overflow: hidden;
}


#Footer_Img{
  width:100%;
  float: left;
  height: auto;
  display:block;
  padding-top: 2vh; 
}


#facebook {
   float: left;
   padding-left: 2vw; 
}
#insta {
  float: left;
  padding-left: 2vw; 
}
#twitter{
  float: left;
  padding-left: 2vw; 
}

#yelp{
  float: left;
  padding-left: 2vw; 
}

#facebook:hover{
  transform: rotate(100deg);
  transition: transform 1s;
}
#insta:hover{
  transform: rotate(100deg);
  transition: transform 1s;
}
#twitter:hover{
  transform: rotate(100deg);
  transition: transform 1s;
}
#yelp:hover{
  transform: rotate(100deg);
  transition: transform 1s;
}

footer article#text-footer-h2 h3{
  font-family:bittersweetNF; 
  text-align: center;
  font-size: 1.125em;
  width: 50%;
  margin: 0 auto;
  display: block; 
}


/* footer end */



h1{
  font-family:thelightfont; 
  font-size: 1.5em;
  padding-left: 10vw;
  padding-right: 10vw; 
}
h2{
  font-family:bittersweetNF;
  font-size: 1.5em;
  padding: 5vh 10vw 5vh 10vw;
}



/* my media */


@media screen and (min-width: 0px) and (max-width: 659px) {
  

    main{
      width: 100%;
      margin: 0 auto;
    }

    section.drawer-menu{
      display: none;
      text-align: center;
    }

    section.drawer-menu article#drawer-menu-id nav{
      position: fixed;
      font-size: 6vw;
      height: 100%;
      width: 100%;
      /*top: -50vh;*/
      /*top: 10vw;
      left: -20vw;*/
      /*padding: 4vw;*/
      background-color: #02607b;
    }

    article#drawer-menu-id nav ul{
      padding-top: 30vh;
    }

    article#drawer-menu-id nav ul li{
      list-style: none;
    }

    article#drawer-menu-id nav a{
      color: white;
      text-align: center;
      text-decoration: none;
    }


   /* .slide-the-drawer{
      transform: translateX(970vw);
    } */

    body{
      background: none;
    }

    header{
      background-color: white;
      padding-bottom: 0; 
    }


    header article#logo_vegan{
      display: block;
    }

    header article#Mobile-logo_vegan{
      display: none;
    }


    header article#delively_contact{
      display: none;
    }


    header article#hamburger{
      margin-top: 4vh;
      display: block;
      float: right;
      position: relative;
      z-index: 0;
    }

    header article#hamburger img{
      height: auto;
      position: relative;
      float: right;
    }


    section.Header-Menu{
      width: 100%;
      margin: 0 auto;
      /*margin-top: 4%;*/
    }

    section.scrollmenu {
        background-color: #F2D65C;
        overflow: auto;
        white-space: nowrap;
        height: auto;
        width: 100%;
        float: none;
        display: none;
    }


    section.Central-Block{
      
    }

  article#Mobile-delively_contact-central-block{
    display: block;
    margin: 0 auto;
    text-align: center;
    list-style: none;
  }

  article#Mobile-delively_contact-central-block ul{
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  article#Mobile-delively_contact-central-block li {
    margin-top: 0.5vh;
  }

    footer{
      background-color: #F2D65C;
    }

    #Footer_Img{
      width: 100%;
      margin: 0 auto;
      float: left;
      height: auto;
      display:block;
      padding-top: 5vh;
      margin-left: 30%;
      height: auto;
      /*padding-right: 40%; */
    }


    footer article#text-footer-h2 h3{
      font-family:bittersweetNF; 
      text-align: center;
      font-size: 1.125em;
      width: 50%;
      margin: 0 auto;
      display: none; 
    }


}

/* here is my styles for phablets */


@media screen and (min-width:659px) and (max-width:767px){

    main{
      width: 100%;
      margin: 0 auto;
    }


    body{
      background: none;
    }


    header{
      background-color: white; 
    }

    section.Central-Block{
      
    }

    footer{
      
    }

    #Footer_Img{
      width: 50%;
      margin: 0 auto;
      float: left;
      height: auto;
      display:block;
      padding-top: 5vh;
      margin-left: 35%;
    }


    footer article#text-footer-h2 h2{
      font-family:bittersweetNF; 
      text-align: center;
      font-size: 1.125em;
      width: 50%;
      margin: 0 auto;
      display: none; 
    }

}


/* here is my styles for tablets */

@media screen and (min-width: 769px) and (max-width: 1365px){


}

/* here is my styles for laptops */

@media screen and (min-width: 1366px) {

  

  }

/* here is my styles for desktops */

@media screen and (min-width: 1920px) {


} 


/* End media  */ 


/* BEGIN KEYFRAME */



/* END KEYFRAME */

/* КОНЕЦ ШРИФТОВ */