@font-face {
  font-family: "FaktPro-Light";
  src: url('../fonts/FaktPro-Light.eot');
  src: url('../fonts/FaktPro-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/FaktPro-Light.woff') format('woff'),
  url('../fonts/FaktPro-Light.ttf') format('truetype');
}

@font-face {
  font-family: "FaktPro-Normal";
  src: url('../fonts/FaktPro-Normal.eot');
  src: url('../fonts/FaktPro-Normal.eot?#iefix') format('embedded-opentype'),
  url('../fonts/FaktPro-Normal.woff') format('woff'),
  url('../fonts/FaktPro-Normal.ttf') format('truetype');
}

@font-face {
  font-family: 'rorylogo';
  src:
    url('../fonts/rorylogo.ttf?gs1c14') format('truetype'),
    url('../fonts/rorylogo.woff?gs1c14') format('woff');
  font-weight: normal;
  font-style: normal;
}

*::selection {
  background: #000;
  color: #fff;
}

.dark *::selection {
  background: #fff;
  color: #fff;
}

*,
*:after, 
*:before {
	margin: 0;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.wrapper {
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	z-index: -999;
}

body {
	background-color: #D8D2C8;
	overflow-x: hidden;
}

.dark {
	background-color: #000;
}

#introVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

h1 {
	color: #FFFFFF;
	font-family: "FaktPro-Light", helvetica, sans-serif;
	font-size: 6.75vw;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 0.9;
}

h2 {
	color: #FFFFFF;
	font-family: "FaktPro-Light", helvetica, sans-serif;
	font-size: 4.7vw;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

h3 {
	color: #FFFFFF;
	font-family: "FaktPro-Light", helvetica, sans-serif;
	font-size: 3.1vw;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 1.1;	
}

a,
h2 a,
h3 a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
	transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

a:hover,
h2 a:hover,
h3 a:hover {
	-webkit-filter: blur(8px);
	filter: blur(8px);
}

section {
	min-height: auto;
	position: relative;
}

.spacer {
	margin-top: 15%;
}

.full-screen {
	position: relative;
	width:  100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.intro-img {
	width: 100vw;
	height: auto;
	padding: 0 12%;
	position: absolute;
}

.nav {
	position: absolute;
	padding: 3%;
	will-change: filter;
	transform: translate3d(-1px, -1px, 0);
}


.navTop {
	top: 0;
	left: 0;
}

.navBottom {
	bottom: 0;
	right: 0;
}

/* Make sure the .nav.b and .nav.b:hover ~ .nav.a are the same values */
.nav.b {
	filter: blur(11px);
	transition: opacity 1s;
}

/* BIO */

#bio {
	display: grid;
	height: auto;
}

#db-bio {
	display: flex;
}

.text-3-4 {
	position: absolute;
	left: 0;
	width: 90%;
	margin: 20% 0 0 3%;
	z-index: 99;
}

#bio .section-image {
    width: 40%;
    right: 3%;
    top: 25%;
}

#rm-bio-photo {
    width: 40%;
    right: 3%;
    top: 25%;	
}

#db-bio-photo {
    top: 15% !important;
}

.text-bio-intro {
	width: 90%;
	margin: 25% 0 30% 3%;
	position: relative;
	z-index: 99;
}

#db-intro {
	margin: 28% 0 25% 3%;
}

/*  PRESS  */

#press {
	min-height: auto;
}

#press .text-3-4 {
	position: relative;
	left: 0;
	width: 90%;
	margin: 20% 0 40% 3%;
	z-index: 99;
}

#db.text-3-4 {
	margin-top: 25%;
}

.bio-photo {
	margin-right: 6%;
}

.bio-photo img {
    width: 43%;
    float: right;
    margin-top: 15%;
}

#db.bio-photo img {
	margin-top: 12%;
}

/* CAROUSEL */

.full-height-photos {
	text-align: center;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	color: #fff;
	position:relative;
}

.photo-intro {
	display: flex;
	position: absolute;
	z-index: 999;
	padding: 3%;
	transform: translateZ(0);
}

.carousel { 
	height: 100%;
	position:relative;
}

.main-carousel {
	height: 100vh;
}

.carousel-item {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 900;
}

.carousel-cell-image,
.carousel-cell-image img {
	position: absolute;
  	display: block;
	top: 0;
	left: 0;
	z-index: 900;
}

