/******************** TUTORING & CONSULTING PAGE ********************/ 

/* HEADING */
h1 {
  font-family: 'Prata', serif;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #0D0D0D;
  text-align: left;
}

a.title {
  text-decoration: none;
}
/* */

/* BODY THEME */
body {
  background-color: #F3EFE5;
  font-family: 'Newsreader', serif;
  color: #0D0D0D;
}
/* */

/* TOPNAV */
ul.topnav {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #F3EFE5;
  font-family: 'Trirong', serif;
  justify-content: center;
}

ul.topnav li a {
  display: block;
  color: #0D0D0D;
  padding: 1px 10px;
  text-decoration: none;
  font-family: 'Padyakke Expanded One', serif;
  font-weight: 400;
  font-size: 10px;
  margin-top: 0px;
}

ul.topnav li a:hover {
  background-color: #F2D6CE;
  color: #0D0D0D;
}
/* */

/* PAGE TITLE */
h2 {
  font-family: 'Prata', serif;
  font-size: 60px;
  font-weight: 400;
  color: #0D0D0D;
  text-align: center;
  width: 800px;
  margin: auto;
  justify-content: center;
}
/* */

/* CONSULTATION LINK */
h2.form-link {
  font-family: 'Prata', serif;
  font-size: 20px;
  font-weight: 400;
  color: #0D0D0D;
  text-align: center;
  width: 800px;
  margin: auto;
  justify-content: center;
  border: 1px solid #0D0D0D;
}

a.form-link {
  color: #0D0D0D;
  text-decoration: none;
}

a.form-link:hover {
  color: #F3EFE5;
  background-color: #0D0D0D;
}
/* */

/* SECTION HEADERS */
h3 {
  font-family: 'Prata', serif;
  font-size: 30px;
  font-weight: 400;
  color: #0D0D0D;
  text-align: center;
  width: 800px;
  margin: auto;
  justify-content: center;
}

h4 {
  font-family: 'Prata', serif;
  font-size: 20px;
  font-weight: 400;
  color: #0D0D0D;
  text-align: left;
  width: 800px;
  margin: auto;
  justify-content: center;
}
/* */

/* PARAGRAPH FORMATTING */
p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: #0D0D0D;
  text-align: center;
  width: 800px;
  margin: auto;
  justify-content: center;
}
/* */

/* LIST FORMATTING */
ul.details {
    text-align: left;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 300;
    color: #0D0D0D;
    width: 800px;
    margin: auto;
}
.details li {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.details li {
    position: relative;
    padding: 0.8rem 0 0.8rem 2rem;
    border-bottom: 1px solid #d8d3c8;
}

.details li::before {
    content: "◆";
    position: absolute;
    left: 0;
    font-size: 0.65rem;
    top: 1.05rem;
}

.details li:last-child {
    border-bottom: none;
}
/* */

