@charset "utf-8";
/* CSS Document */

body {
	background: url(images/harmony-background.jpg) no-repeat;
	background-attachment: fixed;
	font-family: 'Lato', sans-serif;
	background-size: cover;
}

div.container {
    margin: 0px auto;
    width: 930px;
    background: #fff;
    text-align: center;
    padding: 18px 0px;
}

div.details {
	margin: 20px 0px;
	text-align: center;
	font-size: 30px;
	color: #222;
	padding: 10px;
}

div.details a {
	color: #222;
	text-decoration: none;	
}

div.details strong {
	font-weight: 900;	
}



@media only screen and (max-width: 600px) {
  body {
    background: none;
  }

div.container {
	margin:0px auto;
	max-width:600px;	
	width: auto;
	}  

body img {
    max-width: 100%;
    height: auto;
}

div.details {
	font-size: 30px;	
}

  
}

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

div.container {
	margin:50px auto;
	max-width:600px;	
	width: auto;
}  

body img {
    max-width: 100%;
    height: auto;
}
  
}