* {
  box-sizing: border-box;
}

body {
  font-family: Arial;
  padding: 10px;
  background: white;
  margin: 0;
}

h2 {
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  font-size: 32px;
}

header {
  padding: 30px;
  background-image: url('/Recipe-Website/images/preCutApples2_1.jpg');
  height: 175px;
  text-align: center;
  color: ghostwhite;
}

header h1 {
  font-size: 70px;
  font-family: 'Homemade Apple', cursive;
}

nav {
  background-color: #404040;
  height: 60px;
  display: flex;
  align-items: center;
}

nav a {
  color: white;
  padding: 0 16px;
  text-decoration: none;
  line-height: 60px;
}

.activePage {
  background-color: darkgray;
}

nav a:hover {
  background-color: darkgrey;
  color: black;
}

main {
  display: flex;
}

article {
  width: 70%;
  background-color: whitesmoke;
  padding: 20px;
  box-sizing: border-box;
}

article table {
  width: 100%;
  border-collapse: collapse;
}

article td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

article th {
  background-color: whitesmoke;
  text-align: left;
}


aside {
  background-color: white;
  width: 30%;
  vertical-align: top;
  text-align: left;
  padding: 20px;
  margin-top: 0px;
  box-sizing: border-box;
}

aside th {
  background-color: whitesmoke !important;
  text-align: left;
}


aside {
  background-color: whitesmoke;
  text-align: center;
  padding: 20px;
  margin-top: 0;
}

.socials table {
  width: auto;
  border-collapse: collapse;
  padding-top: 20px
}

.socials td, .socials th {
  background-color: f2f2f2;
  border: none;
  text-align: left;
  padding: 8px;
}

.socials th {
  text-align: left;
}

.socials img {
  margin-left: 15px;
  margin-right: 10px;
}


.timeLapseTable {
  text-align: center;
  background-color: whitesmoke;
}

.timeLapseTable td {
  border: none;
  padding-left: 60px;
}

.qaTable {
  text-align: left;
  padding-left: 20px;
}

.qaTable td:first-child {
  font-style: italic;
  vertical-align: top;
}

.appleList {
  padding-left: 80px;
  margin-top: 0px;
  background-color: whitesmoke;
}

.appleList ul {
  line-height: 15px;
  list-style-image: url('/Recipe-Website/images/preCutApplesBullet.png');
  list-style-position: inside;
}

form {
  margin: 20px;
}

.formRow {
  display: flex;
  flex-wrap: wrap;
}

form input, form label {
  vertical-align: middle;
}

form input {
  flex: 1;
  margin-left: 8px;
  margin-bottom: 8px;
  height: 40px;
  line-height: 40px;
}

form label {
  margin-bottom: 0;
  line-height: 40px;
}


textarea {
  resize: vertical;
  width: 100%;
  height: 100px;
}


#submitButton {
  cursor: pointer;
  font-size: 28px;
  margin-bottom: 10px;
  background-color: #e9f7ef;
  border-color: darkgray;
  color: #466954;
}

#submitButton:hover {
  background-color: #d4efdf;
}

#resetButton {
  cursor: pointer;
}

.noClicky {
  user-select: none;
}

footer {
  padding: 20px;
  background-image: url('/Recipe-Website/images/preCutApples2_1.jpg');
  margin-top: 10px;
  color: ghostwhite;
}

footer h2 {
  font-size: 30px;
  font-family: 'Homemade Apple', cursive;
  margin-bottom: 0px;
  margin-top: 0;
}

footer h3 {
  font-size: 16px;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  margin-top: 0;
}

footer p {
  font-size: 10px;
  font-family: Arial;
}
