@media (min-width: 1025px){
    header {
        height: 100px;
    }

    header::before {

        height: 150px;
    }

    header.blur::before {
        background: url('/National_Library/oe_/https://network.fiu.edu/images/wallpapers/1.jpg')  no-repeat center center fixed;
        background-size: cover;
        -webkit-filter: blur(5px);
    }

    header div {
        width: 1024px;        
    }

    header div h1 {
        background-size: 162px 75px;
        height: 75px;
        left: 0px;
        margin: 0px;
        position: absolute;
        top: 12px;
        width: 162px;
    }

    nav {
        top: 36px;
    }

    nav div.frame {
        margin: 0px auto;
        position: relative;
        width: 1024px;
    }

    nav ul {
        
        position: absolute;
        right: 0px;
        top: 0px;
        width: 774px;
    }

    nav ul li {
        margin: 0px 0px 0px 8px;    
    }

    nav ul li a {
        font-size: 20px;
        padding: 5px 20px;
    }


    div.cover {
        background-attachment: fixed;
    }


    div.cover div.frame{
        /*background: url('/National_Library/oe_/https://network.fiu.edu/images/welcome/role.png')  no-repeat center center fixed;*/
        margin: 0px auto;
        width: 1024px;    
    }



    section div.frame {
        padding: 125px 0px 0px 0px;
        width: 1024px;
    }


    footer div.frame {
        margin: 0px auto;
        position: relative;
        width: 1024px;
    }

}