/***************************
*
file name:		fonts.css
Theme Name: 	site default fonts
Designed by: 	nentrium graphics
Description:	all site fonts created here
*
*****************************/

/* site fonts

font-family: 'Bellota', cursive;
font-family: 'Dancing Script', cursive;
font-family: 'Delius', cursive;
font-family: 'Ephesis', cursive;
font-family: 'Nunito', sans-serif;
font-family: 'Quicksand', sans-serif;
*/

/*	font templates */

.font-ari16 p{
	font-family: Arial, Georgia, " Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
}

.font-ari40 {
	font-family: Arial black;
	font-size: 14px;
	font-style: unset;
	font-weight: unset;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
}

.font-bel16 p{
	font-family: 'Bellota', cursive;
	font-size: 16px;
	font-style: unset;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.font-dan40ib {
	font-family: 'Dancing Script', cursive;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.font-dan45ib p{
	font-family: 'Dancing Script', cursive;
	font-size: 45px;
	font-style: italic;
	font-weight: bold;

	color: unset;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
}

.font-dan60ib p{
	font-family: 'Dancing Script', cursive;
	font-size: 60px;
	font-style: italic;
	font-weight: bold;

	color: unset;
	line-height: 70px;
	text-align: center;
	text-decoration: none;
}

.font-eph60ib p{
	font-family: 'Ephesis', cursive;
	font-size: 60px;
	font-style: italic;
	font-weight: bold;

	line-height: 70px;
	text-align: center;
	text-decoration: none;
}

.font-nun16ib p{
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;

	line-height: 25px;
	text-align: right;
	text-decoration: none;
}

.font-san16ib p{
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;

	line-height: 25px;
	text-align: right;
	text-decoration: none;
}

.left p{
	text-align: left;
}

/*	now for named assignments
	only need to change font details to change text
 */

.contact-font {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;

	line-height: 25px;
	text-align: left;
	text-decoration: none;
}

.head-flex-font p{
	font-family: Arial, Georgia, " Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}

.head-flex-name-font p{
	font-family: 'Ephesis', cursive;
	font-size: 55px;
	font-style: italic;
	font-weight: bold;

	line-height: 60px;
	margin: 10px;
	text-align: center;
	text-decoration: none;
}

.test-comm-font p{
	font-family: 'Bellota', cursive;
	font-size: 16px;
	font-style: unset;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.test-ref-font p{
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;

	line-height: 18px;
	text-align: right;
	text-decoration: none;
}

.page-banner-font p{
	font-family: 'Ephesis', cursive;
	font-size: 50px;
	font-style: italic;
	font-weight: bold;

	line-height: 70px;
	text-align: center;
	text-decoration: none;
	color: #eee;
}

.font-signature p{
	font-family: 'Dancing Script', cursive;
	font-size: 40px;
	font-style: normal;
	font-weight: normal;

	color: #00f;
	line-height: 45px;
	text-align: left;
	text-decoration: none;
}

.lineage_name p{
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;

	text-align: start;
	text-decoration: none;
	text-align: center;
}




