#content h1 {
  color: #69c; 
}
/* http://getbootstrap.com/getting-started/#accessibility */
#content:focus { outline: none; }

/* v2 */
.alert-uofg-gryphmail-login {
    
    /* background-color:rgb(184,238,176);*/ /* green until 170425 */    
    /* background-color: rgb(246,116,0); */ /* orange */
    
    /* yellow until 170617, past 170806 */
    /* background-color:rgb(250,251,8);    
    color: black; */
    
    /* blue until 170806 */
    /* background-color:rgb(51,122,183); */   
    /* color: white; */ 
    
    /* w-on-b since 170829 */
    background-color:black;    
    color: white; 
    
    
    border-color: #f67531;
    border-top-color: rgb(188, 232, 241);
    border-right-color: rgb(188, 232, 241);
    border-bottom-color: rgb(188, 232, 241);
    border-left-color: rgb(188, 232, 241);
    line-height: 120%;
    box-shadow: 6px 6px 10px #888888;        
}

a.alert-uofg-gryphmail-login-link:hover, a.alert-uofg-gryphmail-login-link:active,
a.alert-uofg-gryphmail-login-link:visited,a.alert-uofg-gryphmail-login-link:link 
{
    /* background: rgb(51,122,183); color: white; */ /* used with blue until 170806 */
    /* color: black; until 170829 */
    background: black; color: white; /* since 170829 */
}
a.alert-uofg-gryphmail-login-link:visited,a.alert-uofg-gryphmail-login-link:link 
{
    text-decoration: underline;
}
a.alert-uofg-gryphmail-login-link:hover, a.alert-uofg-gryphmail-login-link:active
{
    font-weight: bold;
}

    
.alert-uofg-courselink-login {
    /*color: black;
    background-color:#D0E4FD;
    border-color: #3333ff;
    border-top-color: rgb(188, 232, 241);
    border-right-color: rgb(188, 232, 241);
    border-bottom-color: rgb(188, 232, 241);
    border-left-color: rgb(188, 232, 241);
    */
    
    /* yellow until 170617, past 170806 */
    /*background-color:rgb(250,251,8);    
    color: black; */
    
    /* w-on-b since 170829 */
    background-color:black;    
    color: white; 
    
    
    line-height: 120%;
    box-shadow: 6px 6px 10px #888888;        
    
    
}

.alert-uofg-authNfailed {
    color: black;
    background-color:#D0E4FD;
    border-color: #3333ff;
    border-top-color: rgb(188, 232, 241);
    border-right-color: rgb(188, 232, 241);
    border-bottom-color: rgb(188, 232, 241);
    border-left-color: rgb(188, 232, 241);
    line-height: 120%;
}

.navbar-brand2 {
    display: block;
    height: 150px;
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    padding-top: 45px;
    padding-left: 10px;
}
        
