﻿html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    display: flex;
    flex-direction: column;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
#site-header {
    flex-flow: row;
    z-index: 100;
    position: relative;
    /* height: 7%; */
    width: 100%;
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
 
}
#site-header-auth-popup {
    background-color: rgba(108,192,145,.5);
    position:absolute;
    top: 100%;
    right: 17%;
    padding: 0.75em;
    border: 0.5px solid rgb(108,192,145);
}
#site-header-auth-popup-2 {
    background-color: rgba(108,192,145,.5);
    position: absolute;
    top: 100%;
    right: 0.75%;
    padding: 0.75em;
    border: 0.5px solid rgb(108,192,145);
}

#pageTitle {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    /* width: 40%; */
    font-size: 2vw !important;
    line-height: 1;
    color: #D3D3D3;
    padding-left: 1vw;
}

#site-content { 
    /* padding-top:2.5em; */
    position: relative;
    z-index: 10;
    flex: 1;
    overflow: auto;
}

h1 {
    flex-flow:row;
    font-size:4px;
    color:#fff;
}
#site-footer {
    width:100%;
    height:3%;
    text-align: center;
    flex: 0 1 inherit;
    font-size: 0.8em;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#navigation-barHeader {
    padding-right:2.5%;
    display: flex;
    flex-wrap: wrap;
    margin-left:auto;
    flex-direction:row-reverse;
    
}
#navigation-barHeader-elements a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: .5vw;
    align-items: center;
    justify-content: flex-end;
    margin: 7px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: .9vw !important;
    border: 2px solid rgba(255,255,255,0.0);
}
#navigation-barHeader-elements a:hover {
    border-radius: 30px;
    border:2px solid #fff;
        
} 
   
    #navigation-barHeader img {
        flex-wrap: wrap;
        justify-content:flex-end;
        height:2.5vw;
        width:2.5vw;
        border: 2px solid rgba(255,255,255,0.0);
        margin: 7px;  
    }
    #navigation-barHeader img:hover {
        border:2px solid #fff;   
        
    }
#navigation-barHeader-elements {
    display:flex;
}

#site-footer a {
    /*font-size: 10px !important;*/
    color: #D3D3D3;
    text-decoration: none;
}

/* Style the dropdown content (hidden by default) */
.headerbarDropdown-content {
    top: 100%;
    right: 2%;
    position: absolute;
    background-color: rgba(108,192,145,.5);
    min-width: 160px;
    z-index: 1;
}
/* Style the links inside the dropdown */
.headerbarDropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.headerbarDropdown:hover .headerbarDropdown-content {
    display: block;
}
.occlude {
    display:none;
}
#ContactInfo {
    color: white;
    box-shadow: none;
    margin-top: 0.5%;
}