@charset "utf-8";
/* CSS Document */

/* FONTS */
/* LATO (standard: 400  semi-bold: 600)*/

/* SITEWIDE FONTS */

/* @media only screen and (max-width: 4000px) and (min-width: 768px) { */

/*-------------------  TOP NAVIGATION FONTS  ----------------------- */

.top-nav-font {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 18px; 	
}

.top-nav-font a {
	color: black;
	text-decoration: none;
}

/*--------------- CATEGORY SUBHEADINGS FONTS -----------------------*/

.cat-nav-selected {
	font-weight: 600;
	color: #96CA2D;
}

.cat-head-font {
	font-family: lato, sans-serif;
	font-weight: 600;
	font-size: 34px; 
}

.cat-subhead-font {
	font-family: lato, sans-serif;
	font-weight: 600;
	font-size: 21px; 
}

.cat-nav-font {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
}

.cat-nav-font-inactive {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #BBBBBB;
	text-transform: uppercase;
}

.cat-nav-font:hover {
	/* font-weight: 400; */
	color: #96CA2D;
}


/*------------------------  FOOTER FONTS  --------------------------*/

.footer-font {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: white;
}

.footer-font a {
	color: white;
	text-decoration: none;
}




/*------------------------ BLOG FONTS *---------------------------*/

.blog-headline {
	display: block;
	margin-bottom: .6em;
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 35px; 
	/* text-transform: uppercase; */
}

.blog-subhead {
	display: block;
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 600;
	font-size: 21px; 
	text-transform: uppercase;
    line-height: 1.9em;
}

.blog-h3 {
	display: block;
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 600;
	font-size: 21px; 
    line-height: 1.4em;
}

.blog-intro-text {
	display: block;
	font-family: "freight-sans-pro", sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 21px; 
    line-height: 1.4em;
}

p.blog-text {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 20px;
    line-height: 1.4em; 
}


/* --------------------- PHOTO FONTS ---------------------------*/

.photo-details-headline {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 600;
	font-size: 16px; 
	text-transform: uppercase;
	line-height: 130%;
}

.photo-details-text {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: none;
	line-height: 130%;
}

/* --------------------- PAGINATION FONTS ---------------------------*/

.pagination-nav {
	font-family: lato, sans-serif;
	font-weight: 600;
	font-size: 24px; 
	color: white;
	line-height: 130%;
}

.pagination-message {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 16px; 
	line-height: 130%;
}

/* --------------------- FIND-A-PRO FONTS ---------------------------*/

.fap-headline {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 600;
	font-size: 21px; 
}

.fap-subhead {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 21px; 
}

.fap-text {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 17px; 
	line-height: 130%;
}

.fap-text-strong {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 600;
	font-size: 17px; 
	line-height: 130%;
}
