/*
Palette 2: Calm and Trustworthy
Navy Blue (#1F3A93) – Confidence, stability
White Smoke (#F5F5F5) – Clean, minimal
Light Blue (#74B9FF) – Friendly, open
Slate Gray (#7F8C8D) – Sophisticated, neutral
Teal (#16A085) – Calm, balance
Lighter Teal (#4be7c8)
*/
@media (max-width: 767px) {
	/*
	header .getNowintro-text{
		padding-top: 75px !important;
	}
	*/
	header, section {
	   background-image: url(../images/job-search-dice-and-magnifying-glass-bw-opacity-900x.jpg);
	   background-position: top left;
	   background-repeat: no-repeat;
	   background-size: cover;
	}
	.getNowintro{
		padding-top: 75px !important;
	}
  .body_text{
	border-top: 2px dashed #96CAE0;
	padding-top: 20px;
	margin-top: 20px;
  }
  .siteLogo{
	  margin-top: 4px;
	height: 4rem; 
	width:auto;
	}  
	.siteLogoIndex{
		max-width: 90%;
		height: auto;
	}
	.navbar-custom .nav li a:hover,
	.navbar-custom .nav li a:focus {
	  color: #fed136;
	  color: #42A1C8;
	  outline: none;
	}
	.navbar-custom .navbar-nav > .active > a {
	  border-radius: 0;
	  color: white;
	  /* getNowTalent */
	  background-color: #fed136;
	  background-color: #42A1C8;
	  background-color: #74B9FF !important;
	  background-color: #16A085 !important;
	}
	.navbar-custom .navbar-nav > .active > a:hover,
	.navbar-custom .navbar-nav > .active > a:focus {
	  color: white;
	  background-color: #42A1C8;
	}

}

