* {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif!important;
}

body {
    background-image: -ms-linear-gradient(bottom right, #F2FFFD 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom right, #F2FFFD 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom right, #F2FFFD 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #F2FFFD), color-stop(1, #FFFFFF));
    background-image: -webkit-linear-gradient(bottom right, #F2FFFD 0%, #FFFFFF 100%);
    background-image: linear-gradient(to top left, #F2FFFD 0%, #FFFFFF 100%);
}

#header-logo-wrapper,
#header-logo-img-wrapper,
#header-logo-img-wrapper a {
    text-align: center;
}

#logo-header {
    width: 130px;
    height: 100px;
    margin: 20px 0 0 0;
}

#header-slogan {
    padding-top: 0.5em;
}

#header-slogan h1 {
    padding-top: 0;
    margin-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1em;
    font-weight: bolder;
    letter-spacing: -2px;
}

#header-slogan h2 {
    padding-top: 0;
    margin-top: 0;
    font-family: "Times New Roman", Georgia, Serif!important;
    font-style: italic;
    color: #666666;
    font-size: 1.8em;
    letter-spacing: 1px;
}

#social-link-container {
    text-align: center;
    margin-bottom: 1em;
}

#social-link-container ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#social-link-container ul li {
    display: inline;
}

#social-link-container ul li img {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

#social-link-container ul li img:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#main-navigation {
    text-align: center;
}

nav, footer {
    background: #02FE03;
    padding: 0.5em;
    margin-bottom: 1em;
    box-shadow: 0 3px 5px rgba(0,0,0,.250);
    border-radius: 4px;
    text-shadow: 1px 1px rgba(0,0,0,.250);
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline;
    padding: 0.5em;
}

nav ul li a {
    color: #FFFFFF;
}

nav ul li.active {
    background-color: #21D721;
}

nav ul li.active a {
    color: #FFFFFF;
}

footer {
    text-align: center;
    padding: 0.5em;
    margin-top: 5em;
    color: #FFFFFF;
}

footer a {
    color: #ffffff;
}

.fullsize {
    width: 100%;
}

td {
    vertical-align: middle!important;
}

a:hover {
    color: #2869A1;
    text-decoration: none;
    text-shadow: none;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #header-logo-wrapper {
        display: table-row;
        vertical-align: middle;
        text-align: left;
    }

    #header-logo-img-wrapper {
        display: table-cell;
        vertical-align: middle;
    }

    #header-slogan {
        display: table-cell;
        vertical-align: middle;
    }

    #header-logo-wrapper a {
        float: left;
    }

    #logo-header {
        width: 100px;
        height: 80px;
        margin: 20px 20px 0 0;
    }

    .slogan-text {
        float: left;
        width: 50%;
        margin: 0;
        padding-top: 3em;
    }

    .slogan-img {
        float: right;
        width: 50%;
        margin: 0;
    }

    #social-link-container {
        text-align: right;
        margin-bottom: 0;
    }

    #main-navigation {
        text-align: right;
    }

    #social-link-container ul li img {
        margin-top: 40px;
    }

    nav ul li a {
        font-size: 1.2em;
        font-weight: bolder;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { }