/*
font-family: 'Droid Sans', sans-serif;
font-family: 'Josefin Slab', serif;
font-family: 'Glegoo', serif;
*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}

body, form, textarea
	{
		font:400 14px/24px "Droid Sans", Arial, Helvetica, sans-serif;
		color:#666;
	}
input, select, option form, textarea {color:#666; font-size:13px;font-family: 'Droid Sans', sans-serif;}

h1, h2, h3, h4
	{
		margin:0; padding:10px 0; 
		line-height:normal;
		font-weight:700;
		font-family: 'Josefin Slab', serif;
		color:#333;
	}
h1{font-size:30px;}
h2{font-size:25px;}
h3{font-size:20px;}
h4{font-size:16px;}
h5{font-size:13px;}
h6{font-size:13px;}

.welcome h1
	{
		
		font-family: 'Glegoo', serif;
		font-size:55px;
		color:#ff008f;
		position:relative;
		text-transform:uppercase;
		font-weight:700;
	}
.welcome h1 span
	{
		font-size:30px; display:block; color:#fff; line-height:15px;
		text-transform:none;
		font-family: 'Josefin Slab', serif;
		font-weight:700;
	}
aside h2
	{font-family: 'Fjalla One', sans-serif; font-size:20px; font-weight:400;}
div.page-content h2 span
	{
		display:block;
		color:#999;
		font:700 16px "Droid Sans", Arial, Helvetica, sans-serif;
	}
	@media only screen and (min-width : 1px) and (max-width :767px){
		section#footer-top {
		    padding: 0px 0;
		}
		.welcome h1 {
		    font-size: 22px;
		}
		.welcome h1 span {
		    line-height: 31px;
		}
		h2 {
			font-size: 18px;
		}
	}








	