body.ziegsco {
  background-color: #243835;
  color: #D6D7BB;
}

.logo {
  background: #4CB6B8;
  border-radius: 200px;
  border: 4px solid #D6D7BB;
  color: #D6D7BB;
  display: block;
  height: 200px;
  margin: 30px auto 10px;
  position: relative;
  text-align: center;
  width: 200px;
}

.logo a {
  border-radius: 175px;
  border: 4px solid #D6D7BB;
  color: #D6D7BB;
  font-family: 'Oleo Script Swash Caps', cursive;
  font-size: 38.5px;
  height: 175px;
  left: 9px;
  line-height: 170px;
  position: absolute;
  text-decoration: none;
  top: 8px;
  width: 175px;
}

.logo a:visited {
  color: #D6D7BB;
}

.logo a:hover {
  color: #243835;
}

.content {
  font-family:'BenchNine', 'Helvetica', sans-serif;
  margin: 0 auto;
  width: 300px;
  text-align: center;
}

.content h3 {
  font-style: italic;
  margin-bottom: 0;
}

.nav {
  display: table;
}

.nav ul {
  display: table-row;
  list-style-type: none;
}

.content ul li {
  font-size: 20px;
  display: table-cell;
  width: 1%;
}

.content ul li a, .content ul li a:visited {
  color: #D6D7BB;
  text-decoration: none;
}

.content ul li a:hover {
  color: #4CB6B8;
}

@import url('http://fonts.googleapis.com/css?family=Noto+Sans:400,700');

*{
  margin: 0;
  padding: 0;
}

body{
  background: #f0f0f0;
  font-family: 'Noto Sans', sans-serif;
}

h1{
  width: 500px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -275px;
  font-size: 3.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 100px;
  color: #aaa;
}

h2{
  width: 500px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -225px;
  font-size: 1.6em;
  font-weight: 400;
  text-align: center;
  line-height: 100%;
  color: #bbb;
}

/* The ribbons */

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}
