#header{
    background-color: #888;
    margin: -8px -8px 10px -8px;
    height: 50px;
}

.headerTab{
    display: inline-block;
    width: 100px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    background-color: #aaa;
    margin: 0 3px 10px -8px;
    border: 1px solid #ccc;
    box-sizing: border-box; 
}
.headerTab a{
    display: block;
    text-decoration: none;
    color: black;
    height: 100%;
    width: 100%;
}

.headerTab:hover{
    background-color: #ccc;
    cursor: pointer;
}

.activeHeaderTab{
    background-color: #d4d4d4;
}

#footer{
    text-align: center;
}

.footerLink{
    margin: 20px;
}

#footerContactEmail::after{
    content: "thejile.co";
}