1
2/**
3 The fixed top bar is only for the main page
4 Padding top is in the mail file
5*/
6
7
8#navBarBrand {
9    font-size: 1.20rem;
10    font-weight: bold;
11}
12
13/* To center the logo */
14.navbar-header > a:nth-of-type(1) {
15    padding-top: 15px;
16}
17