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

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

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

#lowerscript{
	background-color:#FFF;
	text-align:left;
	min-height:400px;
}
.display-box{
	width:24%;
	height:350px;
	background:#B5B5A6;
	background-size: cover;
	float:left;
	margin:5px;
	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/bgAttractions.jpg);
	background-size:contain;
	background-color: #FFF;
	background-position:bottom;
	}
	#lowerscript{
	background-color:#FFF;
	text-align:left;
	min-height:500px;
}
.display-box{
	width:98%;
	height:auto;
	background-image:none;
	background:#FFF;
	border:#039, 1px;
	border-bottom-style:solid;
	float:left;
	margin:2px;
	position:relative;
	text-decoration:none;
	font-weight:bold;
			
}
}