@charset "UTF-8";
/* CSS Document */


/*
 *
 *
 *	google fonts
 *
 *	
 */
.dosis-Font {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 48pt;
}
.roboto-Font {
  font-family: "Roboto", sans-serif;
  font-size: 48pt;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.oswald-Font {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 48pt;
}
.bebas-Font {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bebas-Font-headerLink {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24pt;
}
/*
 *
 *
 *	link css
 *
 *	
 */
a {
	text-decoration: none;
	color: #3D3A38;
}
a:hover {
	text-decoration: underline;
	color: #66615C;
}
.no-underline,.no-underline:hover {
	text-decoration: none;
}
/*
 *
 *
 *	title layout format
 *
 */
.nav-text-top {
	font-size: 32px;
	display: block;
	line-height: 1.5;
	background-color: #D8D8D8;
	padding-top: 5pt;
	padding-left: 5pt;
	font-family: "Dosis", sans-serif;
	font-optical-sizing: auto;
	font-weight: bolder;
	font-style: normal;
	color: #707070;
}
.nav-text-bottom {
	font-size: 24px;
	display: block;
	line-height: 1.5;
	background-color: #D8D8D8;
	padding-bottom: 5pt;
	padding-left: 5pt;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #707070;
}
.nav-text-caption {
	font-size: 10pt;
	font-weight: bolder;
	display: block;
	line-height: 1.5;
	background-color: #c0c0c0;
	border-top: 1pt solid #000000;
	border-bottom: 1pt solid #000000;
}











