/* CSS Document */
@charset "utf-8";

/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #8d99a9;
}
/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #ecf0f1;
}
/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover, 
.navbar-custom .dropdown-item:focus {
    background-color: #69727e;
    color: #fff;
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: rgba(105,114,126,1.00);
    color: #fff;
}
/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236,240,241, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #69727e;
}


#hero {
	padding-left: 0px;
	padding-right: 0px;
}
.hunt-bar-box {
	padding-left: 0px;
	padding-right: 0px;
}
#contact-text {
	color: #FFFFFF;
}
#cta {
	background-color: #525D6D;
    padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 25px;
}
#hunt-bar {
	padding-left: 0px;
	padding-right: 0px;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0.0);
  -webkit-transition: all 0.4s  ease;
  transition: all 0.4s  ease;
}

.hovereffect:hover .overlay {
  background-color: rgba(75, 75, 75, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
/*  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);*/
  -webkit-transition: all 0.4s  ease;
  transition: all 0.4s  ease;
}

.hovereffect .title {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 0px 0px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 62px 100px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.width-auto {
    width: auto;
}

.text-lg {
    font-size: 2rem;
}

.carousel-indicators li {
    border: none;
    background: #ccc;
}

.carousel-indicators li.active {
    background: #69727e;
}
#content {
	background-image: url(../images/home-bottom-bg.jpg);
	background-position: center bottom;
	min-height: 800px;
	background-repeat: no-repeat;
	font-size: 1rem;
}

#content2 {
	background-image: url("../images/bg-bottom.jpg");
	background-position: center bottom;
	min-height: 800px;
	background-repeat: no-repeat;
	font-size: 1rem;
	padding-top: 30px;
}
footer {
	background-color: #2A3038;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn {
	background-color: #525D6D;
	color: #FFFFFF;
}
.btn {
}
button {
}
.btn:hover {
	background-color: #8D99A9;
	color: #FFFFFF;
}
.hunt-image {
	max-width: 325px;
	min-width: 153px;
}
.bottom-push {
	padding-bottom: 180px;
}
.pad-top {
	padding-top: 20px;
}

.fotorama__wrap {
    margin: 0 auto;
	/*display: flex;
    justify-content: center;*/
}


@media (max-width:768px){
#cta {
	font-size: 20px;
}
    .hovereffect h2 {
        font-size: 0.8rem;
    }
}

@media (max-width:576px){
#cta {
	font-size: 15px;
}
    
     .hovereffect h2 {
        font-size: 1.5rem;
    }
}