.main-carousel .carousel img {
	width: 100%;
	margin: 0;
	height: 100vh;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	object-fit: cover;
}

.quote-carousel h2, .quote-carousel img {
	transition: opacity 0.5s;
}


/* PRESS */

#db-press {
	display: inline-block;
    margin-bottom: 30%;
    width: 100%;
}

#press h1,
#db-press h1,
#bio-detail h1,
#contact h1,
#video h1 {
	margin-bottom: 7%;
}

#db-press h2 {
	text-indent: -0.3em;
}


/* Placements & Stages */

#placements h2 {
	margin-bottom: 3%;
}

#placements {
	display: block;
	margin: 10% 3% 30%;
}

.Rtable {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 3em 0;
	padding: 0;
	font-size: 1.8vw;
	color: #FFFFFF;
	font-family: "FaktPro-Light", helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 1.2;
	border-top: 1px solid #fff;
}

.Rtable-cell {
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	flex-grow: 1;
	width: 100%;
	padding: 1em 0 0.8em;
	overflow: hidden;
	list-style: none;
}

.Rtable--4cols > .Rtable-cell {
	width: 25%;
}

.cell-lg {
	width: 35% !important;
}

.cell-sm {
	width: 15% !important;
}

/* Book */

#book {
	height: auto;
    margin-bottom: 30%;
}

#book .img-half {
	width: 50%;
	padding-right: 5%;
}

#book .col-half {
	margin-top: 6%;
}


/* Contact */

#contact {
	margin: 0 3% 10%;
	position: relative;
}

.col-half {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10%;
} 

#contact .text-3-4 {
	margin-top: 5.4%; 
}

.mainText {
	position: absolute;
	left: 0;
	z-index: 99;

}

.descText {
	padding: 5% 0;
}

/*  FOOTER  */

#footer img {
	filter: blur(40px);
	transform: scale(0.98);
	transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.footer-section a:hover {
	filter: none;
}

.footer-section:hover img {
	filter: blur(0px) !important;
	transform: scale(1) !important;
}

#footer-b img {
	filter: blur(20px);
	transform: scale(0.98);
	transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

#footer:hover,
#footer img:hover,
#footer nav:hover,
#footer.full-screen:hover {
	cursor: pointer;	
}


/*  DB PRESS  */

.quote-logo {
	padding-top: 2%; 
	width: 16%;
}

#nyt {
	width: 23%;
}

#thrillist {
	width: 13%;
}

/*  VIDEO  */

#video {
	margin: 20% 0 30%;
}

.videoWrapper,
.videoIntro,
.videoOverlay {
	cursor: url('play_2.svg')64 64, pointer !important;
}

.videoIntro {
	top: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
}

.videoIntro video {
	width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 54.5%;
	padding-top: 25px;
	height: 0;
	margin-bottom: 40px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#video h1 {
	margin: 0 3% 7%;
}

/*  RESERVATIONS  */

#reservations {
	margin: 0 3% 20%;
}

/**
	New css!
 */
.nav a {
	text-decoration: none;
}

#loading-overlay {
	position:fixed;
	width:100%;
	height: 100%;
	z-index: 100000;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	-webkit-transition-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	-ms-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s;
	cursor: pointer;
}
/* The transition to show the loading screen when a user has been idle. */
.loading-overlay-fadein {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

#loading-overlay img {
	position: absolute;
  	display: block;
	top: 0;
	left: 0;
	filter: blur(40px);
	width: 100%;
	height: 100%;
	transform: scale(1.5);
	-webkit-transition: all 3s ease-in;
	-moz-transition: all 3s ease-in;
	-ms-transition: all 3s ease-in;
	-o-transition: all 3s ease-in;
	transition: all 3s ease-in;
	opacity: 0;
	object-fit: cover;
}

.loading-image-active {
	opacity: 1 !important;
}

/* The css of the background image when hiding the loading screen. */
.loading-image-hiding {
	filter: blur(200px) !important;
}
/* The css of the logo text (The art of dessert) when hiding the loading screen */
.loading-logo-hiding {
	filter: blur(30px) !important;
	transform: translateY(-50%) scale(1.2) !important;
}

