@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

.header {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  background-color: rgba(234, 240, 241, 0.7);
  /* background-color: rgba(0, 0, 0, 0.1); */
  /* border: 2px solid gray; */
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  cursor: pointer;
  margin: 20px;
  text-align: center;
  float: left;
  height: 660px;
  width: 300px;
  }

.title {
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  float: center;
  padding: 20px 540px 0px  340px;
  z-index: 1000;
  position: relative;
}

body {

  font-family: 'Muli', sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100vh;
  display: block;
  box-sizing: inherit;
  background-color: white;
  color: white;
}

h1 {
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  font-size: 50px;
  color: black;
  text-align: center;
}

h2 {

  font-size: 24px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: black;
  text-align: right;
  vertical-align: middle;
  margin: 5px;
  padding-bottom: 0px;
}

h3 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: white;
  text-align: center;
}

h5 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: white;
  text-align: center;
  margin-top: 20px;
}

p {
  font-family: 'Muli', sans-serif;;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: black;
  text-align: left;
 
}

.logo {

  max-height: 50px;
  cursor: pointer;

}

.img {
  width: 100%;
  max-height: 100px;
  padding: 10px;
}

.diagram {
  width: 100%;
  margin-top: -30px;
}

.widget {

  background-color: rgba(0, 0, 0, 0.7);
  /* border: 2px solid grey; */
  padding: 20px;
  border-radius: 4px;
  cursor: pointer;
  margin: 20px;
  text-align: center;
  float: right;
  height: 660px;
  width: 500px;

}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.map {
  width: 100%;
  height: 800px;
  background-image: 
}

.badge {
  height: 100px;
  margin-top: -20px;
  width: 100%;
}

.badgeRight {
  float: right;
  height: 100px;
  width: auto;
}

.badgeLeft {
  float: left;
  height: 100px;
  width: auto;
}

.chart {
  max-height: 100px;  
  margin-left: 70px;
}

.widget2 {
  clear: both;
  background-color:rgba(240, 242, 220, 0.5);
  height: 50px;
  padding-left: 340px;
  }

.column {
  float: left;
  width: 25%;
  padding:5px;
}