head{
  font-family: 'Roboto', sans-serif;
}

body {
  font-family: 'Roboto', sans-serif;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #00226B; 
  /* background-color: #f1f1f1; */
  background-color: white;
  /* margin: 65px auto;
  margin-bottom: 0px; */
  
}

/* Style the Interactive AMCHART */
#chartdiv {
  width: 100%;
  height: 100%;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: #00226B
}

/* Change background color of buttons on hover */
.tab button:hover {
  /* background-color: #ddd; */
  background-color:#00226B;
  color: white;
}

/* .logos img {
  float: left;
  width: 100px;
  height: 100px;
  background: #555; 
} */

.logos h1{
  position: relative;
  top: 25px;
  /* left: 10px; */
  color: navy;
  /* display: inline-block; */
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #00226B;
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #00226B;
  border-top: none;
}

.footer{
  color: #0d0d3c;
  font-size: x-small;
}


