.light {
    padding: 10px;
}

header {
    height: 110px;
}

header h1 {
    font-size: 16px;
    line-height: 75px;
    color: rgba(43, 42, 95, 0.81);
}

div.agenda h3 {
    font-size: 16px;
    line-height: 18px;
}

body {
    margin: 0;
    position: relative;
    background: #fff url('/resources/img/bg/body.png');
}

footer a{
    color: #ccc;
}

footer {
    padding: 30px 0 10px 0;
    color: #fff;
    min-height: 100px;
    background: #464c61 url('/resources/img/bg/footer.png');
    font-size: 90%;
}

footer .container {
    background: transparent;
}

.container {
    background: #fff;
    /*padding: 0 10px 10px 10px;*/
}

/* Landscape phones and down */
@media (max-width: 480px) {
    header h1 {
        font-size: 12px;
    }
}

/* Landscape phone to portrait tablet */
@media (min-width: 480px) and (max-width: 767px) {
    header h1 {
        font-size: 12px;
        line-height: 13px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    header h1 {
        font-size: 17px;
        line-height: 18px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 980px) and (max-width: 1200px) {
    header h1 {
        font-size: 18px;
        line-height: 19px;

    }
}

@media only screen and (min-device-width: 1536px) and (max-device-width: 2048px) and (-webkit-min-device-pixel-ratio: 2) {
    header h1 {
        font-size: 18px;
        line-height: 19px;

    }
}