.site{
    width: 100%;
}

.site-branding{
    width: 400px;
}

.stick{
   height: 0px;
}

.top-bar {
   height: 0px;
}

.top-bar .title-area{
   height: 0px;
}

.top-bar-section{
    height: 0px;
}

.site-content{
   margin-top: 0em;
   
}

.panel-content .entry-header{
margin-bottom: 0px;
}

.panel-content .wrap{
padding: 0px;
}

.site-content {
   align: center;
}

.site-content .square{
   background-color: #977bb6;
   margin-left: 12%;
}

.site-content .table{
   border: 2px solid white;
}

.site-content  a{
   color: #7662db;
   font-size: 120%;
}

#masthead{
    background-color: rgba(0, 0, 0, 0);
}

.site-footer{
margin-top:0px;
}


.footer-wrap{
margin-top: 4em;
}




