#favicon {
  border: 1px black solid;
}


body {
  background-color: antiquewhite;
  width: 100%;
  height: 100%;
}


/* **********header********* */

.header {
  margin-top: 1%;
  display: flex;

  text-align: center;
  justify-content: center;
  align-items: center;

font-size: 100px;
  background-color: #3e8ca1;
  color: antiquewhite;

}

#title {
  text-align: left;
  padding: 5%;
  font-size: 80%;
  white-space: nowrap;
  font-family: 'Kalam', cursive;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgb(109, 53, 27);
}

main {
  margin-top: 3%;
  width: 80%;
  margin: 0 auto;
}

main p{
  padding: 20px;
}

#logo {
  text-align: left;
  float: left;
  background-color: bisque;
  border-radius: 20px;
}

/* ***********END header*********** */


/* *************** NAV BAR ********************** */

nav{
  text-align: center;
  background-color: #779482;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul li {
  display: inline-block;
  margin: 20px;
  font-size: 24px;
  text-decoration: none; 
  background-color: #B9c6aa;
  color: #ffffff;
  padding: 5px;
}

nav ul li a {
  text-decoration: none;
  color: #779482;
  font-family: 'Supermercado One', cursive;
}

/* END NAV */

h2 {
  font-size: 30px;
  font-family: 'Kalam', cursive;
  color: #88607f;
  text-align: left;
  padding: 10px;
}


.creatorPhotos {
  width: 150px;
  height: 150px;
  margin-left: 2%;
  margin-bottom: 5px;
  border: rgb(255, 255, 255) 3px solid;
  grid-column-start: 1;
  grid-column-end: 1;
  object-fit: cover;
}

#ourAboutUsInfo{
  background-color: #B9C6AA;
  width: 80%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
  padding: 5%;
  color: #154115;
  font-family: 'Supermercado One', cursive;

}

.profileBox{
  border: 1px solid white;
  margin-bottom: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}

.creatorInfo{
  grid-column-start: 2;
  grid-column-end: 4;
}

.chartHolder{
  height: 400px;
  width: 400px;
  border: 2px bisque solid;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 1%;
}

#statsGridContainer {
  background-color: #B9C6AA;
  width: 80%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
  padding: 5%;
  color: #154115;
  font-family: 'Supermercado One', cursive;
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 2%; 
  grid-template-areas: 
    ". ."
    ". ."
    ". ."; 
}

#statsTable {
  width: auto;
  height: auto;
  font-size: 20px;

}

#statsTable tr {
  background-color: white;
}

#statsTable tr:nth-child(odd) {
  background-color: #e0bd90;
}

#statsTable td {
  padding: 20px;
  border: 1px solid black;
  border-collapse: collapse;
}

.citations {
  font-family: "Arial";
  font-size: 12px;
  padding-top: 3%;
  padding-bottom: 0.5%;
  text-align: right;
  list-style-type: none;
}

.factlist {
  list-style-type: circle;
  margin-right: 4%;
  font-size: 20px;
  margin-top: none;
}  

.producePhotos {
  width: 225px;
  height: 225px;
  margin-left: 2%;
  margin-bottom: 5px;
  border: rgb(255, 255, 255) 3px solid;
  grid-column-start: 1;
  grid-column-end: 1;
  object-fit: cover;
}

.emphasis {
  font-style: italic;
}

.proTitle {
    font-size: 30px;
    font-family: 'Kalam', cursive;
    color: #88607f;
    text-align: left;
    padding: 10px;
}

.produceBox{
  margin-bottom: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}
