@media (min-aspect-ratio: 16/9) {
    #vitavideo video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    #vitavideo video {
        width: auto;
        height: 100%;
    }
}


@font-face {
    font-family: "SuisseIntl-Regular";
    src: url('../font/SuisseIntl-Regular.woff2') format('woff2'),
        url('../font/SuisseIntl-Regular.woff') format('woff'),
        url('../font/SuisseIntl-Regular.woff') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: "SuisseIntl-Regular";
    src: url('../font/SuisseIntl-RegularItalic.woff2') format('woff2'),
        url('../font/SuisseIntl-RegularItalic.woff') format('woff'),
        url('../font/SuisseIntl-Regular.woff') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: "SuisseIntl-Medium";
    src: url('../font/SuisseIntl-Medium.woff2') format('woff2'),
        url('../font/SuisseIntl-Medium.woff') format('woff'),
        url('../font/SuisseIntl-Regular.woff') format('truetype');
    font-style: normal;
}

p {
	margin: 0;
}

.vitabutton {
	border-radius: 30px;
	padding: 1px 7px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 10px 10px;
	cursor: pointer;
	border: 2px solid #E6E6E6;
    white-space: nowrap;
    color: #E6E6E6;
}

#vitamenubutton {
    color: #E6E6E6;
    padding-top: 15%;
}

#submit {
    margin-top: 3vh;
}

.pill {
    font-family: "SuisseIntl-Regular";
    transform: scaleY(1.25);
    line-height: 0.9;
}

.mainpill {
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 15px 5px;
	cursor: pointer;
	border: 2px solid #E6E6E6;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 1) 50% 100%);
    color: rgba(0, 0, 0, 0);
    line-height: 0.9;
    min-width: 75px;
}

.mainpill:hover {
    border: 2px solid #DBFF00;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(219, 255, 0, 1) 50% 100%);
}

.nav-link {
	color: #ffffff;
}

.vitanav {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
    text-align: center;
}

.vitanavDJ {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(25, 25, 25, 1) 75%, rgba(25, 25, 25, 0));
}

nav ul li:hover a {
    color: #DBFF00;
    transform: scaleX(1.15);
}

main {
    height: 85vh;
}

.vitafooter {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1) 65%, rgba(25, 25, 25, 1));
    width: 100vw;
    position: absolute;
    margin-top: auto;
}

.vitafooter-home {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 0));
    width: 100vw;
    position: absolute;
    margin-top: auto;
}

#vitavideo {
    position: fixed;
	z-index: -1;
    height: 100%;
}

#vitavideo div, #vitavideo video {
    position: fixed;
    margin-left: 50vw;
    transform: translate(-50%);
}

#vitamessage {
    position: absolute;
    margin-top: 32vh;
	width: 100%;
	height: 68vh;
	text-align: center;
}

#vitacopyright {
    margin: 2vh;
    margin-bottom: 3vh;
    line-height: 1.5vh;
    font-size: 1.5vh;
    text-align: center;
    color: #E6E6E6;
}

#supplement {
    margin-top: 10px;
    margin-bottom: 10px;
}

#welcomelogo {
    font-family: "SuisseIntl-Medium";
    font-size: 6vh;
    line-height: 1.6;
    color: #E6E6E6;
    border-radius: 90px;
	padding: 0vw 1.9vw;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: 7px solid #E6E6E6;
    white-space: nowrap;
}

#welcometext {
    font-family: "SuisseIntl-Regular";
    font-size: 2.1vh;
    line-height: 4;
    color: #E6E6E6;
}

.djblock {
    border-style: solid;
    border-color: #E6E6E6;
    padding: 1vw;
    width: 100%;
    height: 100%;
}

.djrow {
     padding-bottom: 2.5vh;
}

.djimage {
    width: 100%;
}

#vitadjs {
    padding-top: 7vh;
	width: 100%;
}

.djname {
    font-family: "SuisseIntl-Regular";
    font-size: 1.7vh;
    line-height: 1.25;
    transform: scaleY(1.7);
    color: #E6E6E6;
    margin-top: 1vh;
    margin-bottom: 0.9vh;
}

.djdivider {
    background-color: #E6E6E6;
    height: 0.25vh;
    width: 100%;
    margin-bottom: 0.5vh;
}

.djinfo {
    font-family: "SuisseIntl-Regular";
    font-size: 1.5vh;
    line-height: 1.5;
    color: #E6E6E6;
}

