.top-header{
    padding: 10px;
}

.main-logo{
    height: 120px;
}

.ads-image{
    height: 120px;
}


.brand-color{
    background-color: #00ccbb;
}

.brand-color:hover{
    background-color: #008378;
}

.heading-box{
    background: black;
    padding: 2px 10px;
    color: #ffffff;
    text-transform: uppercase;
}

.heading-box2{
    background: #00ccbb;
    padding: 2px 10px;
    color: #ffffff;
    text-transform: uppercase;
}

.journal-sidebar{
    background: #00ccbb;
}

.journal-sidebar-text{
    padding: 7px 15px;
    color: white;
    font-weight: 600;
    margin-bottom: 0px;
}

.journal-sidebar-content ul li{
    color: #00ccbb;
}

.journal-sidebar-content ul li a{
    color: #00ccbb;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--heading-font);
}

.journal-sidebar-wrapper{
    margin-top: 0px;
}

.image-container {
    position: relative;
    width: 100%;
    max-width: 350px;
}
.image-container img {
    width: 100%;
    height: auto;
}

.date{
    color: #00ccbb;
}

.second-color{
    color: #00ccbb !important;
}

#progress-container {
    display: none;
    margin-top: 20px;
}

#upload-progress {
    width: 100%;
    height: 20px;
}

#progress-percentage {
    margin-top: 5px;
    text-align: center;
}

.top-nav-menu{
    margin-left: -45px;
}

.text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    /* color: #f9f9f9; */
    /* text-shadow: 1px 2px 9px rgb(108 227 241);  */
    /* font-family: var(--default-font); */
}

.text-outline {
    text-shadow:
      2px 2px 0 black, /* Shadow on bottom-right */
     -2px 2px 0 black, /* Shadow on bottom-left */
      2px -2px 0 black, /* Shadow on top-right */
     -2px -2px 0 black; /* Shadow on top-left */
}


.top-search{
    /* border-radius: 10px; */
    /* box-shadow: 0 10px 40px -15px #00C5BE; */
    display: none;
    /* height: 500px; */
    position: absolute;
    right: 65px;
    top: 180px;
    z-index: 99;
    padding: 15px 10px;
    width: 350px;
    height: 65px;
    background-color: #ffffff;
}

.marque-section{
    margin: 0px;
    margin-top: -10px;
}

.text-logo{
    color: rgb(0, 0, 0);
    margin-top: 15px;
    font-size: 44px;
}

.site-motto{
    margin-left: 5px;
    font-weight: 600;
    font-family: var(--heading-font);
}

.logo-margin-left{
    margin-left: -17px;
}

.marquee-wrap {
    background-color: #DDDDDD;
    height: 37px;
    /* border-left: 4px solid #A11F1B; */
    margin-left: -12px;
    font-size: 18px;
    font-family: var(--heading-font);
    padding: 4px;
    font-weight: 600;
    width: 110px;
}

.marquee-text{
    font-size: 17px;
    padding: 5px;
    font-family: var(--heading-font);
}

.journal-image{
    width: 100%;
}

.journal-container{
    margin-top: 30px;
}

.text-justify{
    text-align: justify;
}

.mobile-screen{
    display: none;
}

@media screen and (max-width: 768px) {
    .top-search{
        /* border-radius: 10px; */
        /* box-shadow: 0 10px 40px -15px #00C5BE; */
        display: none;
        /* height: 500px; */
        position: absolute;
        left: 0px;
        top: 293px;
        z-index: 99;
        padding: 15px 10px;
        width: 350px;
        height: 65px;
        background-color: #ffffff;
    }

    .journal-sidebar-wrapper{
        margin-top: 20px;
    }

    .top-nav-menu{
        margin-left: -40px;
    }

    .mobile-padding{
        padding: 10px;
    }

    .mobile-screen{
        display: block;
    }

    .marquee-wrap {
        background-color: #DDDDDD;
        height: 37px;
        /* border-left: 4px solid #A11F1B; */
        /* margin-left: -12px; */
        font-size: 15px;
        font-family: var(--heading-font);
        padding: 4px;
        font-weight: 600;
        width: 140px;
    }


}
