body {
    background-color: #c0d6d7;
    color: #1a1a1a;
    line-height: 1.8em;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin: 0;
}
h2 {
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}

h4 {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

h5 {
    font-size: 11pt;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

u {
    text-decoration: underline;
    font-weight: bold;
}

a { color: #6090d6; }
a:hover {color: #6083c4;}
.row a {text-decoration: none;}
li {font-size: 12pt;}

.author {
    color: #6a847d;
    font-style: italic;
}

/* Top navigation bar */
#navbar-top {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    font-weight: bold;
}
.navbar {
    border-bottom: 12px solid #e2dbb4;
    background-color: #4d5f5a;
}
.navbar a {
    color: #ded07f;
}
.navbar a:hover {
    color: #6ca25a;
}

.nav-link {color: #ded07f;}
.nav-link.active {
    color: #6a847d;
    background: #e2dbb4;
}
.nav-item li.active>a, .nav-item a:hover, .nav-item a:focus, .nav-itme li.open>a{
    color: #6a847d;
    background: #e2dbb4 !important;
    outline: 0;
}

#navbar-bottom {
    margin: -0px auto 5px auto;
    padding: 0px 4px 0px 4px;
    bottom: 0;
    z-index: 1030;
    text-align: center;
}

.col-img {
    margin-bottom: -15px;
    padding-bottom: -10px;
}

.section {
    max-width: 900px;
    margin: -100px auto 5px auto;
    padding: 100px 4px 0px 4px;
}
.section > .title {
    font-size: 18pt;
    color: #414446;
    clear: both;
    padding-bottom: 10px;
    border-bottom: 2px solid #999;
    padding-right: 15px;
    padding-top: 15px;
    font-weight: bold;
}

.jumbotron {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 4px 0px 4px;
    background-color: #c0d6d7;
}
.jumbotron > .title {
    font-size: 18pt;
    color: #414446;
    clear: both;
    text-align: center;
}

.content{
    padding: 20px 0px 0px 0px;
    margin: 0px auto;
    text-align: justify;
    font-size: 12pt;
}

.row {
    max-width: 900px;
    margin: 0px 0px 0px 0px;
    padding: 10px 4px 0px 4px;
}

.row {
    font-size: 12pt;
    padding: 2px auto;
}

.thumbnail {
    padding: 2px 2px 2px 2px;
    margin: 0px 0px 1px 0px;
}

.thumbnail img {
    height: 200px;
    object-fit: scale-down;
    width: 100%;
}
@media (min-width: 576px) {
    .thumbnail img {
        object-fit: cover;
    }
    .thumbnail img.top-left {
        object-position: 0px 0px;
    }
}

.logo {
    width: 100%;
    padding: 2px 2px 2px 2px;
    margin: 0px 0px 1px 0px;
    object-fit: contain;
}

.caption {
    padding: 3px 0px 3px 0px;
    margin: 0px 0px 3px 0px;
    text-align: center;
    font-size: 13pt;
    font-weight: bold;
}
.caption span {
    font-size: 11pt;
    font-weight: normal;
}

.caption a:hover {text-decoration:none;}

table {
    text-align: left;
}

tr { 
    border: solid #efefef;
    border-width: 3px 0;
}

.table-head {
    background-color: #2d3047;
    color: #dcdcdc;
}

.carousel-item {
    text-align: center;
}
.carousel-caption {
    height: 15%;
    background: rgba(230, 230, 230, 0.9);
}

.thumbnail ul {
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 5px;
    text-align: center;
}
@media (hover: hover) {
    .thumbnail div {
        position: relative;
        overflow: hidden;
    }
    .thumbnail ul {
        background: rgba(200, 200, 200, 0.7);
        position: absolute;
        bottom: -100%;
        left: 0px;
        right: 0px;
        transition: bottom 0.2s ease-in-out;
    }
    .thumbnail:hover ul {
        bottom: 0px;
    }
}

.icon {
    display: inline-block;
    background: #4d5f5a;
    color: #ded07f;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-size: 150%;
}

.icon:hover {
    background: #e2dbb4;
    color: #6a847d;
}

.col-button {
    margin-top: -40px;
}

.btn {
    color: #ded07f;
    background: #4d5f5a;
    border: 0pt;
}
.btn:hover {
    color: #6a847d;
    background: #e2dbb4;
    border: 0pt;
}