body {
    /*font-family: myFont;*/
    font-family: Roboto Slab;
    padding: 10px;
}

@font-face {
    font-family: myFont;
    src: url("../fonts/Arvo-Regular.ttf");
}

@font-face {
    font-family: Roboto Slab;
    src: url('../fonts/RobotoSlab-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

.header-section {
    background-color: darkblue;
    color: white;
    box-shadow: 0 5px 10px #efefef;
    text-align: center !important;
}

.header-section .box {
    display: flex;
}
.header-section .div-1 {
    font-weight: bold;
    margin-top: 10px;
}
.header-section .text-1 {
    font-size: x-large;
    font-weight: bold;
}
.header-section .text-2 {
    font-size: small;
    font-style: italic;
}
.header-section .text-3 {
    font-size: medium;
    font-style: italic;
    text-decoration: underline;
    font-weight: bold;
}
.header-section .text-4 {
    font-size: medium;
    font-weight: bold;
}

.header-section-1 {
    background-color: cornsilk;
    color: #2b3087;
    box-shadow: 0 5px 10px #efefef;
}
.header-section-1 img {
    width: 30px;
    margin: 6px;
}
.header-section-1 .box {
    display: flex;
}
.header-section-1 .div-1 {
    font-weight: bold;
    margin-top: 10px;
}
.header-section-2 {
    box-shadow: 0 5px 10px #efefef;
}
.navbar-style {
    box-shadow: 0 5px 10px #efefef;
}

.icon-bar {
    background-color: darkorange;
}

#menu-1 li {
}

#menu-1 li a {
    color: darkorange;
    font-weight: bold;
}
#menu-1 li a:hover {
    color: darkorange !important;
    font-weight: bold;
}

#menu-1 .newupdate-image {
    margin-top: -5px;
}
/*
#menu-1 li.active a, #menu-1 li.active a:hover {
    background-color: darkorange;
    color: white !important;
}
*/
.center-text {
    text-align: center !important;
}
.right-text {
    text-align: right !important;
}
.orange-text {
    color: darkorange !important;
}
.blue-text {
    color: darkblue !important;
}
.red-text {
    color: red !important;
}
.brown-text {
    color: brown !important;
}
.bold-text {
    font-weight: bold;
}

.main-content {
    box-shadow: 0px 5px 10px #efefef;
}

.sidebar a{
    color: darkorange;
    font-size: small;
    font-weight: bold;
}
.sidebar .div-text {
    color: black;
}
.sidebar .span-text {
    color: darkorange;
}

.marquee {
    height: 344px !important;
}
.marquee li {
    padding: 20px;
    border-bottom: darkorange;
    border-bottom-style: dotted;
}

.marquee li a {
    text-decoration: none;
    font-weight: bold;
}

.marquee-1 {
    background-color: darkred !important;
}

.marquee-1 span, .marquee-1 li, .marquee-1 li a {
    color: white !important;
    font-weight: bold;
}

.small-alert {
    margin-bottom: 1px;
    height: 30px;
    line-height:30px;
    padding:0px 15px;
}

.red-alert {
    color: white;
    background: red;
}

.text-1 {
    font-size: small;
}

/*
.item {
    background-color: yellow;
}

.item img {
    width: 100%;
    object-fit: contain;
}

.item .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    background-color: darkorange;
}

.item .carousel-indicators {
    padding-top: 3px;
}
*/

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    line-height: 20px; /* Vertically center the text there */
    background-color: cornsilk;
    text-align: center;
    padding: 13px;
}
.footer .text-1 {
    font-size: small;
    font-weight: bold;
}
.footer .text-2 {
    font-size: smaller;
}
.footer .text-3 {
    font-size: smaller;
    font-style: italic;
    text-decoration: underline;
    font-weight: bold;
}
.last-update {
    border-bottom: yellow 6px solid;
    box-shadow: 0px 5px 10px #efefef;
}
.last-update span {
    color: darkorange;
    font-weight: bold;
}

.staff-table .hover-row:hover {
    background-color: #f7f7f7 !important;
}

.staff-table .sub-heading-1 {
    text-align: center;
    background-color: darkcyan;
    color: white;
}

.staff-table .sub-heading-2 {
    text-align: center;
    background-color: ghostwhite;
    color: darkcyan;
}
.staff-table .sub-heading-2:hover {
    background-color: #f7f7f7 !important;
}

.staff-table .sub-heading-3 {
    color: blue;
}

.staff-table .sub-heading-4 {
    color: darkorange;
    font-weight: bold;
}

.content-hide {
    /*visibility: hidden !important;*/
    display: none !important;
}

.content-show {
    /*visibility: visible;*/
    display: inline !important;
}

.tabbable {
    margin: 30px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.nav-tabs {
    margin: 0;
}

.nav-tabs a {
    background-color: darkorange;
    color: #FFFFFF;
}

.tab-content {
    padding: 30px;
    height: 100%;
    border-left: 1px solid #ddd ;
    border-right: 1px solid #ddd;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
    color: darkorange !important;
    border-color: #d45500;
    border-bottom-color: transparent;
}