.headerclass{
    background-color: #ffffff;
    height: 70px;
    width:100%;
    /*min-width: 700;*/
    /*1264;/*calc(367px + 770px);*/
    z-index:100;
}

.headerclass.fixed{
    position: fixed; 
    width:100%;
    /*top:0px;*/

}

.headerclass.abs{
    position: fixed; 
    width: 100%;
    /*position: absoulte;*/
    
}


.gradient {
    /*width: calc(100% - 367px - 770px) ;    */
    
    height: 60px;
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(192,192,192,1));
    float:left;
    width: calc(100% - 700px);
}


.lowerGradient {
    height: 10px;
    width: 100%;
    margin-top: 60px;
    background: linear-gradient(to right, rgba(48, 69, 155, 1), rgba(0, 22, 188, 1));
}

#logo{
    float: left;
    width: 267px;
    padding: 10px 0px 2px 10px;
}

#gsa_logo{
    float:right;
    height: 55px;
    padding: 0px 0px 2px 20px;
    /*margin-right:-40px;*/
}

.ul_container {
    height: 80px;
    width: 560px;
    float: right;
}



.navBar {
    float:right;
    text-align: center;
    margin: 0;
    padding-left: 0;
    display: flex;
    width: auto;
    height: 60px;
}


.lowerNavBar {
    float:right;
    background-color: white;
    padding: 0;
    margin: 0;
    /*width: 560px;*/
    display: flex;
    width: auto;
    height: 10px;
}


li.navLinks {
    display: inline-block;
    text-align:center;
    height: auto;
    width:100px;
    padding-top: 24px; 
}


li.navLinksNewLine{
    display: inline-block;
    text-align:center;
    height: auto;
    width:100px;
    padding-top: 14px;
}


li.navLinksFixed {
    display: inline-block;
    width:100px;
    text-align:center;
    height: auto;
    padding-top: 0px;
}

li.lowerNavLinks {
    display: inline-block;
    height: auto;
    width: 100px;
}


#openMenu{
    display: none;
}
#closeMenu{
    display: none;
}
#navGradient{
    display: none;
}

li.white {
    background-color: rgb(192, 192, 192);
}

li.yellow {
    background-color: rgb(192, 192, 43);
}

li.cyan {
    background-color: rgb(43, 192, 192);
}

li.green {
    background-color: rgb(43, 192, 43);
}

li.magenta {
    background-color: rgb(188, 22, 188);
}

li.red {
    background-color: rgb(188, 0, 0);
}

li.blue {
    background-color: rgb(0, 22, 188);
}

li.black {
    background-color: rgb(0, 0, 0);
}
li.darkBlue{
    background-color: #30459b;
}

a.page_link {
    color: #ffffff;
    text-decoration: none;
}

a.page_link:hover{
    color: #000000;
}

@media screen and (max-width: 1199px ) {

    .headerclass.fixed{
        top: -60px;
    }

    .headerclass.abs{
        position: absolute;
    }

    .gradient{
        width: 100%;
        height: 60px;
    }

    .lowerGradient{
        background: none;
    }

    .ul_container{
        float: none;
        width: 100%;
    }

    .navBar{
        width: 100%;
        height: 40px;
    }

    .lowerNavBar{
        width: 100%;
        height: 10px;
    }

    li.navLinks{
        width: calc(100%/7);
        padding-top: 12px; 
    }

    li.navLinksNewLine{
        width:calc(100%/7);
        padding-top: 2px;
    }

    li.lowerNavLinks{
        width: calc(100%/7);
    }
    
    #logo{
        padding: 10px;
        width: 267px;
    }

    #gsa_logo{
        height: 52px;
    }
}

@media screen and (max-width: 699px ){    
    /*#gsa_logo{*/
        /*margin-right: 10px;*/
    /*}*/
    .headerclass.fixed{
        top: -60px;
    }
    .navBar{
        height: 60px;
        display: grid;
    }

    .lowerNavBar{
        height: 20px;
        display: none;
    }

    li.navLinks{
        /*padding-top: 24px; */
        width: 100%;
        height: 32px;
        text-align: left;
        /*padding-top: 16px;*/
    }

    li.navLinksNewLine{
        /*padding-top: 14px;*/
        width: 100%;
        /*height: 48px;*/
        height: 32px;
        text-align: right;
        padding-top: 16px;
        text-align: left;
    }

    .page_link{
        padding-left: 14px;
        color: white;
    }

    .ul_container{
        width: 100%;
        float: right;
    }

    .gradient{
        height: 60px;
    }
    #gsa_logo{
        display: none;
    }
    #logo{
        padding-right:0;
        padding-left:0;
        margin: 0 calc(50% - 133px);
        /*z-index: 0;*/
    }
    #openMenu{
        display: grid;
    }
    #openMenu:hover{
        color: black;
    }
    #closeMenu{
        display: grid;
        display: none;
    }
    #closeMenu:hover{
        color: black;
    }
    #link1{
        display: none;
    }
    #link2{
        display: none;
    }
    #link3{
        display: none;
    }
    #link4{
        display: none;
    }
    #link5{
        display: none;
    }
    #link6{
        display: none;
    }
    #link7{
        display: none;
    }
    #navGradient{
        display: none;
        height: calc(100vh - 412px);

        background: linear-gradient(
            to bottom,
            black,
            rgba(0, 0, 0, 0)
        ) 
    }
}
