/*
* colors
---------
*Periwinkle: #81a1d4;
Purple: #574f7b
Green: #4b747d;
*/

@import url(http://fonts.googleapis.com/css?family=Poiret+One);


html, body {
	background-image: url("../img/wall4.png");
	font-family: "Poiret One", sans-serif;
	font-size: 18px;

}

h1	{
	font-size: 2.5em;
}

h2	{
	font-size: 2.25em;
}

h3	{
	font-size: 2em;
}

h4	{
	font-size: 1.75em;
}

h5	{
	font-size: 1.5em;
}

h6	{
	font-size: 1.25em;
}

p {
	color: #222;
	font-size: 1em;
	font-family: "Poiret One", sans-serif;
	line-height: 1.5;
}


header {
	width: 100%;
	height:120px;
	background-color: #81a1d4;
	margin-top: 20px;
	background-image: url('../img/CollagePets2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.89);
	moz-box-shadow:    0px 3px 5px rgba(100, 100, 100, 0.89);
	box-shadow:         0px 3px 5px rgba(100, 100, 100, 0.89);

}

header img {
		margin-top: -29px;
		margin-left: -10px;


}

nav {margin-top: 30px;
	text-align: center;
	line-height: 1.5; 

}

nav ul li {
	display: inline;
	margin: 0 32px;
	font-size: 24px;
	text-transform: uppercase;

}

nav ul li a {
	color: #222;
	text-decoration: none;
}

table {

}

th, td {
	padding: 10px;
	border: 1px solid #ccc;

}

th {
	color: white;
	text-align: left;
	background: #4b747d;


}

td {


}

.content {
	background: white;
	overflow: hidden;	
}


.wrapper {	
	display: block;
	margin: 0 auto;
	width: 960px;
}

.row, .clear {
	clear: both;
}

.column {
	float: left;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

}

.column img {
	max-width:100%;

}

.column-1 {
	width: 16.66%;

}

.column-2 {
	width: 33.33%;
}

.column-3 {
	width: 50%;
}

.column-4 {
	width: 66.66%;
}

.column-5 {
	width: 83.33%;
}

.column-6 {
	width: 100%;
}

footer {
  background: #4b747d;
  font-size: 14px;
  padding: 12px;
  text-align: center;
  clear: both;
  margin-top: 12px;

}

footer p {color:white;}

























