.navicon {
    font-size: 24px;
    margin-top: -2px;
    margin-left: 15px;
}

.nav li.navicon.email :hover    {
    background-color: #999;
    border-radius: 5px;
}
.nav li.navicon.facebook :hover    {
    background-color: #3b5998;
    border-radius: 5px;
}
.nav li.navicon.twitter :hover     {
    background-color: #4099ff;
    border-radius: 5px;
}
.nav li.navicon.youtube :hover     {
    background-color: #bb0000;
    border-radius: 5px;
}

.nav .lang-choice {
    margin-left: 15px;
}

.nav .lang-choice a {
    display: inline-block;
    border: 1px solid #9d9d9d;
    border-radius: 6px;
    padding: 5px;
    margin-top: 8px;
}

.nav .lang-choice > a.active {
    color: #eee;
}

body {
    font-family: 'Titillium Web', sans-serif;
    background-color: #eee;
    color: #333;
    height: 100%;
}

.lead {
    font-size: 24px;
    font-weight: 600;
}

.site-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: initial;
}

.no-margin {
    margin: 0 auto;
}

.container, .navbar.navbar-inverse {
    background-color: #333;
    width: 100%;
    font-weight: 400;
    margin-bottom: 0;
}

.container {
    height: 20%;
}

.container-wrapper {
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
}

.navbar.navbar-inverse {
    border-bottom: none;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 30px;
}

.collapse.navbar-collapse {
    margin-top: 5px;
}

.m-t-1 {
    margin-top: 1em;
}

.navbar-header {
    height: 90px;
}

.offcenter-content {
    margin-top: 50px;
}

.navbar-brand img {
    margin-top: -10px;
}

.about-text {
    text-align: justify;
}
.about-text h1 {
    font-size: 1.9em;
}
.about-text p {
    font-size: 1.1em;
}

/* desktop */
@media (min-width: 768px) {
    .icon_label {
        display: none;
    }

    nav.navbar {
        width: 700px;
        margin: 0 auto;
    }

    ul.nav {
        float: right;
    }
}
