ul.nav          {list-style-type: none; /* Remove bullets */
                  padding: 100; /* Remove padding */
                  margin: 0; /* Remove margins */
                }

li.nav          {font-weight:200;
                }

a:link          {text-decoration: none;
                  color:white;
                }

a:visited       {text-decoration: none;
                  color: white;
                }

a:hover         {text-decoration: none;
                  color: white;
                }

a:active        {text-decoration: none;
                  color:white;
                }

p.shift         {margin-left: 40px;
                  text-indent: 0px;
                  text-decoration: none;
                  font-style: italic;
                  padding-left: 300px      
                }

h3.nav          {color: red;
                  padding-left: 300px;
                  text-align: left;
                }

img.left        {display: block;
                  margin-left: 210px;
                  margin-right: auto;
                  width: 15%;
                }

.vertical       {border-left: 6px solid #EECD26;
                  height: 2900px;
                  position:absolute;
                  left: 26%;
                }

  /* The navigation bar */
.navbar         {overflow: hidden;
                  background-color: orange;
                  position: fixed; /* Set the navbar to fixed position */
                  top: 0; /* Position the navbar at the top of the page */
                  left: 0;
                  width: 100%; /* Full width */
                  z-index: 1;
                }

/* Links inside the navbar */
.navbar a       {float: center;
                  display: block;
                  font-size: 24px;
                  color: black;                  
                  text-align: center;
                  text-transform: uppercase;
                  font-weight:900;
                  padding: 15px 20px;
                  text-decoration: none;
                }

/* Main content */
.main           {margin-top: 75px; /* Add a top margin to avoid content overlay */
                }