@font-face {
    font-family: "BoubaRound";
    src: url(Bouba_Round_Var_Regular.otf) format("opentype");
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
    max-width: 100%;
    background-color: #EAEADF;
    scroll-behavior: smooth;
}


body {
    margin: 0px;
    display: grid;
    grid-template-areas:
        "nav nav nav nav nav"
        "L head head head R"
        "L title title title R"
        "L timeline timeline timeline R"
        "footer footer footer footer footer";
    grid-template-rows: 1fr 2fr 1fr 7fr 1fr;
    grid-template-columns: 1fr 5fr 1fr 5fr 1fr;
    height: 100%;
    overflow-x: hidden;
}


#logo {
    width: 65px;
    height: 52px;
    display: flex;
}



nav {
    height: 74px;
    background-color: #554340;
    width: 100%;
}

.end {
    text-align: center;
}

footer {
    grid-area: footer;
    width: 100%;
    height: 180px;
    background-color: #623735;
}


/*/////////////////////////////////////NAV BAR///////////////////////////////*/
/*Controls overall items in dropdown*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #554340;
    color: #BCAA9B;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    padding: 10px;
    border-radius: 7px;

}

/* Padding between each Dropdown item*/
.dropdown-content a {
    display: block;
    padding: 7px;
}


/*links look*/
a {
    color: #BCAA9B;
}

.dropdown-content a:hover {
    background-color: #BCAA9B;
    color: #554340;
}

a:visited {
    color: #BCAA9B;
    font-style: underline;
}


.dropbtn:hover {
    background-color: #C0A37A;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/*Button*/
.dropbtn {
    font-family: "BoubaRound";
    font-weight: bold;
    font-size: 20pt;
    color: #000000;
    border-radius: 7px;
    background-color: #BCAA9B;
    border-color: #623735;
    padding: 10px;
}

#nav-arrow {
    width: 15px;
    height: 13px;
}

/*/////////////////////////////////////HEADER SECTION///////////////////////////////*/

.section {
    width: 100%;
    grid-area: head;
    display: grid;
    grid-template-areas:
        "headerVideo headerInt";
    grid-template-columns: 5fr 5fr;

}

header {
    grid-area: nav;
    width: 100%;


}

.headerVideo {
    grid-area: headerVideo;
    max-width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px;
}

.headerInt {
    grid-area: headerInt;
    max-width: 800px;
    text-align: center;
    padding: 20px;

    display: grid;
    grid-template-areas:
        "headerCounter"
        "headerSVG"
        "headerBtns";
    grid-template-rows: 1fr 1fr 1fr;
}

#headerCounter {
    grid-area: headerCounter;
    max-width: 800px;
    font-family: "BoubaRound";
    font-weight: bold;
    font-size: 30pt;
    color: #554340;
}

#headerSVG {
    grid-area: headerSVG;
    max-width: 800px;
}

#headerBtns {
    grid-area: headerBtns;
    max-width: 800px;

    display: grid;
    grid-template-areas:
        "headerLeftBtn headerRightBtn";
    grid-template-columns: 1fr 1fr;
}

#headerLeftBtn {
    grid-area: headerLeftBtn;
    max-width: 400px;
}

#headerRightBtn {
    grid-area: headerRightBtn;
    max-width: 400px;
}

.hButton {
    font-family: "BoubaRound";
    font-weight: bold;
    font-size: 20pt;
    background-color: #BCAA9B;
    color: #554340;
    border-color: #554340;
    border-radius: 10px;
    padding: 10px 32px
}

.title {
    grid-area: title;
    width: 100%;
    background-color: #623735;
    color: #C0A37A;
    height: 60px;
    text-align: center;
    font-family: "BoubaRound";
    font-weight: bold;
    font-size: 30pt;
    border-radius: 20px;
    border-color: #623735;
    border-bottom-color: #42757B;
    border-style: solid;
    border-bottom-width: 10px;
}


/*//////////////////LISTS/////////////////*/
ul {
    list-style: none;
    padding: 10px;
    display: flex;
    flex-direction: row;
}

li {
    flex-grow: 1;
    list-style: none;
    padding: 10px;
    font-family: "BoubaRound";
    font-weight: bold;
    font-size: 12pt;

}

/*/HEADERS/*/

.headSVG {
    max-height: 120px;
    padding: 10px;
}

.headSVG:hover {
    transform: translateY(-10%);
    transition: all 0.5s
}




/*///////////////////////////////////////////Timeline CONTENTS/////////////*/

/*APPEARANCE*/
.content {
    padding: 20px;
    background-color: #BCAA9B;
    position: relative;
    border-radius: 6px;
    color: #000000;
    font-family: "BoubaRound";
    font-size: 12pt;
}

