@media all and (min-width: 768px), screen {
    body .page-wrapper {
        background: url('../images/background.jpg') top center no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: cover;
    }

    body .page-header .panel.wrapper {
        border: none;
    }

    body .navigation ul li a {
        font-size: 1.2rem;
        color: white;
    }
    body .navigation .level0 .submenu {
        background-color: black;
    }
    
    body .footer.content .team-freedom i {
        font-weight: 800;
        font-size: 2rem;
    }
    body .footer.content .switcher.store {
        text-align: center;
        padding: 0;
    }
    body .footer.content .switcher.store strong {
        font-size: 2rem;
        font-weight: 800;
    }
    body #sidebar .widget h3 {
        text-transform: none;
    }
}