body {
  background-color: #a6edc2;
}

H1 {
  color: #666dd4;
}
/* The body is the parent of the main page banner, those elements will inherit this */
body
.name {
  text-align: center;
  font-size: 50px;
  font-family: "Lucida Handwriting", Courier, monospace;
  text-shadow: 2px 2px 3px #FFFFFF;
  line-height: 1.5;
  background-image: url("banner.jpg") /* Banner to add branding to the business */

}

h2 {
  color: #666dd4;
  letter-spacing: 2px;
  font-family: monospace;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

.storybook {
  width: 155px;
  padding-left: 70px;
  background-color: #a6edc2;
  font-size: 30px;
  font-family: "Lucida Handwriting", Courier, monospace;
  transition: margin 2s linear 1s, background-color 2s linear 1s;
}

.storybook:hover {
  margin-left: 20px;
  text-align: center;
  background-color: indianred;
}

#background p {
  color: rgb(109, 109, 109);
  font-family: sans-serif;
  text-align: center
  font-size: 20px;
text-align: center
  line-height: 1.5;
}


/* Full screen google map increases site accessibility */

.google-map {
     padding-bottom: 50%;
     position: relative;
}

.google-map iframe {
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     position: absolute;
   
}
/* Elements to make contact form button interactive */
button {
  color: rgb(194, 66, 98);
  background-color: rgb(178, 202, 247);
  font-family: verdana;
  font-size: 15px;
  padding: 3px 7px 3px 7px;
  margin: 5px;
}
p {
  font-size: 20px;
  line-height: 2;
}
a {
  text-decoration: none;
}
img {
  max-width: 350px;
  max-height: auto;
  padding: 5px;
}

#submit:hover {
  background-color: rgb(194, 66, 98);
  color: rgb(178, 202, 247);
}

#submit:active {
  background-color: #faae7b;
  color: #4a5759;
}

.info {
  background-color: #c3cdd7;
}

p a {
  color: #e5989b;
}

thead > tr {
  color: #748cab;
}

input[type="text"] {
  color: #4a4e69;
}

.contact {
  margin-left: 30px;
}

.contact p {
  font-size: 18px;
  font-family: sans-serif;
}

a:hover {
  text-decoration: underline;
  color: #8e9aaf;
}

p > span {
  color: #889bae;
  letter-spacing: 2px;
  font-family: verdana;
  font-size: 23px;
  font-weight: 600;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 3px solid #dddddd;
  text-align: center;
  padding: 5px;
}

/* Table colours to match banner banding */

tr:nth-child(even) {
  background-color: rgb(250, 128, 114);
}
tr:nth-child(odd) {
  background-color: rgb(255, 255, 224);
}

/* Appearnce change of main links */
.nav-links {
  width: 1430px;
  height: 20px;
  text-align: right;
  background-color: #cfb6b0;
  font: 400 20px sans-serif;
  box-sizing: content-box;
  padding: 5px 16px;
}

.nav-links a {
  padding: 10px;
}

/* End */