@font-face {
  font-family: gravity-bold;
  /*src: url(fonts/gravity/gravity-bold.otf);*/
  src: url(fonts/roboto/Roboto-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: gravity-ultralight;
/*  src: url(fonts/gravity/gravity-ultralight.otf);*/
  src: url(fonts/roboto/Roboto-Thin.ttf);
}

@font-face {
  font-family: arial-black;
  src: url(fonts/arial-black/arial-black.ttf);
}

@font-face {
  font-family: bebas-regular;
  src: url(fonts/bebas/Bebas-Regular.ttf);
}

body {
  margin: 0;
  min-width: 800px;
}

#side-frame {
  width: 25%;
  padding-left: 5%;
  height: 100%;
  position: fixed;
}

#main-frame {
  margin-left: 30%;
  width: 70%;
  padding-top: calc(2.5vw + 120px);
}

#logo {
  margin-top: 2.5vw;
  font-size: 25px;
  text-align: left;
  font-family: 'bebas-regular', 'arial-black', arial;
  line-height: 0.9;
  letter-spacing: 0.02em;
  cursor: pointer;
  user-select: none;
}

#menu-icon {
  position: absolute;
  cursor: pointer;
  top: 2.5vw;
  right: -0.8vw;
}

#mobile-menu {
  display: none;
  position: fixed;
  z-index: 4242;
  top: 0;
  padding-top: 12vh;
  height: 100%;
  background:rgba(255,255,255,0.85);
  width: 100%;
  text-align: center;
  font-size: 3.4vh;
  font-family: 'bebas-regular', sans-serif;
  line-height: 1.5;
}

#menu-icon > img {
  width: 80%;
}

#menu {
  margin-top: 92px;
  font-family: 'bebas-regular', sans-serif;
  line-height: 2;
  font-size: 16px;
  user-select: none;
}

#menu div {
  cursor: pointer;
  display: inline;
}

.menu_subentry {
  cursor: pointer;
  margin: 0;
  padding: 0;
  margin-left: 1.5em;
}

.menu_subentry:first-letter, #works-m-menu > div:first-letter {
    text-transform: capitalize;
}

#lang {
  font-family: 'bebas-regular', sans-serif;
  user-select: none;
}

#lang div {
  display: inline;
}

img {
  /* Prevent dragging */
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/** -------------------- SLIDESHOW -------------------- **/

#slideshow > img {
  position: absolute;
  width: 60%;
  left: 35%;
}

/** -------------------- VIDEO -------------------- **/

.video-container {
position: relative;
padding-bottom: 53.65%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#video {
  position: absolute;
  width: 60%;
  left: 35%;
}

#video-mobile {
  position: absolute;
  width: 90%;
}

/** -------------------- WORKS -------------------- **/

#works {
  padding-left: 5vw;
  font-family: 'gravity-ultralight', sans-serif;
  line-height: 1.85;
  font-weight: 800;
  font-size: 12px;
}

#works > div {
  width: 28.5vw;
  float: left;
  padding-bottom: 3vw;
}

#works > div:nth-of-type(2n) {
  padding-left: 3vw;
}

#works img {
  width: 28.5vw;
  padding-bottom: 1vw;
  cursor: pointer;
}

#image-frame > img {
  position: absolute;
  width: 60%;
  left: 35%;
  top: calc(2.5vw + 120px);
}

#back-div {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/** -------------------- BIOGRAPHY -------------------- **/

#biography {
  font-family: 'gravity-ultralight', sans-serif;
  padding-left: 5vw;
}

#biography > div {
  float: left;
  width: 27.5vw;
}

#biography img {
  width: 100%;
  padding-bottom: 10px;
}

#biography > div:nth-of-type(1) {
  padding-right: 2.5vw;
  line-height: 1.85;
  font-weight: 800;
  font-size: 12px;
}

#biography > div:nth-of-type(2) {
  padding-left: 2.5vw;
  font-weight: 800;
  line-height: 1.85;
  font-family: 'gravity-bold', sans-serif;
  font-size: 10px;
}

/** -------------------- WORKSHOPS -------------------- **/

#workshops {
  font-family: 'gravity-ultralight', sans-serif;
  width: 60vw;
  padding-left: 5vw;
  line-height: 1.85;
  font-weight: 800;
  font-size: 12px;
}

#workshops > img {
  padding-top: 10px;
  width: 60vw;
}

/** -------------------- PRINTS -------------------- **/

