* { font-family: "proxima-nova", sans-serif; }

body {
    background-color: #000;
}

.bye {
  font-size: 20px;
  margin-bottom: 5px;
  background-color: #fff;
  padding: 36px;
}

h1 {
  text-align: center;
  font-weight: bold;
}

.error {
   font-size: 18px;
    margin-bottom: 1px;
    padding: 12px 18px 12px 18px;
    background-color: #fff;
    line-height: 22px;
    overflow: hidden;
}

.item { 
   font-size: 14px;
	margin-bottom: 1px; 
	padding: 12px 18px 12px 18px;
   background-color: #fff;
   line-height: 22px;
   overflow: hidden;
}

.item a { 
   font-family: "proxima-nova",sans-serif;
   font-size: 18px;
   color: #000;
   border-bottom: 1px dashed #999;
}

.item a:visited { color: #999; }

h3 {
   font-weight: bold;
}

#header {
   position: relative;
   background-size: cover;
}

#footer {
   padding-top: 8px;
   background-color: #000; color: #fff;
}

#footer a {
   color: #fff;
   font-weight: bold;
}
