  body {
  padding-top: 47px; 
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.text-shadow {
text-shadow: 1px 1px 0 rgba(0,0,0,0.2)
}

.row.heading h2{ 
    color:#741526; 
	/* font-size:52.52px; 
	line-height:42px; 
	font-weight:400; */
	text-align:center; 
	margin: 40px 0 40px;
	padding-bottom:50px;
	text-transform:uppercase;
}
.heading.heading-icon{
	display:block;
}

.btn-custom {
  color: #fff;
  background-color: #5d111e;
  border-color: #fff; }
  .btn-custom:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-custom:focus, .btn-custom.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-custom.disabled, .btn-custom:disabled {
    color: #fff;
    background-color: #5d111e;
    border-color: #5d111e; }
  .btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
  .show > .btn-custom.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
    .show > .btn-custom.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
	    
  .logo {
  position: absolute;  
  z-index: 2;
  top: 26px;
  left: 26px;  
  } 
  
  .navbar-nav {
font-size: 0.8rem;
line-height: 2.3;
}
  
  h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {  
  color: #741526;
   }
   
/* Footer */
footer{
	padding-top: 30px;
	background: url(../images/footer-tx.jpg) center center;
	background-size: cover;
	background-color: #fff;
	height: 160px;
	margin: auto;
}
.footer h3 {
	display: block;	
	font-size: 21px;
	color: #b6b6b6;
	text-transform: uppercase;
	font-weight:500;
	border-bottom:1px solid #8aa67a;	
	margin-bottom: 15px;
}
.footer ul li a {
	font-size: 13px;
	color: #dedede;	
	font-weight:400;
}
.footer ul li a:hover {
	color: #8aa67a;
}
.footer p {
	font-size: 13px;
	color: #dedede;
	font-weight:400;
	padding: 0 0 10px;
}
.footer span {
	font-size: 13px;
	color: #dedede;
	font-weight:400;
	padding: 0 0 10px;
}
@media(max-width: 768px){
	footer{
		height: auto !important;
	}
	h3{
	font-size:18px; padding-bottom:15px;
}
}

.copy-right{
	display: block;
	text-align:center;
	background:#8aa67a;
}
.copy-right p{ 
    color: #dedede; 
	font-size:10px;	 
	font-weight:500; 
	text-transform:uppercase;
	width:100%;
	text-align:center;
	display:block;
	margin:0;
	padding:10px 0;
}
.highlight {
      background: #e6f0ff;
      padding: 1rem;
      border-left: 4px solid #004b8d;
      margin-bottom: 1rem;
    }
	.btn-xl {
  padding: 16px 32px;
  font-size: 24px;
  border-radius: 8px;
}
