/* ABOVE THE FOLD MOBILE */
/*
nav{
	position: fixed;
	height: 85px;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background-color: grey;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28150, 150, 150, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  */
main{
	padding-top: 65px;
}
.heroContainerHome{
	height: 80vh;
	width: 100%;
	background-image: url(../img/homeHero/tmbs/home-hero-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15px;
	background-color: tan;
}
.heroContentHome{
	width: calc(100% - 30px);
	padding: 15px;
	position: absolute;
	bottom: 185px;
}


@media (min-height: 812px) and (max-width: 425px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3){
	.heroContainerHome{
		height: 70vh;
		}
.heroContentHome{
	width: calc(100% - 60px);
	}
}


/*h1, h2, h3, h4, h5{
	font-weight: bold;
} */
h1{
	font-size: 2rem;
}
h2{
	font-size: 3rem;
}
p.heroTitle{
	font-size: 1.2rem;
}


.atfContentArea{
	width: 100%;
	padding: 30px 15px;
	margin-bottom: 30px;
}
.atfLeftCol{
	width: 100%;
}
.atfRightCol{
	width: 100%;
}
.atfRightCol img{
	width: 100%;
	height: auto;
}



/* 
*
*ABOVE THE FOLD UTILITIES
*
*/
p.btn{
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	margin-top: revert;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
p.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.btn-primary, p.btn-primary{
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	padding: .375rem 1rem;
	background-color: #4d3568;
}
p.btn-primary a{
	color: #fff;
	text-decoration: none;
	}
.btn-highlight, p.btn-highlight{
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	padding: .375rem 1rem;
	background-color: #e86d01;
}
.btn-small, p.btn-small{
	font-size: .75rem;
	padding: .25rem .85rem;
}
.btn-large, p.btn-large{
	font-size: 1.5rem;
	font-weight: bold;
	padding: .5rem 1.3rem;
}
.displayNone-xs{
	display: none;
}




/* 
*
*
*BELOW THE FOLD MOBILE
*
*
*/

.contentBlockHome.threeColCenterMain .colTwo{
	padding-top: 2rem;
}
.contentBlockHome.twoCol{
padding: 6rem 15px 5rem 15px;
}

.contentBlockHome.oneCol{
	padding: 2rem 15px;
}
.marginBotNeg{
	margin-bottom: -2rem;
}


/* 
*
*
*ABOVE THE FOLD XL
*
*
*/


@media (min-width:  1200px){
	main{
		padding-top: 79px;
	}
	.heroContainerHome{
		height: 80vh;
		width: 100%;
		display: table;
		padding-left: 75px;
	}
	.heroContentHome{
		display: table-cell;
		padding-top: 28vh;
		padding-bottom: 25vh;
		padding-right: 45%;
		background-clip: content-box;
		vertical-align: middle;
		position: static;
	}
	.heroContentHome h1, .heroContentHome h2, .heroContentHome p{
		padding-top: .85rem;
		padding-left: 15px;
		margin-bottom: 0px;
	}
	.heroContentHome h1{
		font-size: 3.25rem;
		font-weight: lighter;
		padding-top: 0rem;
	}
	.heroContentHome p{
		font-size: 1.3rem;
		font-weight: 500;
		padding-top: .25rem;
	}
	.atfContentArea{
		width: 1140px;
		padding: 4rem 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.atfLeftCol{
		width: calc(50% - 15px);
		margin-right: 15px;
		float: left;
	}
	.atfRightCol{
		width: calc(50% - 15px);
		margin-left: auto;
		margin-right: 0px;
		float: none;
	}

	.contentBlockHome.oneCol {
		padding: 4rem 15px;
	}
	.contentBlockHome h2{
		font-size: 3.5rem;
	}
	.contentBlockHome h3{
		font-size: 3rem;
	}
		.contentBlockHome h4{
		font-size: 1.75rem;
	}


/* ATF XL-Up Utils */
	.clearFloat{
		width: 100%;
	}
	.btn{
		transition: all .3s;
	}
	.btn-primary:hover{
		background-color: #354759;
		border-color: #829dee;
	}
	.btn-highlight:hover, p.btn-highlight:hover{
		color: #fff;
		background-color: #354759;
	}
	.displayNone-xs{
		display: unset;
	}
	.displayNone-xl{
		display: none;
	}

}






@media screen and (min-width: 1440px){
	.heroContentHome{
		padding-right: 40%;
	}

}





@media screen and (min-width: 1800px){
	.heroContentHome {
	  display: table-cell;
	  padding-top: 30vh;
	  padding-bottom: 25vh;
	  padding-right: 47%;
	}
	.heroContentHome h1 {
  	font-size: 3.5rem;
	}
	.heroContentHome p {
  	font-size: 1.5rem;
  }
}





@media screen and (min-width: 2000px){
	.heroContainerHome{
		padding-left:200px;
	}
	.heroContentHome{
		padding-right: 55%;
	}
	.heroContentHome h1 {
  	font-size: 4rem;
	}
}




@media screen and (min-width: 2500px){
	.heroContentHome{
		padding-right: 65%;
		padding-bottom: 30vh;
	}
	.heroContentHome h1 {
  	font-size: 4rem;
	}
}






/* 
*
*
*BELOW THE FOLD XL
*
*
*/
@media screen and (min-width: 1200px){

	.contentBlockHome.threeColCenterMain .colTwo{
		padding-top: 4rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.contentBlockHome.twoCol .colOne{
			padding-left: 6rem;
		}
		.contentBlockHome.twoCol{
			padding: 7rem 15px 5rem 15px;
		}
	.contentBlockHome .oneCol{
		padding: 4rem;
	}
	.marginBotNeg{
		margin-bottom: -4rem;
	}



}







/* 
*
*
*BELOW THE FOLD 1550 and UP
*
*
*/


@media (min-width:  1550px){
	.heroContentHome h1, .heroContentHome h2, .heroContentHome p{
			padding-top: 0rem;
		}
	.threeColCenterMain .colTwo .threeColImgWrap{
		padding: 0px 4rem;
	}
}