/*Personalized styles for portfolio.
Kim Weiss
Created: August 19, 2018
Last updated:
*/

body {
  background-color: #fff9ce;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%231f070b' fill-opacity='0.05'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  font-family: "Raleway", sans-serif;
  color: #1f070b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

.card {
  background-color: #fffcea;
}

.card-header button {
  color: #1f070b;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}

.card-header button:hover {
  color: #1f070b;
  text-decoration: underline;
}

footer {
  border-top: thin solid #1f070b;
  padding: 8px;
  margin: 8px -14px;
}

a {
  color: #1f070b;
  text-decoration: underline;
}

ul ul {
  list-style: none;
  padding: 0px;
}
ul ul li {
  /* display: flex; */
  margin-left: 1rem;
}
ul ul li:before {
  content: "\25BA";
  font-size: 0.7em;
  margin-top: 4px;
  margin-left: -1rem;
}

ul ul ul {
  list-style: none;
  padding: 0px;
  margin-left: 24px;
}
ul ul ul li {
  /* display: flex; */
  margin-left: 1rem;
}
ul ul ul li:before {
  content: "\2726";
  font-size: 0.7em;
  margin-left: -1rem;
  margin-top: 4px;
}

article {
  margin-top: 2em;
}

code {
  font-family: "Raleway", sans-serif;
  color: #1f070b;
  font-style: italic;
}

a:hover {
  color: #4d3511;
  font-weight: bold;
  text-decoration: none;
}

.container {
  background-color: #fffcea;

  border: #1f070b thin solid;
  border-top: none;
  box-shadow: 5px 5px #62777c;
  font-size: 0.8sem;
  padding-top: 4px;
  margin-bottom: 20px;
}

.jumbotron {
  background-color: #1f070b;
  color: #fffcea;
  margin-bottom: 12px;
  margin-top: 4px;
  background-image: url("../images/foggy-trees-cropped.jpg");
  background-size: cover;
}

.nav a {
  background-color: #1f070b;
  color: #fffcea;
  padding: 4px 8px;

  border: #fffcea thin solid;
  margin-right: 4px;
}

.active a {
  color: lightgray;
}
