/*=====================================

	Ipad Stylesheet to override main 
	
=====================================*/


@media only screen and (max-width: 1300px) and ( min-width: 722px) {

	#home-overlay #bgvid-overlay {
		min-width: 100%;
		height: 100vh;
		min-height: 0;
		transform: translateX(-50%) translateY(-50%);
		top: 50%;
		left: 50%;
		position: absolute;
	}

	#main-nav ul#nav-list > li {
		padding-left: .5em;
		padding-right: .5em;
	}

	#hero {
		min-height: 100vh;
		height: 100vh;
		width: 100%;
		max-width: 100%;
		position: relative;
		background: url(../img/hero-bg.jpg);
		background-size: auto 100% !important;
		overflow: hidden;
	}

	#hero video#bgvid {
		min-height: 100vh;
		width: auto !important;
	}

	#left-nav.sticky {
		position: static !important;
	}

	/* Navigation Styles
    -------------------------------------*/
	#header .nav-container .main-nav li {
		margin-right: .35em;
		margin-left: .35em;
	}

	#header .nav-container .main-nav a {
		font-size: 10px !important;
	}

	/* Page Styles
	----------------------------------*/
	#services .services-container .row .one-half.text-box p {
		font-size: 1rem;
	}

	#services .services-container .row .one-half.text-box h2 {
		font-size: 2rem;
	}

	ul.services-list li {
		width: 75%;
		font-size: 1.4rem;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#sidebar-nav h3 {
		font-size: 1.2rem;
	}

	.page-header h3 {
		font-size: 1rem;
	}

	.featured-project .project-details h3 {
		font-size: 1.1rem;
	}

	.featured-project .project-details h4 {
		font-size: .8rem;
	}

	.featured-project .project-details {
		padding-left: 10px;
		padding-right: 10px;
	}
}