.djlink {
    font-family: "SuisseIntl-Regular";
    font-size: 1.5vh;
    line-height: 1.252;
    color: #E6E6E6;
    text-decoration: underline;
}

.djheader {
    font-family: "SuisseIntl-Medium";
    font-size: 6.5vw;
    line-height: 5vw;
    color: #E6E6E6;
    transform: scaleY(0.7);
    text-align: center;
}

#djheader {
	margin: 1.5vw auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.energy {
    padding-top: 3.2vh;
    height: 100%;
    width: 100%;
    text-align: center;
}

#energygif {
   max-height: 8vw;
}

#RA {
    width: 100vw;
}

#labelheader {
	margin: 2vw auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.albumname {
    font-family: "SuisseIntl-Regular";
    font-size: 1.7vh;
    line-height: 1.25;
    transform: scaleY(1.3);
    color: #E6E6E6;
    margin-top: 1vh;
    margin-bottom: 0.1vh;
}

.albumtext {
    font-family: "SuisseIntl-Regular";
    font-size: 1.5vh;
    line-height: 1.5;
    color: #E6E6E6;
    margin-bottom: 0.3vh;
    white-space: nowrap;
}

.vitaraveheader {
	margin: 1.5vw auto 0.9vw;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.vitaravetext {
    font-family: "SuisseIntl-Regular";
    font-size: 2vh;
    line-height: 1.25;
    color: #E6E6E6;
    text-align: center;
}

.vitaravelink {
    font-family: "SuisseIntl-Regular";
    font-size: 2vh;
    line-height: 1.25;
    color: #E6E6E6;
    text-align: center;
    text-decoration: underline;
}

.vitaravelink:hover {
    color: #DBFF00;
}

.vitaraveimage {
    border-style: solid;
    border-color: #E6E6E6;
    width: 100%;
    height: 100%;
    border-width: 4px;
}

.modal-dialog {
    max-width: 75%;
}

.expandedvitarave {
    width: 100%;
    border-style: solid;
    border-color: #E6E6E6;
    border-width: 7px;
}

.gallery {
    display: block;
    column-count: 3;
    column-gap: 1vw;
    column-width: 280px;
}

.gallery .col-lg-4 {
    break-inside: avoid;
    padding: 5px;
    max-width: none;
}

.bookingContainer {
    width: 100%;
    overflow: hidden;
}

.bookingMain {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.bookingList {
    animation-name: marquee;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    flex-shrink: 0;
}

.bookingList li {
    width: fit-content;
    display: inline-block;
    list-style: none;
    padding-right: 30px;
    font-size: 2.5vh;
}

.bookingList li a {
    color: #E6E6E6;
    text-decoration: underline;
}

.bookingList li a:hover {
    color: #DBFF00;
    text-decoration: none;
}

.photocredit {
    font-family: "SuisseIntl-Regular";
    font-size: 2vh;
    line-height: 1.25;
    color: #ADADAD;
    text-align: center;
    padding: 3vh 0;
}

.photocredit a {
    color: #E6E6E6;
}

.photocredit a:hover {
    color: #DBFF00;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    background-color: #191919; 
}

.overscroll-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg,rgba(0, 0, 0, 1) 0%, rgba(25, 25, 25, 1) 100%);
    z-index: -1;
}

.content {
    background-color: #191919; 
    position: relative; 
    overscroll-behavior-y: contain;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

@media screen and (max-width: 992px) {
    .vitabutton {
        background-color: #191919;
    }
    .mainpill {
        background: linear-gradient(90deg, rgba(25, 25, 25, 1) 50%, rgba(255, 255, 255, 1) 50% 100%);
    }
    #supplement {
        display: none;
    }
    #vitadjs {
        padding-top: 10vh;
    }
    .energy {
        min-width: 95vw;
        max-width: 100vw;
        margin-bottom: 3vw;
    }
    #RA {
        display: none;
    }
    .modal-dialog {
        max-width: 95%;
    }
    .modal-dialog-centered {
        height: calc(100vh - 10rem);
    }
    #labelheader {
	    margin: 7vw auto;
    }
    .vitaraveheader {
	    margin: 4vw auto 4vw;
    }
    #welcomelogo {
        font-size: 6vh;
        line-height: 1.6;
        border-radius: 90px;
        padding: 0.5vw 5vw;
        border: 5px solid #E6E6E6;
    }
    #welcometext {
        font-size: 2.1vh;
        line-height: 4;
    }
    #djheader {
	    margin: 5vw auto;
    }

}


