
* {
  margin: 0;
  padding: 0;
}

body{
  overflow-y: scroll;
  font-size: 10px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

@charset "ISO-8859-1";

@font-face {
    font-family: adobe-caslon-pro;
    src: url("/fonts/Adobe Caslon Pro Regular.ttf");
}
@font-face {
    font-family: effra;
    src: url("/fonts/effra-light.ttf");
}
@font-face {
    font-family: effra-reg;
    src: url("/fonts/Effra-Regular.ttf");
}

#bootstrap-overrides{
 	color: #323232;
   font-family: "effra","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
 	font-size: 2rem;
 	font-weight: 300;
 	line-height: 1.4
 }



html {


}

#site-header
{
  background-color: #001C06;
}

.main-nav-scrolled {
  position: fixed !important;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
}

.brand-visible {
  display: block !important;
}

.brand{
  display: none;
}

.site-logo
	{
width:50%;
height:auto;
}

@media (min-width:820px){
  .site-logo{
    width: 450px;
    height:auto;
}
}

.site-logo img
{
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px;
  display: block;
}


#navbar-bootstrap-overrides {
  padding: 0;
  font-size: 2rem;
  font-family: "effra-reg";
  justify-content: flex-start !important;

}


.navbar .navbar-nav {
  margin-left: auto;
  margin-right: calc((100vw - 754.547px)/2);


}

#navbar-content{
    font-size: 21px;
}

.navbar{
  background-color: #e3e3e3;
}

.navbar .navbar-collapse{
  text-align: center;
  /*display: block;*/
  width: 100%;
}

#navbar_menu{
  text-align: left !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    border: none;
}

#map_navbar_btn{
  margin-left: 0 !important;
}

.navbar-toggler {
    position: relative;
    height: 40px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    cursor: pointer;
    display: block;
    outline: none;
    border: none !important;
}

.navbar-toggler-sticky {
      margin-left: calc(50% - 120px) !important;
}

.navbar-toggler span {
  display:block;
  background-color: #baa25c;
  width: 25px;
  height: 4px;
  left:0;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
  text-align: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  transition-delay: initial;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 7px;
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 1;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 13px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 7px;
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 1;
}

.navbar-custom
{
  text-align: center;
  text-transform: uppercase;
}

.navbar-nav > li {
  /*position:relative;*/
  margin: 9px;
  display: inline-block;
}

.navbar-nav .nav-item .nav-link:after {
  border-bottom: 2px solid #baa25c;
  display:block;
  content: '';
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform:scaleX(0);

  -webkit-transition: -webkit-transform: 250ms ease-in-out;
  -moz-transition: -webkit-transform: 250ms ease-in-out;
  -ms-transition: -webkit-transform: 250ms ease-in-out;
  -o-transition: -webkit-transform: 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}

.navbar-nav .nav-item .nav-link:hover::after, .navbar-nav .nav-item .nav-link:visited:hover::after
  {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform:scaleX(1));
  }

@media (max-width:794px){
  .navbar .navbar-nav .nav-item .nav-link:hover:after {
  -webkit-transform: scaleX(0.17);
  -moz-transform: scaleX(0.17);
  -ms-transform: scaleX(0.17);
  -o-transform: scaleX(0.17);
  transform: scaleX(0.17);
}
}

  .navbar .navbar-nav .nav-item .nav-link {
    color: #727272;
  }
  /* Changes data-spy scroll active nav color */
  .navbar .navbar-nav .nav-item .nav-link.active {
    color: #323232;
  }

/*.navbar-nav li.active a:after {
  visibility: visible;
  width:17%;
  border-bottom: 2px solid #baa25c;
  bottom: 0px;
  content: " ";
  left: 0;

  right: 0;
}*/

#nav-link-bootstrap-override{
  padding:0;
}




/* adds gold navbar above and below grey navigations*/
.navbar {
  border-bottom: 5px solid #BAA25C;

}






/*Makes heading drop down as navbar sticks to avoid jumpy navbar
    Also edited on media queries CSS for v large screens which require less margin*/
