﻿/* stylesheet to control size and positioning */

.sitelogo, .avatar
{
    height: 50px;
}

.avatar 
{
   width: 50px;
   border-radius: 50%;
}

.sitehomelink {
    padding-left: 5px;
    padding-left: 25px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
}

.fas-header {
    padding-top: 12px;
    height: 70px;
    padding-bottom: 12px;
    padding-left: 15px;
    font-size: 12px;
    text-transform: uppercase;
}

.hiddenWithoutSpace {
    display: none;
}


#btn_Login, #btn_Logout
{
    position: absolute;
    right: 15px;
    top: 20px;
}

.avatar {
    position: absolute;
    right: 85px;
    top: 15px;
}

.link-shrinkable 
{
    display: inline-block;
}

.homepageText {
    font-size: 20px;
}

.homePageVideo {
    width: 550px;
    height: 300px
}

.mobileSpacer {
    display: none;
}

.diversityIndent {
    margin-left: 35px;
}

@media(max-width: 568px) {
    .link-shrinkable {
        display: block;
    }

    .avatar {
        position: absolute;
        left: 10px;
        top: 15px;
    }

    .sitelogo {
        visibility: hidden;
    }

    .homepageText {
        font-size: 14px;
    }

    .sitehomelink {
        height: auto;
    }

    .body-container {
        margin-top: 25px;
        margin-left: 0px !important;
        width: 100%;
        /* font-size: 12px; */
    }

    .footerText {
        max-width: 300px;
    }

    .homePageVideo {
        width: 300px;
        height: 300px
    }

    .mobileSpacer {
        height: 100px;
        display: block;
    }

    .diversityIndent {
        margin-left: -35px;
    }
}

@media(max-width: 768px) {

    .link-shrinkable {
        display: block;
    }

    .avatar {
        position: absolute;
        left: 10px;
        top: 15px;
    }

    .sitelogo {
        visibility: hidden;
    }

    .homepageText {
        font-size: 14px;
    }

    .sitehomelink {
        height: auto;
    }

    .body-container {
        margin-top: 25px;
        margin-left: 0px !important;
        width: 100%;
        /* font-size: 12px; */
    }

    .footerText {
        max-width: 300px;
    }

    .homePageVideo {
        width: 300px;
        height: 300px
    }

    .mobileSpacer {
        height: 100px;
        display: block;
    }


    .diversityIndent {
        margin-left: -35px;
    }
}

footer {
    padding-left: 15px;
    position: fixed;
    bottom: 0px;
    padding-bottom: 5px;
    background:white;
    width: 100%;
}


html 
{
    height: 100% !important;
    margin: 0;
}

body
{
    height: 100% !important;
    margin: 0;
}

#mainContainer
{
    margin: 0;
}

#mainContainer {
     /*background-color: rgba( 255,255,255,0.85 ); */
    }


.navbar {
    padding-top: 0;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}

.body-container {
    margin-top: 25px;
    margin-left: 65px;
    width: 100%;
    /* font-size: 12px; */
}