.Background {
    bottom: 0;
    background-image: url(../images/fashion-fell-pattern-rug-stock-photos-images-2014-collection-220773.jpg);
    background-size: cover;
    background-attachment: fixed;
    left: 0;
    opacity: 0.20;
    right: 0;
    top: 0;
    position: fixed;
    z-index: -1;
}

.navbar-inverse {
    background: #44643d;
}

.navbar-inverse .navbar-nav > li > a {
    color: red;
}

.navbar-inverse .navbar-brand {
    color: white;
}

#mask {
    z-index: 10;
    display: block;
    margin: 0 auto;
}

img.center {
    display: block;
    margin: 0 auto;
}

/* unvisited link */
a:link {
    color: #44643d;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #44643d;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #209c05;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #44643d;
    text-decoration: none;
}

.panel-heading {
    background: #44643d;
}