﻿body {
    background-color: #000000;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#backCover {
    background: linear-gradient(120deg, rgba(var(--secondary-fade-rgb), 0.9), rgba(var(--secondary-fade-rgb), 0.1));
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

#main {
    position: absolute;
    height: calc(100vh - 80px);
    min-height: calc(100vh - 80px);
    width: 70vw;
    min-width: 700px;
    max-width: 1000px;
    padding-top: 80px;
    z-index: 20;
}

#topBar {
    height: 80px;
    background: linear-gradient(180deg, rgba(0,0,0, 0.5), rgba(0,0,0, 0));
    width: 70vw;
    min-width: 700px;
    max-width: 1000px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}


#topLogoBar {
    position: fixed;
    top: 10px;
    left: 20px;
    color: #ffffff;
}

#topLogoImg {
    height: 60px;
    filter: hue-rotate(160deg) grayscale(30%);
}

.haysIcon {
    height: 14px;
    filter: hue-rotate(160deg) grayscale(30%);
}

#stravaPower {}

#stravaPowerImg {
    height: 30px;
    padding-top: 25px;
    padding-right: 18px;
    filter: brightness(200%);
    opacity: 0.4;
}

.box, .boxBig{
    width: calc(50% - 31px);
    min-width: 240px;
    padding-left: 20px;
    padding-top: 20px;
}

.boxBig {
    width: calc(100% - 42px);
}

.contentBox {
    min-height: 200px;
    padding: 20px;
    background: linear-gradient(120deg, rgba(0,0,0, 0.2), rgba(0,0,0, 0.4));
    border-radius: 5px;
}

.contentBoxHighlight {
    background-color: #ffa600;
    min-height: 10px;
    padding: 10px;
    font-size: 1.4rem;
}

.contentBoxCenter {
    text-align: center;
}

#picture {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100vh;
    overflow: hidden;
    z-index: 200;
    filter: brightness(150%) grayscale(100%);
    opacity: 0.5;
}

#frontPhoto {
    position: relative;
    left: 1px;
    visibility: hidden;
}

#frontPhotoCredit {
    background-color: #282828;
    position: fixed;
    right: 15px;
    bottom: 15px;
    padding: 10px;
    color: #ffffff;
    opacity: 1;
    font-size: 1rem;
}

h1, h3, h5 {
    font-size: 2.5rem;
    text-decoration: underline;
    text-decoration-color: var(--primary-hex);
    line-height: 3rem;
    margin-top: 0px;
    font-weight: 500;
}

h2, h4 {
    font-size: 2rem;
    text-decoration: underline;
    text-decoration-color: var(--secondary-hex);
    line-height: 2rem;
    margin-top: 0px;
    font-weight: 500;
}

h2, h4 {
    font-weight: 500;
}

#userName {
    text-decoration-color: var(--secondary-hex);
    color: #ffffff;
}

h4.footerH {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

h5 {
    font-size: 1rem;
    margin: 0px;
}

.legalPara{
    font-size: 0.9rem;
}

.footerP {
    display: block;
    padding: 10px;
    font-size: 1rem;
}

h3 {
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 1rem;
    margin-block-end: 0rem;
}

p.featureList {
    margin-block-start: 0.5rem;
}

p.lastPara {
    margin-block-end: 0rem;
}

#logonErrorBox {
    margin-top: 15px;
    margin-bottom: 23px;
    font-size: 1.2rem;
}

#footerBox {
    margin: 20px;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
}

