body {
	font-family: 'Montserrat',sans-serif;
}

.navbar-brand img {
	max-height:55px;
}

.navbar-nav a.nav-link {
	font-weight:600;
	margin: 0 0.2rem;
	color:#8f2d31;
	border:1px solid #8f2d31;
	background: #ffffef;
	border-radius:4px;
	padding:0.4rem 1.5rem !important;
}

.navbar-nav a.nav-link:hover {
	transition:0.2s;
	background:#8f2d31;
	color:#ffffff;
}

.card-header {
	background:#8f2d31;
	color:#ffffff;
	font-weight:400;
	font-size:1.4rem;
	text-align:center;
	padding:1rem;
	border-bottom:3px solid #000000;
}

.dashboard-page .card {
	background:#ffffc3;
	border-top:5px solid #8f2d31;
	border-bottom:5px solid #8f2d31;
}

.dashboard-page .card h3 {
	font-size:1.4rem;
	font-weight:600;
	color:#8f2d31;
}

.dashboard-page h3 small {
	display:block;
	font-size:0.8rem;
	font-weight:900;
	text-transform:uppercase;
	color:#838383;
}

.dashboard-page h1 {
	font-weight:900;
	background:#8f2d31;
	color:#ffffff;
	border-radius:4px;
	padding:0.4rem;
	font-size:1.3rem;
}

.dashboard-page .card-footer a {
	text-decoration:none;
	text-transform:uppercase;
	background:#ff9900;
	display:block;
	color:#ffffff;
	padding:0.3rem;
	font-size:0.8rem;
	margin:auto;
	width:70%;
}

.table {
	background:#ffffe2 !important;
	border-radius:4px;
}

.table th {
	background:#8f2d31;
	color:#ffffff;
}

.table td {
	font-weight:600;
	color:#8f2d31;
	
}