﻿/* -----------------------------------------
:: call to action styles
----------------------------------------- */
.cta-heading {
	font-size: 100%;
}
.cta-button {
	font-size: 100%;
}
.cta-1 {
	font-family: 'journalregular', cursive;
	color: #DC930C;
	font-size: 180%;
}

.call-to-action h3 {
	color:#C0C0C0;
}
/* -----------------------------------------
:: MOBILE STYLES PHONE PORTRAIT AND LANDSCAPE
----------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 767px) {
.cta-heading, .cta-heading h3 {
	font-size: 90%;
}
.cta-1 {
	font-family: 'journalregular', cursive;
	color: #F16233;
	font-size: 120%;
}

}
