html,body {height:100%;}
.row-black {background-color: #000000; border: 1px solid #000;}
.row-lightgreen {background-color: #008000; border: 1px solid #000;}
.row-lightgreennoborder {background-color: #008000; border: 0px solid #000;}
.hide-bullets{list-style:none;margin-left:-40px;margin-top:10px;}

.roundedtext {font-size: 12px; white-space: nowrap; width: 100%; color: #FFFFFF; overflow: hidden; text-overflow: ellipsis; font-weight: bold;}
.titlewhite {font-size: 28px; white-space: nowrap; width: 100%; color: #FFFFFF;}
.mediumtext {font-size: 13px; line-height: 28px; width: 100%; color: #000000;}
.smalltext {font-size: 10px; width: 100%; color: #000000;}
.titletext {font-family: 'Georgia'; color: #000000; font-size: 48px; }
a {color: #0000EE; text-decoration: underline; &:active, &:link, &:hover {color: #0000EE;} }


.row.no-gutter {margin-left: 0; margin-right: 0;}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.thumbnail {
  height: 80px;
  overflow-x: hidden;
  overflow-y: hidden;
}
