* {
    font-family: 'Trebuchet MS', sans-serif;
    color: #000000;
    max-height: 1000000px;
    /* disable font-scaling on mobile chrome */
}
html {
   -webkit-text-size-adjust: 100%;
    /* stop automatic font resizieng on webkit phones */
}
html, body {
    width: 100%; height: 100%;
    margin: 0; padding: 0; border: 0;
}
h1, h2, h3, h4, h5, h6, ul, li, img, p, em, sub, sup, a, span, figure {
    margin: 0; padding: 0; border: 0;
    font-family: inherit; font-style: inherit; font-weight: inherit;
    font-size: 1em; line-height: 1em; vertical-align: inherit;
    color: inherit;
}
ul, li { list-style: none; }
body {
    box-sizing: border-box;
    background: #fff;
    padding: 0 1em; }

    

/* HERE BEGINS YOUR CUSTOM STYLES */
div.youtube {
    box-sizing: border-box;
    width: 100%; max-width: 40em;
    margin: 1em 0;
    border: 2px solid #000;
}
div.youtube div {
    position: relative;
    padding-top: 56.25%;
}
div.youtube iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0;
    margin: 1rem 0;
    font-weight: bold;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.5em;
}
p {
    text-align: justify;
    margin: 1em 0em;
    font-size: 1em;
}
p img[align="left"] {
    margin-right: 1em;
}
p img[align="right"] {
    margin-left: 1em;
}
figure {
    margin: 1em 0;
}
figcaption {
    font-size: .90em;
    font-style: italic;
}
em {
    font-style: italic;
}
p img {
    box-sizing: border-box;
    margin: 1em 0em;
    border: 2px solid #000;
    max-width: 100%;
}
figure img {
    box-sizing: border-box;
    width: 100%; max-width: 24em;
    border: 2px solid #000;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* Background color to the top navigation */
.topnav {
  background-color: #523a78;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #cf4644;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #523a78;
  color: white;
}

/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-x-twitter {
  background: #55ACEE;
  color: white;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#essays {
    display: block;
    margin: .66em 0em;
    font-size: 1.5em;
    font-weight: bold;
    font-align: center;
}
#disclaimer {
    border: 2px solid #000;
    padding: 1em 0em;
}
