htmlxx {
  /*Needed for footer remove xx*/
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom for footer height plus gap */
  margin-bottom: 5px;
}

img-max{
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-right: 5px;
  display: block;
}

.home-image{
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.hbMarginDT{
  margin-top: 20px;
}

.hbMarginDT{
  margin-top: 20px;
}

.hbMarginT{
  margin-top: 10px;
}

.hbMarginL{
  margin-left: 10px;
}

.hbMarginR{
  margin-right: 10px;
}

.hbMarginB{
  margin-bottom: 10px;
}

.ggTitle{
  padding: 15px 5px 5px 5px;
  border-bottom: 4px solid #c4a39c;
  /* sarah #ef4d58; */
  font-family: 'Roboto', sans-serif;
  font-weight: 700;

}

.ggHeading {
  padding: 5px 5px 5px 0;
  border-bottom: 2px solid #c4a39c ;
  font-family: 'Roboto', sans-serif;
}

.ggHeadingSub {
  display:inline-block;
  padding: 5px 5px 5px 0;
  border-bottom: 2px solid #c4a39c ;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.body-content {
  margin: 0 5px 30px 5px;
}

.body-wide {
   padding-left: 5px;
   padding-right: 5px;
   max-width: 100%;
   width: 1000px;

   margin-left: auto;
   margin-right: auto;
}

.body-medium {
   padding-left: 5px;
   padding-right: 5px;
   max-width: 100%;
   width: 750px;

   margin-left: auto;
   margin-right: auto;
}

.floatClear{
  clear: both;
}

.floatLeft{
   float: left;

}


.floatRight{
  float: right;
}


@media (max-width: 34em) {
  .home-card-columns {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
  }

}


@media (min-width: 34em) {
  .home-card-columns {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
  }

}

@media (min-width: 48em) {
  .home-card-columns {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
  }

}

@media (min-width: 75em) {
  .home-card-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
  }

}

@media (max-width: 34em) {
.homeCardFooter{
 position: absolute;
 z-index: 1;
 bottom: 4px;
 right: 4px;
 opacity : .5;
}
}
@media (min-width: 34em) {
.homeCardFooter{
 position: absolute;
 z-index: 1;
 bottom: 20px;
 right: 4px;
 opacity : .5;
}
}
.card-title{
font-family: 'Roboto', sans-serif;
font-weight: 700;
}

.paragraph-text{
margin-top: -30px;
white-space: pre-line;

}

#bootstrap-override-card{
margin-bottom: 10px;
cursor: default;
overflow: hidden;
text-overflow: ellipsis;
}

.a-card-block{
padding: 10px;

}

.dentill_red{
background-color: #c4a39c ;

}

.homeCardNoPad {
  border: 3px solid #c4a39c ;
  border-radius: 5px;
  background-color: white;
}

.homeCardPad {
  border: 3px solid #c4a39c ;
  border-radius: 5px;
  background-color: white;
  padding: 20px;

}

.homeCard {
border: 3px solid #c4a39c ;
border-radius: 5px;
background-color: white;
padding-top: 20px;
padding-bottom: 20px;

}

.ggTitleRightGauge {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 20px;
  padding: 0;

}

background-image {
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.5;
}

.font-blue {
  color: blue;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  /* outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black; */
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: black;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: black;
}

.minor_text {
  color: blue;
  font-style: italic;
  font-size: smaller;

}