.heading-offset {
    margin-top: 53px;
  }

  @media (max-width:767px){
    .heading-offset {
        margin-top: 45px;
      }
    .navbar .navbar-nav {
      margin-right: auto !important;
    }
    .navbar-toggler-sticky {
          margin-left: calc(50vw - 120px) !important;
    }
  }

@media (min-width:794px){
  .navbar-custom {
    background-color: #e3e3e3;
    color: #baa25c;
  }
}

#site-footer {
	background: #e5e5e5;
}

#site-footer #location-map #map {
	width: 100%;
	height: 370px
}

#site-footer .footer-banner {
	width: 100%;
	position: relative;
  background: #001C06;
}

#site-footer .footer-banner .col-auto .social-links{
  	text-align: right;
    padding-top:10px;
}

#site-footer .footer-banner .col-auto .social-links .social-icons{
  	text-align: right;
    padding:10px;
}

#site-footer .footer-banner .col-auto .footer-logo-col {
  	text-align: left;
}

#site-footer .footer-banner .col .footer-privacy-col {
  	text-align: left;
    padding-top:10px;
}



#site-footer .footer-logo {
	width: 150px;
	height: auto;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

#site-footer .social-links h3 {
	font-family: "effra", "Lucida Grande", "Lucida Sans Unicode",
		"Lucida Sans", Tahoma, sans-serif;
	font-size: 1.8rem;
	color: #ddd;
	text-transform: uppercase;
  margin-top: 10px;
  padding-right: 30px

}

#site-footer .social-links {
  text-align: center
}

#site-footer .social-links img {
	margin: 7px 5px
}

#site-footer .footer-bottom {
	width: 100%;
	background: #fff;
	text-align: center
}

#site-footer #scroll-top {
	display: none
}

@media only screen and (min-width: 794px)
{
#site-footer .footer-banner .col {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0
}


#site-footer .footer-bottom {
  text-align: left
}
#site-footer .footer-bottom .credit {
  float: left;
  padding-bottom:10px;
  margin-left: 1vw;
}
}

#content {
	background: url("../images/dust_scratches.png") repeat;
	background-size: 400px
}

#content #banner-image {
	width: 100%;
	position: relative;
	z-index: 1
}

#content #banner-image img {
display: block;
    width: 100%;
    height:auto;
}
#main {
  display: block;
  max-width: 1200px;
  margin:0 auto;
}

#banner-no-image header {
    display: block;
  background: #001c03;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position:relative;
  width:100%;
}
#banner-no-image header h1 {
  font-family: "adobe-caslon-pro", serif;
  color: #ddd;
  font-size: 5vw;
  text-align:center;
  transform: translateY(25%);
  position:relative;
}

#banner-image header {
    display: block;
  background: #001c03;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position:relative;
  width:100%;
}

#banner-image header h1 {
  font-family: "adobe-caslon-pro", serif;
  color: #ddd;
  font-size: 5vw;
  text-align:center;
  transform: translateY(25%);
}

@media(min-width:1200px){
  #banner-no-image header h1 {
           font-size:60px !important;
             position:relative !important;
      }
  #banner-no-image header {
      width: 1200px !important;
      bottom:0;
      left: 0;
      right: 0;
      margin: 0 auto
  }

#banner-image header h1 {
         font-size:60px !important;
    }
#banner-image header {
  position:absolute !important;
    width: 1200px !important;
    bottom:0;
    left: 0;
    right: 0;
    margin: 0 auto
}
    #main #intro .subtitle {
        font-size: 42px !important;
    }
}

@media(min-width:900px){
#main #intro .subsubtitle {
    font-size: 32px !important;
}
}

#main #intro .subtitle {
  font-family: "adobe-caslon-pro", serif;
    font-size: 4vw;
    margin-bottom: 20px;
    line-height: 1.2em;
    display: inline-block;
}

#main #intro .subsubtitle {
  font-family: "adobe-caslon-pro", serif;
    font-size: 3.6vw;
    margin-bottom: 20px;
    line-height: 1.2em;
    display: inline-block;
}

