body{
	font-family: 'Lato', sans-serif;
}

canvas{
	margin-left: 5px;
}

/* Custom Styles */
.nlchi-navbar{
	border-top: 3px #007b33 solid;
	min-width: 430px;
}

.nlchi-navbar-brand{
	font-size: .9rem;
}

@media (min-width: 576px) {
	.nlchi-navbar-brand{
	font-size: 1.25rem;
	}
}

.nlchi-hr{
	border-bottom: 1px #007b33 solid;
}
.nlchi-btn{
	background-color: #007b33;
	border: 0;
}

.nlchi-btn:hover{
	background-color: #01a445;
}

.nlchi-form-control {
	background-color: #eee;
}

.nlchi-footer{
	border-top: 2px #007b33 solid;
	border-bottom: 2px #007b33 solid;
	background-color: #e7e6e6;
}

.nlchi-table{
	border-collapse: collapse;
}

.nlchi-table thead {
	font-size: 1rem;
}

.nlchi-link{
	color: #3284a4;
	text-decoration: underline;
}

.nlchi-link:hover{
	color: #42afd9;
	text-decoration: none;
}


.nlchi-footer-hr{
	border-top: #007b33;
}


.modal-body .modal-title h5 {
 color: #42afd9;
}


.browser-icon{
	min-width: 3rem; 
	height: 3rem;
}
 

.browser-edge{
	background: url(images/logo_edge.svg) no-repeat center;
	background-size: contain;
}

.browser-chrome{
	background: url(images/logo_chrome.svg) no-repeat center;
	background-size: contain;
}

.browser-firefox{
	background: url(images/logo_firefox.svg) no-repeat center;
	background-size: contain;

}

.browser-safari{
	background: url(images/logo_safari.svg) no-repeat center;
	background-size: contain;

}

.platform-ios{
	background: url(images/logo_ios.svg) no-repeat center;
	background-size: contain;

}

.middle{
	align-self: center;
}


.nlchi-jumbotron{
	margin-bottom: .2rem;
}