@import url(/ccc/fonts/BebasNeue/stylesheet.css);

@import url(/ccc/fonts/OpenSans-Regular/stylesheet.css);

html {
  height: 100%;
}

body {
  font-family: "Open Sans Regular";
  font-size: 20px;
  color: #263c54;
  background: #ECD8B3;
  height: 100%;
  margin: 0;
}

body, body * {
  text-align: center;
}

ol.archive * {
  text-align: left;
}
ol.archive {
  text-align: left;
  list-style-position: inside;
  display: inline-block;
}

ol.archive li {
  margin: 5pt;
}

div.text {
  margin: 20pt auto 20pt auto;
  width: 40em;
  max-width: 100%;
}

h1,h2 {
  padding: 10pt;
  font-family: "Bebas Neue";
  margin-top: 0;
  position: relative;
  z-index: 20;
}

h1 {
  font-size: 80px;
  margin-bottom: 0px;
}

h2 {
  font-size: 50px;
  margin-bottom: 0px;
}

h1 a {
  text-decoration: none;
}

a {
  color: inherit;
}

a.nav {
  margin: 0 10px;
  padding: 5px 15px;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  background-color: #263c54;
  color: #ECD8B3;
  border-radius: 10px;
}

div.nav {
  margin: 15pt;
}

.date {
  font-size: 14px;
  text-align: right;
  padding: 5px;
  margin: 0;
}

div.strip {
  margin: 20px 0;
  /*background-color: #28323E;*/
}

div.strip img {
  display: block;
  margin: auto;
  max-width: 100%;
  position: relative;
  z-index: 20;
}

.archivedate {
  font-size: small;
}

div.background-container {
  position: relative;
  z-index: 10;
}

div.background {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: url(/ccc/img/sloth.png) right 0px top 800px no-repeat;
}