#main .text-section {
  display:block;
  background: #fff;
  		padding: 60px 80px 40px;
}

@media(max-width:500px){
  #main #intro .subtitle{
    font-size:20px !important;
  }
  #main #intro .subsubtitle{
    font-size:18px !important;
  }
  #main .text-section {
  	padding: 40px 30px 40px;
    font-size: 14px;
  }
}



#main #services header {
  background: #001c03;
  padding: 40px 40px 20px;
  text-align: center;
  position:relative;
  width:100%;
  font-family: "adobe-caslon-pro", serif;
}

#main #services header h2 {
  color: #baa25c;
  font-size: 4vw;
  font-style: italic;
  margin-bottom: 2rem;
}

#main #services header .subtitle {
  color: #ccc;
  font-size: 2.5vw;
}



section#glenericht-offers {
    background-color: white;
  }

section#glenericht-offers h1 {
  font-family: adobe-caslon-pro;
}


section#glenericht-offers #shooting .main-card-link,
section#glenericht-offers #stalking .main-card-link,
section#glenericht-offers #fishing .main-card-link {
  position: absolute;
  top: 0; left: 0;
  height: 100%; width: 100%;
}

section#glenericht-offers #shooting img,
section#glenericht-offers #stalking img,
section#glenericht-offers #fishing img {
    height: 100%;
}

section#glenericht-offers .not-touchscreen img {

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filer: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}


section#glenericht-offers #shooting.not-touchscreen:hover  img,
section#glenericht-offers #stalking.not-touchscreen:hover img,
section#glenericht-offers #fishing.not-touchscreen:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filer: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*------------------------------------------------------*/


section#tools {
    background-color: white;
  }

section#tools #cardgen .main-card-link,
section#tools #shootcontractgen .main-card-link,
section#tools #stalkinginvoicegen .main-card-link,
section#tools #EstateMap .main-card-link,
section#tools #blank .main-card-link {
  position: absolute;
  top: 0; left: 0;
  height: 100%; width: 100%;
}

section#tools #cardgen img,
section#tools #shootcontractgen img,
section#tools #stalkinginvoicegen img,
section#tools #EstateMap img,
section#tools #blank img {
    height: 100%;
}

section#tools .not-touchscreen img {

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filer: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

section#tools #cardgen.not-touchscreen:hover  img,
section#tools #shootcontractgen.not-touchscreen:hover img,
section#tools #stalkinginvoicegen.not-touchscreen:hover img,
section#tools #EstateMap.not-touchscreen:hover img,
section#tools #blank.not-touchscreen:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filer: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}



/*---------------------------------------------*/








#final-image {
	width: 100%
}

#final-image img {
	width: 100%;
  height: auto;
	/*display: block*/
}

#final-image-outer {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#final-image-outer .itemwrapper {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
#final-image-outer .itemwrapper img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {
  #final-image-outer .itemwrapper {
    display: inline-flex;
    flex-direction: column;
  }
}

/*CONTACT FORM*/

.contact-intro {
  margin-top:10px;
  padding-top: 10px;
  background-color: #a09a80;
  color: #fff;
  font-family: adobe-caslon-pro;
  font-size: 3vw;
  text-align: center;
}

.contact-form .form-group {
font-family: effra;
}

.contact-form .form-group .form-control{
font-family: effra;
}

#submitbutton {
    padding: 10px 25px;
    font-size: 16px; //change this to your desired size
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

#submitbuttoncontainer {
  text-align: center;
}

.credit{
  font-size: 1.6rem;
}

section#glenericht-instagram h1 a img {
    height: 40px;
    width: auto;
    padding-left: 25px;
}
section#glenericht-instagram h1 {
  font-size: 2.5rem;
  font-family: "adobe-caslon-pro", serif;
  padding-top: 20px;
  padding-bottom: 10px;
}

.carousel-inner img{
    width: 100vw;
    height:50vw;
    object-fit: cover;
    overflow: hidden;
}

.space {
  height:20px;
}
