.card-content h2 {
  font-size: 2em;
  color: #000099;
}
.content h2 {
  font-size: 2em;
  color: navy;
  padding-bottom: 5px;
  line-height: 100%;
}


.content h3 {
  font-size: 1em;
  color: navy;
  line-height: 100%;
  padding: 0 0 0 0;
  margin-top: 0em;
  margin-bottom: 0.2em;
}
.row.row-centered{
  margin:-1em;
}
.content p {
  color: MidnightBlue;
  line-height: 110%;
  margin-bottom: 1em;
}
.content label {
  font-size: 1em;
  color: navy;
}
.error-text{
  text-decoration: underline;
  color: red;
  font-weight: bold;
}

.MagnifyingGlass {
    background: white;
}
/*--------------------------------------------------------------
Header styles minus menu
--------------------------------------------------------------*/
.masthead {
  background: #ccccff;
  color:  #000099;
}

.main-menu {
  color: white;
  background: hsl(50, 50%, 55%);
}

.sidebar {
  background: hsl(20, 20%, 50%);
  overflow: hidden;
}

.footer-area {
  background: hsl(50, 50%, 75%);
}

/*--------------------------------------------------------------
Styles for mixed menu (drop-down + social)
--------------------------------------------------------------*/
.nav-mixed {
  background: hsl(20, 20%, 55%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: hsl(50, 50%, 55%);
}

.site-title {
  color: #000099;
  font: italic bold 45px Georgia, serif;
  margin: 0 0 0;
  padding: 0 0;
}

.headerImage {
  background: url(images/PawPrints3.PNG) repeat;
  opacity: 0.1;
  filter: alpha(opacity=10); /* For IE8 and earlier */
  position: relative;
  height:100px;
   width: 100%; /* for IE 6 */
   margin: 10px;
}

.logo h1 {
   position: absolute;
   color: #000099;
   font: italic bold 65px Georgia, serif;
   top: 20px;
   left: 0px;
   /*text-align: center;*/
   width: 100%;
   /*opacity: 0.9;
   filter: alpha(opacity=90); /* For IE8 and earlier */*/
}

.image-float-left{
  float: left;
  margin: 0 px 15 px 0px;
}



.errorShadow {
    -moz-box-shadow:0 0 10px 5px #900;
    -webkit-box-shadow:0 0 10px 5px #900;
    box-shadow:0 0 10px 5px #900;
}

.image-thumbnail{
  width: 100px;
}

.image-small{
  width: 200px;
}
.image-medium{
  width: 400px;
}
.col-left{
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 20px;
  padding: 10px;
  border: 5px solid #ccc;
  background: #666;
  width: 150px; /* ie5win fudge begins */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 120px;
}

.col-middle {
	margin: 20px 190px 20px 190px;
	padding: 10px;
	border: 5px solid #ccc;
	background: #666;
	}

.col-right{
  position: absolute;
  top: 0px;
  right: 0px; /* Opera5.02 will show a space
  at right when there is no scroll bar */
  margin: 20px;
  padding: 10px;
  border: 5px solid #ccc;
  background: #666;
  width: 150px; /* ie5win fudge begins */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 120px;
}
