/*LAYOUT*/

/*DESKTOP*/

/*scrollbar*/
::-webkit-scrollbar {
	display: none;
}

/*selection*/
::selection, ::-moz-selection {
	color: #999999;
	background: transparent;
}

/*scroll animation*/
html {
	/*scroll-behavior: smooth !omportant;*/
}

/*types faces*/
@font-face {
	font-family: Ortica Light;
	src: url("fonts/ortica-light.woff");
}

@font-face {
	font-family: Suissie Intl Light;
	src: url("fonts/suisseintl-light.woff");
}

/*types and links formats*/
h1, h2, h3, h4, h5 {
	font-weight: 400;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding: 0;
	margin: 0;
	display: inline;   
}

p {
	display: block;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

ul {
	display: block;
	list-style-type: none;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	/*margin-inline-end: 8px;*/
	margin-inline-end: 0;
	padding-inline-start: 0;
}

body,
h1, p, a, span {
	font-family: Ortica Light;
	font-size:  1.9vw;;
	letter-spacing: 0.1vw;
	word-spacing: 0;
	line-height: 1.2;
	text-decoration: none;
	color: #000000;
	transition: color .15s;
}

a:hover {
	color: #7e6660;
	text-decoration: none;
	text-decoration-color: #000;
	cursor: pointer;
}

/*body*/
body {
	position: relative;
	margin: 0;
	background: #dfdfdf;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

/*menu bar*/
.menu-bar{
	/*
	width: 100vw;
    height: 8vw;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #dfdfdf;
    z-index: 25;
	*/
	display: none
}

.site-title {
	position: fixed;
	top: 0.6vw;
    left: 2vw;
}

.site-title h1 {
	font-size: 4.2vw;
	vertical-align: text-top;
}

.site-title tm {
	margin-left: 0.1vw;
	font-size: 0.6vw;
	margin-left: 0.1vw;
}

.site-title a:hover{
	color: #000000 !important;
}
    
nav.menu {
	position: fixed;
    margin-left: 2vw;
    bottom: 1.75vw;
}

nav.menu a {
	font-family: Suissie Intl Light;
	font-size: 1.2vw;
	text-transform: uppercase;
	margin-right: 1vw;
}

nav.menu.mobile {
	display: none;
}

/*content*/
.content{
	/*width: calc(100% - 2vw);*/
	height: calc(100vh - 16vw);
	/*position: absolute;*/
	margin-top: 8vw;
	padding-bottom: 1.9vw;
	overflow-x: scroll;
	overflow-y: hidden;
}

.left-content {
	width: 46vw;
    height: calc(100vh - 16vw);
    padding: 0 2vw;
	overflow-y: scroll;
}

.left-content .item-contact:not(:first-child) {
	/*margin-top: 0.95vw;*/
}

.left-content h1 {
	margin-top: 0.95vw;
	font-family: Suissie Intl Light;
 	font-size: 0.85vw;
	letter-spacing: 0.1vw;
	text-transform: uppercase;
}

.right-img {
	width: 50vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	z-index: 25;
	pointer-events: none;
}

.desktop {
	display: inline;
}

.mobile {
	display: none;
}

/*TABLET*/
@media (max-width:1024px) {
}

/*MOBILE*/
@media (max-width:600px) {

/*viewport height*/
body {
	/*
  height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  */
  height: auto;
  /*margin: 0 auto;*/
}

/*text formats*/
body, h1, p, a, span {
	font-size:  6.3vw;
	letter-spacing: 0;
	word-spacing: 0;
	line-height: 1.25;
	text-decoration: none;
	color: #000000;
}

/*menu bar*/
.menu-bar{
	width: 100vw;
    height: 30.25vw;
    position: fixed;
    top: 0;
    left: 0;
	background: #dfdfdf;
    z-index: 5;
	display: inline;
}

.site-title {
    margin-left: 3.5vw;
    margin-top: 3.5vw;
	z-index: 25;
}

.site-title h1 {
    font-size: 12.5vw;
    vertical-align: text-top;
	line-height: 1;
}

.site-title tm {
    font-size: 2vw;
}

nav.menu.desktop {
    display: none;
}

nav.menu.mobile {
    display: inline;
	width: calc(100% - 11vw);
	z-index: 25;
}

nav.menu.mobile ul {
    width: 100%;
}

nav.menu.mobile li {
    display: flex;
	justify-content: space-between;
}

nav.menu {
    position: fixed;
    margin-left: 5.5vw;
    top: 22vw;
	bottom: inherit;
}

nav.menu a {
    font-size: 3vw;
    letter-spacing: 0.2vw;
    word-spacing: 0;
	margin-right: 0;
}

nav.menu a:hover {
    color: #7e6660;
}

/*content*/
.content {
	height: auto;
	margin-top: 37.5vw;
	padding-left: 5.5vw;
	padding-right: 5.5vw;
	padding-bottom: 1.9vw;
	overflow-x: scroll;
	overflow-y: hidden;
}

.left-content {
    width: 100%;
    height: auto;
    padding: 0;
    overflow-y: hidden;
}

.left-content h1 {
 	font-size: 3vw;
    letter-spacing: 0.2vw;
}

.desktop {
	display: none;
}

.mobile {
	display: inline;
}
	
}