body
{
    background: #7F7F7F;
    padding-top: 30px;
    padding-bottom: 30px;
}

.container
{
    background: #FFF8E8;
}

textarea
{
    min-height: 100px;
    max-height: 300px;
    resize: vertical;
}

h1.title
{
    text-align: center;
    line-height: 84px;
    color: #0071BC;
    font-size: 70px;
    letter-spacing: 5px;
    font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
    font-weight: bold;
}

h1.title img
{
    width: 60px;
    margin-top: -15px;
}

.header
{
    padding-top: 20px;
}

.footer
{
    background: #F15A24;
    padding: 5px;
    color: #fff;
    font-size: 0.9rem;
}

.footer a
{
    color: #fff;
}

h3
{
    color: #F15A24;
    font-size: 20px;
    font-weight: bold;
}

.text-theme
{
    color: #F15A24;
}

ul.table-index
{
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
}

ul.table-index li:before
{
    float: left;
    width: 0;
    white-space: nowrap;
    content:
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . ";
}

ul.table-index span:first-child
{
    padding-right: 0.33em;
    background: #e9ecef;
}

ul.table-index span + span
{
    float: right;
    padding-left: 0.33em;
    background: #e9ecef;
}

hr
{
    border: 1px solid #0071BC;
}

nav.navbar-theme
{
    background: #736357;
    color: #fff;
}

nav.navbar-theme .dropdown-menu .dropdown-item
{
    color: #000;
}

nav.navbar-theme .nav-link
{
    border-radius: 0;
    border: 1px solid #fff;
}

nav.navbar-theme a
{
    color: #fff;
}

nav.navbar-theme .nav-link:hover,
nav.navbar-theme .nav-link.active
{
    background: #999999;
}

nav.navbar-theme .show .nav-link
{
    background: #736357;
}

nav.navbar-theme .dropdown-menu
{
    left: 50%;
    transform: translateX(-50%);
}

h3.navbar-theme
{
    background: #736357;
    color: #fff;
    padding: 10px;
    font-weight: normal;
}

h2.navbar-theme
{
    background: #C7B299;
    color: #fff;
    padding: 10px;
    font-size: 22px;
}

img.icon-language
{
    width: 100%;
}

.jumbotron
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.table-bordered
{
    border: 1px solid #736357;
}

.text-purple
{
    color: #8e44ad;
}

#list-albums
{
    border: 1px solid #F15A24;
    min-height: 500px;
}

#list-albums .nav-link.active, #list-albums .show > .nav-link
{
    color: #fff;
    background-color: #F15A24;
}
#list-albums .nav-link
{
    border-radius: 0;
}