@charset "utf-8";
/* Purple - #4B384C; */
/* Beige - #E7B78A */
/* Burn Yellow - #FFB81C */
/* Wine - #612141 */
/************* FONTS *********************/
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.eot');
    src: url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Medium.woff') format('woff'),
        url('fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.eot');
    src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.eot');
    src: url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Medium.woff') format('woff'),
        url('fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.eot');
    src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-SemiBold.woff') format('woff'),
        url('fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Italic.eot');
    src: url('fonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Italic.woff') format('woff'),
        url('fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/************* GENERAL SETS *********************/
html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
  position: absolute;

}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
* {
/* 	transition:all 0.3s ease-in-out; */
	position:relative;
  box-sizing: border-box;
}
body {
	color:#282828;
	font-size:1.3em;
	line-height:1.5em;
	text-align:left;
	font-weight:300;
	background-color:#efefef;
	font-family:'Montserrat',sans-serif;
}

body, a{
  color:#333;
  text-decoration: none;
}
*{
  position: relative;
}
ul,li,h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
img,svg{
  width:100%;
}
b,strong{
  font-weight: bold;
}
/* // - GENERAL SETTINGS */
.box{
  position: relative;
  width:100%;
  padding:0;
  margin: 0;
  display: block;
}
.box_padded{
  position: relative;
  width:80%;
  padding:5% 10%;
  margin: 0;
}
.font_small{
  font-size: .7em;
  line-height: .8em;
}
.button,.mini_button{
  display:inline-block;
  padding:7px 13px;
  border:1px dashed #181818;
  border-radius:3px;
  transition:all .5s ease-in-out;
}
.mini_button{
  padding:6px 13px 8px;
}
.button:hover,.mini_button:hover{
  background-color: #181818;
  color:#efefef;
}

.tags .mini_button{
  margin-right: 20px;
}
/* // - Specific SETTINGS */
#logo{
  width:100%;
  padding: 0;
  margin: 0 auto;

  display: inline-block;

}
.back_home{
  width:100%;
  display: inline-block;
  max-width: 280px;
}
/*  */
#scroll_top{
  position: fixed;
  display: block;
  right:18px;
  bottom:5vh;
  z-index: 1700;
  border-radius:50%;
  width:32px;
  height:32px;
  border:none;
  background-color: rgba(255,255,255,.1);
  transition: all 0.4s ease-in-out;
  opacity:.5;
}
#scroll_top .svg{
  display: inline-block;
  width:80%;
  padding: 10%;
}
#scroll_top.hidden{

  bottom:-36px;
}
#scroll_top:hover{
  opacity:1;
}
/*  */
#notification{
  display: none;
  z-index: 1800;
}

#viewer{
  position: absolute;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  overflow:hidden;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1800000000000;
  background-color: #efefef;
  cursor: pointer;s
}

#viewer-img{
  max-width: 880px;
  width:100%;
}


/* NAV */
._nav_hider{
  display:none;
  width:50px;
  margin: 0 auto;
}
._menu{
  display:inline-block;
}
._menu > ul, ._menu > ul > li,#footer > ul, #footer > ul > li{
  display: flex;
  vertical-align: top;
}
#footer > ul{
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
._menu{
  margin-top: 18px;
  margin-left: 10px;
}
._menu > ul >li{
  margin-right: 13px;
}

._menu > ul >li a{
  margin-right: 13px;
}
._menu > ul >li a:hover,._menu > ul >li a.current{
border-bottom: 1px solid black;
}
header,#header,footer,#footer{
  display: flex;
  width:100%;
  padding:30px 5% 2vh;
}
header,#header{
  justify-content: center;
  align-items: center;
  
}

footer,#footer{
  position:fixed;
  bottom:0;
  padding:2vh 5%;
  overflow: hidden;
  background-color: black;
  color: white;
  z-index: 1800000000;

}
#footer a {
  color:white;
}
#footer > ul{
  width:100%;
}
.li_third{
  display:inline-block;

  padding: 0 5%;
}
/* MAIN */
main,#main{
  min-height: 50vh;
  z-index: 1600;
  flex-direction: column;
}


