
@font-face {
	font-family: "Avenir"; !important
	src: url("fonts/Avenir-Light.woff") format("woff"),
       url("fonts/Avenir-Light.ttf") format("truetype"); 
}

@font-face {
    font-family: 'Lizzi Regular';
    src:    url('../fonts/Lizzi-Regular_web.woff') format('woff'),
            url('../fonts/Lizzi-Regular_web.woff2') format('woff2'); !important
    font-weight: normal;
    font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: auto;
	padding: 0;
	border: 0;
	font-size: 62.5%;
	font: inherit;
	vertical-align: baseline;
  width: 100%; /*this is added so that flex inherits a 100%vw*/

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  font-size: 1.4rem; /*14px*/
  transform-style:preserve-3d;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wrapper { 
  display: grid; 
  grid-template-columns: repeat(6, 1fr); 
  grid-template-rows: repeat(6, auto);
  word-wrap: break-word;
  padding: 30px;
  max-width: 100vw;
  /*background-image: url("../images/bg-pearl.jpg");
  background-repeat: no-repeat; */

} 

p.bold{
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
}

a {
  font-family: Avenir;
  font-weight:800;
  text-decoration: none;
  -moz-text-decoration-line: none;
}


.background {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  text-align: center;
  padding: 7%;
  z-index: -1;
}


.descr { /*avoid type treatments to entire sections*/
  grid-column: 1 / 7;
  color: ;
  font-size: 2.4rem;
  line-height: 3.1rem;
  margin-top: 50px;
  margin-bottom: 50px;
  
}

.neudisplay {
  font-family: 'Lizzi Regular';
  font-size: 6.4rem;

}
.col3-right {
  grid-column: 5 / 8;
  margin: 50px;
  /*position: relative;
  bottom: 121px;
  right: 37px;*/
  z-index: -1;

}

.col3-left{
  grid-column: 1 / 2;
  margin: 50px;
}

.col-center {
  grid-column: 2 / 7;
}

.button{
  position: relative;
  appearance: none;
  background: #f72359;
  padding: 1em 2em;
  border: none;
  color: white;
  font-size: 1.2em;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border-radius: 100px;
 

}

.swipe {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 2fr;
    grid-gap: 0.25rem;
    

}

/*ul {
    list-style: none;
    margin: 0 0 0 2rem;
    padding: 2.2rem;
    background: #f6f3ea;
    box-shadow: 3px 2px 12px rgba(0, 0, 0, 0.4);*/

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

img {
  display: block;
  width: 100%;
}

li:nth-child(2) {
  background-color: blue;
}
  
.box1 { 
  grid-column: 1 / 2;
  font-family: Lizzi Regular;
  font-size: 3rem;
  text-align: left;
}

.box2 { 
  grid-column: 4 / 7;
  font-size: 40px;
line-height: 43px;
/*background-image: url("../images/bg-pearl.jpg");
background-repeat: no-repeat; */
padding: ;
}

p.body {
  font-family: Avenir;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #7d7d7d;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 10px; 
}

.box3 {
  grid-column: 3 / 6;
  background-image: url("../images/bg-pearl.jpg");
  background-repeat: no-repeat;
  margin: 50px;
}

p.quote {
  font-family: Avenir;
  font-weight: bold;
  font-size:14px;
  line-height: 14px;
  letter-spacing: .1em;
  color: #333;
  text-transform: uppercase;
}


.box4 {
    grid-column: 2 / 8;
    color: #fbc0b5;
    padding-top: 200px;
    font-size: 64px;
    margin: 20px;
}

.box5 {
  grid-column: 1 / 3;
  align-self: start;
  font-size: 44px;
  line-height: 54px;
  text-align:center;
  align-self: center;
  
}

p.gradient {
  background: -webkit-linear-gradient(#24846E, #b0b153);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box6 {
  grid-column: 4 / span 4;
  z-index: 2;
  position: relative;
  right: 350px;

top: -50px;
}

.box7{
  grid-row: ;
  grid-column: 1 / 7;

}

.box7 > h1 {
color: #bacefb;
font-size: 7rem;
}


.box8 {
  grid-row: ;
  grid-column: 2 / 4;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}


.box9 {
  font-size: 18px;
  line-height: 21px;
  grid-column: 4 / 6;
  text-align: left;

}

.box10{
  z-index: -2;
  grid-column: 3 / span 2;

}


#gradient {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #836997;
}


.uppercase, .lowercase {
  text-align: center;
  font-size: 5rem;
  letter-spacing: 5rem; /*~80px*/
  color: #1c1c1c;
  line-height: 10rem;
  
}

.uppercase {
  grid-row: ;
  grid-column: 1 / 7;
  
}

.lowercase {
  grid-row: ;
  grid-column: 1 / 7;
}

* {box-sizing: border-box;}

.wrapper > div {
  padding: .75em;
  font-family: Lizzi Regular;
  padding: 10px;
}

.nested {
  /*border: 2px solid #ffec99;
  border-radius: 5px;*/
  background-color: #fff9db;
  padding: 1em;
  
}
.wrapper > div > img {
  margin: 25px;
}

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

.swipe{
  display: grid;
  grid-template-columns: 1fr; /*check jens responsive*/
  margin: 0px;
}
.descr {
  font-size: 20px;
  line-height: 24px;
  margin:0px;
}

.wrapper, .swipe {
  padding: 0;
  margin: 20px;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  /*justify-content: space-around;
  display:flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100vw;*/
}

.neudisplay {
  font-size: 3.4rem;
}
.wrapper > div {
  padding: 20px;
}

.box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8{
  flex: 1;
}
.screenshot {
  grid-column: 1 / 5;
}

.uppercase, .lowercase {
  font-size: 34px;
  line-height: 38px;
}




