.container-header {
  background-color: #fff;
  background-image: none;
}

.container-nav {
  border-radius: 10px;
  max-height: 50px;
  max-width:95%;
  justify-content: center !important;
}

.container-nav, .container-footer {
  background-color: #888;
  background-image: none;
}

.container-header .container-nav nav {
  margin-top: -5px;
}

iframe {
  max-width:98%;
}

@media (width <= 992px){
  .container-header .container-nav .container-search, .container-header .container-nav nav {
    margin: 0px 5px 0px 0px; 
    justify-content: right !important;
  }
  
  .container-nav {
    justify-content: right !important
  }

  .container-header .navbar-collapse.show {
    background-color:#666;
    margin-top: 8px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 3px -1px #000000; 
    box-shadow: 2px 2px 3px -1px #000000;
  }
}

.navbar-brand {
  text-align: center;
  width: 100%;
}

.container-component {
  max-width:95% !important;
}
