/** {*/
/*    outline: 1px solid red;*/
/*}*/

/***************************************************************/
/* format the header on all sub pages */
.subpage_logo {
    position: fixed;
    z-index: 2;
    top: 5px;
    left: 0.5rem;
    height: 50px;
}

/* navbar */
.subpage_navbar {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
}

#sub-landing-menu {
    z-index: 2;
    position: fixed;
    right: 5px;
    float: right;
    top: 5px;
    margin: 0;
}

.subpage_title {
    position: relative;
    top: 60px;
    height: 90px;
    width: 100%;
}



/***************************************************************/
/* trial / more info page */
.trial_container {
    width: 30rem;
    align-items: center;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 5rem;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}


.trial_txt {
    width: 90%;
    margin: auto;
    margin-bottom: 1rem;
    padding: 0;
}

.trial_btn_group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    margin: auto;
    padding: 0;
}

.trial_btn_group * {
    position: relative;
    margin-right: 0;
    margin-left: auto;
}

.trial_btn {
    width: 200px;
    position: relative;
    margin-right: 0;
}

.trial_btn_back {
    width: 70px;
}


/* SMALLISH SCREEN FORMATTING */
@media (max-width: 75rem) {
    .product_block {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media (max-width: 48rem) {
    /***************************************************************/
    /* header */
    .subpage_navbar {
        height: 95px;
    }

    #sub-landing-menu {
        position: fixed;
        top: 60px;
        margin-left: 5px;
        margin-right: -5px;;
    }

    .subpage_title {
        top: 95px;
        padding-left: 5px;
        padding-right: 5px;
        height: 70px;
    }
    #client-user-name {
        margin-top: 1rem;
    }

    /***************************************************************/
    /* product/ servie blocks on subpage */
    .product_intro {
        top: 120px;
        margin-bottom: 2rem;
    }

    .product_intro {
        margin-left: 10px;
        margin-right: 10px;
    }

    .product_main {
        margin-left: 0;
        margin-right: 0;
        height: auto;
        margin-bottom: 10rem;
    }

    .product_block {
        top: 120px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 1.5rem;
        padding: 0;
    }

    .product_header * {
        font-size: 2rem;
    }

    .product_banner_title {
        right: 5px;
        top: -0.25rem;
    }

    .product_banner_img {
        width: 110%;
    }

    .product_banner_suptitle {
        top: 0.2rem;
        font-size: 1rem;
        right: 5px;
    }


    ul {
        border-right: None !important;
    }

    /* paywall at the bottom*/
    #evo-footer,
    #compass-footer {
        z-index: 1;
        position: relative;
        bottom: 0;
    }

    /*    trial / more info page*/
    .trial_container {
        width: auto;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .trial_txt {
        width: 95%;
    }


}