/**
 * Theme Name: lannom
 * Theme URI: http://www.thmplt.com
 * Author: thmplt
 * Author URI: thmplt.com
 * Description: Bootstrap 3 ready, responsive theme by thmplt. 
 * Template: thmpltfrmwrk 
 * Version: 2 
 */
 

/* = General Formatting
-------------------------------------------------------------- */

.footer-content-bx.footer-content-bx { max-width: 420px; }

.contact-block a:after { background: #cb8f29 !important }

.home-container{
	margin-bottom: 2em;
}

.main-heading {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

.home-badge-top {
	display: inline-block;
	margin-bottom: 1em;
}

@media (min-width: 768px) {
	.home-badge-top {
		margin-bottom: 0;
	}	
}

@media (min-width: 992px) {
	.home-content {
		column-count: 2;
		column-gap: 45px;		
		margin-bottom: 2em;	
	}
}

nav .navbar-collapse ul.dropdown-menu {
	max-width: initial !important;
  min-width: 580px !important;
  column-count: 2;
}

.about-block > ul {
	display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

.about-block > ul:nth-child(1) > li:nth-child(5) {
	@media(min-width: 992px) {
		margin-right: 196px;
	}
	@media(min-width: 1200px) {
		margin-right: 144px
	}
}