body 
{ 
    background-color: #cbccd1;
    /* #cbccd1; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-family: 'Lato', sans-serif;
    height: 100%;
    
}

.subicon 
{
    letter-spacing: .4em;
}

.subicon a { color: #8D8D8D; }
.subicon i:hover
{
    color: #000000;
}

#site-header 
{
    border-bottom: 1px solid #c4c3c3;
    
}

.vertical-align
{
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
  
    display: flex;
    align-items: center;
}

.favLinks {


}

.favLinks li { 
    margin: 18px 0px 13px;
font-size: 13px;
}

.favLinks a { 
    color: #000000;
}

.favLinks a:hover { 
    text-decoration:  none; 
    color: #8b2929;
}
.favLinks a strong {
    font-size: 14px;
    display: block;
    font-weight: bold;
} 


.main { padding-top: 25px; }
.main h3 { 
    font-size: 16px;
    font-weight: bold;
}