footer,
nav {
  background-color: rgb(36, 48, 81);
  width:100%;
max-width:1200px;
  padding: 0;
  margin: 0;
  color: #fff;
  text-align: center;
  border: 0px solid #555;
  height: 30px;
}

.row{
width:100%;
margin:auto;
}

.col-xl-12{
  float: center;
  font-size: 18px;
  display: grid;
  text-align: center;
  grid-template-columns: repeat(4, 1fr);
  color: #fff;
  border-right: 0px dotted #a00;
  margin: auto;
}

.footer,
.nav {
  color: #fff;
  text-align: center;
  float: center;
  color: #fff;
  text-align: center;
  margin: 6px auto;
  border-right: 0px dotted #fff;
  border-left: 0px dotted #fff;
}

footer .footer a,
nav .nav a{
  float: center;
  color: #fff;
  text-align: center;
vertical-align:middle;
 line-height: 18px;
  height: 18px;
}

footer .footer a:hover,
nav .nav a:hover {
  background-color: #fff;
  color: #a00;
  font-weight: bold;
  text-decoration: none;
}

div#container main div#iframe
{margin:0;
padding:0;
height:24px;
position:relative;
width:100%;
bottom:0;
}

div#image
{margin:0;
padding:0;
max-width:1200px;
height:6px;
}

