/* Override some defaults */
html, body{

    background-color: #008da8;
    background-attachment: local; 
    background-image: url("../img/banner-small.png");
    background-position: top 0%, left 10%;
    /*background-size: 50%;*/
    background-repeat: no-repeat;
}

.container-wide {
    margin-left: 20px;
}

.accordion {
    opacity: 90;
    background-color: #28a1b8;
}

.accordion a {
    color:white;
    font-weight: bold;
}

.accordion-inner {
    background-color: white;
}

footer {
    background-color: #f5f5f5;
    text-align: center;
}

footer img {
    height: 100px;
}