@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700);
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script);

.subtitle_seagreen {
	font-size:22px;
  	color: #647467;
	font-family: Lobster;
}

.subtitle_seagreen2 {
	font-size:24px;
  	color: #647467;
	font-family: Dancing Script, Open Sans;
}
.subtitle_yellow {
	font-size:22px;
  	color: #ffc925;
	font-family: Lobster;
}
.subtitle_white {
	font-size:22px;
  	color: #fff;
	font-family: Lobster;
}
.subtitle_white2 {
	font-size:24px;
  	color: #fff;
	font-family: Dancing Script, Open Sans;
}
.subtitle_black {
	font-size:22px;
  	color: #000;
	font-family: Lobster;
}
.subtitle_black2 {
	font-size:24px;
  	color: #000;
	font-family: Dancing Script, Open Sans;
}
.subtitle_olive {
	font-size:22px;
  	color: #8c8c71;
	font-family: Lobster;
}
.title_olive {
	font-size:48px;
  	color: #686726;
	font-family: Open Sans;
}

.title_white {
	font-size:56px;
  	color: #fff;
	font-family: Open Sans;
}


.title_black {
	font-size:56px;
  	color: #000;
	font-family: Open Sans;
}


.title_white2 {
	font-size:56px;
  	color: #fff;
    line-height:1;
    text-transform:uppercase;
	font-family: Georgia;
}

.title_black2 {
	font-size:56px;
  	color: #000;
    line-height:1;
    text-transform:uppercase;
	font-family: Georgia;
}

.title_seagreen {
	font-size:48px;
  	color: #647467;
	font-family: Open Sans;
}

.title_seagreen2 {
	font-size:60px;
  	color: #647467;
    text-transform:uppercase;
	font-family: Georgia;
}

.text_white {
	font-size:13px;
  	color: #fff;
	font-family: Open Sans;
    text-align:center;
}
.text_black {
	font-size:13px;
  	color: #000;
	font-family: Open Sans;
    text-align:center;
}