body{
	margin: 0;
	padding: 0;
	min-width: 1000px;
}

header{
	background-color: white;
	margin-bottom: 10px;
	position: fixed;
	height: 270px;
	top: 0;
	
}



#banner{
	width: 700px;
	margin: 0;
	left: 300px;
	position: fixed;
	border-bottom: 12px solid white;


}

#logo{
	width: 300px;
	margin: 0;
	position: fixed;
	border-bottom: 19px solid white;
}

ul#navigation li a{
	text-decoration: none;
	color: white;
	transition: all .9s ease .1s;
	-webkit-transition: all .9s ease .1s;
	width: 150px;
	height: 20px;
	background-color: #7c5e92;
	padding: 10px;
	border-radius: 30px;
	margin-top: 20px;
	text-align: center;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	display: inline-block;
}

ul#navigation li a:hover{
	text-decoration: none;
	color: #7c5e92;
	background-color: white;
	
}

a:visited{
	text-decoration: none;
}

ul#navigation li {
	width: 150px;
	height: 20px;
	padding: 10px;
	margin-top: 20px;

}
/*
ul#navigation li:hover {
	width: 150px;
	height: 20px;
	background-color: white;
	padding: 10px;
	border-radius: 30px;
	margin-top: 20px;
	text-align: center;
	transition: all .9s ease .1s;
	-webkit-transition: all .9s ease .1s;
}*/

/*.navgallery,.navwatercolor,.navpet,.navdigital,.navabout,.navcontact, ul li {
	width: 150px;
	height: 20px;
	color: white;
	background-color: #7c5e92;
	padding: 10px;
	border-radius: 30px;
	margin-top: 20px;
	text-align: center;
	transition: all .9s ease .1s;
	-webkit-transition: all .9s ease .1s;
}*/




nav{
	width: 200px;
	height: 400px;
	background-color: rgba(73,40,106,.5);
	border-radius: 30px;
	margin-left: 45px;
	padding-left: 2px;
	top: 290px;
	position: fixed;
	color: white;
}



#navigation{
	padding-left: 6px;
	margin-top: -18px;
	
}
		/*transition: all .3s ease .2s;
		-webkit-transition: all .3s ease .2s;*/

ul{
	list-style: none;
}

article{
	padding-top: 300px;
	padding-left: 280px;
}

article img{
	width: 700px;
	padding-bottom: 10px;

}

.aboutimg img{
	margin-top: 70px;
	padding: 5px;
	width: 300px;
	border: 2px solid #7c5e92;
	border-radius: 10px;
	position: fixed;
}

.abouttext{
	position: fixed;
	margin-top: 75px;
	margin-left: 330px;
	width: 430px;
	font-family: 'BenchNine', sans-serif;
	font-size: 20px;
}

.contact img{
	width: 40px;
}

.contact{
	font-family: 'BenchNine', sans-serif;
	text-align: center;
}

.head,.schnauzer,.big{
	width: 500px;
	margin-left: 90px;
}

footer{
	font-family: 'BenchNine', sans-serif;
	margin-top: 150px;
	margin-bottom: 10px;
	margin-left: 550px;
	

}

footer img{
	width: 23px;
	padding-left: 4px;
}

.copy1{
	margin-top: 400px;
}


article{
	font-family: 'BenchNine', sans-serif;
	width: 600px;
}

h1{
	font-size: 40px;
	margin-left: 280px;

}


