header {
  box-shadow: 0px 0px 5px 0px #c6c6c6;
}

nav {
  font-size: 17px;
}

img {
  width: 100%;
  height: auto;
}

.navbar-brand img {
  max-width: 100px;
}

.nav-link {
  margin-right: 12px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #189d00;
  border-bottom: 2px solid #189d00;
}

.btn {
  background-color:#3e3e3e;
  border-color: #3e3e3e;
}

.btn-info:hover {
  background-color:#2d2d2d;
  border-color: #2d2d2d;
}

.card {
  /*box-shadow: 3px 2px 17px #cac7c7;*/
  border:none;
}

.img-con {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #2d2d2d;
}

.img-con:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.events {
  background: url('../images/events-bg.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.importantInfo {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  border-right: 3px solid #dc3545;
  border-left: 3px solid #dc3545;
}

.marquee {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 40s linear infinite;
}

@keyframes marquee {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}

.scrollUp a {
  color: #FFFFFF;
  font-size: 25px;
}

.scrollUp a:hover {
  color: #22d502;
}

.tagline-btm {
  font-size: 14px;
}

.list-group-item,
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: transparent;
}

address p a,
.list-group-item-action {
  color: #fff;
}

address p a:hover,
.list-group-item-action:hover {
  color: #22d502;
}

address p a:hover {
  border: 0;
  text-decoration: none;
}

.sec404 h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: 181px;
}

.gallery-media {
  width: 270px;
  height: 270px;
}

.gallery-marquee {
  width: 150px;
  height: 150px;
}

.img-thumnail-advance {
  padding: 1px !important;
  border: 1px solid #000;
}

.urs-card-blocks {
  height: 115px;
}

.history-slider-img {
  height: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 35px;
  margin-bottom: 55px;
  font-weight: bold;
}