body {
  margin: 0;
  padding-top: 61px;
  font-family: 'Gayathri', sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

a {
	font-weight: bold;
	color: #3A7A7E;
}

a:hover {
	color: #4EA6A8;
}

.text-signature {
	font-family: 'Satisfy', cursive;
}

.mt {
  margin-top: 50px;
}

.mb {
  margin-bottom: 50px;
}

.mtb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.ptb {
  padding-top: 20px;
  padding-bottom: 20px;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 10px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}

.sample-thumbnail {
  display: inline-block;
  clear: both;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}

.blue-bkgd {
	background-color: #489C9D;
}

.blue-bkgd a {
	color: #fff;
}

.grey-bkgd {
	color: rgba(0, 0, 0, 0.9);
}

.red-h2 {
  color: #A8504E;
}

.footer a {
	color: #fff;
	font-weight: normal;
}