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

body{
	margin:0 auto;
	width: 100%;
	color: #fff;
	background:#777;
	background-image: url('home-silver-bkgr.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top; 
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	letter-spacing: .08em;
	text-align: center;
}
p {
	font-size: 14px;
}
.phone {
	font-size: 24px;
}
.copyright {
	font-size: 12px;
}
a:link, a:visited {
	color: #fff;
	text-decoration: none;	
}
a:hover, a:active {
	color: #666;	
}
.container {
	width: 100%;
}
.image-roses {
	margin: 0 auto;
	width: 80%;
	max-width: 600px;
	float: none;
	text-align: center;
}
.image-roses img {
	width: 100%;
}
.text {
	width: auto;
	float: right;
	text-align: left;
	padding: 0 8% 0 2%;
}
.close {
	position: fixed;
	top: 10;
	right: 10;
}
.close img {
	width: 48px;
}
	
@media handheld, only screen and (max-width: 580px) {

.image-roses {
	width: 90%;
	margin-top: 48px;
}
.close img {
	width: 24px;
}

