@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

@media only screen and (min-width : 768px) {
	/* Make Navigation Toggle on Desktop Hover only in tablet and bigger*/
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	
	/* Move blurb call to action button 18 em to the right only in tablet and bigger */
	.blurb .btn {
		position: relative;
		margin-left: 18em;
	}
}

 html, body {
	padding: 0;
	margin: 0;
	width: 100%;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 65px;
	/* Margin bottom by footer height */
	margin: 0;
}

.navbar {
	padding-top: 0.3em;
}

.glyphicon-link {
	color: #ebebeb;
	font-size: 1.6em;
	margin-top: 0.1em;
}

.centered {
	display: table;
	text-align: center;
	color: #4e5d6e;
	margin: 1.5em auto;
}
.company-name {
	display: inline-block;
	color: #ebebeb;
	font-size: 1.8em;
	margin-top: 0.75em;
	margin-right: 1.2em;
}

ul.nav {
	font-size: 1.3em;
	margin-top: 0.6em;
}

ul.navbar-right {
	margin-right: 1em;
}

ul.dropdown-menu li a {
	font-size: 0.95em;
}

.panel-default, .panel-danger {
	border: 1px solid #4e5d6c;
}

.panel-body {
	background-color: #ffffff;
	color: #2b3e50;
}

.panel .dl-horizontal dt {
	white-space: normal;
}

.page-content {
	color: #2b3e50;
}

.social-widgets {
	display: block;
	margin: 1em 0 3.5em 0;
}
.add-this {
	display: table;
	margin: 0 auto;
}

.plus-one {
	display: table;
	margin: 0 auto;
	padding-left: 6em;
}

legend {
	color: #2b3e50;
}

.comments {
	background-color: #ededed;
	border: 1px solid #acacac;
	padding: 0px 15px 10px 15px;
	margin: 0.5em 0;
}
.submitter {
	padding-top: 20px;
	font-weight: bold;
}
.heading {
	font-weight: bold;
	padding: 10px 0;
}
.submitted {
	font-weight: bold;
}
.comment {
	border-bottom: 1px solid #acacac;
}

.space-above {
	margin-top: 1.5em;
}

p.space-above {
	padding-top: 2em;
}

.contact-form {
	margin-top: 3em;
	margin-bottom: 1.5em;
	border: 1px solid #dedede;
	padding: 1.2em 1em;
}

.contact-form textArea {
	border: 1px solid #dedede;
}

.contact-form input[type=text] {
	border: 1px solid #dedede;
}

.contact-form fieldset legend {
	border: none;
}

.txt {
	width: 24em;
	margin-bottom: 0.5em;
}

.btn {
	margin-top: 0.5em;
}

.blurb {
	text-align: center;
	font-weight: bold;
	font-size: 1.8em;
	color: #4e5d6c;
	margin-bottom: 1em;
}

.bigblurb {
	text-align: center;
	font-weight: bold;
	font-size: 2.2em;
	color: #4e5d6c;
	margin-top: 2em;
}


.dbase-management-system {
	margin-left: auto;
	margin-right: auto;
}

.three-images {
	max-height: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

.left-padded {
	margin-left: 4em;
}

.main-spacer {
	min-height: 60px;
}

.footer {
	position: absolute;
	bottom: 0;
	height: 35px;
	background-color: #efefef;
	padding-top: 0.9em;
	border-top: 2px solid #d8d8d8;
}
