h2 {
  font-family: "gizmo",sans-serif;
  letter-spacing: 0.1em;
  }
.ms-tabs .ms-thumb-frame {
  height: 52px !important;
  background:transparent; /*#d1232a;*/
  border: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;	
  margin: 0 !important;
}
.ms-tabs .ms-thumb {
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  background:transparent; /*#d1232a;*/
  padding: 17px 20px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;	
  transition: all 0.3s;
}

.ms-thumb-frame-selected .ms-thumb,
.ms-tabs .ms-thumb:hover {
  background:transparent; /*#000000;*/
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.ms-tabs .ms-thumb-frame-selected {
  background:transparent;/* #000000;*/
  padding: 10px 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;	
}

/*css for the read more section*/
.u-btn-primary:hover, .u-btn-primary.active {
    background-color: #000000;
}

/*css for the popup images in the menus section*/
.tooltip-inner {
  background-color: transparent!important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #fff;
}

.tooltip.top .tooltip-arrow {
  border-top-color: red;
}
.tooltip img {
  border-radius: 20px 0px;
  border:solid 1px red;
  width: 250px;
}

