@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital@1&display=swap');

header{
    background-color: #004d6d;
    color: #fff;
}

header .container .header-nav-top .login p a {
    color: #fff;
}

header .container .header-nav-top .login p a:hover {
    color: #f18825;
    text-decoration: none
}

.content-header-background:before,
#carousel-homepage.carousel .carousel-inner .item::before {
    background-color: #004d6d;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0;
    z-index: 10;
}

.content-header-background .container,
.container.carousel-container {
    z-index: 20 !important;
    position: relative;
}

.content-header-background .container h2,
.carousel .carousel-caption h2 {
    font-family: 'Noto Serif', serif;
    white-space: unset !important;
    line-height: 1.4em !important;
}

.carousel-caption {
    color: #f5f5f5;
}

#carousel-media.carousel {
    position: relative;
    width: 50%;
}

.content-header {
    height: 350px !important;
}


.sf-menu a {
    background-color: #004d6d;
    color: #fff;
}

.sf-menu a:hover {
    background-color: #fff;
    color: #f18825;
}

.sf-menu ul li {
    background-color: #004d6d;
    border-bottom: 1px solid #004d6d;
}

.sf-menu>li>ul {
    border-top: 2px solid #004d6d;
    border-bottom: 2px solid #004d6d;
}

.col-md-4,.col-md-6,.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 60px;
    padding-right: 60px;
}

.blog-content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    background-color: #f18825;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(241 136 37/var(--tw-bg-opacity));
}

.heading-image {
    position: relative;
    padding-bottom: 35%;
    width: 50%;
}

.thumbnail .thumbnail-image {
    min-height: 120px;
    display: block;
    height: 250px;
    overflow: hidden;
}

td,th {
    padding-left: 5px;
    padding-right: 5px;
}

footer{
    background-color: #9BD1EE;
    color: #fff;
}
    