/*------------- MEDIA --------------*/
.intrinsic-container {
  position: relative;
}
.intrinsic-container.video {
  height: 8vh;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.intrinsic-container iframe {
  width: 100% !important;
  height: 100% !important;
  z-index: 88;
  border:none;
}

/*------------- COOKIES --------------*/
.cookies{
	position: relative;
  display:flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: fixed;
  box-sizing: border-box;
  background-color:black;
  width:100vw;
  color:white;
  padding:9vh 18px;
  z-index:180000000;
	border-bottom:1px solid #482f23;
}
.cookies .wouldyou{
  font-size: .7em;
  font-style: italic;
  letter-spacing: 1px;
}
.cookies.hide{
    display: none;

}
.cookies >  h3{
  color:white;
  text-transform: uppercase;
  font-weight: bold;
}
.cookies p{
    margin:0;
    padding: 0;
}
.cookie_ops{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin:3vh auto;
}
.cookie_ops .button, .cookie_ops button{
    /* color:#4B384C; */
    margin:0 8px;
    padding:8px 32px;
    border:none;
    /* background-color:rgba(0,0,0,0.2); */
}
.cookie_ops .button:hover{

}
.cookies form{
    margin-top: 18px;
    display: flex;
}
a.button.cookie_reset,a.button.contact_reveal{
    position:fixed;
    bottom:0;

    background-color: black;
    z-index:180000000000;
    border-radius: 0;
    padding: 3px  8px;
    margin: 0;
    font-size: 13px;
    border:none;
    color:white;
}
a.button.cookie_reset:hover,a.button.contact_reveal:hover,#footer a:hover{
text-decoration: underline;
}
a.button.contact_reveal{
  right:0;
}
.cookie_warning{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100% !important;

    box-sizing: border-box;
    z-index: 88;

    padding:5vh;
    min-height: 40vh;
    text-align: center;
}
.cookie_warning > h3{
    text-align: center;
}
.cookie_warning form{
    margin-top: 18px;
    display: flex;
}
.cookie_warning form > button{
    margin: 0 13px;
    border:none;
}
/* a.button.cookie_reset:hover{
    color:#4B384C;
    background-color: #e9e0d7;
} */
.cookies a.mini{
    font-size: 12px;
    text-transform: uppercase;
    color:#ccc;
    letter-spacing: 1px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}

/*------------- BOX --------------*/

#box{
  display:none;
  position:absolute;
  width:100vw;
  height:100vh;
  background-color:rgba(0,0,0,.9);
  z-index:18;
}
#box img{
  cursor:pointer;
}
#box img.landscape{
  position:relative;
  width:60%;
  height:auto;
}
#box img.portrait{
  position:relative;
  width:auto;
  height:60%;
}
#box.show{
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nrBox{
  display: block;
  width:38px;
  height:38px;
  background:none;
  color:white;
  margin-top: 10px;
  text-align: center;
  font-size: 1.3em;
}

#main.hide{
  height:0;
  overflow: hidden;
  opacity:0;
  pointer-events: none;
}

#splash{
  
}
#splash{
  display:flex;
  flex-direction: column;
  text-align:center;
}
#splash > li,.main{
  min-height:100vh;
}


#splash > li:nth-child(even) {
  background-color: #ddd;
  flex-direction:row-reverse;
}
#splash > li{
  display:flex;
  
}
#splash > li > h3,#splash > li > .text{
  padding:4em;
}
#splash > li  h3{
  width:30%;
  font-size: 2em;
  padding:2em;
  text-align: right;
  line-height: 1em;
  background-color: #333;
  color:white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#splash > li:nth-child(even) h3 {
  flex-direction:row-reverse;
  text-align: left;
}
#splash > li > .text{
  width:68%;
}
.text li{
  list-style: disc;
  list-style-position: inside;
}

.main{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
}
#main-logo{
  max-width:600px;
}
#splash .text{
  text-align:left;
}



#testimonials{
  width:100%;
  min-height:40vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;

  color:white;
  padding:4em 4em 6em 4em;
}
#testimonials p{
  margin:0;
}
#testimonials >h3{
  text-transform: uppercase;
  text-align: center;
  font-size:2em;
  margin-bottom:2em;
}