#prints {
  font-family: 'gravity-ultralight', sans-serif;
  width: 60vw;
  padding-left: 5vw;
  line-height: 1.85;
  font-weight: 800;
  font-size: 12px;
}

#prints > img {
  padding-top: 10px;
  width: 60vw;
}

/** -------------------- CONTACT -------------------- **/

#contacts {
  font-family: 'gravity-ultralight', sans-serif;
  width: 60vw;
  padding-left: 5vw;
  line-height: 1.85;
  font-weight: 800;
  font-size: 12px;
}

#contacts a { 
  color: inherit;
}

/** -------------------- BOOK-------------------- **/

#book {
  padding-left: 5%;
  font-family: 'gravity-ultralight', sans-serif;
  line-height: 1.85;
  font-weight: 800;
  font-size: 12px;
}

#book img {
  width: 90%;
  padding-bottom: 10px;
  padding-top: 10px;
}

#book-tb {
  width: 90%;
}

#book-tb > div {
  width: 50%;
  float: left;
  padding-bottom: 30px;
}

#title-tb {
  width: 90%;
}

#title-tb > div {
  width: 50%;
  float: left;
}

#paypal {
  text-align: right;
}

b {
  font-family: 'gravity-bold', sans-serif;
}

/** MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE **/

/** -------------------- BOOK-MOBILE -------------------- **/
#mobile-frame {
  padding-left: 5%;
  width: 90%;
}
 
#mobile-main-frame {
  padding-top: 30px;
}

#mbook {
  font-family: 'gravity-ultralight', sans-serif;
  line-height: 1.85;
  font-weight: 800;
  font-size: 32px;
}

#mobile-frame > #logo {
  font-size: 88px;
  padding-bottom: 50px;
}

#mbook img {
  width: 100%;
  padding-bottom: 10px;
}

#mbook-tb {
  width: 100%;
}

#mbook-tb > div {
  width: 50%;
  float: left;
}

#mpaypal {
  text-align: right;
}

#paypalimg {
  width: 300px;
  padding-right: 20px;
}

#is {
  padding-right: 18px;
  padding-bottom: 5px;
}

#mis {
  padding-bottom: 5px;
}

/** -------------------- WORKS-MOBILE -------------------- **/

#mworks {
  font-family: 'gravity-ultralight', sans-serif;
  font-size: 48px;
  line-height: 1.85;
  font-weight: 800;
}

#mworks > div {
  width: 100%;
  float: left;
  padding-bottom: 6vw;
}

#mworks img {
  width: 100%;
  padding-bottom: 0.5vw;
}

/** -------------------- SLIDESHOW-MOBILE -------------------- **/

#mslideshow > img {
  position: absolute;
  width: 90%;
}

/** -------------------- CONTACT-MOBILE -------------------- **/

#mcontacts {
  font-family: 'gravity-ultralight', sans-serif;
  width: 100%;
  padding-top: 5vh;
  line-height: 1.85;
  font-weight: 800;
  font-size: 2.2vw;
}

#mcontacts a { 
  color: inherit;
}

/** -------------------- BIOGRAPHY-MOBILE -------------------- **/

#mbiography {
  font-family: 'gravity-ultralight', sans-serif;
}

#mbiography > div {
  float: left;
  width: 90vw;
  text-align: left;
}

#mbiography img {
  width: 100%;
  padding-bottom: 10px;
}

#mbiography > div:nth-of-type(1) {
  line-height: 1.85;
  font-weight: 800;
  font-size: 2vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

#mbiography > div:nth-of-type(2) {
  font-weight: 800;
  line-height: 1.85;
  font-family: 'gravity-bold', sans-serif;
  font-size: 1.8vw;
}

/** -------------------- PRINTS-MOBILE -------------------- **/

#mprints {
  font-family: 'gravity-ultralight', sans-serif;
  width: 90vw;
  text-align: left;
  line-height: 1.85;
  font-weight: 800;
  font-size: 2vw;
  padding-top: 5vw;
}

#mprints > img {
  padding-top: 5vw;
  width: 100%;
}

/** -------------------- WORKSHOPS-MOBILE -------------------- **/

#mworkshops {
  font-family: 'gravity-ultralight', sans-serif;
  width: 90vw;
  text-align: left;
  padding-top: 5vw;
  line-height: 1.85;
  font-weight: 800;
  font-size: 2vw;
}

#mworkshops > img {
  padding-top: 5vw;
  width: 100%;
}
