/* * {
  background-color: white;
} */

h1 {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  padding: 10px;
  font-weight: normal;
  color: rgb(204, 0, 0);
  text-decoration: underline;
  text-decoration-thickness: 4%;
}

nav {
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: whitesmoke;
  padding: 1%;
  overflow: auto;
}

nav a {
  float: left;
  padding: 12px;
  text-align: center;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: rgb(204, 0, 0);
}

ul {
  padding-left: 10%;
}

.logo {
  display: flex;
  justify-content: center;
  padding-bottom: 3%;
}

article {
  display: inline-flex;
}

.article1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 150%;
  width: fit-content;
  position: relative;
  padding-left: 40px;
  padding-right: 15px;
}

.article2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 150%;
  width: fit-content;
  padding-left: 15px;
  padding-right: 40px;
}

h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0.5%;
  color: rgb(204, 0, 0);
}

h5 {
  padding: 0%;
  margin-top: 0.5%;
}

.cow {
  display: flex;
  justify-content: center;
  padding: 2%;
}

a {
  color: black;
}

.hello {
  display: flex;
  justify-content: center;
  margin-left: 23%;
  margin-right: 23%;
  /* background-color: whitesmoke; */
}

.greeting {
  padding-right: 3%;
  padding-top: 1%;
  padding-left: 1%;
  width: fit-content;
  /* background-color: whitesmoke; */
}

.makingspace {
  padding: 1%;
}

h4 {
  font-size: 20px;
  font-weight: 120px;
  margin-top: 0%;
  margin-bottom: 2%;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: rgb(204, 0, 0);
}

p {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-top: 1%;
}

footer {
  /* background-color: whitesmoke; */
  text-align: center;
}

/* .container {
  display: flex;
  /* flex-direction: row; Flex direction is set to row by defualt. */
/* justify-content: space-around;
  flex-wrap: wrap; */
/* This lets multiple rows form when lots of boxes. */
/* gap: 1em; */
/* This makes gaps between the containers. */
/* } */

.cover {
  align-items: center;
  justify-content: center;
  display: inline-block;
  width: 400px;
  height: 352.81px;
  /* background-color: rgb(243, 242, 242); */
  text-align: center;
  vertical-align: bottom;
}

/* .box {
  width: 400px;
  height: 200px;
  background-color: whitesmoke;
} */
.boximage {
  margin-top: 5%;
  width: 350px;
  height: 200px;
}

.sheeps {
  display: flex;
  justify-content: center;
}

.caption {
  display: flex;
  justify-content: center;
  font-size: small;
  color: rgb(204, 0, 0);
}

footer {
  color: rgb(204, 0, 0);
  font-weight: 1000;
}

.titlenav p {
  display: flex;
  justify-content: right;
  vertical-align: text-top;
  color: rgb(204, 0, 0);
  font-weight: 500;
  margin-bottom: 0%;
  margin-right: 2%;
}

.audio {
  text-align: center;
}

.coverquote {
  margin-left: 3%;
  margin-right: 3%;
  align-items: center;
  justify-content: center;
  display: inline-block;
  width: 400px;
  height: 352.81px;
  /* background-color: rgb(243, 242, 242); */
  text-align: center;
  vertical-align: bottom;
}
.coverquote p {
  font-size: larger;
  padding-top: 12%;
}

.coverindex {
  align-items: center;
  justify-content: center;
  display: inline-block;
  width: 400px;
  height: 352.81px;
  background-color: rgb(243, 242, 242);
  text-align: center;
  vertical-align: bottom;
}

.articlequote1 {
  display: flex;
  justify-content: center;
}

.articlequote2 {
  display: flex;
  justify-content: center;
}
.articlequote3 {
  display: flex;
  justify-content: center;
}

body {
  justify-content: center;
}

.menuemargin {
  margin-left: 3%;
  margin-right: 3%;
}
