@charset "UTF-8";
/* Simple fluid media vicarage
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Fluid Styles */
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */

/* Mobile Layout: 480px and below. */


.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	background-color: #fff;
	padding-left: 1.82%;
	padding-right: 1.82%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../img/blue-flower-background.jpg);
  background-repeat: repeat;
  background-position: center; 
   background-size: contain;
}

#LayoutDiv1  {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#cristina, #home  {
text-align: center;
	width: 68%;
		padding-left: 45px;
			padding-right: 45px;
		margin: auto;
padding-top: 20px;
padding-bottom: 40px;
 background-color: #c7d3dc;
}

#cristina {
margin-top: 0;
padding-bottom: 1px;
margin-bottom: 1px;
}

#home {
	
	padding-top: 30px;
  background-color: #e7edf1;
}

#home img {
	margin-top: 0px;
		padding-top: 0px;
}

#footer {
text-align: center;
	width: 100%;
		margin: auto;
		margin-top: 20px;
padding-top: 30px;
padding-bottom: 40px;
}

#footer img {
	margin-bottom: -20px;
		padding-bottom: -35px;
}

.mobile-hide{ display: none; }

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 481px) {
	
	  .mobile-hide{ display: block; }
	
.gridContainer {
	width: 100%;
	max-width: 1000px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}

.container {
		width:1000px;
	padding-left: 0%;
	padding-right: 0%;
		padding-top: 20px;
	margin: auto;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#cristina {

}

#home {

}



}
}

/* Desktop Layout: 769px to a max of 900px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	
}
	
