/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
  font-family: "ProximaNova-Regular";
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

/* OCHRE
*/
html, body {
  height: 100%;
  font-family: "ProximaNova-Semibold";
}

#ochreDIV {
  width: 95%;
  margin: 3%;
}

#headings {
  padding-top: 30px;
}

p.secondary {
  font-family: "ProximaNova-Regular";
}

.navbar {
  background-color: #1b1f38;
  text-align: left;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #d6d6ce;
  color: white;
  text-align: center;
}

.footerImg {
  max-height: 100px;
  padding: 20px;
  float: center;
}

ul {
  padding: 20px;
  color: #1b1f38;
  text-align: left;
  list-style-type: none;
  margin: 0;
  font-family: "ProximaNovaT-Thin";
}

a {
  color: #4f5682;
}

a:hover {
  text-decoration: none;
  color: #d6d6ce;
}

.title {
    margin-top: 5px;
    margin-bottom: 10px;
    background-repeat:no-repeat;
    background-size: 100%;
    clip: rect(600px, 0, 0, 0);
    background-position: center;
    background-color: d2b48c;
    color: black;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.title h1 {
    font-size: 48px;
}

.mainContent {
    padding-top: 20px;
    padding-bottom: 110px;
}

.text-content {
  padding: 10px;
  color: #1b1f38;
  text-align: left;
  list-style-type: none;
  margin: 0;
  font-family: "ProximaNova-Regular";
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "ProximaNova-Regular";
}

/*# sourceMappingURL=TEMPLATE.css.map */