.eventTitle {
    font-family: "BoubaRound";
    font-weight: bold;
    font-size: 20pt;
    padding: none
}

.eventDate {
    font-family: "BoubaRound";
    font-weight: bold;
    font-size: 12pt;
    background-color: #554340;
    color: #BCAA9B;
    padding: 2px 10px;
    border-radius: 10px;
}

.owlFit {
    font-family: "BoubaRound";
    font-weight: bold;
    font-size: 12pt;
    background-color: #42757B;
    color: #EAEADF;
    padding: 2px 10px;
    border-radius: 10px;
}

.songRelease {
    font-family: "BoubaRound";
    font-weight: bold;
    font-size: 12pt;
    background-color: #623735;
    color: #EAEADF;
    padding: 2px 10px;
    border-radius: 10px;
}

.watchMei {
    font-family: "BoubaRound";
    font-weight: bold;
    font-size: 12pt;
    background-color: #000000;
    color: #EAEADF;
    padding: 2px 10px;
    border-radius: 10px;
}

.drawMei {
    font-family: "BoubaRound";
    font-weight: bold;
    font-size: 12pt;
    background-color: #C0A37A;
    color: #000000;
    padding: 2px 10px;
    border-radius: 10px;
}

.quotes {
    font-family: "BoubaRound";
    color: #623735;
    font-style: italic;
    font-weight: bold
}


.eventVideo {
    width: 475px;
    height: 275px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.eventImage {
    width: 30%;
    height: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-style: groove;
    border-color: #C0A37A;
    border-width: 5px;

}

.eventImageAlt {
    text-align: center;
}

.timelineLink {
    color: #554340;
}

.timelineLink:visited {
    color: #554340;
    font-style: underline;
}

/* //////////////////////////////////////////Timeline setup*/
/*Timeline container */
.timeline {
    grid-area: timeline;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

/*The actual timeline (the vertical ruler)*/
.timeline::after {
    content: '';
    position: absolute;
    border: 6px solid #554340;
    top: 40px;
    bottom: 0px;
    left: 50%;
    margin-left: -6px;
    z-index: -1;
}

/* Container around content */
.container {
    padding: 10px 40px;
    position: relative;
    width: 50%;
}

/* The circles on the timeline */
.container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: #C0A37A;
    border: 4px solid #623735;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: 0;
    text-align: right;
}

/* Place the container to the right */
.right {
    left: 50%;
    text-align: left;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    right: 30px;
    border: medium solid #BCAA9B;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #BCAA9B;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    left: 30px;
    border: medium solid #BCAA9B;
    border-width: 10px 10px 10px 0;
    border-color: transparent #BCAA9B transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

/*//////////////////TIMELINE ANIMATIONS///////////////////////////*/
.left {
    transform: translateX(-200%);
    opacity: 0;
}

.right {
    transform: translateX(200%);
    opacity: 0;
}

.show {
    transform: translateX(0%);
    opacity: 1;
    transition: transform 1s ease-in, opacity 1.5s ease-in;
}

/*///////////////////SCROLL TO///////////////////////*/
#scrollToBottom{
    position: fixed;
    z-index: 2;
    bottom: 100px;
    right: 10px;
    text-align: center;
}

#scrollArrow{
    width: 60px;
    height: 48px;
}

/*////////////////////MUSIC PLAYER///////////////////////////////*/
.musicPlayer {
    background-color: #BCAA9B;
    border: solid #554340;
    color: #000000;
    height: 10%;
    width: 100%;
    position: fixed;
    z-index: 2;
    bottom: 0;
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-evenly;

}

.control {
    width: 25px;
    height: 30px;
    display: flex;
    margin: auto 300px auto auto;
}


.controlBtn {
    padding-right: 10px;
    min-width: 50px;
}

#musicThumbnail {
    max-width: 50px;
    max-height: 50px;
}

#artistName,
#musicStart,
#musicEnd {
    font-family: "BoubaRound";
    font-weight: normal;
}

#musicTitle {
    min-width: 16%;
}

#musicStart {
    text-align: right;
    max-width: 5%;
}

#musicEnd {
    text-align: left;
    max-width: 5%;
}

#musicFeedback {
    text-align: center;
    min-width: 40%;
}

#volRange {
    cursor: pointer;
}

/*UNIQUE CONTENT*/
#mumei {
    background-color: #000000;
    color: #EAEADF;
}

#notAPhase {
    background-color: #C0A37A;
    color: #623735;
}

#footerContent {
    font-family: "BoubaRound";
    font-weight: bold;
    font-size: 12pt;
    font-display: block;
    text-align: center;
    color: #C0A37A;

}