<style>
 /* BASE For iPhone X max-width 375px: */


h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Bold", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size:4vw;
	line-height: 1.2;
	color: black;
	text-rendering: optimizeLegibility;
    }

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Bold", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 1%;
	margin: 0;
	font-size:3vw;
	line-height: 1.2;
	color: black;
    text-align: center;
	text-rendering: optimizeLegibility;
    }
h2.small {
    font-size: 2.5vw;
}

p {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Bold", Icons;
	font-style: normal;
	font-weight: 700;
	padding-left: 2%;
	margin: 0;
	font-size:3vw;
	line-height: 1.2;
	color: black;
	text-rendering: optimizeLegibility; 
}

p.desc {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Bold", Icons;
	font-style: normal;
	font-weight: 400;
    padding-top: 5%;
	margin: 0;
	font-size:1.8vw;
	line-height: 1.2;
    text-align: center;
	color: black;
	text-rendering: optimizeLegibility; 
}
p.desc2 {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Bold", Icons;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	font-size:1vw;
	line-height: 1.2;
    text-align: center;
	color: #7F8080;
	text-rendering: optimizeLegibility; 
}
button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Bold", Icons;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	font-size:1vw;
	line-height: 1.2;
    text-align: center;
    align-items: center;
	color: black;
}



/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


a:visited {color:black;}
a:link {color:black;text-decoration:none;}
a:hover {color:#E0E0E0;text-decoration:none;}

a.folder:visited {color:black;display: block;}
a.folder:link {background:transparent;;text-decoration:none;display: block;}
a.folder:hover {background-color:#E0E0E0;text-decoration:none;display: block;}
a.folder:selected {background-color:#E0E0E0;text-decoration:none;display: block;}
a.folder:focus {background-color:#E0E0E0;text-decoration:none;display: block;}

.object {
    display: none;
}

ul.topnav {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Bold", Icons;
	font-style: normal;
	font-weight: 700;
	padding-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0;
	margin-left: 0;
    margin-right: 0;
    margin-top: -1.25%;
	font-size:4vw;
	line-height: 1;
	color: black;
	text-rendering: optimizeLegibility;
  list-style-type: none;
  overflow: hidden;
  background-color: white;
  border-bottom: 4px solid black;
  filter: drop-shadow(0px 3px 6px #E0E0E0);
}

ul.topnav li.left {
    float: left;}

ul.topnav li.right {
  text-align: right;}

img.logo {width: 50%; padding-top: 2%;}
img.logo2 {width: 40%}
img.logo3 {width: 40%;}
img.wifi {width: 4.5%;}
img.battery {width: 6.5%;}
img.arrow {width: 10%; padding-left: 2%; padding-right: 2%;}
img.arrowsub {width: 10%; padding-left: 15%;}
img.page {width:7%; padding-left: 1%; padding-right: 2%;}
img.folder {width: 9%;}
img.foldertitle {width: 4%;}
img.link {width:4%;}
img.objpreview {
    width: 80%;
    display: block;
    margin:auto;
    margin-top: 10%;
    }


img.yoox {
    width: 18%;
    position: absolute;
    top: 28%;
    left: 35%;
    }

img.instagram {
    width: 18%;
    position: absolute;
    top: 50%;
    left: 75%;
    }

img.about {
    width: 17%;
    position: absolute;
    top: 5%;
    left: 78%;
    }

img.contact {
    width: 17%;
    position: absolute;
    top: 80%;
    left: 8%;
    }

img.shop {
    width: 17%;
    position: absolute;
    top: 60%;
    left: 27%;
    }


img.folder1 {
    width: 25%;
    position: absolute;
    top: 52%;
    left: 53%;
    }

img.folder2 {
    width: 25%;
    position: absolute;
    top: 10%;
    left: 22%;
    }



@media only screen and (min-width: 414px) {
	/*For iPhone 6,7,8 Plus & Pixel)*/
	

    
@media only screen and (min-width:768px) {
  /* For iPad: */

ul.topnav { 
    font-size: 2.5vw;
    }
    
img.logo {width: 60%; padding-top: 2%;}
    
img.instagram {
    top: 57%;
    left: 78%;
    }   
    
img.contact {
    top: 78%;
    left: 4%;
    }
    
img.shop {
    top: 67%;
    left: 24%;
    }
    
img.folder1 {
    width: 20%;
    }

img.folder2 {
    width: 20%;
    }
    
    
@media only screen and (min-width:992px) {
	  /* For Desktop: */
h2 {
    font-size:2vw;
    }
    
h2.small {
    font-size: 1vw;
}
    
p {
    font-size:2vw;
    }
    
ul.topnav { 
    font-size: 1.4vw;
    padding-bottom: .4%;
    border-bottom: 3px solid black;
    }
    
img.logo {width: 55%; padding-top:1%;}
img.logo2 {width: 30%;}
img.wifi {width: 2%;}
img.battery {width: 2.5%;}
img.page {width:5.5%; padding-left: 2%; padding-right: 2%;}
img.foldertitle {width: 3%;}
    
img.yoox {
    width: 12%;
    top: 34%;
    left: 34%;
    }
    
img.instagram {
    width: 12%;
    top:60%;
    left: 80%;
    } 
    
img.about {
    width: 10%;
    top: 7%;
    left: 85%;
    }
    
img.contact {
    width: 10%;
    top: 70%;
    left: 2%;
    }
    
img.shop {
    width: 10%;
    top: 68%;
    left: 30%;
    }

img.folder1 {
    width: 12%;
    top: 41%;
    left: 55%;
    }
    
img.folder2 {
    width: 12%;
    top: 8%;
    left: 13%;
    }
    
@media only screen and (min-width:1920px) {
	  /* For iMac Desktop: */ 

img.logo {width: 65%; padding-top:1%;}
    
</style>