/* Changing GLOBAL Font */

.title, .title2, .sub-title, .sub-title2, .tt-wrapper li a span, #formgooglemap, .ei-title h3 span, .ei-title h2 span {
	font-family: 'Amatic SC', cursive;
}

#mainmenu li a:hover, #mainmenu li a, #tweetwrap, #moreabout, #textabout, #success, #submit-form, #reseting, #message, #name, #mail, #subsuc, .subemail-required, .submit-button, #subsbox, #sub {
	font-family: 'Asap', sans-serif;
}
/* Counter */
#counterwrap  {
	color:#000000;
	font: 100px 'Days One', sans-serif;
}


/* Credits and Adress */
#credits, #morecontact {
	font: 10px 'Asap', sans-serif;
	color: rgba(255, 255, 255, 0.8);
}


/* Title Contact Form */
#formgooglemap {
	font-size:18px;
	color:#ffffff;
}



/* Menu */
#mainmenu li a, #mainmenu li a:hover{
	font-size:12px;
	color: #ffffff;
}

/* Heart */
.tt-wrapper li a span{
	font-size: 17px;	
	color: #719DAB;
}


/* Titles and Sub-Titles*/
.title, .title2 {
	font-size: 60px;
	color:#ffffff;
}
.sub-title, .sub-title2  {
	color:#ffffff;
	font-size: 20px;
}


/* Twitter */
#tweetwrap {
	font-size: 11px;
	color:#ffffff;
}
/* About */
#textabout, #moreabout{
	font-size: 13px;
	color:rgba(255, 255, 255, 0.8);
}

/* Form Contact */
#submit-form {
	font-size: 14px;
	color:#ffffff;
}

#reseting, #message, #name, #mail {
	font-size: 14px;
	color:#000000;
}

#subsbox, #sub {
	font-size: 14px;
	color:#ffffff;
}
#sub, #subsuc, .subemail-required {
	font-size: 12px;
	color:#ffffff;
}
.ei-title h3 span {
	font-size: 50px;
	color:#000000;	
}
.ei-title h2 span {
	font-size: 40px;
	color:#b5b5b5;
}

