html {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

p {
  line-height: 1.5rem;
}

h1 {
  font-size: 2rem;
  font-weight: 800;
}

h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

h4 {
  font-size: 1.25rem;
  font-weight: bold;
}

.section {
  display: flex;
  width: 100%;
}

.container {
  display: block;
  width: 60%;
}

.content {
  display: flex;
  flex-direction: column;
  width: 40%;
  margin: 1rem;
}

div.highlighted {
  background-color: #F0F8FF;
}

div.flex {
  position: relative;
  top: 65px;
}

/*Header*/
div.head.section {
  position: fixed;
  z-index: 1;
}

div.header {
  background-color: white;
  display: flex;
  margin-top: 0;
  padding: 0 1.5rem;
  width: inherit;
  height: 4rem;
  align-items: center;
  justify-content: space-between;
}

div.name {
  display: flex;
  align-items: center;
}

.name strong {
  font-weight: bold;
}

nav {
  display: flex;
}

nav ul li {
  position: relative;
}

nav ul li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 15px 5px;
  border-radius: 6px;
  text-align: center;
  margin-top: 5px;
}

nav ul li:hover ul {
  display: block;
}

nav ul li ul li {
  padding: 6px 6px;
  line-height: 1.25rem;
}

ul.menu {
  display: flex;
  width: auto;
}

li.menu {
  display: flex;
  width: auto;
  position: relative;
}

.menu a {

  transition: text-decoration 175ms ease-out;
  padding: .5rem;
}

.menu a:hover {
  text-decoration: underline;
  color: blue;
}

/* A.T introduction Section */
div.intro.section {
  background-color: #F0F8FF;
  align-items: center;
  flex-direction: column;
}

.test {
  padding: 1rem 3rem;
}

.ATL img {
  max-width: 100%;
  max-height: 100%;
  align-items: center;
}

div.second.container {
  display: flex;
  flex-direction: column;
}

div.third.section {
  background-color: #F0F8FF;
}

div.third-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 3.5rem;
}

/* Footer */
div.footer {
  background-color: #F0F8FF;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1rem;
}


/* Accounting Equation Page */
.accountingequation p {
  font-family: Calibri;
  font-size: 12pt;
}

.accountingequation a {
  color: blue;
  text-decoration: underline;
}

.aebold {
  font-weight: bold;
}

.debit {
  color:#00b050;
  font-weight: bold;
}

.credit {
  color: red;
  font-weight: bold;
}

.aeblue {
  color: #3366FF;
}

.relatedtopics p {
  font-size: 11pt;
  font-family: Calibri;
  line-height: normal;
}

/* Accounting Elements Page */
.accountingelements {
  font-size: 11pt;
  line-height: 15pt;
  font-family: Calibri;
  margin-left: 0.375in;
}

.accountingelements p {
  font-size: 10.5pt;
}

.accountingelements ol.n {
  margin-left: 0.375in;
  list-style-type: decimal;
}

.accountingelements ol.a {
  margin-left: 0.375in;
  list-style-type: lower-alpha;
}

.accountingelements ul.d {
  margin-left: 0.375in;
  list-style-type: disc;
}
.red {
  color: red;
}

.marginb p {
  margin-bottom: 7pt;
}

.sitemap {
  line-height: 2rem;
}

.sitemap a:hover {
  color: blue;
}

.sitemap ul li {
  padding-left: 25px;
}
