.half {
    float: left;
    width: 50% !important;
  }

.third {
    float: left;
    width: 33% !important;
  }

.twothird {
    float: left;
    width: 66% !important;
  }

  .normalfont{
    font-size: initial;
  }
       
.forth {
float: left;
width: 25% !important;
}
.fifth{
float: left;
width: 20% !important;
}

.pad {
  padding: 20px
}

/* 
.vertcentercont {
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
.vertcentertxt {
    flex: 0 0 0px;
} 
*/

img {
  border-width: 20px;
  border-color: #002b3662;
  border-style: solid;
}

.noborder {
  border-width: 0px;
}


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

.squarefill{
  width: 666px;
  height: var(--r-slide-height);
}

.caption {
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    font-family:'Courier New', Courier, monospace;
    font-size: x-small;
    padding: 5px;
    color: rgba(240, 248, 255, 0.521);
    background-color: #002b3662;
    position: fixed;
    bottom: 0px;
    right: 0px;
}
