.current { border-bottom: 6px solid #bd1111; }

header { width: 100%; height: 80px; margin: 0; padding: 0; font-size: 30px; /* border-top: 5px solid #1c5cbc; border-bottom: 5px solid #1c5cbc; */ background: #fff; display: flex; align-items: center; }

header .home-link { display: flex; align-items: center; margin-left: 5px; }

header img { width: 50px; height: 50px; margin: 8px; }

header .navbar { margin-left: auto; display: flex; align-items: center; }

header .nav-item { font-size: 20px; padding: 0px 8px; display:flex; align-items:center;}

header .nav-item img { width: 20px; height:20px; margin:5px; }

footer { width: 100%; height: 100px; position: absolute; margin: 0; bottom: 0; padding: 20px 0px; font-size: 15px; background: #234; color: #ccc; display: flex; flex-direction: column; align-items: center; }

footer img { width: 40px; height: 40px; }

a { text-decoration: none; color: #eff; font-style: italic; }

header a { font-style: normal; color: black; }

