body {
    font-family: "Open Sans", sans-serif;
    padding-top: 70px;
    padding-bottom: 30px;
}

h1, h2, h3 {
    color: #114d51;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.navbar-inverse {
    background-color: #053235;
}

.navbar-inverse .navbar-nav>li>a {
    color: #9dcfd2;
}

.jumbotron {
    background-image: url(/assets/images/bruce_dolsen_pallette.jpg);
    background-size: 100%;
    color: #FFFFFF;
    /*background-color: #d5e8fb;*/
    margin-bottom: 0;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
}

.jumbotron h2 {
    color: #FFFFFF;
    font-size: 6em;
    font-weight: bold;
    letter-spacing: 4px;
}

.introtext {
    color: #114d51;
    font-size: 1.5em;
    font-style: italic;
}

.table_no_border td {
    border-top: 0;
}

footer {
    background-position: 0 30%;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 4px;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}

.todo {
    color: #FF0000;
}

.dropdown-menu>.active>a {
    background-color: #4a777a;
}

.artwork_image {
    margin-bottom: 5px;
    margin-top: 15px;
    max-width: 100%;
}

.first_in_column {
    margin-top: 0;
}

.artwork_box {
    background: #9dcfd2;
    border-radius: 6px;
    margin-bottom: 15px;
    max-width: 100%;
}

.artwork_details {
    color: #114d51;
    font-style: italic;
    margin: 0 0 10px 0;
    text-align: center;
}

.details_main_text {
    padding: 4px 10px;
}

.for_sale {
    padding: 4px 10px;
    background: #ffef80;
    color: #236d77;
    font-weight: bold;
}
