
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700);



body {
	font-family: 'Lato', serif;
	font-weight:400;
	margin: 0px!important;
	color: #222;
	font-size: 1.1rem;

		}

div {margin: 0px;
  	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em!important;
	width: 100%;}

p{
	margin-bottom:24px;
}

a {
	text-decoration: none;
	color: #F00;}
	
	strong, b {
   font-weight: 700;
}

header {height: 380px; z-index: 3;}

.header {
	background: url(images/photoheader.jpg);
	 background-repeat: no-repeat;
	 background-size:cover;
	position: relative;
	height: 380px;
	}
	
	.bottom-header {
	background-color: #000;
	padding: 1rem 0rem 1rem 0rem;
	}
	
	.footer {
	background-color: #000;
	height: 100px;
	}
.cover {
	background: url(images/piano-inside.png);
	height: 17em;
	width: 100%;
	display: inline-block;
}

.main {
	background-color: #EDF9E2;
	padding-top: 0;
	padding-bottom: 30px;
	padding-right: 0;
	padding-left: 0;	
}
.main-content {
	width: 70%;
	max-width:760px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.8rem;
	/* background: rgba(0,0,0,0.6);
	padding: 0.75rem;
	border-radius: 8px; */}

.profile {width: 600px; margin-right: auto; margin-left: auto;
font-weight:300;
text-align:right;
	color: #333;
	line-height:1rem;
	font-size: 0.8rem; }
.profile img{width:600px; height: auto;}	

.price { 
	margin-right: auto; 
	margin-left: auto; 
	margin-top: 0rem;}
.price-content {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1rem;}

.CTA {
	text-align: center; 
	line-height: 17em;
}

.button {
	background: #009999;
	padding: 0.6rem;
	border-radius: 8px;
	font-size: 2.5rem;
}
a.button:hover{background: #990000;}	

.contact {background: #000; padding-bottom: 4rem; padding-top: 0.5rem;}

.contact-content {
	width: 70%;
	margin-right: auto;
	margin-left: auto}

/*.contact-content h4,a {color: #fff;}*/


h1, h2, h3, h5, h6 {
	font-family: 'Lato';
}

h1 {
	font-size: 3.3rem;
	color: #fff;
  	/*text-shadow: 2px 2px black;*/
  	text-align: center;
  	line-height: 4rem;
	font-weight:300;
  	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
h3 {
	font-size: 1.8rem;
	font-weight:300;
	color: #fff;
	/*text-shadow: 1px 1px black;*/
	line-height: 2.5rem;
	text-align: center;}
h2 {
	margin-bottom:32px;
	font-size: 1.8rem; 
	line-height: 2.2rem;
	font-weight:400;
	color: #000;}

@media screen and (max-width: 650px) {
	.profile {width: 100%; max-width: 400px; margin-right: auto; margin-left: auto;}
.profile img{width:400px; height: auto;}	
}

@media screen and (max-width: 500px) {
	h1 {font-size: 3rem;}
	h3 {font-size: 1.6rem;}
	.contact-content, .main-content, .price-content {width: 80%;}
.profile {width: 100%; max-width: 350px; margin-right: auto; margin-left: auto;}
.profile img{width:350px; height: auto;}	
}