/*
Theme name: Thompson Construction
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }

#st-1 { z-index: 5 !important;  }

/* nav filter pill layout for projects page */
.section-projects .nav-filter a {
    border: 2px solid #0c2577;
    border-radius: 50px;
	font-size: 14px;
	padding: 6px 15px !important;
	min-width: 115px;
    display: flex;
    justify-content: center;
}
.section-projects .nav-filter ul {
    border-bottom: none;
	justify-content: flex-start;
	flex-wrap: wrap;

}

.section-projects .nav-filter ul li{
	margin-right: 20px;
	margin-bottom: 15px;
}
.section-projects .nav-filter{
	margin-bottom: 17px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
	.section-projects .nav-filter ul {
		display: flex;
	}
	.section-projects .nav-filter ul li{
		width: fit-content;
	}
	
}
@media (max-width: 1023px){
	.section-projects .nav-filter a {
		line-height: unset;
	}

}
