
/**
 * Content
 */

@font-face {
    font-family: 'Untitled';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1573735/untitled-sans-regular.woff2') format('woff');
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bold;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: none;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 4.5rem;
    list-style-type: decimal-leading-zero;
}

ol > li {
    padding-left: 0.75rem;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

.content img {
	float: none;
    margin-bottom: 1.5em;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: .5em;
    margin-bottom: .5rem;
    font-size: 1.5rem;
	color: rgba(0, 0, 0, 1);
	font-family: 'Untitled', sans-serif, Icons;
	font-style: normal;
    text-align: left;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
    visibility: hidden;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.8rem;
	color: rgba(0, 0, 0, 1);
	font-family:'Untitled', Icons;
	font-style: normal;
    font-weight: normal;
	line-height: 1.25;
    
}
[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 1);
    text-decoration: none;
    margin:0;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: 'Untitled', sans-serif, Icons;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 3.5rem;
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 1);
    border-bottom: 0;
}

[data-predefined-style="true"] h2 {
	font-family: 'Untitled', Icons;
    font-weight: normal;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 2rem;
	line-height: 1.2;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 1);
    border-bottom: 0;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.25;
	font-family: 'Untitled', sans-serif, Icons;
	font-style: normal;
	font-weight: normal;
	color: rgba(0, 0, 0, 1);
  
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] small a:hover {
    color: rgba(0, 0, 0, 1);
}


/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: transparent;/*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: transparent;/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 3rem/*!main_margin*/;
	padding-bottom: 3rem/*!main_margin*/;
	padding-left: 3rem/*!main_margin*/;
	padding-right: 3rem/*!main_margin*/;
}

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

[data-css-preset] .backdrop {
	width: 100%; /*!background_cover*/;
}

/**
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    font-family: "Icons", sans-serif;
    color: rgba(0, 0, 0, 1);
    font-size: 3rem /*!site_menu_button*/;
    background: transparent;
    position: fixed;
    margin:0;
    top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
	font-style: normal;
	font-weight: 100;
}


body.mobile #site_menu_button {
    font-size: 3rem;
    top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
    background: transparent;
    position: fixed;
}

#site_menu_button.custom_icon {
	width: 25px;
    height: 25px;
    top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
    position: fixed;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: 'Untitled', Icons;
	background: transparent;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: normal;
	max-width: 400px;
    
	min-width: 300px;
	text-align: right;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
    display: flex;
}

#site_menu .page-link a {
	color: rgba(0, 0, 0, 1);
}

#site_menu .set-link > a {
	color: rgba(0, 0, 0, 1);
	font-weight: normal;
}

#site_menu a:active {
	opacity: 1;
}

#site_menu a.active {
	opacity: 1;
}

#site_menu .close  {
	color: rgba(0, 0, 0, 1);
    font-size: 3rem /*!site_menu_button*/;
    background: transparent;
    position: fixed;
    top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 3rem;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 0;
}


/**
 * Costom code
 */

html {
  scroll-behavior: smooth;
}

a {
	cursor: pointer;
}

.logo {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60vw;
    transform: translate(-50%, -50%);
    z-index: 5;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    transition: 0.3s;
}


hr {
	background-color: black;
    border: none;
    height: 1px;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  transition: 0.2s; 
}

.Available {
  border: 1px solid rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
  padding: 1.3rem;
  font-size: 1.7rem;
  position: absolute;
  bottom: 3rem;
  left: 3rem;
}

.Inquiries {	
  border: 1px solid rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
  padding: 1.3rem;
  font-size: 1.7rem;
  cursor: pointer;
  position: absolute;
  bottom: 3rem;
  left: 3rem; }

body div#start{
	cursor: pointer;
	width: 100vw;
	height: 100vh;
	overflow: hidden;    
}

.menu {
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1.5s; /* don't forget to set a duration! */	
  cursor: pointer;  
}

.menu a {
  font-size: 2rem;
}

.menu li {
	margin-bottom: 3px;
   
}

.menu .close {
	font-family: Icons, sans-serif;
    cursor: pointer;
    font-size: 25px;
    font-weight: 100;
}

.down {
  color: rgba(230, 230, 230, 0.6);
  background-color: transparent;
  border: 0;
  font-size: 7rem;
  cursor: pointer;
  margin: 0;
  position: absolute;
  top: 92vh;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: .5s;
}
.row {
    display: flex;
    height: auto;
    width: 100%;
}

.item1 {
  width: 30%;  /* Or whatever */
  height: 1.5em; /* Or whatever */
  margin: auto;  /* Magic! */
  cursor: pointer;
  text-align: left;  
}

.item2 {
  text-align: left;
  width: 30%;  /* Or whatever */
  height: 1.5em; /* Or whatever */
  margin: auto;  /* Magic! */
  cursor: pointer;
}

.item3 {
  text-align: left;
  width: 20%;  /* Or whatever */
  height: 1.5em; /* Or whatever */
  margin: auto;  /* Magic! */
  cursor: pointer;
}

.item4 {
  text-align: left;
  width: 20%;  /* Or whatever */
  height: 1.5em; /* Or whatever */
  margin: auto;  /* Magic! */
  cursor: pointer;
}

 .row:hover a { 
     color: gray; 
     cursor: pointer;
   }

.hover-image {
    visibility: hidden;
}


body:not(.mobile) .row:hover + .hover-image  
 {
    visibility: visible;
    pointer-events: none;
}


.hover-image {
 	display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30vw;
    height: 30vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

.image-gallery img {
    box-shadow: 10px 10px 20px rgba(130, 139, 166, 0.1);
    animation: fadeIn; 
    animation-duration: 1.5s;
}

details {
  cursor: pointer;	
}

details > p {
animation: fadeIn; 
animation-duration: 1s;
max-width: 70vw; 
}

.cookiesprivacy {
margin-top: 3rem;
margin-bottom: 3rem;
}


.copy-right {
	font-size: 12px;
    transform: rotate(90deg);
    position: fixed;
    bottom: 100px;
    right:-84px;
    text-shadow: 10px 10px 20px rgba(130, 139, 166, 0.1);
}


/**
 * Costom code mobile
 */


.mobile .gallery_card_image {
	padding-top: 4rem;
}

.mobile .copy-right {
	font-size: 9px;
    transform: rotate(90deg);
    position: fixed;
    bottom: 80px;
    right:-60px;
    text-shadow: 10px 10px 20px rgba(130, 139, 166, 0.1);
}


.mobile details > p
{
	max-width: 100%; 
}

body.mobile #down {
	top: 83vh;
}

.mobile .Available {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
}

.mobile .Inquiries {	
  position: absolute;
  bottom: 3rem;
  left: 3rem; }

.mobile .logo {
	width: 100%;
}


.mobile .row {
display: table;
margin-top: 5rem;
margin-bottom: 5rem;
border-color: black ;
}

.mobile .item1 {
  float: left;
  width: 100%;
  border-bottom: 1px solid black;
    border-top: 1px solid black
  
}

.mobile .item2 {
float: left;
  width: 100%;
  cursor: pointer;
    border-bottom: 1px solid black;
}

.mobile .item3 {
 float: left;
  width: 100%;
    border-bottom: 1px solid black;
}

.mobile .item4 {
  float: left;
  width: 100%;
    border-bottom: 1px solid black;
}

.mobile .row:hover { color: gray;
   }
