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

#container{
	
	 /* The image used */
   background-image:url(../Images/bgReview.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:600px;
	min-width:98%;
	margin:0 auto;
}

.floating-box {
    display: inline-block;
    width:23%;
	height:380px;
	background-repeat:no-repeat;
	background-color:#B5B5A6;
	float:left;
	margin:1%;
	position:relative;
	text-decoration:none;
	font-size:16px;
}

#over{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fb-like-box{
	float:left;
	margin-right:60%;
}

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


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

#over{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.fb-like-box{
	float:left;
	margin-right:20%;
	width:500px;
}
}