/*Avi Goldman, 2020*/

@import 'https://fonts.googleapis.com/css?family=Roboto:400,500';
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&display=swap');
/*html, body {
    max-width: 100%;
    overflow-x: hidden;
}*/

a[href^=tel] {
   color: #8080ff;
   text-decoration: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

header, footer, nav, section, article, hgroup, figure {
  display: block;
}

body {
  height: 200px;
  background: #F0ECDF;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 1.53vw;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: none;


}

#header{
  padding-left: 5vw;
  padding-right: 5vw;
  top: 0;
  width: 100vw;
  height: calc(auto + 20%);
  display: block;
  position: fixed;
  background: rgb(201, 186, 183);
/*background-image: -webkit-linear-gradient(bottom, rgba(201, 186, 183,0.0001) 0%, rgba(201, 186, 183,0.1) 10%, rgba(201, 186, 183,1) 20%);
*/  z-index: 999;
}

#menumain{
  display: visible;
  /*//toggle to display: none for mobile ;)//*/
}

/*#menumain ul li a {
  color: orange;
}*/

.navmain {
  display: visible;
  margin-top: 5vh;
  position: relative;
  display: flex;
  justify-content: space-between;
  height: auto;
  width: 100%;
/*background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.0001) 0%, #F0ECDF 100%);
*/
}

h1, h2, h3, h4{
  color: rgb(116, 89, 122);
  font-family: 'Quicksand', sans-serif !important;
}


#title{
  padding-top: 2vh;
  text-align: center;
  text-overflow: none;
    margin-bottom: 1.6em;

}


#page p {
  color: #7a5a91;
/*  overflow: hidden; 
  background: radial-gradient(#6a64a3, #4d1d6e);  
  background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;*/
}

#menumain{
  font-weight: 800;
}

p a{
  color: #8080ff;
}

ul li{
  color: #7a5a91;
}

.link {
  color: #8080ff;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #8080ff;
    transition: 0.7s;
}

 a:hover {
  color: black;
}

a:visited {
  color: #8080ff;
}

a:visited:hover {
  color: black;
}


.anchor{
  display: block;
  position: relative;
  visibility: hidden;
  top: -40vh;
}

#page{
  display: block;
  height: auto;
  position: relative;
  background: none;
  padding-top: 35vh;
  margin-left: 150px;
  margin-right: 150px;
  padding-bottom: 0;
}

#page img{
  margin: 20px;
  width: 30vw; 
  float: right;
  z-index: 9999;
  justify-content: center;
}



#foot{
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  z-index: 999;
  font-size: 0.6em;


}


/*.bottomGradient{
  height: 200px;
  width: 100%;
background:linear-gradient(to top, rgba(240, 236, 223, 1), rgba(255, 255, 255, 0)); position: fixed;
  bottom:0;
  z-index: 100;
  pointer-events: none;
}*/

img{
  width: 100%
}

#fern{
  overflow: hidden; 
  position: relative; 
  z-index: 10; 
  pointer-events: none;
}

object{
  opacity: 18%;
}

/* Gradient Scrollbar */
body::-webkit-scrollbar {
  width: 2px;

-webkit-overflow-scrolling: auto !important;
}

body::-webkit-scrollbar-track {
  background:  linear-gradient(0deg, rgba(255, 0, 0, 1) 0%, rgba(7, 0, 211, 1) 70%);
}

body::-webkit-scrollbar-thumb {
  background: transparent; 
  box-shadow: 0px 0px 0px 100000vh orange;
  overflow: hidden;
}


@media (max-width: 812px){
  #page{
    font-size: 2em;
    padding-top: 30vh;
    margin-left: 5vw;
    margin-right: 5vw;
    
  }

  #page h2{
    text-align: center;
  }

#page img{
  display: inline-block;
  width: 90%;
  padding-bottom: 10px;
}
  #header{
    height: 15em;
  }

  #title{
    text-align: left;
    font-size: 2em;
  }

  #menumain{
    visibility: hidden;
  }

  #foot{
    padding-bottom: 3vh;
  }
}

@media (max-width: 1060px) and (min-width: 812px){

  #page{
    padding-top: 30vh;
  }


  }

  @media (max-width: 768px) and (min-width: 767px){
    #page{
      padding-top: 20vh;
      margin-left: 7vh;
      margin-right: 7vh;
    }
  }

/*iPhone 5*/
@media (max-width: 320px) and (min-width: 319px) and (max-height: 568px) and (min-height: 567px){
  #page{
    padding-top: 20vh !important;
    font-size: 3em !important;
    margin-left: 8vw !important;
    margin-right: 8vw !important;
  }

  #header{
    height: 20em !important;
  }


}

/*iPad Pro*/
  @media (max-width: 1024px) and (min-width: 1023px) and (max-height: 1366px){
    #page{
      padding-top: 20vh;
    }
  }

/*iPad portrait*/
  @media (max-width: 1024px) and (min-width: 1023px) and (max-height: 768px){
    #page{
      padding-top: 30vh;
      margin-left: 10vw;
      margin-right: 10vw;
    }
  }

  @media (max-width: 730px) {
    #page {
      padding-top: 30vw;
    }
  }
  
  @media (max-height: 630px){
    #page{
      padding-top: 40vh;
      font-size: 1.5em;
    }

    #header{
      height: 11em;
      font-size: 0.7em;
    }
  }

/*iPhone 6and7*/
@media (max-width: 375px) and (min-width:375px){
	#header{
		height: 20em !important;
	}
	
	#page{
		padding-top: 8em;
		font-size: 2.2em;
	
	}
	
	#title{
		padding-top: 2.5em !important;
	}
}
	
/*iPhone 6and7 PLUS*/
@media (max-width: 414px) and (min-width:414px){
	#header{
		height: 19em;
	}
	
	#page{
		padding-top: 8em;
		font-size: 2.2em;
	
	}
	
	#title{
		padding-top: 2.3em;
	}
	
}