 img.center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  border:0px !important;
}

.reveal section img {
  border:0px !important;
}



.reveal footer {
  	font-size: 50%;
    color:#727272;
}

.attribution { 
    position:absolute;
    bottom: 30px !important;
    left:0;
    font-size:50% !important;
}

.full {
      height:100%;
      width:100%; 
}

.reveal .slides section .fragment.sentence {
opacity: 1;
visibility: inherit;
}

.reveal .slides section .fragment.sentence.current-fragment{
  font-weight: bold;
}

.reveal .slides section .fragment.bold {
opacity: 1;
visibility: inherit;
}

.reveal .slides section .fragment.bold.current-fragment{
  font-weight: bold;
}

.reveal .slides section .fragment.bold.current-fragment::before{
  content:"> " ;
}

 .box {
    box-shadow: 0 1px 4px rgba(0,0,0,0.5), 0 5px 25px rgba(0,0,0,0.2); 
    background-color: #002b3680; 
    color: #fff; 
    padding: 20px; 
}

.box-right {
    position: absolute; 
    width: 40%; 
    right: 0; 
    box-shadow: 0 1px 4px rgba(0,0,0,0.5), 0 5px 25px rgba(0,0,0,0.2); 
    background-color: rgba(0, 0, 0, 0.7); 
    color: #fff; 
    padding: 20px; 
    font-size: 25px; 
    text-align: left;
}

.box-left {
    position: absolute; 
    width: 40%; 
    left: 0; 
    box-shadow: 0 1px 4px rgba(0,0,0,0.5), 0 5px 25px rgba(0,0,0,0.2); 
    background-color: rgba(0, 0, 0, 0.7); 
    color: #fff; 
    padding: 20px; 
    font-size: 25px; 
    text-align: left;
}

.reveal .slides section .fragment.bold {
opacity: 1;
visibility: inherit;
}

.reveal .slides section .fragment.bold.current-fragment{
  font-weight: bold;
  color:#eee8d5;
}

.reveal .slides section .fragment.bold.current-fragment::before{
  content:"> " ;
}

.reveal .slides section .fragment.sentence {
opacity: 1;
visibility: inherit;
}

.reveal .slides section .fragment.sentence.current-fragment{
  font-weight: bold;
  color:#eee8d5;
}


.reveal ul {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 1em; }

.reveal ol {
  list-style-type: decimal; }

.reveal ul {
  list-style-type: none; }

.reveal h3 {

  font-weight: normal;
}

.slides .header{
  position:absolute;
  top: -50%;
  left: -50%;
}
.slides .footer{
  position:absolute;
  bottom: 50%;
  left: -50%;
}

.fe-persistent-header {
  position: relative;
  z-index: 2;
  border-color: #e7e7e7;
}
.print-pdf .fe-persistent-header { display: none; }
@media print { .fe-persistent-header { display: none; } }

.fe-persistent-header p {
  color: black;
  float: right;
  font-size: small;
  margin: 30px 60px 20px;
}

.fe-persistent-header img {
  color: #fff;
  float: left;
  margin: 30px 60px 20px;
}
.fe-persistent-header a:nth-child(2) { float: left; }
