#navbar{
    margin:auto;
    width: 1140px;
}

body{
    background-color:gainsboro;
    margin:0px;
}

#header{
    position:fixed;
    left:0;
    right:0;
    background-color:black;
    z-index: 10;
    font-family: 'Inconsolata';
}
.bumper{
    font-size:20pt;
    padding:45px;
}

.navIcon{
    display:inline-block;
    background-color: #d0d4d9;
    border: 2px solid #00b300;
    border-radius: 5px;
    width:100px;
    margin-right: 135px;
    margin-left: 135px;
    margin-top: 10px;
    font-weight:700;
    text-align:center;
}

.navIcon a{
    color:black;
    margin: 0px;
    padding: 4px;
    text-decoration:none;
}
#cmd-line{
   width:1140px;
   margin:auto;
}

.master{
 width:1140px;
 position:relative;
 margin:auto;
 font-family: 'Lato', sans-serif;
}

.center{
    background-color: white;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:40px;
    width: 800px;
    border: 2px solid black;
    padding: 10px;
}

.clearfix{
    clear:both;
}

footer .rights{
    float: left;

}
footer .rights p{
    float:left;
    margin-top: 136px;
    display: inline-block;
    margin-left: 97px;
}

footer .imgLink{
    width: 63px;
    height: 35px;
    background-color: white;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 16px;
}

footer .power{
    width: 300px;
    height: 145px;
    margin: 0;
    margin-left: 412px;
    margin-right: 0px;
    margin-bottom: 30px;
    background-color: #260391;
    border-radius: 10px;
    text-align: center;
    border: 5px groove #97d3b9;
    position:absolute;
    display:block;
}

footer .power p{
    font-weight: bolder;
    font-size: 19px;
    color: white;
    margin-top: 3px;
    margin-bottom: 14px;
}

footer .power div p{
    margin-top: -20px;
}

footer .power img{
    width: 90px;
    display: inline-block;
    margin-left: 13px;
    border-radius: 13px;
}

footer .power div{
    display:inline-block;
}

footer .connect ul{
    list-style: none;
    float:right;
    margin-top: 100px;
}

footer .connect ul li{
    float: left;
}








