/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         MCP
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
*/
body {
  content:'';
}
 .header-logo {
  display: inherit;
 }

.simulations-wrapper {
  display: block;
  position: relative;
}

.simulations-wrapper canvas {
  background: white;
  display: block;
  width: 100%;
  height: auto;
  border: #eee;
  position: relative;
}
.simulations-wrapper h2 {
  text-align: center;
}

.simulations-wrapper section {
  margin: 10vh auto;
  max-width: 1000px;
  width: 95%;
  position: relative;
}
.simulations-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 20%;
  padding: 3rem;
  box-sizing: border-box;
  width: 100%;
  transition: opacity 250ms ease-in-out;
  opacity: 0;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image:url('https://www.marineconservationphilippines.org/wp-content/uploads/balls.jpg');
  background-size: cover;
  z-index: 1
}
.simulations-wrapper .overlay:after {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  content:'';
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: -1;
}

.simulations-wrapper .overlay.active {
  opacity: 1;
}

.simulations-wrapper #overlay p {
  margin-bottom: 1rem;
  text-align: center;
}
.simulations-wrapper #overlay a {
  color: #00d1b2;
  text-decoration: none;
}
.simulations-wrapper h3 {
  font-style: italic;
}
.simulations-wrapper section > div.info {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  background: white;
  color: black;
}

.simulations-wrapper button.button{
  padding: 10px 20px;
  background-color: #00d1b2;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
  border: 0px;
}

.simulations-wrapper section > div.info canvas {
  flex: 1;
  background: transparent;
}
.simulations-wrapper section > div.info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #eee;
  text-align: center;
  color: white;
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.8rem;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .simulations-wrapper section > div.info canvas {
    width: calc(100% - 200px - 1rem);
  }
  .simulations-wrapper section > div.info ul {
    width: 200px;
  }
}

.simulations-wrapper li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: arial;
  color: black;
}
.simulations-wrapper .info:after{
  position: absolute;
  height: 1px;
  background: #635d5d;
  width: calc(100% - 185px - 1rem);
  content:'  hospital capacity';
  font-size: 10px;
  bottom:25px;
  font-style: italic;
  color: #635d5d;
}