*{
	margin: 0;
	padding: 0;
}

body{
	font-family: sans-serif;
}

#nav-bar{
	position: sticky;
	top: 0;
	z-index: 10;
}

.navbar{
	background-image: linear-gradient(to right, #ff9696,#E34220);
	padding: 0 !important;
}


#staff_table tbody th, #staff_table tbody td {
    padding: 1px 0px;
}


.page-item.active .page-link {
    background-color: #E24220;
    border-color: #E24220;
}

a {
    color: black;
}


.navbar-brand img{
	height: 60px;
	padding-left: 20px;
}

.navbar-nav li{
	padding: 0 10px;
}

.navbar-nav li a{
	color: #fff !important;
	font-weight: 550;
	float: right;
	text-align: left;
}

.fa-bars{
	color: #fff;
	font-size: 30px !important;
}

#banner{
	background-image: linear-gradient(to right, #ff9696,#E34220);
	color: #fff;
}

.promo-title{
	font-size: 40px;
	font-weight: 550;
	margin-top: 100px;
}

.welcome-user{
	font-size: 30px;
	font-weight: 550;
	margin-top: 30px;
}

.navbar-toggler{
	outline: none !important;
}

.NoButton {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}