/*
#header {
    position: fixed;
    top: 0%;
    background-color: white;
}
*/

/* 1st In-Line Logo image */
header img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    margin-top: 0px;
    /*    width: 20%;  */
    height: auto;
    width: auto;
    max-height: 300px;
}

/* horizontal navigation tabs */
/*
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav li {
    display: inline;
    border: solid;
    border-width: 1px 1px 0 1px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
    padding: 10px 10px;
    color: blue;
    background-color: lightskyblue;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

nav li a {
    padding 0 10px;
}

.navmenu:after {
    border-bottom: 1px solid #AAA;
}
*/

/* Drop menu */
/*
nav {
    margin: 0 0 0 0;
    font-family: Arial;
    font-size: 100%;
    width: 100% ;
    overflow: hidden;
}

ul { list-style: none;
     padding: 0px;
     margin: 0px;
   }

ul li { display: block;
	position: relative;
	float: left;
	border: 1px solid #AAA;
      }

li ul { display: none; }

ul li a { display: block;
	  background-color: lightskyblue;
	  color: blue;
	  padding: 5px 10px 5px 10px;
	  text-decoration: none;
	  white-space: nowrap;
	}
*/

nav {
    width: 100%;
    font-family: Arial;
    font-size: 100%;
    border: 1px solid #ccc;
    border-right: none;
}

nav ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

nav ul li {
    list-style: none;
    float: left;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    width: 20%; /* fallback for non-calc() browsers */
    width: calc(100% / 5);
    box-sizing: border-box;
}

nav ul li:first-child {
    border-left: none;
}

/*
nav ul li a {
    display: block;
    text-decoration: none;
    color: #616161;
    padding: 10px 0;
}
*/



/* #navmenu { width: 100%; font-family: Arial; font-size: 100%; text-align: justify; } */
ul {list-style: none; padding: 0px; margin: 0px;}
ul li {display: block; position: relative; float: left; border:1px solid #000}
nav li ul {display: none;}
ul li a {display: block; background: lightskyblue; padding: 5px 10px 5px 10px; text-decoration: none; white-space: nowrap; color: blue;}

ul li a:hover {background: #0f0;}
li:hover ul {display: block; position: absolute;}
li:hover li {float: none;}
li:hover a {background: #0f0;}
li:hover li a:hover {background: #000;}

body {
    font: normal 1em Verdana;
    padding: 1em 20% 10px 20%;
}

.slogan h1   {
    font: italic 1.75em Georgia;
    text-align: center;
    color: blue;
    margin: 1em 0 1em;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    color: dimgray;
    text-align: center;
    /*margin-top: 1.5em;*/
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 1.5em;
}

h2 {
    color: dimgray;
    font-size: 1.25em;
}

img.centered  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
}

h1 img {
    margin-bottom: -20px;
}

small {
    color: #666666;
}

figcaption {
    text-align: center;
}

.contact {
    text-align: center;
}

table {
    border: 0px;
    margin-top: 2em;
}

footer {
    font-size: 0.75em;
    color: dimgray;
    text-align: center;
    margin-top: 3em;
}

.socialmedia {
    margin-top: 2em;
    text-align: center;
    color: mediumslateblue;
}

.doggroomingreference {
    text-align: center;
    margin-top: 5em;
}

table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    width: 50%;
}


/* img class="resize" */
.resize {
    /*width: 500px;*/
    width: auto;
    height: auto;
    max-width: 450px;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}