body {
  background-color:rgb(217, 230, 232) ;
  height: 750px;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.navbar {
  max-height: 50px;
}
.navigation .navbar-brand {
  color: rgb(102, 188, 201);
  margin-left: 0px;
  padding: inherit;
  font-weight: bold;
  background-color: rgb(255, 255, 255);
  font-family: cochin;
}
.navbar {
  background-color: rgb(255, 255, 255);
  font-size: 25px; 
}
.active, .dropdown-menu .dropdown-item:active a:hover {
  background-color: rgb(255,255,255);
}
.dropdown-item {
  color: rgba(155, 184, 187, 0.75);
}
.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(185, 212, 221, 0.75);
}

.nav-link:hover {
  background-color:rgba(187, 220, 226, 0.75);
 }

.navbar-brand:hover {
color: rgb(186, 236, 244);
}
a {
  color: rgb(231, 231, 231);
  font-size: 15px;
}

img{
  width:100%;
  height:100%;
}
.active, .panel:hover {
  border-color:rgb(191, 205, 207);
  border-style: solid;
  
}
.vizualization {
  width:50%;
  height:50%;
}

.title {
  color: rgb(52, 149, 165);
  font-family: cochin;
  font-weight: bolder;
  padding-top: 10px;
}

p {
color: rgb(52, 149, 165);
font-family: 'segoe ui';
font-size: 16px;
}

.box {
  margin-top: 50px;
  margin-bottom: 60px;
  padding: 10px 30px 10px;
  color: #ffffff;
  background-color: rgb(255, 255, 255);

}

.table {
  font-size: 15px;
  border-top-color: rgb(255, 255, 255);
}

footer {
background-color: #fafafa;
border-top-style: solid;
border-top-width: 5px;
border-top-color: rgb(232, 241, 243);
color: rgb(54, 192, 202);
min-height: 50px;
font-family: Menlo, Helvetica, sans-serif;
font-size: 10px;
text-align: center;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding-top: 15px;
}

@media(max-width: 992px) {
  .navbar-expand-lg {
  background-color: #000000;
  }
  .navbar {
    max-height: none;
    padding: inherit;
  }
  .navbar div {
    margin: inherit;
    background-color: rgb(255,255,255);
  }
  .navbar-brand {
    padding: 10px;
  }
  button{
    margin-right: 30px;
  }
  button:focus {
    outline: 1px dotted;
    outline: auto 5px;
  }
}