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

#container{
	
	 /* The image used */
  background-image:url(../Images/bgDirections.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;
	margin:0 auto;
}
#picframe1{
	width:24%;
	height:350px;
	background-image:url(../Images/directionsFrame1.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	float:left;
	margin:5px;
	position:relative;
	text-decoration:none;
	font-size:16px;
			
}
#picframe2{
	width:24%;
	height:350px;
	background-image:url(../Images/directionsFrame2.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	float:left;
	margin:5px;
	position:relative;
	text-decoration:none;
	font-size:16px;
}
#picframe3{
	width:24%;
	height:350px;
	background-image:url(../Images/directionsFrame3.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	float:left;
	margin:5px;
	position:relative;
	text-decoration:none;
	font-size:16px;
}
#picframe4{
	width:24%;
	height:350px;
	background-color: #FFF;
	background-image:url(../Images/directionFrame4.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:5px;
	position:relative;
	text-decoration:none;
	font-size:16px;
}
#P4{
	color:#FFF;
	margin:auto;
	clear:both;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width : 790px) {
/* Styles */
#container{
	background-image:url(../Images/bgDirections.jpg);
	background-size:contain;
	background-color: #FFF;
	background-position:bottom;
	}
	#lowerscript{
	background-color:#FFF;
	text-align:left;
	min-height:600px;
}
	#picframe1{
	width:98%;
	height:550px;
	background-image:url(../Images/directionsFrame1.jpg);
	background-size:contain;
	float:left;
	margin:5px;
	position:relative;
	text-decoration:none;
	font-weight:bold;
			
}
#picframe2{
	width:98%;
	height:550px;
	background-image:url(../Images/directionsFrame1.jpg);
	background-size:contain;
	background-color: #FFF;
	float:left;
	margin:5px;
	position:relative;
	text-decoration:none;
	font-weight:bold;
}
#picframe3{
	width:98%;
	height:550px;
	background-image:url(../Images/directionsFrame3.jpg);
	background-size:contain;
	background-color: #FFF;
	float:left;
	margin:5px;
	position:relative;
	text-decoration:none;
	font-weight:bold;
}
#picframe4{
	width:98%;
	height:550px;
	background-image:url(../Images/directionFrame4.jpg);
	background-size:contain;
	background-color: #FFF;
	float:left;
	margin:5px;
	position:relative;
	text-decoration:none;
	font-weight:bold;
}
#map_canvas{
  height:450px !important;
  width:90%  !important;
 }
#map_canvas img{
  border-radius:0px;
  -moz-border-radius:0px;
}

#P4{
	color:black;
	margin:auto;
	clear:both;
}
}