.logo-container {
    margin-bottom: 10px;
}

.logo-img {
    width: 100%;
    max-width: 331px;
}

.side-nav li a {
    color: #ffffff;
}

.side-nav a:hover {
    border-left: 2px #21216b solid;
    color: #21216b;
}



span a {
    color: #253f3f;
}

.container .jumbotron {
    border-radius: 0px 0px 3px 3px;
    color: #eee;
    background: #21216b; /* Old browsers */
    background: -moz-linear-gradient(top,  #21216b 0%, #333399 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21216b), color-stop(100%,#333399)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #21216b 0%,#333399 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #21216b 0%,#333399 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #21216b 0%,#333399 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #21216b 0%,#333399 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21216b', endColorstr='#333399',GradientType=0 ); /* IE6-9 */
}

.jumbotron {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.jumbotron p {
    color: #c3d5e8;
}

.jumbotron a {
    color: #8fb8e3;
}

a {
text-decoration: none;
} 

div {
}

