/* 


1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">   
<link href="css/color-variations/green.css" rel="stylesheet" type="text/css" media="screen">

*/
p {
	font-family: "Times New Roman", serif, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L";
	font-size: 22px;
	line-height: 30px;
	color: #434343;
}
strong {
  font-weight: 600; }

figcaption {
	font-size: 12px;
	line-height: 16px;
	color: rgba(62,62,62,1.00);
}

  .accordion .ac-item .ac-content > p {
      font-family: "Times New Roman", serif, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L"; }

.gray {
	color: rgba(233,233,233,1.00);
	font-size: 2em;
	font-style: normal;
	font-weight: 400;
	font-family: cuprum;
}

.hilight {
	font-size: 2em;
	line-height: 190px;
	color: rgba(128,128,128,1.00);
	font-style: italic;
	text-align: center;
}
.bigletter {
	font-family: 'Pattaya', sans-serif;
	font-size: 72px;
	color: rgba(143,143,143,1.00);
}
.bigletter_gold {
	font-family: 'Pattaya', sans-serif;
	font-size: 72px;
	color: rgba(255,204,0,1);
}
.bigletter_red {
	font-family: 'Pattaya', sans-serif;
	font-size: 72px;
	color: rgba(153,0,0,1);
}
.bigletter_purple {
	font-family: 'Pattaya', sans-serif;
	font-size: 72px;
	color: rgba(116,5,172,1.00);
}
.bigletter_green {
	font-family: 'Pattaya', sans-serif;
	font-size: 72px;
	color: rgba(3,114,12,1.00);
}
.bigletter_med {
	font-family: 'Alex Brush', cursive;
	font-size: 60px;
	color: rgba(116,5,172,1.00);
}
.myul {
	font-family: "Times New Roman", serif, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L";
	font-size: 22px;
	line-height: 30px;
	font-style: normal;
	padding: 1em;
}
.quote {
	font-family: "Times New Roman", serif, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L";
	font-size: 22px;
	color: rgba(111,50,3,1.00);
	font-weight: normal;
	line-height: 150%;
	font-style: italic;
}
figureright {
	float: right;
	width: 40%;
	text-align: center;
	font-style: italic;
	font-size: small;
	text-indent: 0;
	border: 0% solid silver;
	margin-right: 40px;
	margin-top: 40px;
	padding: 0.5em;
}
figureleft {
	float: left;
	text-align: center;
	font-style: italic;
	font-size: small;
	text-indent: 0;
	border: 0% solid silver;
	margin: 1em;
	padding: 0.5em;
}
.dancingscript {
	font-family: 'Dancing Script', cursive;
	font-size: 36px;
	font-weight: bold;
}


h5	{
	font-family: "Arial", sans-serif;
	font-size: 14px;
	line-height: 145%;
	font-weight: normal;
}

.breadcrumb ol li.active {
	color: rgba(220,20,60,1.00);
}

.blockquote {
  border-left: 6px solid #b8b8b8;
  font-size: 23px;
  line-height: 150%;
  font-weight: normal;
  font-style: italic;
  padding: 10px 20px;
  margin: 0 0 20px; }

h2 small
{
    font-weight: 300;
 }

h3 small
{
    font-weight: 400;
 }

h4 small
{
    font-weight: 400;
 }

.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .lead,
.text-light p,
.text-light a:not(.btn),
.text-light a:not(.btn):hover:not(.btn),
.text-light i,
.text-light li,
.text-light label,
.text-light div:not(.alert),
.text-light span:not(.btn-label) {
  color: #888 !important; }
