/* Chosen Colors */
/*Header: #5A69FF */
/*Text: #F2F2F2 or #292929 */ 
/*Logo: #F2F2F2*/
/*Background: #E3E7FF*/
/*Accent: #8C97FF */
/*Complimentary: #FFCA4A */
/*_________________________________________________________________________________ */
/*Darkmode Header: TBD */
/*Darkmode Text: TBD */
/*Darkmode Logo: TBD */
/*Darkmode Background: TBD */
/*Darkmode Accent: TBD */
/*Darkmode Complimentary: TBD */
/*_________________________________________________________________________________ */

* {
    font-family:  system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body{
    margin: 0;
    background-color: #E3E7FF;
    min-height: 100%;
    cursor:default;
}

/*_________________________________________________________________________________ */

/* Navigation Header START */
.topnav{
    background-color: #5a69ff;
    top: 0vh;
    display: flex;
}

.headerImage{
    display: flex;
    margin-left: 1.5vw;
}

.headerImage img{
    min-width: 10vw;
    min-height:6vh;
    }

.Navigation-Options-Parent{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.Navigation-Options-list{
    align-content: center;
}

.Nav-Buttons{
    list-style: none;
    text-decoration: none;
    font-size: large;
    font-weight: 500;
    color: #F2F2F2;
    background-color: #8b96ff;
    padding: 7.5px;
    padding-left: 3vw;
    padding-right: 3vw;
    border-radius: 10px;
    margin-right: 3vw;
}

.Nav-Buttons:hover{
    list-style: none;
    text-decoration: none;
    font-size: large;
    color: #292929;
    background-color: #FFCA4A;
    padding: 7.5px;
    padding-left: 3vw;
    padding-right: 3vw;
    cursor: pointer;
}
/*______________________________________________________________ */


.audioButtons{
    left: 90%;
    top: 80%;
    position: fixed;
    z-index: 6;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 1vw;
    width: 7.2vw;
    padding: .5vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1vh;
}

.stopAllAudio{
    width: auto;
    height: auto;
    border: none;
    border-radius: .3vw;
    background-color: #5a69ff;
    color: #FFCA4A;
    font-size: large;
}
.stopAllAudio:hover{
    background-color: #323a8d;
}



/*______________________________________________________________ */

/* Blank Audio Drag and Drop START */

.blankBodyParentOne{
    height: 30vh;
    margin-top: 3vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dottedOutlineOne{
    border: rgba(90,105,255, .3);   
    border-style: dotted;
    height: 15vh;
    width: 90%;
    padding: .5vh;
    margin-top: 3vh;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.innerBoxOne{
    height: 13.5vh;
    width: 99%;
    background-color: #FFCA4A;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.addButton{
    margin-top: 2vh;
    opacity: 50%;
}
.addButton:hover{
    margin-top: 2vh;
    opacity: 100%;
    cursor: pointer;
}

/*_______________________________________________________________________________ */

/* Populated Audio Drag and Drop START */

.populatedBodyParentOne{
    height: auto;
    display: flex;
    margin-top: 4vh;
    justify-content: center;
    align-items: center;
}

.populatedDottedOutlineOne{
    border: rgba(90,105,255, .3);   
    border-style: dotted;
    height: auto;
    padding: 1vw;
    width: 90%;
    margin-top: 3vh;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.populatedInnerBoxOne{
    height: auto;
    width: 98%;
    background-color: #FFCA4A;
    border-radius: 15px;
    justify-content:space-between;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 1vw;
    padding-bottom: 1vh;
}

.populatedSoundWave{
    display: flex;
    align-items: center;
}

.populatedSoundWave img:hover{
    opacity: 100%;
}

.populatedSoundWave div{
    flex: 1;
    max-width: 98%;
}

.populatedSoundWave img{
    min-width: 3vh;
    max-width: 3vw;
    margin-right: 1vw;
    cursor: pointer;
    opacity:50%;
}

/*  Privacy Policy Page */

.releaseNotes, .privacyNotes{
    margin-top: 7vh;
}

.populatedBodyParentTwo{
    height: auto;
    display: flex;
    margin-top: 4vh;
    justify-content: center;
    align-items: center;
}

.populatedDottedOutlineTwo{
    border: rgba(90,105,255, .3);  
    border-style: dotted;
    height: auto;
    padding: 1vw;
    width: 90%;
    margin-top: auto;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.populatedInnerBoxTwo{
    height: auto;
    width: 98%;
    background-color: #FFCA4A;
    border-radius: 15px;
    justify-content:space-between;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 1vw;
    padding-bottom: 1vh;
}


/* How To Page  */

.populatedBodyParentThree{
    height: auto;
    display: flex;
    margin-top: 4vh;
    justify-content: center;
    align-items: center;
}

.populatedDottedOutlineThree{
    border: rgba(90,105,255, .3);  
    border-style: dotted;
    height: auto;
    padding: 1vw;
    width: 90%;
    margin-top: auto;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.populatedInnerBoxThree{
    height: auto;
    width: 98%;
    background-color: #FFCA4A;
    border-radius: 15px;
    padding-left: 1vw;
    padding-bottom: 1vh;
}

.populatedInnerBoxThree img{
width: 90%;
margin-top: 1vh;
border-style: solid;
border-color: #5a69ff;
border-radius: 1vw;
}




/* Footer*/
.footerParent-1{
    height: 15vh;
    margin-top: 5vh;
    background-color: #222222;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

footer a{
    color: #FFCA4A;
}
