.navbar {
	margin-bottom: 0;
}
body {
	color: #f7f7f7;
	font-family: 'Montserrat', sans-serif;
}
h1,
h2 {
	font-weight: bold;
}
h3 {
	font-weight: bold;
	color: #808080;
}
p {
	font-size: 26px;
	color: #cdcdcd;
}
.jumbotron {
	color: #000080;
	text-align: center;
	background-color: #C5E1E2;
}
.table-links {
	width:100%; 
	height:100%;
	background-color: #C5E1E2;
}
.jumbotron p {
	color: #000080;
	font-size: 36px;
	font-weight: bold;
}
.btn-primary {
	color: #fff;
	background-color: transparent;
	border-color: white;
	margin-bottom: 5px;
}
.btn-primary:hover {
	color: #27A967;
	background-color: white;
	border-color: white;
}
.navbar-inverse {
	background: #27A967;
	border: 0;
}
.navbar-inverse .navbar-nav li a {
	color: white;
	font-size: 16px;
}
.navbar-inverse .navbar-nav li a:hover {
	background: #27A967;
}
.dropdown-menu {
	background: #2E2F31;
	border-radius: 0;
	border: 0;
}
.dropdown-menu li a {
	padding: 10px;
}
.navbar-inverse .navbar-nav .dropdown-menu li a:hover {
	background: #27A967;
}
.glyphicon-admin {
	margin-top: 20px;
	font-size: 60px;
	color: #004040;
}
.glyphicon-client {
	margin-top: 20px;
	font-size: 60px;
	color: #8080c0;
}
.glyphicon-student {
	margin-top: 20px;
	font-size: 60px;
	color:#0080ff;
}
.glyphicon-temper {
	margin-top: 20px;
	font-size: 60px;
	color:#00ff00;
}
.call-to-admin {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #004040;
}
.call-to-client {
	margin-bottom: 0;
	text-align: center;
	color: #8080c0;
}
.call-to-student {
	margin-bottom: 0;
	text-align: center;
	color:#0080ff;
}
.call-to-temper {
	margin-bottom: 0;
	text-align: center;
	color:#0080ff;
}
.text-to_a, .text-to-p {
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	color: black;
}
.call-to-admin, .call-to-client, .call-to-student, .call-to-temper, p,h2 {
	margin-bottom: 0px;
	font-family: sans-serif;
	font-size: 20px;
}
.call-to-admin, .call-to-client, .call-to-student, .call-to-temper, a {
	font-size: 16px;
	color: black;
}
	
