/* site.css */

header {
	background-color: #3399ff;
	border: solid 1px black;
	font-family: 'Times New Roman', serif;
	width: 100%;

}

nav a{
	color: white;
	font-size: 14pt;
	

}



.leftlogo{
	height: 90px;
	width: 150px;
	border: solid 1px;
	

}

body {
	font-family: Segoe UI, Arial, Helvitca, sans-serif;
	font-size: 14px;
}

.mySlides{
	display: none;
	height: 500px;
	width: 100%;
}

.slideshow-container{
	
	background-color: #3399ff;
}

#header4{
	float: right;
}

#header1{
	float: left;
}

.mainbottom{
	background-color: #3399ff;
	font-family: 'Times New Roman', serif;
	width: 100%;
	display: flex;
	justify-content: center;
}

.mainbottomp{
	background-color: #3399ff;
	font-family: 'Times New Roman', serif;
	width: 100%;
	display: flex;
	justify-content: center;
	
}

.mainbottomcontact{
	background-color: #ffffff;
	font-family: 'Times New Roman', serif;
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 20px;
}

.mainbottompcontact{
	background-color: #ffffff;
	font-family: 'Times New Roman', serif;
	width: 100%;
	display: flex;
	justify-content: center;
}

footer{
	background-color: #ff0000;
	border: solid 1px black;
	font-family: 'Times New Roman', serif;
	width: 100%;
	height: 150px;
	color: white;
	display: flex;
	justify-content: center;
}

form{
	text-align: center;
	padding: 10px;

}


#mainbottomabout{
	background-color: #ffffff;
	font-family: 'Times New Roman', serif;
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 18px;
}

#mainfinish{
	justify-content: center;
	display: flex;


}


.mainbottomservices{
	background-color: #ffffff;
	font-family: 'Times New Roman', serif;
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 20px;
}

.doggrooming{
	font-size: 12px:;
	display: flex;
	justify-content: center;
}

ul{
		display:table; margin:0 auto;
}