@font-face {
		font-family: "HelveticaNeueItalic";
		src: url("/fonts/HelveticaNeueItalic.ttf") format("ttf");
		}
		
		
@font-face {
		font-family: "Helvetica";
		src: url("/fonts/Helvetica.ttf") format("ttf");"
		}
		
body{
}

.footer{
	font-family: Helvetica;
	font-size: 28px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:100;
	width: 98%;
	padding-left: 20px;
	padding-right: 20px;
    padding-bottom: 10px;
}

.footer-contact{
	display: flex;
	flex-direction: row;
	align-items: baseline;
	flex-grow: 4; /* default 0 */
}

.footer-contact a{
	color:black;
	text-decoration: none;
}

.footer-contact a:hover{
	color:#707070;
	transition-duration: 0.5s;
}

.footer-schedule{
	display: flex;
	flex-direction: row;
	margin-right: 15px;

}

.footer-contact div{margin:0 15px 0 15px;}

.footer-schedule div{margin:0 5px 0 5px;}

.firstpart{margin-left: 200px; margin-right: 60px;}

.homepage1 {
	position: absolute;
	right:0;
	top: 0;
	width: 750px;
	margin-right: 60px;
}
.homepage1{
	animation: fadeInRight; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
	}


/* ANIMATE */

.animate__fadeIn {
	animate-duration: 0;
	}
	
/* CURSOR */

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  
}
.cursor--small {
  width: 5px;
  height: 5px;
  left: -2.5px;
  top: -2.5px;
  border-radius: 50%;
  z-index: 11000;
  background: #000000;
}

.cursor--outer {
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-text);
  z-index: 12000;
  opacity: 0.2;
}

.cursor--canvas {
  width: 100vw;
  height: 100vh;
  z-index: 12000;
}

.link {
	justify-content: center;
	align-items: center;
}

.navigation 
{
	-webkit-box-align: center;
	align-items: center;
	bottom: 0;
	left:7rem;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	white-space: nowrap;
	z-index: 2;
	width:100%
}

.navigation :first-child {}
.navigation :nth-child(2) {left:25.875rem;}
.navigation :nth-child(3) {left:37.8rem;}
.navigation :nth-child(4) {left:49.8rem;}
.navigation :nth-child(5) {left:140.8rem;}
.navigation :nth-child(6) {left:153.75rem;}

.navigation_link, .navigation_logo
{
	pointer-events: all;
	position: absolute;
	text-align: center;
	width: 15rem;
}

.navigation_link 
{
	display: inline-block;
	font: 1.8rem/12rem 'Sen', sans-serif;
	font-weight: 400;
	letter-spacing: .02rem;
	vertical-align: middle;
}

.navigation_link span
{
	pointer-events: none;
}

.navigation_link_wrapper 
{
	display: block;
	overflow: hidden;
	pointer-events: none;
	position: relative;
}

.navigation_link_wrapper span
{
	display: inline-block;
	line-height: 1.;
	overflow: hidden;
	vertical-align: middle;
}

.navigation_link_text 
{
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

a 
{
	text-decoration: none;
}

a, button 
{
	color: inherit;
	cursor: none;
	outline: none;
}