/****** PLACE YOUR CUSTOM STYLES HERE ******/

.day .tabbed-content .content img{
	max-height:250px;
}

.page-title-3, .page-title-4{
	height: 160px;
}

.image-slider .slides{
	margin-bottom: 0;
}

.ages{
	padding: 0 0 40px;
}

@media all and (max-width: 767px) {
  .ages .icon {
    width:30%;
  }
}

.ages .icon{
	float: none;
}

.call-to-action .spanish{
	color:red;
}

  h3.uppercase {
  letter-spacing: 3px;
  font-weight: 600;
}

h1,
h2,
h4,
h5,
h6 {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Montserrat', sans-serif;

}

h3{
	font-weight: 600;
  color:#00A6ED;

}

.text-tabs .tab-title span {
  font-size: 15px;
  font-weight: 700;
  text-transform:none;
  letter-spacing: 1px;
}

/*!---------- 4. COLOURS ----------*/
.bg-primary {
  background: #7FB800 !important;
}
.bg-secondary {
  background: #f8f8f8;
}
.bg-white {
  background: #fff;
}
.bg-dark {
  background: #234e61;
}
.color-body {
  color: #666;
}
.color-primary {
  color: #7FB800 !important;
}
.color-secondary {
  color: #DB0000 !important;
}
.color-red {
  color: #e31d3b !important;
}
.color-white {
  color: #fff;
}

.text-tabs .active .tab-title {
  color: #DB0000;
}

.text-tabs .tab-title:after {
  background: #DB0000;
}

.text-tabs .tab-title span {
font-family: 'Montserrat', sans-serif;
}

.btn {
  border: 2px solid #7FB800;
  color: #7FB800;
font-family: 'Montserrat', sans-serif;
 }
 
 .btn:hover {
  background: #7FB800;
}

.btn:visited {
  color: #7FB800;
}

.btn.secondary {
  border: 2px solid #DB0000;
  color: #DB0000;
 }
 
 .btn.secondary:hover {
  background: #DB0000;
  color:#ffffff;
}

.btn.secondary:visited {
  color: #DB0000;
}

body{
font-family: 'Montserrat', sans-serif;
font-size: 15px;
line-height: 24px;
}

.overlay:before {
  opacity: 0;
}

section,
footer {
  padding: 72px 0;
}
	
footer .fade-half br{
	display: none
}

p.lead{
	font-size: 20px;
	line-height: 30px;
}

@media (max-width: 767px){
	section,footer {
		padding: 50px 0;
	}
	
	p {
		font-size: 14px;
	}
	
	p.lead {
		font-size: 18px;
		line-height: 28px;
	}
	
	br {
	    display: block;
	}
	
	footer{
		text-align: center
	}
	
	footer .fade-half br{
		display: block;
	}


}