body, html {
    background-color: #b8db1c;
    height: 100%;
}

body {
    background: -moz-linear-gradient(top, #32954f 0%, #b8db1c 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #32954f 0%,#b8db1c 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #32954f 0%,#b8db1c 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32954f', endColorstr='#b8db1c',GradientType=0 ); /* IE6-9 */

    font-family: Trebuchet MS, Helvetica, sans-serif;
}

div.container {
    background-color: white;
    box-shadow: 0 0 10px 0 rgb(40, 40, 40);
    border-radius: 0 0 5px 5px;
}

div.container+div.container {
    margin: 20px auto 50px;
    border-radius: 5px;
}

nav.navbar-default {
    border: 0;
    border-radius: 0 0 5px 5px;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #32954f;
    color: white;
}

.navbar-default .navbar-nav>a:focus,
.navbar-default .navbar-nav>a:hover {
    background-color: yellow;
}

.navbar-default .navbar-nav>.highlight>a {
    background-color: #f49ca3;
    color: #a94442;
}

.navbar-default .navbar-nav>.highlight.active>a {
    background-color: #a94442;
    color: white;
}

.navbar-default .navbar-nav>.highlight>a:focus,
.navbar-default .navbar-nav>.highlight>a:hover {
    background-color: #f49ca3;
    color: darkred;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: white;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: darkgreen;
}

header {
    background-size: cover;
    background-position: center center;
}

aside {
    padding: 15px;
    text-align: right;
}

.panel-body aside {
    padding: 0 15px;
}

aside img {
    border: 1px solid grey;
}

aside img+img {
    margin-top: 5px;
}

h1
{
    color: #32954f;
    font-size: 20pt;
    margin: 0 0 10px 0;
}

h2 {
    font-size: 21px;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

ul {
    list-style-image: url(../img/bullet.svg);
}

video {
    background: black;
}

footer {
    background-color: #f7f7f7;
    border-radius: 0 0 5px 5px;
    padding: 15px;
}

div.content article {
    padding: 15px;
}

div.content .references img {
    margin: 15px;
    max-height: 100px;
    max-width: 230px;
    width: auto;
}

div.content .preview img {
    margin: 5px;
    max-height: 100px;
    width: auto;
}

@media (min-width:768px) {
    a[href^="tel:"] {
        color: #333;
        text-decoration: none;
        cursor: text;
    }
}

@media (max-width:767px) {
    div.container {
        border-radius: 0;
    }

    div.container+div.container {
        margin: 0;
        border-radius: 0;
    }

    footer {
        border-radius: 0;
    }

    h1 {
        display: none;
    }

    nav.navbar-default {
        background-color: #32954f;
        border-radius: 0;
    }

    .navbar-default .navbar-collapse {
        background-color: #f7f7f7;
    }

    .navbar-default .navbar-brand {
        color: white;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    }
}
