File size: 1,085 Bytes
1a11305
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#nav-bar {
    /* padding-top: 8px; */
    padding-left: 8px;
    /* padding-bottom: 50px; */
    padding-right: 8px;


    background-color: white;


    display: flex;
    align-items: center;
    /* Ensure vertical alignment */
    justify-content: space-between;

    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);

    /* Distribute evenly */
}


#nav-bar img {
    max-height: 75px;
    /* Adjust as needed */
}

#nav-bar a {
    text-decoration: none;
    color: inherit;
}

.nav-area {
    display: flex;
}

.logo-area {
    display: flex;
    flex: 1;



    display: flex;
    align-items: center;
    /* Optional, depending on desired alignment */

}

.logo-area span {
    padding-bottom: 0;
    /* padding-top: 12px; */
}

#nav-bar span {
    padding: 12px;
    font-weight: bold;
}

#nav-bar span:hover {
    /* background-color: rgb(180, 173, 173); */
    justify-content: center;
    cursor: pointer;
    color: #0F79EF;

}

#nav-bar a.active {
    color: #0F79EF;
    /* text-decoration: underline;
    text-decoration-color: red;
    text-decoration-thickness: 4px; */
}