body {
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    font-weight: 300;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 300;
}

.txt-white{
	color: #fff;
}
.txt-grey{
	color: #333;
}
.txt-green{
	color: #33CC99;
}
footer .img-responsive{
    margin:0 auto;
}
footer a,footer a:link, footer a:hover{
	color: #33CC99;
	text-decoration: none;
}
header h4{
	line-height: 47px;
}
@media (min-width: 768px) {
	.navbar .logo{
	    height:70px;
	}
	.navbar .itunes{
	    height:65px;
	}
}
.section{
	padding-top:70px;
}
footer.section{
	padding-top: 0;
}