/* UGent Panno Font ------------------------------------------------------- */
@font-face {
    font-family: 'PannoTextLight';
    src: url('../fonts/ugentpannotext-semilight-web.eot');
    src: url('../fonts/ugentpannotext-semilight-web.woff') format('woff'),
         url('../fonts/ugentpannotext-semilight-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PannoTextNormal';
    src: url('../fonts/ugentpannotext-normal-web.eot');
    src: url('../fonts/ugentpannotext-normal-web.woff') format('woff'),
         url('../fonts/ugentpannotext-normal-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PannoTextMedium';
    src: url('../fonts/ugentpannotext-medium-web.eot');
    src: url('../fonts/ugentpannotext-medium-web.woff') format('woff'),
         url('../fonts/ugentpannotext-medium-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PannoTextBold';
    src: url('../fonts/ugentpannotext-semibold-web.eot');
    src: url('../fonts/ugentpannotext-semibold-web.woff') format('woff'),
         url('../fonts/ugentpannotext-semibold-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.arial{
    font-family: Arial;
}

.light {
    font-family: 'PannoTextLight';
}

.normal {
    font-family: 'PannoTextNormal';
}

.medium {
    font-family: 'PannoTextMedium';
}

.bold {
    font-family: 'PannoTextBold';
}
/* ------------------------------------------------------------------------ */



/* General settings ------------------------------------------------------- */
.clearfix { clear: both; }
/* ------------------------------------------------------------------------ */



/* Document Header Settings ----------------------------------------------- */
header { color: white; }

#headerlogo {
    background-color: white;
    width: 170px;
    height: 114px;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
}

#headerinfo * {
    background-color: rgb(30, 100, 200);
}

#headerinfo {
    background-color: rgb(30, 100, 200);
    height: 114px;
}

#headerinfo_login {
    padding-top: 15px;
    padding-right: 15px;
    float: right;
}

#headerinfo_title {
    margin-left: 200px;
    padding-top: 50px;
    font-family: "PannoTextMedium", Arial, sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
}

#headerinfo_ge {
    margin-top: 30px;
    margin-left: -10px;
    display: inline-block;
}
/* ------------------------------------------------------------------------ */



/* Document Footer Settings ----------------------------------------------- */
footer * {
    background-color: rgb(30, 100, 200);
}

footer {
    height: 135px;
    background-color: rgb(30, 100, 200);
    margin-top: 20px;
    padding: 20px;
}

#footerlogo {
    height: 54px;
    border-bottom: 1px solid rgb(192, 192, 192);
    margin-bottom: 20px;
    padding-top: 10px;
}

footer ul {
    list-style-type: none;
    border: 0;
    padding: 0;
    margin: 0;
}

footer ul li {
    float: left;
    margin-right: 12px;
}

footer ul li a:visited, footer ul li a:active, footer ul li a:link {
    color: white;
    text-decoration: none;
}

footer ul li a:hover {
    text-decoration: underline;
}

#footerlinks {
    float: right;
    color: white;
    font-size: 14px;
}

#footer_facebook {
    background-image: url('images/facebook%20logo%20blauw%20120px.png');
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
}

#footer_facebook:hover {
    background-image: url('images/facebook%20logo%20wit%20120px.png');
}

#footer_twitter {
    background-image: url('images/twitter%20logo%20blauw%20120px.png');
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
}

#footer_twitter:hover {
    background-image: url('images/twitter%20logo%20wit%20120px.png');
}

#footer_instagram {
    background-image: url('images/instagram%20logo%20blauw%20120px.png');
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
}

#footer_instagram:hover {
    background-image: url('images/instagram%20logo%20wit%20op%20kleur%20120px.png');
}
/* ------------------------------------------------------------------------ */

