
.border {
	display: none;
}
.button-left {
			background-image: url("arrow-left.png");
			background-size: contain;
			background-repeat: no-repeat;
			width: 30px;
			height: 50px;
			position: fixed;
			left: 30px;
			bottom: 30px;
			z-index: 300;
			cursor: pointer;
		}

		.top-left {
			background-image: url("top-left.png");
			background-size: contain;
			background-repeat: no-repeat;
			width: 40px;
			height: 40px;
			position: fixed;
			left: 30px;
			top: 30px;
			z-index: 300;
			cursor: pointer;
			display: block;
		}

		.top-right {
			background-image: url("top-right.png");
			background-size: contain;
			background-repeat: no-repeat;
			width: 40px;
			height: 40px;
			position: fixed;
			right: 30px;
			top: 30px;
			z-index: 300;
			cursor: grab;
			display: block;
		}

		.button-right {
			background-image: url("arrow-right.png");
			background-size: contain;
			background-repeat: no-repeat;
			width: 30px;
			height: 50px;
			position: fixed;
			right: 30px;
			bottom: 30px;
			z-index: 300;
			cursor: pointer;
		}

		.caption {
			margin: 0;
			position: fixed;
			bottom: -10px;
			left: 50%;
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			z-index: 200;
			font-family: 'OPSPastPerfect';
			font-size: 55px;
			text-align: center;
			text-transform: uppercase;

		}

				.dropdown {
		  position: relative;
		  display: inline-block;
		  width: 100%;
		}

		.dropdown-content {
  display: none;
  margin: 15px 0 0 15px;
  position: absolute;
  z-index: 300;
  font-size: 25px;
  text-transform: uppercase;
font-family: 'OPSPastPerfect';
}

.dropdown-content a {
  color: black;
  margin-bottom: 10px;
  width: 240px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.dropdown-content a:hover {background-color: black; color: white; cursor: pointer;}

.dropdown:hover .dropdown-content {display: inline-block;}



.dropdown-popup {
  display: none;
  position: fixed;
width: 500px;
top: 45px;
right: 45px;
  background-color: black;
  color: white;
  z-index: 300;
  font-size: 25px;
  text-transform: uppercase;
font-family: 'OPSPastPerfect';
cursor: pointer;
}

.dropdown:hover .dropdown-popup {display: block; cursor: pointer;}


		.home {
			margin: 0;
			position: fixed;
			top: 50%;
			right: 2%;
			transform: rotate(90deg);
			z-index: 200;
			font-family: 'OPSPastPerfect';
			font-size: 24px;
			text-align: center;
			text-transform: uppercase;

}

			.home:hover {
			text-decoration: none;
			background-color: black;

}

.caption:hover {
	color: black;
}

.no-padding-top {
padding-top: -6px;
margin-top: -6px;
}

.no-padding-bottom {
padding-bottom: -4px;
margin-bottom: -4px;
}

		#top-left-mobile {
			display: none;
		}

		#top-right-mobile {
			display: none;
		}



			@font-face {
			  	font-family: 'OPSPastPerfect';
			  	src:  url('OPSPastPerfect-Regular.woff2') format('woff2');
			}

			@font-face {
			  	font-family: 'Bradford';
			  	src:  url('BradfordLL-Book.otf') format('opentype');
			}

			@font-face {
			  	font-family: 'Bradford-italic';
			  	src:  url('BradfordLL-BookItalic.otf') format('opentype');
			}

@import url("https://p.typekit.net/p.css?s=1&k=ktm6iak&ht=tk&f=39504.39505&a=36592780&app=typekit&e=css");

@font-face {
font-family:"neue-haas-grotesk-text";
src:url("https://use.typekit.net/af/0230dd/00000000000000007735bb33/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/0230dd/00000000000000007735bb33/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/0230dd/00000000000000007735bb33/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"neue-haas-grotesk-text";
src:url("https://use.typekit.net/af/aed66e/00000000000000007735bb35/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/aed66e/00000000000000007735bb35/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/aed66e/00000000000000007735bb35/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;
}

a:hover {background-color: black; color: white;}

a {
	cursor: pointer;
	text-decoration: none;
	color: black;
}

#mobile-menu {
			display: none;
}

#mobile-info {
			display: none;
}

