/* Themify Customize Styling */
body {	
	font-family: "Public Sans";	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:26px;
	text-align:left;
	color: #000000; 
}
h1 {	
	font-family: "Playfair Display";	font-weight:400;
	font-size:40px;
	text-transform:capitalize;	text-align:left;
	color: #000000; 
}
h2 {	
	font-family: "Public Sans";	font-weight:100;
 
}
h3 {	
	font-family: "Public Sans";	font-weight:300;
	font-style:normal;
	font-size:18px;
	line-height:25px;
	text-transform:uppercase;	text-align:left;
	color: #c29c4b; 
}
h6 {	
	font-family: "Public Sans";	font-weight:200;
	text-transform:capitalize;	text-align:center; 
}
body #site-logo a {	
	font-family: "Public Sans";	font-weight:normal;
	font-size:0.8em;
 
}
@media(max-width: 600px) { /* Themify Customize Styling */
body {	
	font-family: "Public Sans";	font-weight:400;

	color: #666666; 
}
h1 {	
	font-family: "Oswald";	font-weight:700;
	font-size:25px;

	color: #000000; 
}
h2 {	
	font-family: "Public Sans";	font-weight:100;
 
}
h3 {	
	font-family: "Public Sans";	font-weight:300;

	color: #c29c4b; 
}
h6 {	
	font-family: "Public Sans";	font-weight:200;
 
}
body #site-logo a {	
	font-family: "Public Sans"; 
}
 }
/* Themify Custom CSS */
h3.image-title{
	text-align:center;
}



/* Center-align the auto-generated column on desktop */
@media only screen and (min-width: 768px) {
td.footable-first-visible, th.footable-first-visible {
text-align: center !important;
}
}
/* Left-align the auto-generated column on mobile */
@media only screen and (max-width: 767px) {
td.footable-first-visible,
	th.footable-first-visible
{
text-align: left !important;
}
}

