/*
4rticle CSS
*/

/**
Color Reference: https://www.color-hex.com/color/d2b48c
*/
body {
  background-color: #cdbda7;/*#e4d2ba*/
}

#intro {
  text-align: center;
}

header {
  text-align: center;
  margin-top: 5px;
}

h1, h2, h3 {
  text-align: center;
}
h5 {
  text-align: center;
  margin-bottom: 5px;
}

td {
  margin-bottom: 10px;
}

nav ul{
  font-size: 15px;
  font-family: monospace;
}

nav ul li {
  list-style-type: none;
  padding: 3px;
  margin-left: 5px;
  border: none;
  box-shadow: 3px 3px 4px black;
  list-style: none;
  display: inline-block;
}

details {
  text-align: left;
}

summary {
  list-style: none;
}

.primary-container {
  text-align: center;
  margin-top: 3%;
}

.article-container {
  border: 5px 10px 10px 5px;
  margin-left: 5px;
  border-style: double;
  border-width: medium;
  width: 50%;
  background-color: tan;
  padding: 15px 5px 5px 15px;
  margin-left: 25%;
  display: block;
  position: fixed;
}

/*
Format: (TITLE) | DATE
*/
.article-list {
  text-align: left;
  margin-left: 5px;
  border: 5px 10px 10px 5px;
  border-style: solid;
  border-width: medium;
  background-color: white;
  padding-left: 10px;
  width: 20%;
  display: block;
  position: fixed;
}

a {
  text-decoration: none;
  color: black;
}
