@font-face { font-family: 'Alegreya Sans SC'; src: url("alegreya_sans_sc.woff"); } /*************************************************************** General Page Styling ****************************************************************/ *{ margin: 0; padding: 0; } html, body{ height: 100%; font-family: 'Alegreya Sans SC', sans-serif; } /*************************************************************** Header ****************************************************************/ div.header-bar{ background-color: #3083D6; height: 80px; width: 100%; position: absolute; } a.logo{ display: block; height: 70px; width: 70px; margin-top: 5px; margin-left: 5px; background-image: url(img/logo.svg); background-repeat:no-repeat; background-size:66px 66px; background-color:#3083D6; background-position: center; z-index: 99; } a.logo:hover{ display: block; background:#2669AB; background-image: url(img/logo.svg); background-repeat:no-repeat; background-size:66px 66px; background-position: center; border-radius: 10px; box-shadow: 3px -3px 5px black; } /************************************************************ Page-Wrap for sticky footer *************************************************************/ #page-wrap{ width: 100%; min-height: 100%; } /********************************************************** Content-Area **********************************************************/ #content-area{ width: 100%; padding-top: 80px; padding-bottom: 25px; } /****************************************************** FOOTER *******************************************************/ footer{ height: 25px; width: 100%; position: relative; margin-top: -25px; clear: both; background-color:#3083D6; } #copyright-text{ margin-right: 10px; text-align: right; font-size: 12px; font-weight: normal; color: white; }