* {
font-family: Tahoma, sans-serif;
    color: #000000;
    max-height: 1000000px;
    /* disable font-scaling on mobile chrome */
}
.protest-guerrilla-regular {
  font-family: "Protest Guerrilla", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
footer {
  text-align: left;
  padding: 5px;
  background-color: ##c0d6b6;
  color: #000;
}

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: 1.5em; 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: 2em;
    font-family: "Protest Guerrilla", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.5em;
}
p {
    text-align: justify;
    margin: 1em 0em;
    font-size: 1em;
}
p img {
    box-sizing: border-box;
    margin: 1em 0em;
    border: 2px solid #000;
    max-width: 100%;
}
p img[align="left"] {
    margin-right: 1em;
}
p img[align="right"] {
    margin-left: 1em;
}
figure {
    margin: 1em 0;
}
figure img {
    box-sizing: border-box;
    width: 100%; max-width: 24em;
    border: 2px solid #000;
}
figcaption {
    font-size: .90em;
    font-style: italic;
}
em {
    font-style: italic;

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

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

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

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

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