.top-bar, .top-bar ul {
    background-color: rgb(65, 65, 65);
}
body, .callout.primary {
    background-color: black;
    color: black;
}
.callout > :first-child {
    max-width: 600px;
}
p, a, h1, h2, h3, h4 {
    color: white;
}
a:hover {
    color: rgb(143, 143, 143);
}
.paisley {
    background: url(../images/paisley.jpg);
    background-size: cover;
}
.time {
    background: url(../images/time.jpg);
    background-size: cover;
}
.time p, .time a, .time h1, .time h2, .time h3, .time h4 {
    color: black;
}
.size-100{
    font-size: 100px;
}
.size-50{
    font-size: 50px;
}
.button {
    background-color: rgb(0, 0, 0);
}
.button:hover {
    background-color: rgb(0, 0, 0);
}
.panel {
    padding-top: 50px;
    padding-bottom: 50px;
}