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

#container{
	
	 /* The image used */
   background-image:url(../Images/Cottage8_1.jpg);

    /* Set a specific height */
    height: 800px; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	max-width:98%;
	margin:0 auto;
	padding-top:150px;
}

#lowerscript{
	background-color:#FFF;
	text-align:left;
	min-height:400px;
}

.floating-box {
	display: inline-block;
	width:22%;
	height:350px;
	background-color: #B5B5A6;
	border: medium #000 solid;
	float:left;
	margin:1%;
	position:relative;
	text-decoration:none;
	font-size:16px;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width : 790px) {
/* Styles */
#container{
	background-image:url(../Images/Cottage8_1.jpg);
	background-size:contain;
	background-color: #FFF;
	background-position:bottom;
	}
	#lowerscript{
	background-color:#FFF;
	text-align:left;
	min-height:600px;
}

.floating-box {
    display: inline-block;
    width:98%;
	height:auto;
	background-image:url(../Images/displayBox2.gif);
	background-size:cover;
	float:left;
	margin:5px;
	position:relative;
	text-decoration:none;
	font-weight:bold;
}

}
