p, h1, h2, h3, h4, h5, h6, a{
  font-family: 'Yantramanav', sans-serif !important;
}
h1{
  text-align: left;
  font-size: 4em !important;
  font-weight: 900 !important;
}
.reveal .slides h2{
  text-align: left;
  font-size: 2em !important;
  font-weight: 400 !important;
}
.reveal .slides h3{
  text-align: left;
  font-size: 2em !important;
  font-weight: 900 !important;
  color: #BEBEBE;
}
.reveal .slides h1{
  text-align: center;
  padding-left: 0em;
  font-size: 6em !important;
}

.reveal .slides p{
  font-weight: 400;
  line-height: 1.3em;
}
.reveal .slides b{
  font-weight: 700;
}
.reveal .slides a{
  color: #60ff67;
  background-color: #3A3D4D;
  padding-left: 4px;
  padding-right: 4px;
}

.reveal .slides{
  width: 100% !important; 
  height: 100% !important;
}
.reveal .slides .row{
  padding-left: 1em;
  padding-right: 1em;
}
section{
  width: 100%;
  height: 100%;
}
#slide1{
  background-color: transparent;
}
.aniBee img{
  width: 100%;
  max-width: 500px;
}
.reveal .slides .title{
  padding-bottom: 1em;
}
.reveal .slides .chunk{
  padding-bottom: 2em;
  padding-left: 0.5em;
  padding-right: 3em;
}
.reveal .slides .chunk p{
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.reveal .slides .colourBox{
  height: 60px;
  width: 100%;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.green{
  background-color: #60FF67;
}
.grey{
  background-color: #BEBEBE;
}
.blue{
  background-color: #21A3A3;
}
.dark{
  background-color: #3A3D4D;
}
.dark p{
  color:white;
}
.reveal .slides .padem{
  padding-bottom: 1em;
  padding-top: 1em;
}
.reveal .slides .chunk .hex100{
  height: 100px;
}
.reveal .slides .chunk .hex150{
  height: 150px;
}
.reveal .slides .chunk .hexContainer{
  width: 100%;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.reveal .slides .chunk .hexContainer p{
  text-align: left;
}
.imgWhiteMatte {
  display: inherit;
}
.imgGreenMatte {
  display: none;
}
@media (min-width: 992px) {
  #slide1{
    background-color: #60ff67;
  }
  .reveal .slides h1{
    text-align: left;
    padding-left: 0.4em;
    font-size: 6em !important;
  }
  .imgWhiteMatte {
    display: none;
  }
  .imgGreenMatte {
    display: inherit;
  }
}