/*MOBILE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

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

	* {
		touch-action: manipulation;
	}
      body {
        height: 100vh;
        width: 100vw;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        margin: 0;
        padding: 0;
      }

      .border {
	width: 100vw;
	height: 20px;
	background-color: white;
	position: fixed;
	top: 0;
	z-index: 500;
	display: block;
}

.button-left {
			background-image: url("arrow-left.png");
			background-size: contain;
			background-repeat: no-repeat;
			width: 20px;
			height: 40px;
			position: fixed;
			left: 20px;
			bottom: 20px;
			z-index: 300;
			cursor: pointer;
		}

		.top-left {
			background-image: url("top-left.png");
			background-size: contain;
			background-repeat: no-repeat;
			width: 35px;
			height: 35px;
			position: fixed;
			left: 20px;
			top: 20px;
			z-index: 300;
			cursor: pointer;
		}

		.top-right {
			background-image: url("top-right.png");
			background-size: contain;
			background-repeat: no-repeat;
			width: 35px;
			height: 35px;
			position: fixed;
			right: 20px;
			top: 20px;
			z-index: 300;
			cursor: grab;
		}

		.button-right {
			background-image: url("arrow-right.png");
			background-size: contain;
			background-repeat: no-repeat;
			width: 20px;
			height: 40px;
			position: fixed;
			right: 20px;
			bottom: 20px;
			z-index: 300;
			cursor: pointer;
		}

		.caption {
			transform: scale(1);
			margin: auto;
			left: 50%;
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%);
			height: 80px;
			width: 100vw;
			background-color: white;
			bottom: 0;
			z-index: 200;
			font-family: 'OPSPastPerfect';
			font-size: 24px;
			text-align: center;
			padding-top: 25px;
			text-transform: uppercase;

		}

		.home {
			display: none;
		}


		#top-left-mobile {
				background-image: url("top-left.png");
				background-size: contain;
				background-repeat: no-repeat;
				width: 35px;
				height: 35px;
				position: fixed;
				left: 20px;
				top: 20px;
				z-index: 300;
				cursor: pointer;
				display: block;
		}

		#top-right-mobile {
			background-image: url("top-right.png");
			background-size: contain;
			background-repeat: no-repeat;
			width: 35px;
			height: 35px;
			position: fixed;
			right: 20px;
			top: 20px;
			z-index: 300;
			cursor: grab;
			display: block;
		}


		.top-left {
			display: none;
		}

		.top-right {
			display: none;
		}

		#mobile-info {
			display: none;
			width: 100vw;
			height: 100vh;
			background-color: black;
			color: white;
			  z-index: 700;
  font-size: 20px;
  text-transform: uppercase;
font-family: 'OPSPastPerfect';
position: absolute;
top: 0;
overflow: scroll}

		#mobile-info p {
padding: 0px 10px 20px 10px;
		}

.no-padding-top {
padding-top: 30px;
margin-top: 30px;
}

.no-padding-bottom {
padding-bottom: 30px;
margin-bottom: 0px;
}

#mobile-menu {
			display: none;
			width: 100vw;
			height: 100vh;
			background-color: black;
			color: white;
			  z-index: 300;
  font-size: 24px;
  text-transform: uppercase;
font-family: 'OPSPastPerfect';
position: absolute;
top: 0;
overflow: scroll;
padding: 30px 0 0 10px;
z-index: 700;
}


#mobile-menu a {
			text-decoration: none;
			color: white;
			padding: 0px 10px 20px 10px;
}

#mobile-menu img {
			width: 60px;
			height: 60px;
			padding: 0px 10px 20px 10px;
}
