@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#delively_contact{
  float: right;
  overflow: hidden;
}

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

header article#hamburger{
  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.Central-Block{
  width: 100%;
  height: 100%;
  background-color: white;
  background-repeat: no-repeat;
 /* background-position: center; */
  /*background-image: url('../img/mandala_background.jpg')*/
  }

  section.Mobile-image-and-text{
    display: none;
  }

  section.left-side article#left-side-img{
    display: inline-block;
    margin-top: 5vh;
    clear: both;
    float: left
  }

  section.left-side article#left-side-img img{
    display: block;
    margin-top: 5vh;
    float: none;
  }


section.right-side article#right-side-img{
  float: right; 
  margin-top: 5vh;
  display: inline-block;
}

  section.right-side article#right-side-img img{
    display: block;
    margin-top: 5vh;
    float: 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 h2{
  font-family:bittersweetNF; 
  text-align: center;
  font-size: 1.125em;
  width: 50%;
  margin: 0 auto;
  display: block; 
}


/* footer end */



h1{
	font-family:thelightfont; 
}
h2{
	font-family:thelightfont;
  text-align: center;
  padding-right: 10%;
  padding-left: 10%;
  margin-top: 2%;
  overflow: hidden;
  font-size: 14pt; 

}
/* my media */


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

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


    body{
      background: none;
    }


    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;
    }


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


    header article#logo_vegan{
      display: block;
    }

    header article#Mobile-logo_vegan{
      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;
    }


    header article#delively_contact{
      float: none;
      overflow: hidden;
      display: none;
    }


    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{
      
    }


    h2{
      display: none;
    }

    section.left-side{
      display: none;
    }  
    section.right-side{
      display: none;
    }

    section.Mobile-image-and-text{
      margin: 0 auto;
      text-align: center;
      display: block;
    }



    p{
      font-family:Robot-Condensed.ttf;

    }


    footer{
      background-color: #F2D65C;
    }

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


    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 phablets */


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

   

}


@media screen and (max-width: 479px) {


  

}

/* here is my styles for phablets */

/*
@media screen and (min-width:480px) and (max-width:767px){

  footer{
    background-color: red;
  }

}
*/

@media screen (max-width:479px) {
 
}


/* 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  */ 

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