@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --accent-color: #7bdcb5;
  --accent-color-darker: #52b899;
}

.montserrat-header {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.list-group-item.active,
.tocify-item.active {
  background-color: var(--accent-color) !important;
  border-color: var(--accent-color) !important;
  color: #fff !important; 
}

a {
    color:var(--accent-color-darker);
    text-decoration: none;
}

a:hover {
  color:var(--accent-color-darker);
}
.age-projections-graph-65 {
  width: 700px;       
  height: 500px;      
  background-image: url("plot_projected_65_plus.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.age-projections-graph-80 {
  width: 700px;       
  height: 500px;      
  background-image: url("plot_projected_80_plus.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.plot-map {
  width: 700px;       
  height: 500px;      
  background-image: url("plotmap.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.amb-projections {
  width: 700px;       
  height: 500px;      
  background-image: url("amb_projection.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}