#navbar{
    position: fixed;
    /*margin-top: -7px;*/
    top: 0;
    margin-left: -15px;
    background-color: rgba(0, 0, 0, 1)/*#A9A9A9 rgba(54, 12, 74,1)*/;
    width: 100%;
    height: 10%;
    padding: 0px;
    border-radius: 0px;
    z-index: 1000;
    box-sizing: border-box;
    vertical-align: center;
}

#footer{
    position: fixed;
    /*margin-top: -7px;*/
    bottom: 0;
    margin-left: -15px;
    background-color: rgba(0,0,0,1)/*rgba(54, 12, 74,1) #A9A9A9*/;
    width: 99.9%;
    height: 5%;
    padding-top: 10px;
    padding-left: 0px;
    border-radius: 0px;
    z-index: 1000;
    /*box-sizing: border-box;*/
    vertical-align: top;
    color: rgba(255, 255, 255 ,1);
    box-sizing: border-box;
    text-align: center;
}



/*Footer formatting*/
.left {
    width: 20%;
    text-align:left;
  
}



.right {
  width: 20%;
  text-align: center;
  padding: : 0 190px 0 0 ;
}

/* Clear floats after the columns */
/*.footerrow:after {
  content: "";
  display: table;
  clear: both;
}*/

/*#abouturl{
    margin-top:-5px;
    color: rgba(125, 193, 209, 1);
    font-size: 24px;
    text-decoration: none;
}

#abouturl:hover {
    color: rgba(154, 106, 176, 1);
}*/

/*.navbar{
    position: fixed;
    margin-top: -7px;
    margin-left: -15px;
    background-color: rgba(54, 12, 74,1);
    width: 98.7%;
    padding: 20px;
    border-radius: 8px;
    z-index: 1000;
}*/



.introheader{
    margin-top: 105px;
    padding-top: 15px;
}

.introheaderparagraph{
    margin-top: 105px;
    padding-top: 15px;
}

/*
.introheader{
    margin-top: 0px;
    padding-top: 15px;
    position: absolute;
    top: 40px;
}
*/

/*.dropbtn {
    background-color: lightsteelblue;
    color: black;
    padding: 12px 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    vertical-align: middle;
    width: 220px;
}*/

.dropbtn {
    color: white;
    font-size: 18px;
    background-color: rgba(54, 12, 74,1);
    border-radius: 8px;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-left: -10px;
    margin-right: 15px;
    
}

.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: rgba(0,0,0,0);*/
    min-width: 160px;
    
    z-index: 1;
    border-radius: 8px;
}

/*.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background-color:skyblue;
    border-radius: 8px;
    width: 190px;
}*/

/*.dropdown-content a:hover {background-color: #f1f1f1}*/

/*
.dropdown:hover .dropdown-content {
    display: block;
}
*/

.dropdown:hover .dropbtn {
    background-color: rgba(154, 106, 176, 1);
}

.show {display:block;}

.opencloseallbutton{
    background-color: lightsteelblue;
    color: black;
    padding: 10px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    float: right;
    vertical-align: middle;
    margin-right: 15px;
}

.navlink {
    color: rgba(255,255,255, 1); /*rgba(125, 193, 209, 1)*/
    /*color: white;*/
    font-size: 24px;
    text-decoration: none;
    vertical-align: center;
}

.navlink:hover {
    color: rgb(169, 169, 169); /*rgba(125, 193, 209, 1) rgba(154, 106, 176, 1)*/
}

.navtext {
    color:white;
    font-size: 24px;
    text-decoration: none;
}

table {
    width:100%;
    table-layout: fixed;
    vertical-align: center;
}

td {
    padding:-20px 25px 0 0;
  vertical-align: center;
    
}

.navcol {
  width: 10%;
  text-align:center;
  vertical-align: center;
}
.navcolmiddle {
  width: (100-5*10-40-5)%;
}

.navcolname {
    width: 25%;
    text-align:left;
    vertical-align: center;
}

.navcolimage, .navimage {
    position: fixed;
    top: 0;
    margin-left: -15px;
    /*width: 10%;*/
    height: 10%;
    z-index: 1000;
    vertical-align: center;
}

.navname{
    width: 91%;
    vertical-align: center;
    height: 10%;
    text-align: center;
    top: 0;
    margin-left: 0px;
    font-size: 36px;
    color: white;
}

.navimagecol{
    width: 4.5%;
    vertical-align: center;
    height: 10%;
    text-align: left;
    top: 0;
    margin-left: 0px;
    padding: 0px;
}

.navlinkcol{
    width: 1.5%%;
    vertical-align: center;
    height: 10%;
    text-align: center;
    top: 0;
    margin-left: 0px;
    padding: 0px;
}

#navtable {
    /*width:15%;*/
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 10px;
    text-align:center;
    height: 10%;
    width: 100%;
    padding: 0px;
    vertical-align: center;
}