/* CSS Document */

 body {
	font-family: 'Roboto', serif;
	font-size: 14px/26px;
	font-weight: 300;
}

.T-Roboto-Thin {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

.T-Roboto-Light {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.T-Roboto-Regular {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.T-Roboto-Medium {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.T-Roboto-Condensed {
	font-family: 'Roboto Condensed', sans-serif;
}





h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 30px;
}


h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 40px;
	margin:0px;
	line-height: 1em;
}

.footer {
	color:#a1a1a1;
	font-size: 12px;
	line-height: 12px;
}

@media screen and (max-width:480px) {

	h1 {
		font-size: 34px;
	}
	
	h2 {
		font-size: 24px;
	}
	
	h3 {
		font-size: 18px;
	}
	
}



.title-120 {
	font-size: 100px;
	font-weight: 100;
}


.font-size-60 {
	font-size: 60px;
}

.font-size-40 {
	font-size: 40px;
}

.font-size-32 {
	font-size: 32px;
}

.font-size-24 {
	font-size: 24px;
}

.font-size-20 {
	font-size: 20px;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-12 {
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.semibold {
	font-weight:400;
}