/* Add here all your CSS customizations */
.header-logo {
    height: auto !important;
}


#header .header-logo {
    margin: 0.3rem 0;
}/* Add here all your CSS customizations */

/* Website Background */
.watermarked {
  position: relative;
}

.watermarked:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(/images/Ulhas_vidyalaya_low.png);
    background-size: 250px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.15;
}

/* For Main menu translate menu */
.translate_div > select {
    border: none ! IMPORTANT;
    color: #f14C22;
    font-size: 12px;
    margin-top: 0px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    padding: 0.7rem 1rem;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.translate_div:hover > select {
    background: #f14C22;
    color: white;
}

.translate_div > select:hover > option {
    background: white;
    color: #f14C22;
}

.translate_div > select:hover > option:checked, .translate_div > select > option:hover {
    background-color: #f14C22 !important;
    color: white;
}

/* Title in one line */
.ellipsis-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    fill: #f14c22;
    color: #f14c22;
}
.ellipsis-1:hover {
    fill: #0f96d3;
    color: #0f96d3;
}




