.maintitle{
	font-size: 1.5rem;
	color: #118af5;
	font-weight:bold;
	line-height:1.75rem;
	padding-top:20px;
	padding-bottom:10px;
}
.subtitle{
	font-size: 1.2rem;
	color: #81b301;
	line-height:1.25rem;
	padding-top:5px;
	padding-bottom:5px;
}
.textyellow {
	color:#ffdc2e;
}
.textred {
	color: #F00;
}
.textreddark {
	color: #7a0000;
}
.textturquoise {
	color: #009881;
}
.textblue{
	color: #0080c5;
}
.textgraydark{
	color: #566473;
}
.textgray{
	color: #999;
}
.textgraylight{
	color: #EEEEEE;
}
.textblack{
	color: #000;
}

.textxxx-small {
	font-size: 1rem;
	letter-spacing: 0.1rem;
	font-family: Helvetica, sans-serif;
}
.textxx-small {
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	font-family: Helvetica, sans-serif;
}
.textx-small {
	font-size: 1.4rem;
	letter-spacing: 0.01rem;
	font-family: Helvetica, sans-serif;
}
.textsmall {
	font-size: 1.6rem;
	letter-spacing: 0.05rem;
	font-family: "Century Gothic", sans-serif;
}
.textmedium {
	font-size: 2rem;
	letter-spacing: 0.0625rem;
	font-family: "Century Gothic", sans-serif;
}
.textlarge{
	font-size: 2.4rem;
	line-height: 1.3;
	font-family: "Century Gothic", sans-serif;
}
.textx-large{
	font-size: 2.8rem;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Century Gothic", sans-serif;
}
.text2x-large {
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: 0.05rem;
	font-family: "Century Gothic", sans-serif;
}
.text3x-large {
	font-size: 3.6rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	font-family: "Century Gothic", sans-serif;
}
.text4x-large {
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	font-family: "Century Gothic", sans-serif;
}
.text5x-large {
	font-size: 4.9rem;
	line-height: 1.1;
	letter-spacing: 0.1rem;
	font-family: "Century Gothic", sans-serif;
}
.text-jumbo {
	font-size: 6rem;
	line-height: 1;
	font-family: "Century Gothic", sans-serif;
}
@media screen and (max-width: 1200px){
	.text-jumbo {
		font-size: 5rem;
	}
}

.letterspacing-0-5 {
	letter-spacing: -0.5px;
}
.letterspacing0 {
	letter-spacing: 0;
}
.letterspacing1 {
	letter-spacing: 1px;
}
.letterspacing2 {
	letter-spacing: 2px;
}
.letterspacing9 {
	letter-spacing: 9px;
}
.lineheight1 {
	line-height: 1;
}
.lineheight1-5 {
	line-height: 1.5;
}
.lineheight2{
	line-height: 2;
}
.lineheight3 {
	line-height: 3;
}

.no-text-decoration:hover {
	text-decoration: none;
}
.no-text-transform {
	text-transform: none !important;
}

.opacity75 {
	opacity: 0.75;
}

.no-min-width {
	min-width: 0 !important;
}
