body, html {
  font-family: Georgia;
  margin: 0;
  overflow-x: hidden;
  color: #333;
  background-color: #fff;
  padding-top: 1.75em;
  line-height: 1.5;
}

#container {
  overflow: hidden;
  padding: 0 1.5em;
  margin: auto;
  color: #333;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  background-color: #dcdcdc;
}

body > div.header > img {
  width: 100vw;
  margin-top: -8px;
}

#container > img {
  width: 100%;
}

p:first-child:first-letter {
  font-size: 5.25rem;
  line-height: 4.25rem;
  color: #ff8c00;  
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  text-transform: uppercase;
  vertical-align: text-top;
  font-family: Roboto Slab, Helvetica;
}

h1, h2, h3, h4, h5, h6, p {
  line-height: 1.5;
}

h1 { font-size: 4em; }
h2 { font-size: 3em; }
h3 { font-size: 2em; }
h4 { font-size: 1em; }
h5 { font-size: 0.5em; }
h6 { font-size: 0.25em; }

/* GUARDIAN PEN STYLING */

body {
    font-family: "Guardian Text Egyptian Web", Georgia, serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h1 {
  font-family: "Guardian Egyptian Headline", Georgia, serif;
}

p {
  font-family: "Guardian Egyptian Text", Georgia, serif;
}

a {
  text-decoration: none !important;
  color: #005689;
}

.u-underline {
      text-decoration: none !important;
    border-bottom: 0.0625rem solid #dcdcdc;
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
}

a:hover {
  border-color: #005689;
}

::selection {
  background: #005689;
  color: #fff;
}

#nav {
  height: 6.2em;
  background-color: #ff8c00;
  z-index: 999; 
  position: fixed;
  width: 100%;
  top: 3px;
  left: 0;
}

#nav > h1 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  margin: 0;
  font-family: Roboto Slab, Helvetica;
}