html,
body {    
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /* background: #000; */
}
.slide-page h2 {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    vertical-align: center; /* ??? */
}
.play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 100px;
    background-color: rgb(47, 95, 178);
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}
.play {
    background-color: rgb(178, 79, 65);
}
.play:hover {
    background-color: rgb(189, 80, 66);
}
/*
.page1 {
    background-color: #ffffff;
}
.page2 {
    background-color: #99CC66;
}
.page3 {
    background-color: #99CCCC;
}
.page4 {
    background-color: #CCCC33;
}
.page5 {
    background-color: #CCCC66;
}
.page6 {
    background-color: rgb(204, 177, 102);
}
.page1 .step1 {
    position: absolute;
    top: 100px;
    left: 19%;
    text-align: center;
    width: 100px;
    height: 100px;
    background-color: rgb(178, 116, 57);
    border-radius: 50%;
}
.page1 .step2 {
    position: absolute;
    bottom: 100px;
    right: 19%;
    text-align: center;
    width: 100px;
    height: 100px;
    background-color: rgb(116, 178, 9);
}
.page2 .step1 {
    position: absolute;
    top: 100px;
    right: 5%;
    text-align: center;
    width: 100px;
    height: 100px;
    background-color: rgb(82, 110, 178);
    border-radius: 50%;
}
.page2 .step3 {
    position: absolute;
    bottom: 60px;
    left: 19%;
    text-align: center;
    width: 150px;
    height: 150px;
    background-color: rgb(178, 79, 54);
}
.page2 .step2 {
    position: absolute;
    top: 100px;
    left: 19%;
    text-align: center;
    width: 100px;
    height: 100px;
    background-color: rgb(116, 178, 9);
}
.page3 .step1 {
    position: absolute;
    top: 100px;
    left: 19%;
    text-align: center;
    width: 100px;
    height: 100px;
    background-color: rgb(178, 79, 65);
    border-radius: 50%;
}
.page3 .step2 {
    position: absolute;
    bottom: 100px;
    right: 19%;
    text-align: center;
    width: 100px;
    height: 100px;
    background-color: rgb(52, 178, 89);
}
*/
#header{
    font-family: 'Overpass', sans-serif;
}
#header{
    font-family: 'Overpass', sans-serif;
}

.headerimg{
    height:42px; /*height of logo*/
    margin-top:5px;
    margin-left:5px;
    margin-bottom:3px;
}
.userimg{
    height:38px; /*height of logo*/
    margin-top:5px;
    margin-left:5px;
    margin-bottom:3px;
    margin-right:10px;
}

.container{
    margin-top:30px;
}

.waveform-left{
    margin-left:8px;
}

.playpauseholder{
    text-align:center;
    margin-top:8px;
}

#myfittytitle{
    font-family: 'Modak', cursive;
    color: #6c96b9;
}

a {text-decoration: underline;} 

.roundedimg{
    border-radius: 50%;
}
/* elements that are initially invisible */
.initiallyinvisible { 
    opacity: 0; 
    -moz-opacity: 0; /* Firefox and Mozilla browsers */
    -webkit-opacity: 0; /* WebKit browser e.g. Safari */
}

.paddedrow{ /* try to avoid responsive layout from ever actually touching the edges of the browser */
    padding-left:40px;
    padding-right:40px;
}

.verticalalignmiddle{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}