html {
    background: url("images/site_background.png") repeat;
    background-size: 128px 128px;
}

body {
    padding-bottom: 40px;
    margin: 0;
    background-color: transparent;
    padding-top: 60px;
}

a {
    color: orange;
}
a:hover {
    color: lightblue;
    text-decoration: none;
}
.modal {
    overflow: auto;
    color: #333;
}

ul.inner li {
    font-size: 21px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}

/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */
.jumbotron {
    text-align: center;
    background: transparent;
    border-bottom: 1px solid #e5e5e5;
}