body {
    margin: 0 auto;
    background: url('../images/bluesky.jpg');
    background-attachment: fixed;
    background-size: cover;
}

.content-container {
    background: #ebebeb;
    width: 1600px;
}

.column-title {
    background: linear-gradient(#336699, #223366);
    color: #ffffff;
}

.header {
    background: url('../images/bluesky.jpg');
    background-attachment: fixed;
    background-size: cover;
    height: 150px;
}

.footer {
    background: linear-gradient(#ebebeb, #ffffff);
    color: #000000;
}

.footer a {
    color: #000000;
}

.mini-container {
    box-shadow: 1px 2px 3px #888888;
}

.button {
    background: linear-gradient(#336699, #223366);
    color: #ffffff;
}

.button:hover {
    background: linear-gradient(#223366, #336699);
    color: #ffffff;
}

.linkcolor {
    color: #000000;
}

.white {
    color: #ffffff;
}

.black {
    color: #000000;
}

.title {
    color: #ffffff;
}

a,
a:active {
    color: #ffffff;
}

a:visited {
    color: #cccccc;
}

a:hover {
    color: #dddddd;
}

@media (max-width: 1000px) {
    .content-container {
        width: 100%
    }
}