/*
Tuffword Web Application Style Sheet

*/
body {
  background-color: #333;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.875em;
  font-style: normal;
}

a {
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  color: #fff;
}

a:hover {
  color: #ccc;
  border-bottom: none;
}

#wrapper {
  width: 80%;
  padding: 5px;
  margin-left: 10%;
  text-align: center;
}
.logo {
  font-size: 1.9em;
  font-weight: 700;
}

.content {
  font-size: 1.2em;
  font-weight: 300;
  width: 58%;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px  solid #ccc;
  border-top: 1px  solid #ccc;
}

h1 {
  font-size: 1.3em;
  font-weight: 400; 
}

.holding_message {

}

.footer {
  font-size: 0.875em;
  font-weight: lighter;
  width: 55%;
  min-width: 320px;
  margin-left: 25%;
}

.copyright {
  width: 60%;
  text-align: right;
  float: left;
  margin-top: 5px;
}

.social {
  width: auto;
  float: right;
}

.social img {
  margin-top: 3px;
  margin-right: 5px;
}

.social a{
  border-bottom: none;
}