body {
  font-size: 14px;
}

.masthead-biodata {
  /*height: 360px !important;*/
  height: 500px !important;
  text-align: center;
  color: white;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
}

.gal-heading {
  position: absolute;
  bottom: 0;
  color: #000;
}

.gal-heading h2 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

.brand-logo-full {
  height: 48px;
}

ul.ullink {
    padding-left: 20px;
    margin-top: 0px;
}

ul.ullink li {
    padding-left: 10px;
    list-style: none;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.4em;
}

ul.ullink li:before {
    content: "";
    position: absolute;
    left: -16px;
    border-left: 2px solid #eee;
    height: 100%;
    width: 2px;
    top: 10px;

}

ul.ullink li:after {
    content: url(../img/bullet.png);
    position: absolute;
    left: -25px;
    top: 4px;
}

ul.ullink li:last-child:before {
    height: 6px;
}

.nGY2GThumbnail {
  border-radius: 15px !important;
}

.nGY2TnImgBack {
    background: rgba(255,255,255,1) !important;
    background-image: linear-gradient(315deg, #fff 0%, #fff 90%) !important;
}