/* home social icons under hero */


#home-social {
	font-size: 2em;
	display: flex;
	justify-content: center;
}

#home-social div {
	padding: 1rem;
}

/* social icon colour */
.fa-facebook {
	color: #3b5998;
}

.fa-instagram {
	color: #833ab4;
}

.fa-twitter {
	color: #00acee;
}

.fa-linkedin {
	color: #0e76a8;
}

.avia_textblock h1 {
	font-weight: 400;
}  

/* min-height for video banner
.avia-fullscreen-slider .avia-slideshow {
	min-height: 475px;
}

/* removed ugly backbackground on video banner text */
.caption_framed .slideshow_caption .avia-caption-content p, 
.caption_framed .slideshow_caption .avia-caption-title, 
.avia-caption .avia-caption-content p, 
.avia-caption .avia-caption-title {
	background: none;	
}

/* text was disappering in mobile. This is the fix */
.avia_transform .av_slideshow_full .avia-caption-content, .avia_transform .av_slideshow_full .avia-caption-title, .avia_transform .av_fullscreen .avia-caption-content, .avia_transform .av_fullscreen .avia-caption-title, .avia_transform .av_fullscreen .avia-slideshow-button, .avia_transform .av_slideshow_full .avia-slideshow-button {
	visibility: visible;
}

.caption_framed .slideshow_caption .avia-caption-title {
	color: white;
	line-height: 1.3em;
}

/* Spread the Word page icons */
#spread-the-word {
	display: flex;
}

#spread-the-word div {
	text-align: center;
}

/* footer styles */
#footer {
	text-align: center;
	padding: 4em 1.5em;
}

#footer .container strong {
	font-size: 1.4em;
}

#footer #footer-social {
	display: flex;
	justify-content: center;
}

#footer #footer-social div {
	padding: 1rem;
}

#footer .avia-button-wrap {
	margin-top: 1rem;
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
	
	.logo img{
		margin-top: 0.7em;
		width: 230px;
	}
	
	#spread-the-word div {
		width: 25%;
	}
	
	.caption_framed .slideshow_caption .avia-caption-title {
		font-size: 3.5em;
	}

	.caption_framed .slideshow_caption .avia-caption-content p {
		font-size: 2em;
	}
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (min-width: 768px) and (max-width: 989px) {
	.responsive .logo img{
		margin-top: 1em;
		width: 200px;
	}	
}

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	
	.responsive .logo img{
		margin-top: 0.1em;
		width: 200px;
	}
	
	#spread-the-word {
		flex-flow: column;
	}
	
	#spread-the-word div {
		width: 100%;
	}
	
	.caption_framed .slideshow_caption .avia-caption-title {
		font-size: 2.5em;
	}

	.caption_framed .slideshow_caption .avia-caption-content p {
		font-size: 1.5em;
	}
}

.avia-section.av-ks3qoq67-a63d6840a44830c0bea3e8ac916c0f8b {
	background-size:cover;
}