﻿/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */
html {
	position: relative;
	min-height: 100%;
}
body {
	padding-top: 80px; ?/* Dont let collapsed nav menu overlap body*/
	padding-bottom: 60px; /* Margin bottom by footer height */
}
@media (min-width: 992px) {
body {
	padding-top: 70px;
	padding-bottom: 60px; /* Margin bottom by footer height */
}
}
a.whitelink:link {
	color: #ffffff;
}
a.whitelink:visited {
	color: #ffffff;
}
a.whitelink:hover {
	color: #007bff;
	text-decoration: underline;
}
