/* Large desktop */
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

	/* Navbar */
	.navbar-brand {
		padding: 6px 15px;
	}
	.nav>li>a {
		padding: 15px 13px;
	}

    /*Team*/
	.team-social ul {
		padding-top: 150px;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {

	.header:not(.affix) .collapse.in{
		background: rgba(0, 0, 0, 0.8);
	}

	.home-title {
		font-size: 36px;
	}

    /*Service*/

	#services .col-sm-4:first-child{
		margin-top: 0;
	}
	#services .col-sm-4{
		margin-top: 40px;
	}
    /* Team */
	.team-social ul {
		padding-top: 75%;
	}
	img{
		width: 100%;
	}
	/*Posts*/
	.post-thumb {
		padding-right: 15px;
		margin-bottom: 25px;
	}

    /* Clients */
	.clients li {
		margin-bottom: 20px;
	}



}

/* Landscape phones and down */
@media (max-width: 480px) {


}
