@media all and (min-width:1180px) {

    body, div.t3-wrapper {
        background: no-repeat fixed center 120px;
    }

    body {
        background-image: url("../../../images/background/image.php");
    }

    div.t3-wrapper {
        background-image: url("../../../images/rorschach/overlay-grey/image.php");
        background-color: rgba(0,0,0, 0.6) ;
    }

    #t3-mainbody {
        min-height: 600px;
    }

    ul#footermenu li {
        float: left;
    }

    section.t3-copyright,
    div.t3-footer-sl
    {
        padding: 0;
    }

    .t3-module .module-inner {
        width: 544px;
        margin: auto;
    }

}

h1, .h1, h2 {
    font-size: 28px;
    font-weight: bolder;
}

div.navbar-header div.logo-text a {
    padding: 0 20px 0 60px;
    background: url("../../../images/rorschach/50x50/image.php") no-repeat left 3px;
}

div#t3-mainbody {
    background-color: white;
}

header.t3-mainnav {
    min-height: 56px;
    border-bottom: 1px solid #0a001f;
}

.navbar-header img.logo-img {
    margin-top: 3px;
}

.nav-pills li.active  a,
.nav-pills li.active  a:hover {
    background-color: transparent;
    color: #0077bb !important;
}

.nav-pills li a:hover {
    text-decoration: underline;
    color: #0077bb !important;
}