/*
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 (min-width: 768px) and (max-width: 991px){

}
@media (min-width: 768px){
	header .getNowintro-text {
		padding-top: 125px !important;
		padding-bottom: 50px !important;
	}
	.getNowintro{
		padding-top: 145px !important;
	}
	
}
@media (max-width: 990px) {
	.navbar-custom .nav li a {
	  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  text-transform: uppercase;
	  font-weight: 300;
	  letter-spacing: 1px;
	  color: white;
	  /* getNowTalent */
	  font-size: 12px !important;
	}
	header, section {
	   background-image: url('../images/bg-sunflower-at-right.jpg');
	   background-position: top left;
	   background-repeat: no-repeat;
	   background-size: cover;
	}
	/*
	.siteLogo{
		margin-top: 4px;
		height: 4rem; 
		width:auto;
	}  
	*/
}

/*@media(max-width: 971px){*/
@media(max-width: 991px){
	.siteLogo{
		margin-top: 6px;
		margin-left: 5px;
		height: 4rem; 
		width:auto;
	}  
}

@media (min-width: 768px) and (max-width: 991px){
  /* getNowTalent */
  .navbar-custom.affix {
    background-color: #1F3A93 !important;
    /*
     padding: 10px 0;
    */
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}


@media (min-width: 767px) and (max-width: 991px) {
  section {
    padding: 150px 0;
  }
}
@media (min-width: 767px){
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
@media (min-width: 767px) {
	.border_left{
		border-left: 1px dotted #AFAFAF;
	}
	.border_right{
		border-right: 1px dotted #AFAFAF;
	}
  .body_text{
	border-top: none;
  }

  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image-big {
    width: 200px;
    height: 200px;
    left: 100%;
    margin-left: -100px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 767px) {
	.edvocator-site-title {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-style: italic;
		color: #96CAE0 !important;
		font-size: 40px !important;
		line-height: 40px !important;
		margin-bottom: 25px;
	}
  
}
