/* These styles used by all pages (except '404') */

header
{
    justify-content: space-between;
    display: flex;
    align-items: center;

    font-family: Arial;
    font-weight: bold;
    /*position: fixed;*/
    min-width: 1000px;
    width: 100%;
    /*z-index: 5000;
    top: 0;
    left: 0;*/
}

#site-name
{
	background-image: url(/images/icons/toggle.png);
	background-position:right;
	background-repeat:no-repeat;
	background-size:contain;
	height:40px;
	color:#ccc;
	word-spacing:normal;
	text-align:center;
	line-height:40px;
	display:none;
}

header li
{
	float:left;
	padding-left: 1em;
}

header ul
{
	list-style-type:none;
    margin: 0;
    padding: 30px 0;
}

div#logo-div
{
    width: 64px;
    height: 80px;
    float: left;
    margin-left: 7.5%;
    text-align: left;
}

img#logo
{
    margin: 20px 0;
    border-width: 0;
    height: 40px;
}

nav
{
    color: #999;
    font-size: 16px;
    margin-left: 0;
    margin-right: auto;
    float: left;
}

/* ----- Top Menu links (almost) on every page ----- */

nav a
{
    text-decoration: none;
}

nav a:link, nav a:visited
{
    color: #fff;
    /* border-bottom: 1px solid #707070; */
}

nav a:hover
{
    color: #ffa500;
    /* border-bottom: 1px solid #963; */
}

#social {
    margin-right: 7.5%;
}

a.social-link {
    font-size: 20px;
    color: white !important;
    text-decoration: none;
    margin-left: 20px;
}
 a.social-link:hover {
    color: #ffa500 !important;
 }