.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: #1f7691;
}
.textgraydark{
	color: #566473;
}
.textgray{
	color: #999;
}
.textgraylight{
	color: #EEEEEE;
}
.textblack{
	color: #000;
}

.textxxx-small {
	font-size: 1rem;
	letter-spacing: 0.1rem;
	font-family: "Myriad Pro", sans-serif;
}
.textxx-small {
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	font-family: "Myriad Pro", sans-serif;
}
.textx-small {
	font-size: 1.4rem;
	letter-spacing: 0.01rem;
	font-family: "Myriad Pro", sans-serif;
}
.textsmall {
	font-size: 1.6rem;
	letter-spacing: 0.05rem;
	font-family: "Myriad Pro", sans-serif;
}
.textmedium {
	font-size: 2rem;
	letter-spacing: 0.0625rem;
	font-family: "Myriad Pro", sans-serif;
}
.textlarge{
	font-size: 2.4rem;
	line-height: 1.3;
	font-family: "Myriad Pro", sans-serif;
}
.textx-large{
	font-size: 2.8rem;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Myriad Pro", sans-serif;
}
.text2x-large {
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: 0.05rem;
	font-family: "Myriad Pro", sans-serif;
}
.text3x-large {
	font-size: 3.6rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	font-family: "Myriad Pro", sans-serif;
}
.text4x-large {
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	font-family: "Myriad Pro", sans-serif;
}
.text5x-large {
	font-size: 4.9rem;
	line-height: 1.1;
	letter-spacing: 0.1rem;
	font-family: "Myriad Pro", sans-serif;
}
.text-jumbo {
	font-size: 6rem;
	line-height: 1;
	font-family: Amiri, sans-serif;
}
.text-jumbo-2 {
    font-size: 8rem;
    line-height: 1;
    font-family: Amiri, sans-serif;
}
.text-extra-jumbo, .text-extra-jumbo-short-text {
    font-size: 12rem;
    line-height: 1;
    font-family: Amiri, sans-serif;
}
@media screen and (max-width: 1200px){
	.text-jumbo {
		font-size: 5rem;
	}
    .text-jumbo-2 {
        font-size: 6rem;
    }
    .text-extra-jumbo, .text-extra-jumbo-short-text {
        font-size: 8rem;
    }
}
@media screen and (max-width: 768px){
    .text-jumbo {
        font-size: 4rem;
    }
    .text-extra-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;
}

.yellow-background {
	background-color: #ffdc2e;
}
.turquoise-background {
	background-color: #009881;
}
.gray-background {
	background-color: #EEEEEE;
}
.black-background {
    background-color: black;
}

.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;
}