#testimonials > ul{
  display:flex;
  align-items:center;
  justify-content: center;
}
#testimonials > ul li{
  width:33%;
  padding:2em;
}
.quote{
  font-style: italic;
}
._lang_menu{
  position: absolute;
  left: 1em;
  top:1em;
}
p.small{
  font-size: .6em;
}

.blog-menu-link{
  position:absolute;
  top:1em;
  right:1em;
}

#about{
  min-height:50vh;
  display:flex;
  flex-direction:row;
  padding:15vh 25vw;
  gap:2em;
  background-color: #d2d2d2;
}
#about .portrait{
  width:350px;
  height:350px;
  max-width:350px;
  max-height:350px;
  border-radius: 50%;
  overflow: hidden;
}


.posts{
  max-width: 780px;
  display:flex;
  flex-direction:column;
  align-items: center;
  margin:0 auto;
}
.posts audio{
  width:100%;
}
@media screen and (min-width: 1280px) {

}
/************* MEDIA QUERIES *********************/
@media screen and (max-width: 780px) {
  main{
    padding-top:13vh;
  }
  .posts > li:first-child {
    padding-top:0;
  }
  ul.posts_lux{
   width:90%;
   flex-direction:column;
   
   }
   .back_home{
     /* margin:0 auto; */
     max-width:150px;
   }
   ul.posts_lux > li{
   width:100%;
   margin:0;
   
   }
  .posts_sand > li,.posts_result >  li{
    width:90%;
    padding: 5%;
  }
  #footer > ul, #footer > ul > li{
    text-align: center;
    display:block;
  }
  .li_third{
    width:100%;
    padding: 18px 10%;
  }
  .posts > li h3{
    font-size: 1.2em;
    line-height:1.3em;
  }
  #footer{
    overflow: hidden;
    height:0;
    box-sizing: border-box;
    padding: 0;
    max-height: 0;
    transition: all 0.2s ease-in-out;
  }
  #footer.reveal{
    height:20vh !important;
    padding: 2vh 0;
    max-height: 20vh;
    width:100%;
    transition: all 0.2s ease-in-out;
  }

  header, #header{
    display: flex;
    text-align:center;
    position:fixed;
    top:0;
    background-color: #efefef;
    border-bottom:1px solid #181818;
    z-index:1800;
    padding:.3em 1em;
  }
  ._menu > ul{
    display: flex;
    flex-wrap: wrap;
  }

  a.button.cookie_reset,a.button.contact_reveal{
      position:fixed;
      bottom:0;
      width:40px;
      overflow: hidden;
      text-align: center;
      padding: 3px 0;
    }
    a.button.contact_reveal{
      display: inline-block;
    }
    #scroll_top {
      bottom:6vh;
      right:7px;
      width:40px;
      height:40px;
    }
    .content.legal{
      padding:8vh 36px;
    }
    #testimonials > ul li{
      width:100%;
      padding:1em;
    }
    #splash > li,#splash > li:nth-child(even){
      display:flex;
      width:100%;
      flex-direction: column;
    }
    #splash > li > .text,#splash > li:nth-child(even) > .text{
      width:100%;
      
    }
    #splash > li h3{
      width:100%;
    }
    .main{
      width:100%;
      padding:2em;
    }
    #about{
      padding:1em;
      flex-direction: column;
    }
    #about .portrait {
      width:200px;
      height:200px;
      max-width: 200px; 
      margin: 2em auto 0;
    }
    #splash > li > h3, #splash > li > .text {
    padding: 2em;
    }
    #testimonials {
      padding:2em;
    }
    #splash > li h3{
      text-align: center;
    }
    
}

/************* MEDIA QUERIES *********************/
@media screen and (max-width: 680px) {
  ._menu a {
    font-size: .8em;
    text-align: center;
    width:100%;
  }
  #search{
    padding:3vh 15vw;

  }
  #search form{
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
 }
}
/************* MEDIA QUERIES *********************/
@media print {
	*{
		color:black;
		background: none;
	}
}
