@font-face{
    font-family: adamLight;
    src: url(../Fonts/Adam-Light.ttf);
}


@font-face{
    font-family: adamMedium;
    src: url(../Fonts/Adam-Medium.ttf);
}

@font-face{
    font-family: adamBold;
    src: url(../Fonts/Adam-Bold.ttf);
}



@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeInLate {
  0% {opacity: 0;}
  50% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeInLateLate {
  0% {opacity: 0;}
  30% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeInLateLateLate {
  0% {opacity: 0;}
  40% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes backgroundFadeIn {
  from {opacity: 0;}
  to {opacity: 0.3;}
}

@keyframes background{
    0% {background-size: 200%;}
    100%{background-size: 140%;}
}

@keyframes backgroundDesk{
    0% {background-size: 150vw;}
    100%{background-size: 100vw;}
}

@keyframes down{
    0% {transform: translateY(-500px);}
    100% {transform: translateY(0);}
}

@keyframes righttoleft{
    0% {transform: translateX(1000px);}
    100% {transform: translateX(0px);}
}

@keyframes lefttoright{
    0% {transform: translateX(-1000px);}
    100% {transform: translateX(0px);}
}

@keyframes djsetanimation{
    from {margin-left: 50vw;}
    to {}
}

@keyframes djsetcontainer{
    from {transform: translateX(500vw);}
    to {transform: translateX(0vw);}
}

@keyframes down{
    0% {transform: translateY(-10vh);}
    100% {transform: translateY(0);}
}

body{
    position: relative;
    overflow-x: hidden;
    height: 100vh;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    min-height: 100vh;
    margin: 0px;
    background-color: white;
    
}

a{
    text-decoration: none;
    outline: none;
}


.container{
    overflow-x: hidden;
    position: relative;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    width: 100vw;
    max-width: 100vw;
    max-height: 100vh;
    height: 100vh;
    overflow-y: auto;
}

.header{
    z-index: 10;
    max-width: 100vw;
    min-width: 100vw;
}

.headerLogo{
    margin-left: 2vw;
    margin-top: 1vh;
    margin-bottom: 1vh;
    height: 8vh;
}

.headerIMG{
    height: 8vh;
}

.instaLogo{
    visibility: hidden;
    text-align: right;
    height: 4vh;
}

.headerTitleBox{
    z-index: 11;
    animation: fadeInLate 2s;
    position: fixed;
    /*margin-top: -2.5vh;*/
    background-color: rgba(34,34,34,1);
    height: 8vh;
    width: 100vw;
    /*transform: skewY(-5deg);*/
    display: flex;
    align-items: center;
}

.returnbutton{
    mix-blend-mode: difference;
    font-family: adamMedium;
    font-size: 5vh;
    margin-left: 2vw;
    margin-top: 2vh;
    text-decoration: none;
}

.headerTitle{
    mix-blend-mode: difference;
    font-family: adamMedium;
    font-size: 5vh;
    margin-left: 2vw;
    margin-top: 6vh;
    color: white;
    text-decoration: none;
    position: absolute;
    right: 2vw;
    letter-spacing: 1vw;
}











.introductionBox{
    min-height: 100vh;
    max-height: 100vh;
    min-width: 100vw;
    max-width: 100vw;
    display: flex;
    flex-direction: row;
    scroll-snap-align: start;
}

.introductionPictureBox{
    min-width: 45vw;
    text-align: center;
}

.introductionIMG{
    height: 90vh;
    margin-top: 10vh;
    position: fixed;
    z-index: -2;
    left: 10vw;
}


.introductionTextBox{
    min-width: 55vw;
    text-align: center;
    padding-right: 10vw;
}

.introductionTitle{
    position: fixed;
    z-index: -2;
    margin-top: 30vh;
    margin-right: 10vw;
    margin-left: 10vw;
    font-family: adamBold;
    font-size: 4.5vh;
}

.underline{
    position: fixed;
    z-index: -2;
    height: 0.1vh;
    background-color: black;
    width: 20vw;
    margin-left: 12vw;
    margin-top: 35vh;
    margin-bottom: 2vh;
}

.introductionParagraph{
    position: fixed;
    z-index: -1;
    margin-right: 10vw;
    margin-top: 40vh;
    font-family: adamMedium;
    font-size: 2.5vh;
}

.scrollDownArrowLink{
    mix-blend-mode: difference;
    position: fixed; 
    margin-top: 65vh;
    left: 65%;
    z-index: 1;
}

.scrollDownArrowIMG{
    position: fixed;
    height: 3vh;
}












.careerBox{
    position: relative;
    z-index: 2;
    min-width: 100vw;
    min-height: 100vh;
    background-color: rgba(34,34,34,1);
    scroll-snap-align: start;
}

.careerBoxTitle{
    color: white;
    font-family: adamBold;
    font-size: 4.5vh;
    padding-top: 10vh;
    margin-top: 10vh;
    margin-left: 10vw;
    letter-spacing: 2px;
}

.underlineCareer{
    background-color: white;
    height: 0.1vh;
    width: 25vh;
    margin-left: 10.5vw;
    margin-top: -4vh;
}

.careerContentBox{
    margin-top: -3vh;
}

.careerPeriodBox{
    margin-top: 1vh;
    margin-bottom: 1vh;
    width: 100vw;
    text-align: center;
    color: white;
}

.careerYear{
    font-family: adamBold;
    font-size: 3.5vh;
    margin-bottom: 0px;
}

.careerPlace{
    font-family: adamLight;
    font-size: 3vh;
    margin-bottom: 0px;
    margin-top: 1vh;
}

.careerDetails{
    font-family: adamLight;
    font-size: 1.5vh;
    margin-top: 0.5vh;
}











.demoSetBox{
    position: relative;
    z-index: 2;
    background-color: rgba(34,34,34,1);
    min-width: 100vw;
    min-height: 100vh;
    scroll-snap-align: start;
}

.video{
    width: 100vw;
    height: 92vh;
    margin-top: 8vh;
}











.menuGlobal{
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100vh;
    scroll-snap-align: start;
    background-color: rgba(34,34,34,1);
}

.menuBox{
    margin-left: 1.5vw;
    background-color: black;
    min-height: 100vh;
    transform: skewX(350deg);
}

.musicBox{
    height: 100vh;
    overflow: hidden;
    background-image: url("../IMG/decks.jpg");
    background-position: center;
    background-size: cover;
    animation: fadeInLateLate 3s;
    -webkit-animation: fadeInLateLate 3s;
}

.contactBox{
    height: 100vh;
    overflow: hidden;
    background-image: url("../IMG/contact.jpg");
    background-position: center;
    background-size: cover;
    animation: fadeInLateLateLate 3s;
    -webkit-animation: fadeInLateLateLate 3s;
}

.storyTitle:hover{
    width: 60vw;
    background-color: rgba(255,255,255,0.5);
    letter-spacing: 1vw;
}


.storyTitle:hover > .menuPhrase{
    letter-spacing: 0.7vw;
}


.storyTitle:hover > .underlineMenu{
    width: 30vw;
    margin-right: 15vw;
    margin-left: 15vw;
}

.storyTitle{
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 100;
    min-height: 100vh;
    width: 40vw;
    background-color: rgba(255,255,255,0.7);
    letter-spacing: 0.5vw;
    transition: background-color 1s, letter-spacing 1s, width 1s;
}

.menuTitle{
    margin-top: 0px;
    margin-bottom: 0.5vh;
    padding-top: 40vh;
    color: rgba(34,34,35,1);
    font-family: adamBold;
    font-size: 5vh;
}

.underlineMenu{
    position: relative;
    height: 0.3vh;
    width: 20vw;
    margin-top: 0px;
    margin-left: 10vw;
    margin-right: 10vw;
    background-color: rgba(34,34,35,1);
    transition: width 1s, margin-left 1s, margin-right 1s;
}

.menuPhrase{
    color: rgba(34,34,35,1);
    letter-spacing: 0.5vw;
    font-family: adamMedium;
    font-size: 2vh;
    transition: letter-spacing 1s;
}




.copyrightDiv{
    mix-blend-mode: difference;
    position: fixed;
    z-index: 90;
    bottom: 1vh;
    width: 100vw;
    text-align: center;
}

.copyrightTitle{
    position: relative;
    margin-bottom: 0px;
    letter-spacing: 0.5vh;
    color: white;
    font-family: adamBold;
    font-size: 1vh;
}

.devBy{
    position: relative;
    margin-top: 2px;
    color: white;
    font-family: adamLight;
    font-size: 1vh;
}


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

.introductionBox{
    min-height: 100vh;
    max-height: 100vh;
    min-width: 100vw;
    max-width: 100vw;
    display: block;
    scroll-snap-align: start;
}

.introductionPictureBox{
    min-width: 45vw;
    text-align: center;
}

.introductionIMG{
    height: 90vh;
    margin-top: 10vh;
    position: fixed;
    z-index: -2;
    opacity: 0.5;
}


.introductionTextBox{
    min-width: 100vw;
    text-align: center;
    position: relative;
}

.introductionTitle{
    width: 100vw;
    text-align: center;
    position: fixed;
    z-index: -2;
    margin-top: 15vh;
    margin-left: 0px;
    margin-right: 0px;
    font-family: adamBold;
    font-size: 4.5vh;
}

.underline{
    display: none;
}

.introductionParagraph{
    position: fixed;
    z-index: -1;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 35vh;
    font-family: adamMedium;
    font-size: 2.5vh;
}

.scrollButton{
    position: fixed;
    z-index: 1;
    width:100vw;
    display: flex;
    text-align: center;
    margin-top: 85vh;
    mix-blend-mode: difference;
}

.scrollDownArrowLink{
    position: relative;
    z-index: 1;
}

.scrollDownArrowIMG{
    /*position: fixed;*/
    height: 3vh;
}








.careerBox{
    position: relative;
    z-index: 2;
    min-width: 100vw;
    min-height: 100vh;
    background-color: rgba(34,34,34,1);
    scroll-snap-align: start;
}

.careerBoxTitle{
    display : none;
    color: white;
    font-family: adamBold;
    font-size: 4.5vh;
    padding-top: 10vh;
    margin-top: 10vh;
    margin-left: 10vw;
    letter-spacing: 2px;
}

.underlineCareer{
    display: none;
    background-color: white;
    height: 0.1vh;
    width: 25vh;
    margin-left: 10.5vw;
    margin-top: -4vh;
}

.careerContentBox{
    padding-top: 10vh;
}

.careerPeriodBox{
    margin-top: 1vh;
    margin-bottom: 1vh;
    width: 100vw;
    text-align: center;
    color: white;
}

.careerYear{
    font-family: adamBold;
    font-size: 3vh;
    margin-bottom: 0px;
}

.careerPlace{
    font-family: adamLight;
    font-size: 2.5vh;
    margin-bottom: 0px;
    margin-top: 1vh;
}

.careerDetails{
    font-family: adamLight;
    font-size: 1vh;
    margin-top: 0.5vh;
}











.menuGlobal{
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: normal;
    height: 100vh;
    overflow: hidden;
    scroll-snap-align: start;
    background-color: rgba(34,34,34,1);
}

.menuBox{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10vh;
    background-color: rgba(34,34,34,1);
    height: 35vh;
    width: 100vw;
    transform: skewY(-7deg);
}

.musicBox{
    position: absolute;
    height: 35vh;
    width: 100vw;
    overflow: hidden;
    background-image: url("../IMG/decks.jpg");
    background-position: center;
    background-size: cover;
}

.contactBox{
    position: absolute;
    height: 35vh;
    width: 100vw;
    overflow: hidden;
    background-image: url("../IMG/contact.jpg");
    background-position: center;
    background-size: cover;
}



.storyTitle{
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 100;
    min-height: 35vh;
    width: 100vw;
    background-color: rgba(255,255,255,0.7);
    letter-spacing: 0.5vw;
    transition: background-color 1s, letter-spacing 1s, width 1s;
}




.menuTitle{
    margin-top: 0px;
    margin-bottom: 0.5vh;
    padding-top: 13vh;
    color: rgba(34,34,35,1);
    font-family: adamBold;
    font-size: 5vh;
}





.contactTitle{
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 100;
    height: 35vh;
    width: 100vw;
    background-color: rgba(255,255,255,0.7);
    letter-spacing: 1.5vw;
    transition: background-color 1s, letter-spacing 1s;
}


.underlineMenu{
    position: relative;
    height: 0.3vh;
    width: 65vw;
    margin-top: 0px;
    margin-left: 17.5vw;
    margin-right: 17.5vw;
    background-color: rgba(34,34,35,1);
    transition: width 1s, margin-left 1s;
}

.menuPhrase{
    color: rgba(34,34,35,1);
    letter-spacing: 1vw;
    font-family: adamMedium;
    font-size: 2vh;
    transition: letter-spacing 1s;
}

.musicLink{
    position: relative;
    height: 35vh;
    margin-top: 2vh;
}

.contactLink{
    position: relative;
    margin-top: 5vh;
    height: 35vh;
}


.storyTitle:hover{
    width: 100vw;
    background-color: rgba(255,255,255,0.5);
    letter-spacing: 1vw;
}


.storyTitle:hover > .menuPhrase{
    letter-spacing: 0.7vw;
}


.storyTitle:hover > .underlineMenu{
    width: 65vw;
    margin-right: 15vw;
    margin-left: 15vw;
}




}


