﻿body, .form-control {
	font-size:12pt;
}
.form-control{
	border-color:gray;
}
h1, h2, h3, h4, h5, h6{
	font-weight:600;
}
h1{
	font-size:20pt;
}
h2{
	font-size:18pt;
}
h3{
	font-size:16pt;
}
h4{
	font-size:14pt;
}
h5{
	font-size:12pt;
}
h6{
	font-size:10pt;
}
.header-bar {
	background-color: #FFCD00;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin-bottom:10px;
}
.header-bar img{
	margin-right:10px;
}
.header-bar a{
	color:black;
	text-decoration:none;
}
.header-bar a:hover {
	text-decoration:underline;
}
.header-bar .btn{
	color:white;
	margin-top:10px;
	margin-right:10px;
}
footer{
	background:black;
	color:white;
	padding-bottom:20px;
}
footer img{
	margin-top:15px;
	margin-bottom:10px;
}
.footer-program-info {
	font-family: "Segoe UI", "Roboto", "Arial", "sans-serif";
	font-size: 20px;
	line-height: 19.5px;
	font-weight: 100;
}
.footer-program-name {
	margin-top:10px;
}
.footer-program-name a {
	color:white;
	text-decoration:none;
	font-size:25px;
	font-weight:700;
}
.footer-program-name a:hover {
	text-decoration:underline;
}
.footer-college{
	margin-top:5px;
}
.footer-college a {
	color: rgb(204, 204, 204);
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
}
.footer-college a:hover {
	text-decoration: underline;
}
.footer-city {
	margin-top:20px;
	color: rgb(204, 204, 204);
}
.footer-contact-info {
	margin-top: 10px;
}
.footer-contact-info a {
	font-size: 18px;
	line-height: 19.5px;
	font-weight: 400;
	color: #FFCD00;
	text-decoration: none;
}
.footer-contact-info a:hover {
	text-decoration:underline;
}
.footer-copyright {
	margin-top: 20px;
	font-size: 12.8px;
	font-weight: 400;
}
.footer-links {
	margin-top: 5px;
}
.footer-links a {
	font-size: 12.8px;
	font-weight: 400;
	color: #FFCD00;
	text-decoration: none;
}
.footer-links a:hover {
	text-decoration: underline;
}
.footer-link-right-pad{
	padding-right:10px;
	border-right:1px solid gray;
}
.footer-link-left-pad{
	padding-left:10px;
}
.main-menu-row{
	margin-bottom:10px;
}
.data-grid{
	font-size:10pt;
}
.min-width-8em{
	min-width:8em;
}
.min-width-10em{
	min-width:10em;
}
.min-width-15em{
	min-width:15em;
}
.scroll-box {
	border: 1px solid gray;
	max-height: 20em;
	overflow: scroll;
}
@media (min-width: 768px) {
	.header-bar {
		padding-left:20px;
	}
}
