@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}



body {
  background-color: #C0C0C0;
  font-family: 'Raleway', sans-serif;
  transition: background-color .5s;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  float: right;
  position: relative;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  right: 0;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.center {
margin: auto;
width: 90%;
border: 5px solid black;
padding: 10px;
}

.maphold {
margin: auto;
width: 70%;
border: 5px solid black;
padding: 10px;
}


.above {
display: flex;
}

.flex-child {
    flex: 1;
    text-align: center;
    box-shadow: 0 4px 0px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}  

.flex-child:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


.piechart1 {
width: 40%;
height: 40%;
border: 5px solid black;
padding: 10px;
}

.piechart2 {
width: 40%;
height: 40%;
border: 5px solid black;
padding: 10px;
}

.barchart {
width: 60%;
height: 5%;
border: 5px solid black;
padding: 10px;
}
