@import url("//hello.myfonts.net/count/313eda");

  
@font-face {font-family: 'Savon-Regular';src: url('../fonts/Savon-Regular.eot');src: url('../fonts/Savon-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/Savon-Regular.woff2') format('woff2'),url('../fonts/Savon-Regular.woff') format('woff');}
 
  
@font-face {font-family: 'Savon-Regular-Italic';src: url('../fonts/Savon-Regular-Italic.eot');src: url('../fonts/Savon-Regular-Italic.eot?#iefix') format('embedded-opentype'),url('../fonts/Savon-Regular-Italic.woff2') format('woff2'),url('../fonts/Savon-Regular-Italic.woff') format('woff');}
 

* {
	font-family: "Savon-Regular", TimesNewRoman, 'Times New Roman', Times, serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html, body {
 	height: 100%;
 	width: 100%;
 	overflow: hidden;
	position: relative;
}

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

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #000;
    z-index:99;
}

#status {
    width: 100%;
    height: 100%;
}

/* Styles*/

h2 {
	font-size: 5.8vw;
    line-height: 0.9;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;
}

p {
	font-size: 1.9rem;
	line-height: 2.35rem;
}

a {
	text-decoration: none;
}

p a {
	font-size: 1.65rem;
    letter-spacing: .03rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}

p a:hover {
	border-bottom: 0px solid;
}

p i a {
	font-family: "Savon-Regular-Italic", TimesNewRoman, 'Times New Roman', Times, serif;
	font-size: 1.9rem;
	font-style: normal;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

p i a:hover {
	border-bottom: 0px solid;
}

.description p {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.centerContainer {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.os-text {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
	z-index: -1;
	cursor: pointer;
}

#obliqueStrategies {
	font-weight: normal;
	color: #000;
	font-size: 8.6vw;
	line-height: 8.85vw;
	letter-spacing: -0.02rem;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	position: relative;
	padding: 90px 200px;
	transform: scale(0.98);
	transition: transform 0.25s ease;
}

#obliqueStrategies:hover {
	transform: scale(1.0) rotate(2deg);
}

.header {
	padding-top: 30px;
	text-align: center;
}

.colophon {
	position: absolute;
	right: 0;
	-webkit-transform: rotate(90deg);
	top: 50%;
}

.reload {
	position: absolute;
	bottom: 30px;
	left: 46%;
	z-index: 100;
}

.info {
	position: absolute;
	left: 5px;
	-webkit-transform: rotate(-90deg);
	top: 50%;
}

.description {
	padding: 30px;
	width: 100%;
	color: #fff;
}

.description a {
	color: #fff;
}

/*SLIDER*/

#os-site {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.os-slidebar {
	height: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 0;
	width: 50%;
	visibility: hidden;
	background-color: #000;
	max-width: 475px;
}

.os-left {
	left: 0;
}

html.os-static .os-slidebar,
.os-slidebar.os-static {
	position: absolute;
}

.os-slidebar.os-active {
	visibility: visible;
}

.os-slidebar.os-style-overlay {
	z-index: 9999;
}

.os-slide, #os-site, .os-slidebar {
	-webkit-transition: -webkit-transform 400ms ease;
	   -moz-transition: -moz-transform 400ms ease;
	     -o-transition: -o-transform 400ms ease;
	        transition: transform 400ms ease;
	-webkit-transition-property: -webkit-transform, left, right;
	-webkit-backface-visibility: hidden;
}

@media only screen and (max-width : 600px) {
	p {
		font-size: 1.1rem;
		line-height: 1.5rem;
	}

	p a,
	p i a {
		font-size: 1.1rem;
	}

	#obliqueStrategies {
		padding: 10% 20%;
		font-size: 12.8vw;
		line-height: 13.8vw;
		margin-top: -30px;
	}

	.os-slidebar {
		width: 85%;
	}

	.header {
		padding-top: 15px;
	}

	.info {
		left: 0;
	}

	.colophon {
		right: -15px;
	}

	.reload {
		bottom: 20px;
		left: 41%;
	}

}