body {
	 font-family: 'Roboto', sans-serif;
}

.panel-body { font-family: verdana,arial,helvetica,sans-serif; }
.reading { color: rgb(51, 51, 255); }
.handout { color: rgb(0, 153, 0); }
.deadline { color: rgb(255, 0, 0); }
.note { color: rgb(136, 136, 0); }
.assignment { color: rgb(10, 160, 10); }
.date { color: rgb(68, 68, 68); }
.lecture { background: rgb(255, 255, 170) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; }
.holiday { background: rgb(204, 255, 204) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; }
.special { background: rgb(170, 170, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; }
.lab { background: rgb(0, 204, 204) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; }
.important { background: rgb(255, 170, 170) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; }
h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px
}

 /* The navigation bar */
.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    text-align: center;
    line-height: 50px;
}

.navbar li {
    display: inline;
    color: #ffffff;
}

.navbar li a {
    display: inline-block;
    padding: 16px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}
.menuHead {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.menuItem {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
}

.titleHead {
	font-family: arial, verdana;
	font-size: 28px;
}

.titleHead.header{
	padding-left: 58px;
	padding-top: 2px;
	color: white;
}
/* Main content */
.main {
    width: 80%;
    margin: 60 auto;
    text-align: left;
}

.topHeader {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
}
