
html {
  background-color: #C6AF9F;
}

header {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    background-color: #F0965D;
    color: #000000;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0px;
    justify-content: center;  
    left: 0;
}

header img {
   display: block;
   position: relative;
   float: left;
   margin: 0;
   padding-right: 10%;
}

header h1 {
  display: block;
  font-size: 275%;
}

nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  list-style-type: none;
  display: inline-flex;
  margin: 15px;
  background-color: #709A9C;
  text-decoration: none;
  color: #000000;

}

nav ul a {
  display: flex;
  background-color: #709A9C;
  text-decoration: none;
  color: #000000;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 3em;
}

nav ul a:hover {
  background-color: #5DECF0;
}

body {
	background-color: #C6AF9F;
	margin-top: 14%;
	padding-bottom: 10%;
	width: 100%;
}

body p {
     font-family: Verdana, Geneva, Tahoma, sans-serif;
     margin-left: 2%;
     margin-right: 2%;
     color: #000000;
}


h1 {
     font-family: Verdana, Geneva, Tahoma, sans-serif;
     font-size: 250%;
     color: #709A9C;
     display: flex;
     background-color: #344546;
     width: 100%;
     align-content: flex-end;
     overflow: hidden;
}

h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-left: 10px; /* New form style*/
}

a {
	color: #0000C7;
}

body ol a {
	color: #0000C7;
}

footer {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    background-color: #F0965D;
    color: #000000;
    padding: 0px;
    text-align: center;
    position: fixed;
    z-index: 1;
    bottom: 0px;
    width: 100%;
    height: 10%;
    left: 0;
}

body table {
	font-family: Verdana, Geneva, Tahoma, sans-serif;	
	margin: 0 auto;
	background-color: #709A9C;
	border: 1px solid black;
	width: 50%;
}

table td {
	border: 1px solid black;
}

ol {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	position: relative;
	background-color: #709A9C;
	border: 1px solid black;
	width: 50%;
	margin: 0 auto;
}

body ul {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

div {
	margin-top: 10%;
}

form {
	margin: 0 auto;
	margin-top: 10%;
	display: block;
	border: 3px solid #5DECF0;
	color: #000000;
	background-color: #709A9C;
	width: 95%;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	overflow: hidden;
	border-radius: 15px; /* New form style*/	
}

form legend {
	font-weight: bold;
	font-style: italic;
	display: block;
}

form select {
	display: inline-block;
}

form input {
	display: inline-block;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
}

form textarea {
	border: 1px solid;
        border-radius: 10px;
        padding: 10px;
        width: 98%;
        font-family: Arial, sans-serif;
        font-size: 1em;
}

form fieldset {
	border: none;
}

/* ------------------ids------------------- */

#orangecat {
  position: absolute;
  right: 0;
  top: 31%;
}

#veterinarian {
  position: relative;
  float: right;
  border-radius: 50%;
}

#puppy_check_up {
  position: relative;
  float: right;
  border-radius: 5px;
  margin-left: 2%;
}

#cat_check_up {
  position: relative;
  float: left;
  border-radius: 5px;
  display: inline-block;
  margin-right: 2%;
}

#dog_check_up {
  display: inline-block;
  position: relative;
  float: right;
  border-radius: 10px;
  margin-left: 2%;
  margin-bottom: 2%;
}

#current_link {
  background-color: #FFFFFF;
}

#main_page_heading {
  display: flex;
  width: 100%;
  height: 7em;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

#header_title {
  all: unset;
  display: block;
  font-size: 275%;
  margin: 1em;
  
}
  

/* -----------------classes------------------- */

.box_shadow {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}

/* New class style for form error messages */
.error_message {
    background-color: #999999;
    color: #FF0000;
    font-style: italic;
}
