
#main {
	position: absolute !important;
	overflow: visible  !important;
}

#home-menu {
    position: absolute;
    left: 8px;
    right: 12px;
    top: 31px;
    text-align: right !important;
}

#home-submenu-sec {
    position:   absolute;
	left:        8px;
	right:      180px;
	top:        95px;
	text-align: right;
}

#nav-menu-table {
    display: inline-block;
}

#home-header-background {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 87px;
	border-bottom: 2px solid #60563e;
}

#nav-menu-mobile {
	top:         30px !important;
	right:       15px !important;
	text-align: right !important;
}

#home-image-section {
	position: absolute;
	left: 0px;
	right: 0px;
}

#home-header {
    position: absolute !important;
    top: 80px;
    left: 0px;
}

#home-video {
    position:   absolute;
	width:      100%;
	top:        210px;
    height:     630px;
    object-fit: cover;
}

#home-logo {
    position: absolute;
	left:     0px;
	top:      -75px;
	width:    150px;
}

#ycc-banner-sec {
    position:     absolute;
	top:          83px;
	width:        100%;
	height:       90px;
	text-align:   center; 
	padding-top:  0px; 
	padding-left: 0px;
}

#livestream-link {
    position:     absolute;
	top:          182px;
	width:        100%;
	text-align:   center; 
}

#service-time {
    position:     absolute;
	top:          1080px;
	width:        100%;
	text-align:   center; 
	font-size:    28px;
	font-family:  'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
}

#video-text-overlay {
	position:    absolute;
	top:         570px;
}

#gather-text-overlay {
	position:    absolute;
	top:         1050px;
	left:        0px;
	right:       5px;
	padding:     0 47% 0 8%;
	text-align:  left;
	transition:  padding .9s;
}

#serve-text-overlay {
	position:    absolute;
	top:         1700px;
	left:        0px;
	right:       5px;
	padding:     0 8% 0 47%;
	text-align:  right;
	transition:  padding .9s;
}

#live-text-overlay {
	position:    absolute;
	top:         2300px;
	left:        0px;
	right:       5px;
	padding:     0 47% 0 8%;
	text-align:  left;
	transition:  padding .9s;
}

#video-headline {
	line-height: .9;
	font-size:   50px;
	font-family: "Alice";
	font-weight: 400;
	padding-bottom: 10px;
	transition:  font-size .5s;
}

#video-overlay {
	position: absolute;
	top:      0px;
	height:   630px;
}

#image-overlay {
	position: absolute;
	top:      699px;
	height:   1912px;
}


.image-headline {
	font-family: 'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif !important;
	font-size:   42px;
	font-family: "Alice";
	font-weight: 700;
	margin-bottom: 20px;
}

.text-overlay {
	text-align:  center;
	font-size:   20px;
	line-height: 120%;
	width:       100%;
	color:       white;
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
	
}

.layer-centered {
	position:   absolute;
	text-align: center;
	left:  0px;
	right: 0px;
}

.blue-box {
	
}

.overlay-button {
	color:       white;
	font-size:   12px;
	padding:     10px 15px;
	border:      1px white solid;
	border-radius:    3px;
	background-color: #ffffff00;
	transition:       background-color .5s;
}

.overlay-button:hover {
	color:       white;
	cursor:      pointer;
	font-size:   12px;
	padding:     10px 15px;
	border:      1px white solid;
	border-radius:    3px;
	background-color: #ffffff33;
}

.nav-menu {
    font-size: 17px;
    color: #f8f8f8 !important;
    font-weight: normal;
    font-family: Raleway, Calibri, Arial, Helvetica;
}

.nav-sub-menu {
    font-size: 20px;
    color: #60147f !important;
    font-weight: normal;
    font-family: Raleway, Calibri, Arial, Helvetica;
}

.nav-menu:hover,
.nav-sub-menu:hover {
	color: #ffff00;
}

.nav-sub-menu {
	font-size:       14px;
	line-height:     20px;
	font-style:      normal;
	font-weight:     bold;
	text-decoration: none;
	cursor:          pointer;
	color:           #60147f;
}

#trapezoid-divider-1 {
	position: absolute;
	top: 0px;
	height: 210px;
	right: 0;
	left:  0;
	border: none;
	background-color: white;
	clip-path: polygon(
		0 45px, 
		100% 0px,
		100% 100px, 
		0 100%
	);
}

#trapezoid-divider-2 {
	position: absolute;
	top: 0px;
	height: 240px;
	right: 0;
	left:  0;
	border: none;
	background-color: white;
	clip-path: polygon(
		0 0px, 
		100% 80px, 
		100% 100%,
		0 100px
	);
}

@media (max-width: 930px) {

	#video-headline {
		font-size:   40px;
	}
	
	#service-time {
		font-size:   20px;
	}

	#gather-text-overlay,
	#serve-text-overlay,
	#live-text-overlay {
		padding:     0 10% 0 10%;
	}
	
	.image-headline {
		font-size: 34px;
	}
}

