footer,
nav {
  background-color: rgb(36, 48, 81);
  width:100%;
max-width:1200px;
  padding: 0;
  margin: 0px !important;
  color: #fff;
  text-align: center;
  border: 0px solid #555;
  height: 30px;
}

.row{
width:100%;
}

.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: 0 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:0px;
padding:0px;
height:24px;
position:relative;
width:100%;
bottom:0;
}

/* smartphones */
@media (max-device-width: 768px)
{div#container main div#iframe {height: 18px;}

{div#container main div#iframe a {font-size: 12px;}}


div#image
{margin:0;
padding:0;
max-width:1200px;
height:6px;
}

/* smartphones */
@media (max-device-width: 768px)
{footer .row .footer a,nav .row .nav a
{font-size:10px;}
}

