﻿@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');


body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.topnav {
    font-family: 'Maven Pro', sans-serif;
    overflow: hidden;
    background-color: #333;
    background-color: #e9e9e9;
    /*background-color:#1683d126;*/
    margin-bottom: 4px;

    background-color: white;
    position:relative;
    border-bottom:1px solid #d1d1d1;
   /* display: flex;
    justify-content: center;*/
}

.topnav::after {
   /*content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;*/ /* adjust the height of the border as needed */
    /*background: linear-gradient(to bottom, rgba(169, 169, 169, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
}

    .topnav a {
        flex:none;
        float: left;
        
        text-align: center;
        padding: 16px 30px;
        text-decoration: none;
        font-size: 15px;
        border-bottom:2px white;
    border-bottom:1px solid white;
    color:dimgray;

    }

        .topnav a:hover {
            /*background-color: white;*/
            color:black !important;
        border-bottom:2px solid lightgray;

        }

        .topnav a.active {
            font-weight:bold;
        border-bottom:2px solid black;
    color:black !important;


        }


.title {
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
    line-height: 28px;
    text-indent: 10px;
    color: #363636;
    /*text-align: center !important;*/
    margin-bottom:6px;
    padding-top:10px;

}

.middletab {
        border-right:solid white 1px;
        border-left:solid white 1px;

}

/*custom styles*/
.purim {
    color: yellow;
    color: red;
    background: red;
    background: #ccff00;
        /*border-bottom:2px red !important;*/

    /*border-radius: 6px;*/
    /*padding: 10px;*/
    font-weight: bold !important;
        /*max-width: 250px;*/
    text-align: center;
    letter-spacing: 3px;


     background: linear-gradient(90deg, #FF0000, #FFA500, #00FF00, #0000FF, #800080);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    white-space: nowrap; /* Ensure it's on a single line */
}



@media only screen and (max-width:720px) {
.topnav{
/*center menu on mobile*/
    display: flex;
    justify-content: center;
    align-items: stretch; /* Center vertically */
}

    .topnav a {
        flex:1;
        display: flex;
    align-items: center;
    justify-content: center;
        padding: 16px 0px;

    }

    .title {
        display:flex;
    justify-content: center;
    }

}
