body, div, p {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	text-align: center;
}

html,body{
	height:100%;
	 background-color: #000;
}

a { color: #333; }
.container { position: relative; }

.hilary {
	background-image: url("http://folksong.co.uk/wp-content/themes/folksong/images/home/hilary-james.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    height: 100%;
}
.logo-hj {
    top: 11%;
}
.logo-sub {
	font-size: 18px;
	margin-top: 15px;
	color: #fff;
}
.btn {
    font-size: 18px;
    padding: 6px;
    text-transform: uppercase;
}
.btn-default, a.btn-default, a.btn-default:link, a.btn-default:active{
    background-color: #666666;
    background-image: none;
    border-radius: 0;
    color: #fff;
    text-shadow: 0 0 #fff;
	width: 100px;
}
a.btn-default:hover{
	background-color: #fff;
	color: #993366;
}
#page-home {
	background: #000 none repeat scroll 0 0;
    height: 100%;
    padding: 0;
    position: relative;
}
#page-home img { max-width: 100%; }

.padt30 {
	margin-top: 30px;
}
 

@media (max-width: 768px) {
.hilary {
	background-image: url("http://folksong.co.uk/wp-content/themes/folksong/images/home/hilary-james-768.jpg");
}
}
@media (max-width: 639px) {
.hilary {
	background-image: url("http://folksong.co.uk/wp-content/themes/folksong/images/home/hilary-james-640.jpg");
}
}
@media (max-width: 355px) {
.hilary {
	background-image: url("http://folksong.co.uk/wp-content/themes/folksong/images/home/hilary-james-360.jpg");
	background-position: right top;
}
}
