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%;
}

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

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



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

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;
}

/* smartphones */
@media (max-device-width: 700px)
{
footer .footer a,
nav .nav a{
line-height: 30px;
height: 30px;
}
.footer,
.nav {
  margin: 0px 5px;
}
}