.loading-logo {
	position: relative;
	font-family: "FaktPro-Light";
    top: 50%;
    transform: translateY(-50%) scale(1);
	text-align:center;
	width: 100%;
	color: white;
	font-size: 9em;
	filter: blur(0);
	-webkit-transition: all 2.2s 1s;
	-moz-transition: all 2.2s 1s;
	-ms-transition: all 2.2s 1s;
	-o-transition: all 2.2s 1s;
	transition: all 2.2s 1s;
}

.loading-text {
	position: absolute;
	bottom: 12.5%;
	width: 100%;
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	color: #fff;
	font-family: arial, sans-serif;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'rorylogo';
 	font-size: 14vw;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rory_logo:before {
  content: "\e900";
  color: #fff;
}


.icon-rory_logo:before {
  content: "\e900";
  color: #fff;
}

.loading-initial-opacity {
	-webkit-transition: opacity 1s !important;
	-moz-transition: opacity 1s !important;
	-ms-transition: opacity 1s !important;
	-o-transition: opacity 1s !important;
	transition: opacity 1s !important;
}

.noscroll {
	overflow:hidden !important;
}

/** For blurring of image A when doing A -> B */
.transition-animation-in {
	-webkit-transition: all 750ms ease-in, opacity 750ms ease-in;
	transition: all 750ms ease-in, opacity 750ms ease-in;
}

/** For the unblurring of image B */
.transition-animation-out {
	-webkit-transition: all 750ms ease-out;
	transition: all 750ms ease-out;
}

.photo-status {
	display: flex;
	position: absolute;
	z-index: 999;
	padding: 3%;
	bottom:0;
	right: 0;
	transform: translateZ(0);
}

.photo-status span {
	color: #FFFFFF;
	font-family: "FaktPro-Light";
	font-size: 7vw;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 0.9;
	transform: translateZ(0);
}

.hide {
	display: none !important;
}

.hide-opacity {
	opacity: 0 !important;
}

.carousel-images {
	height: 100%;
	overflow: hidden;
	z-index: 900;
}

.carousel .next {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 1000;
	cursor: url('arrow_right.svg')64 64, pointer !important;
}

.carousel .previous {
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: 1000;
	cursor: url('arrow_left.svg')64 64, pointer !important;
}

.text-bio-full {
	width: 92%;
	margin: 20% 3% 15%;
	position: relative;
	z-index: 99;
}

.section-image {
	position: absolute;
	top: 0;
}

.rm-bio-detail {
	width: 40%;
    right: 6%;
    top: -8%;
    z-index: -1;
}

#contact,
#video,
#reservations {
	min-height: auto;
}

.light .photos-section {
	margin-top: 0;
}


/*  MOBILE  */

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

	h1,
	.photo-status span
 	{
		font-size: 11.5vw;
	}

	h2,
	h3 {
		font-size: 7.5vw;
	}

	.intro-img {
		padding: 0;
	}

	.photos-section {
		margin-top: 40%;
	}

	.full-height-photos,
	.main-carousel {
		height: 80vh;
	}

	.Rtable {
		font-family: "FaktPro-Light";
		font-size: 6vw;
		line-height: 1.4em;
		display: block;
	}
	
	.Rtable--4cols > .Rtable-cell {
		width: 100% !important;
		border-bottom: 0px solid transparent;
		padding: 0;
	}

	.cell-lg {
		border-bottom: 0px solid transparent;
	}

	.cell-sm {
		border-bottom: 1px solid #fff !important;
		padding-bottom: 4% !important;
	}

	.firstCell {
		padding-top: 4% !important;
	}

	.hideMobile {
		display: none;
	}

	.col-half {
		width: 100%;
	}

	section,
	.section {
		min-height: 80vh;
	}

	.quote-logo {
		width: 27%;
	}

	#video {
		margin: 20% 0 30%;
	}

	#footer img {
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}

	#book .col-half {
		padding: 0 3% 10%;
	}

	#book .img-half {
		width: 100%;
		padding: 10% 10% 0 10%;
	}

	.icon-rory_logo {
		font-size: 20vw;
	}
}


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

	section,
	.section {
		min-height: 50vh;
	}

	.section-image {
		display: none;
	}

	.header.full-screen {
		height: 90vh;
	}

	.photos-section {
		margin-bottom: 20%;
	}

	.rm-bio-photo,
	.rm-bio-detail,
	.bio-photo {
		display: none;
	}

	#nyt {
	width: 50%;
	}

	#thrillist {
		width: 23%;
	}

}

