html,body {
height: 100%;
font-size: 12pt;
text-shadow: 2px 2px 2px #e9e9e9;
background: #eee;
}
a:hover {
color: #437cbf;
text-decoration: none;
border-bottom: 1px solid #000;
}
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -60px;
}
#push,#footer {
height: 60px;
}
#footer {
color: #fff;
background: #333;
text-align: center;
text-shadow: 2px 2px 2px #000;
}
#wrap > .container {
padding-top: 60px;
}
.container .credit {
margin: 20px 0;
}
.hero-unit {
border: 1px solid #ccc;
box-shadow: 0px 2px 8px #999;
background: #fff;
}
@media (max-width: 979px) {
#wrap > .container {
padding-top: 0px;
margin-top: 0px;
}
}
@media (max-width: 768px) {
#footer {
margin-left: -20px;
margin-right: -20px;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 0px;
padding-bottom: 0px;
font-size: 0.85em;
}
.hero-unit h1 {
font-size: 2em;
}
.hero-unit p {
font-size: 1em;
line-height: 1.1em;
}
}