html, body {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Helvetica;
}

body{
    /*background-image: url(bluegrunge.jpg);*/
    background-color: #0C2D48;
    background-repeat:no-repeat;
    background-size: cover;
    color:white;
    padding-bottom:100px;
    margin:0;
    padding-right: 0;
}


.navbar {
  overflow: hidden;
  background-color: black;
  margin:0;
  bottom: 0;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: blue;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: blue;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.main-header {
    background-color: rgba(0, 0, 0, .6);
    background-image: url(bluecircuits1.jpg);
    background-repeat:no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
    padding-bottom: 0px;
    margin-right: 0;
}


li a{
  color: LightYellow;
  text-decoration: none;
  text-align: left;
}



.toph1 {
    text-align: left;
    font-size: 2em;
    font-weight: normal;
    color: white;
    margin-left: 30px
}

.bodyh2 {
    text-align: left;
    font-size: 1.25em;
    font-weight: normal;
    color: yellow;
    margin-left: 30px
}



li{
  color: white;
}


#t01 {
  color: yellow;
  text-align: left;
  border: none;
  padding: 0 15 0 0;
  cellspacing: 0 0 0 0;
}

#t01 td{
  color: white;
  border: none;
  text-align: left;
  cellspacing: 0 0 0 0;
  padding: 0 15 0 0;
  border-collapse: collapse;
}



table, td, th {
  border: 1px solid white;
  border-collapse: collapse;
  table-layout: fixed;
  margin-left: 30px;
}

td,th{
	color: white;
	font-size: 20px;
  text-align: center;
}



.main-footer {
    overflow: hidden;
    background-color: rgba(0, 0, 0, .6);
    background-image: url(bluecircuits1.jpg);
    background-repeat:no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
    color: white;
    padding: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    right:0;
    width: 100%;
    margin: 0;
}

.main-footer-container {
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
}

.main-footer-container ul {
    flex-grow: 1;
    text-align: end;
}

.footer-nav li {
  display: inline;
    padding: 0;
}

.footer-nav img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.main-footer-h4 {
margin-left: 30px
}
