/*
    Anchor Foundatoin main style
    By Giovanni Kosman
    www.pyco.nl
*/

.header {
    height: 200px;
    width: 100%;
    background: ##9E9DA7; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #9E9DA7 0%, #3C4774 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#9E9DA7), color-stop(100%,#3C4774)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #9E9DA7 0%,#3C4774 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #9E9DA7 0%,#3C4774 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  ##9E9DA7 0%,#3C4774 100%); /* IE10+ */
    background: linear-gradient(45deg,  ##9E9DA7 0%,#3C4774 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##9E9DA7', endColorstr='#3C4774',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}

.header-title {
    padding-top: 75px;
    text-shadow: 0px 2px 1px #000000;
    color: white;
    font-size: 50px;
}
.topbar-bg {
    background-color: #111111;
    height: 45px;
    width: 100%;
}