.fa-hay-pointer-move {
    position: relative;
    font-size: 2.5rem;
    opacity: 0.6;
    top: -2rem;
    float: right;
    padding-right: 4rem;
}


    #signin, #signupbox {
        background: linear-gradient(120deg, rgba(var(--secondary-rgb), 0.8), rgba(var(--secondary-rgb), 0.6));
        padding: 20px;
        border-radius: 5px;
    }

    #signup {
        max-height: 80px;
        overflow: hidden;
    }

    .subTypes {
        background: linear-gradient(120deg, rgba(var(--secondary-rgb), 0.2), rgba(var(--secondary-rgb), 0.1));
    }


    input {
        width: calc(100% - 20px);
        font-size: 1.2rem;
        margin-top: 10px;
        padding: 10px;
        border: 0px;
        font-family: Quicksand, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-weight: 400;
        border-radius: 5px;
    }

    select {
        font-family: Quicksand, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
        width: 100%;
        padding: 10px;
        border: 0px;
        margin-top: 20px;
        line-height: 2rem;
    }

    option {
    }



    input[type='checkbox'] {
        width: 1.2rem;
        height: 1.2rem;
        margin: 0px;
        accent-color: #000000;
        margin-top: 0.3rem;
    }

    .smallLabel {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .signupCheck, .signupCheckLabel {
        float: left;
    }

    .signupCheck {
        width: 1.5rem;
    }

    .signupCheckLabel {
        width: calc(100% - 1.5rem);
    }

    input:focus {
        outline-width: 0;
    }

    .fitImg {
        width: 100%;
    }

    #viewPassword {
        opacity: 0.3;
        position: relative;
        left: calc(100% - 40px);
        top: -30px;
        color: #282828;
    }

    #viewPassword:hover {
        opacity: 0.5;
    }


    .imgBorder {
        border: 1px solid #509dd1;
    }

    table {
        width: 100%;
    }

    td {
        background-color: #484848;
        padding: 8px 5px 8px 6px;
        text-align: center;
        font-size: 1rem;
    }

    td.tblHeader {
        font-size: 1.2rem;
    }

    td.tblLeft {
        text-align: left;
    }

    .submitBtnBig {
        opacity: 0.7;
        background-color: var(--primary-hex);
        width: calc(100% - 20px);
        text-align: center;
        color: #ffffff;
        padding: 10px;
        padding-bottom: 10px;
        font-size: 1.25rem;
        border-radius: 5px;
        font-weight: 600;
    }

    .loginBtn {
        margin-top: 10px;
        background-color: #000000;
    }

    .loginBtn:hover {
        opacity: 0.8;
        background-color: #000000;
    }


    .demoBtn {
        opacity: 0.9;
        margin-top: 10px;
    }

    .demoBtn:hover {
        opacity: 1;
    }

    .backBtn {
        background-color: #000000;
        opacity: 0.4;
    }

    .backBtn:hover {
        opacity: 0.7;
    }

    .signupBtn {
        opacity: 0.9;
        /*font-size: 2rem;*/
        margin-top: 20px;
        background-color: var(--primary-hex);
    }

    .signupBtn:hover {
        opacity: 1;
    }

    .marginBtn1 {
        margin-top: 18px;
    }

    .stravaconnect {
        opacity: 0.9;
        background-color: var(--primary-hex);
    }

    .stravaconnect:hover {
        opacity: 1;
        background-color: var(--primary-hex);
    }

    a, a:hover, a:visited {
        text-decoration: none;
        color: #509dd1;
    }

    .loadBarFull {
        width: 100%;
        background-color: var(--secondary-fade-hex);
        height: 56px;
        border-radius: 5px;
    }

    .loadBarStatus {
        position: relative;
        top: 0px;
        width: 0%;
        background-color: var(--primary-hex);
        height: 56px;
        border-radius: 5px;
    }

    #loadbox {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    #loadboxId {
        padding: 10px 0px 10px 0px;
        font-size: 8rem;
        width: 100%;
        text-align: center;
    }

    .markTrivia {
        font-weight: 600;
    }

    .boxIconRight {
        color: #ffffff;
        float: right;
        font-size: 2rem;
        line-height: 2rem;
        opacity: 0.25;
    }

    #activitiescount {
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
        color: #f2f2f2;
        line-height: 0rem;
        position: relative;
        top: -28px;
    }

    .contentBox > p {
        line-height: 1.7rem;
    }

    ol {
        padding-inline-start: 20px;
        line-height: 1.85rem;
    }

    li {
        margin-bottom: 1rem;
        line-height: 1.2rem;
    }

    .psmall {
        margin-top: 0px;
        display: inline;
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .hideMe {
        display: none;
    }

    a.terms:link, a.terms:hover, a.terms:visited {
        color: #f2f2f2;
        text-decoration: underline;
    }

    .noMarginTopBtn {
        margin-top: 0px;
    }


    @media only screen and (max-width: 715px) {
        #picture{ display: none;}
    #main {
        width: 100%;
        min-width: 300px;
        padding-top: 60px;
    }
    #topBar {
        width: 100%;
        min-width: 300px;
        height: 60px;
    }

    .box {width: calc(100% - 40px);}

    #topLogoBar {
        font-size: 14px;
    }

    #stravaPowerImg {
        height: 20px;
        padding-top: 19px;
    }

    td {
        font-size: 0.8rem;
    }

    td.tblHeader {
        font-size: 1rem;
    }

}