/* general set up */

/* fonts */

h1, h2, h3, h4, h5, h6{
  font-family: 'Catamaran', sans-serif;

}

h1{
  font-size:80px;
  line-height:80px;
}

h2{
  font-size:70px;
  margin-bottom:30px;
  line-height:70px;
  color: #215b99;
  position:relative;
}

h2::before{
  content: '';
  height: 50px;
  width: 200px;
  position: absolute;
  bottom: -15px;
  left: -25px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

h3{
  font-size:30px;
  line-height:30px;
  color:#62a462;
  /* text-transform: uppercase; */
}

.h3_small{
  font-size:15px;
}

h4{
  font-size:20px;
  line-height:20px;
  color:#32292F;
  text-transform: uppercase;
  font-family: 'Literata', serif;
}

.h4_sub{
  margin-top: 9px;
  font-size: 15px;
  line-height: 10px;
  font-family: 'catamaran';
  font-weight: bold;
  color: #62a462;
}

h5{
  font-size:18px;
  line-height:20px;
  font-weight: normal;

}

h6{
  font-size:30px;
  line-height:30px;
}

li{
  list-style:none;
}

body{
  font-family: 'Roboto', sans-serif;
  line-height:1.5em;
  background-color: #fff9f4;
}

a{
  font-family: 'Catamaran', sans-serif;
  text-transform: uppercase;
  color:#FAA613;
  text-decoration: none;
  font-weight:bold;
  z-index: 2;
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  border-bottom: 3px solid transparent;
  line-height: 1em;
}

a:hover{
transition:all 500ms ease;
border-bottom: 3px solid orange;
}

span a{
  display:inline;
}

p{
  margin-bottom:2em;
  font-size:14px;
}

.strong_p {
  padding-top: 2em;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
  font-weight: bold;
}

.bold_p{
  font-weight: bold;
  color: #FAA613;
  background: #32292F;
  padding: 5px;
}

#icons_pre{
  display:none;
}

.top_marge{
  margin-top:90px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.pseudoBorder{
  position: relative;
}

.pseudoBorder::before{
  content: '';
  position: absolute;
  width: 25%;
  height: 2px;
  left: -27%;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  top: 11px;
}

.pseudoBorder::after{
  content: '';
  position: absolute;
  width: 25%;
  height: 2px;
  right: -27%;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  top: 11px;
}

.h1_sub{
  width: max-content;
  padding: 10px;
  border-bottom: 20px solid #FAA613;
  line-height: 8px;
  color: #fff9f4;
}

.booking_link {
    display: block;
    margin: auto;
    background: #62a462;
    height: 50px;
    max-width:300px;
    border: 6px solid#FAA613;
    padding: 5px;
    outline-offset: 3px;
    text-transform: uppercase;
    position: relative;
    overflow:hidden;
    text-align:center;
    transition:all 500ms ease;
    transition:border-right 250ms ease 400ms, border-bottom 250ms ease 500ms, border-left 250ms ease 600ms, border-top 250ms ease 700ms;
}

.booking_link p{
  z-index: 2;
  position: relative;
  height: 100%;
  line-height: 55px;
  margin-bottom:0;
  font-size: 20px;
  letter-spacing: 5px;
  color:#32292F;
}


.booking_link::before{
  content:'';
  position:absolute;
  width:101%;
  height:101%;
  background:#FAA613;
  top:0;
  left:0;
  transform: translateX(0%);
  transition:all 500ms ease;
}

.booking_link:hover::before{
  transform: translateX(100%);
}

.booking_link:hover{
  background: #62a462;
  border: 6px solid #62a462;
  color:#32292F;
  transition:all 500ms ease;
  transition:border-top 250ms ease 400ms, border-left 250ms ease 500ms, border-bottom 250ms ease 600ms, border-right 250ms ease 700ms;
}

.booking_link:hover > p{
  transition:all 500ms ease;
}

.bottom_margin{
  margin-bottom:60px;
}

.paw_list li{
  /* padding-left: 20px; */
  margin-bottom: 0;
  border-bottom: 2px solid white;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  font-weight: bold;
  font-size: 1em;
}

.paw_list li{
  margin-bottom: 0;
  border-bottom: 2px solid #32292F;
  padding-bottom: 1em;
  padding-top: 1em;
  font-weight: bold;
  color: #32292F;

}



.paw_list li::before{
  background-image: url('./images/paw.svg');
  height: 10px;
  width: 10px;
  content: '';
  display: inline-block;
  background-size: contain;
  padding-right: 10px;
  background-repeat: no-repeat;
}

.spamprotection{
  display:none;
}
  
/* alignment */

.svg_holder{
  position: absolute;
  height: 30px;
  width: 100%;

}

.svg_top{
  top: 0px;
}

.svg_bottom{
  bottom:0px;
}

.svg_footer{
  top:-30px;
}

svg{
  height:100%;
  width:100%;
}

.scoreCard svg{
  height:50px;
  width:50px;
  fill:#FAA613;
}

.containerRule{
  padding:50px;
}

.noOverFlow{
  overflow:hidden;
}

.section{
  padding: 40px;
  /* min-height: 400px; */
  max-width:1100px;
  margin:auto;
  position: relative;
}


.limited_width{
  padding: 40px;
  max-width:1100px;
  margin:auto;
}

.section.full_width .limited_width h2{
  padding:0;
}

.inline_link{
  display:inline-block;
  width:auto;
}

/* header */

header{
  position: fixed;
  width: 100%;
  top:0;
  z-index: 99999;
}

#can_logoBox{
  height:50px;
  width:100%;
  text-align:center;
  line-height:50px;
  background:#fff9f4;
  position: absolute;
  top:0;
}

#can_logo{
  height: 40px;
  /* line-height: 50px; */
  padding: 5px;
}

.navUl{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: start;
  -webkit-justify-content: start;
  width: calc(100% - 40px);
  height: 50px;
  margin-left:0;
  margin-top: 50px;
  /* background:#fff9f4; */
  /* transition:width 500ms ease; */
  overflow: hidden;
}

.navUl li{
  background:#fff9f4;
}

.navUl.hide{
  width:40px;
  height:50px;
  background:#fff9f4;
  transition:width 0ms ease 500ms;
}

.navBar{
  width:100%;
}

.menuItems{
  line-height:50px;
  /* margin-right: calc(100% / 20); */
  width:inherit;
  text-align: center;
  position:relative;
  transition:opacity 500ms ease;
  opacity:1;
}

.menuItems a {
  line-height:50px;
}

.navUl :nth-child(2){
  transition-delay: 100ms;
}

.navUl :nth-child(3){
  transition-delay: 200ms;
}

.navUl :nth-child(4){
  transition-delay: 300ms;
}

.navUl :nth-child(5){
  transition-delay: 400ms;
}

.navUl :nth-child(6){
  transition-delay: 500ms;
}

.menuItems:hover > a{
  color:#fff9f4;
  transition:all 500ms ease;
}

.menuItems::before{
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 500ms ease;
  z-index: 1;
  transform: translateY(100%);
  left: 0;
}

.menuItems:hover::before{
  background: #32292F;
  transform: translateY(0%);
}

.menuItems.hide{
  opacity:0;
}

#menuBurger{
  display:block;
  /* padding-right: calc(100%/20); */
}

.hamburger {
  padding: 5px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  display: inline-block;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border:none;
  outline:none;
  margin: 0;
  overflow: visible; 
  line-height:50px;
  width:max-content;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #32292F; 
}

#menuBurger:hover .hamburger-inner, .hamburger-box:hover span, #menuBurger:hover .hamburger-inner::after, #menuBurger:hover .hamburger-inner::before  {
  background-color:#FAA613;

}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #32292F;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; 
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; 
}

.hamburger-inner::before {
  top: -10px; 
}

.hamburger-inner::after {
  bottom: -10px; 
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; 
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; 
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); 
}



/* home */

.full_width{
  width: calc(100% - 80px);
  max-width: none;
  padding: 40px 0;
}

.full_width h2{
  max-width: none;
  padding:0;
  margin:auto;
  margin-bottom:40px;
}

.testimonialHolder{
  position:relative;
  height: max-content;
  padding-top: 25px;
  padding-bottom:25px;
  overflow:hidden;
}

.testimonialHolder:hover > .booking_link{
  transform: translateY(0);
  z-index: 50;
  transition: transform 500ms ease, z-index 0ms linear 500ms;
}

.testimonialHolder_background, .parallax__layer.parallax__layer--back{
  background-image: url('./images/PB112017-min.JPG');
  background-size:cover;
  background-repeat: no-repeat;
}


.parallax{
  height:600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: end;
  align-content: end;
  align-items: end;
  /*Chrome,Safari*/
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);

}

.testimonialHolder .booking_link{
  margin-left:auto;
  margin-right:auto;
  margin-top:0;
  margin-bottom: 10px;
  width: 300px;
  transform: translateY(-100%);
  z-index: -1;
  transition: transform 500ms ease, z-index 0ms linear 0ms;
}

.parallax_container{
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  perspective: 8px;
  perspective-origin: 0%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.grn_tree_bg{
  background-image:url('./images/P9071367.jpg');
  background-size: cover;
  position: relative;
  padding: 120px 0;
}

/* .grn_tree_bg::before{
  content:'';
  height:10px;
  width:100%;
  background: rgba(50,41,47,1);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(50,41,47,1) 100%);
  position: absolute;
  display: inline-block;
  top: -10px;
} */

.foreground {
  margin-top: 50px;
}

.section.sectionOdd.full_width.grn_tree_bg .booking_link{
  position: relative;
}

.brm_highlight{
  margin: auto;
  margin-top: 20px;
  padding: 10px;
  font-size: 30px;
  color: #FAA613;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  background: #32292F;
  width: max-content;
  font-family: 'Catamaran', sans-serif;
}

.pageSplash{
  position: relative;
  z-index: -1;
  height: calc(100vh - 100px);
  overflow: hidden;
  padding: 50px 0;
  max-width: calc(100% - 100px);
  padding-bottom:0;
}

.bgVideo{
  min-height:100%;
  position: absolute;
  bottom: 0;
  right:0;
  object-fit: cover;
}

.titleFloat{
  margin-top: 40vh;
  height: 42vh;
  padding: 40px;
  color: #fff9f4;
  max-width: 60vw;
  position: absolute;
}

.titleFloat p{
  font-size: 1.8em;
  font-weight: lighter;
  padding: 5vh 0;
}

.creditFloat{
  position: absolute;
  bottom:0;
  right:0;
  color:#fff9f4;
  text-transform: uppercase;
  right:2em;
}
.creditFloat p{
  margin-bottom: 1em;
  letter-spacing: 3px;
  font-size:10px;
}

.quoteList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 25px;
  height: 100%;
  justify-content: center;
  padding-top: 0;
  width: 100%;
  margin: auto;
}

.quoteList li{
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: start;
  opacity: 0;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: auto;

}

.quoteList li.show.fromLeft{
  left:-100vw;
  transform: translateX(calc(100vw));
  transition: transform 500ms ease;
}

.quoteList li.show.fromRight{
  left:100vw;
  transform: translateX(calc(-100vw));
  transition: transform 500ms ease;
}

.quoteList li.show {
  opacity: 1;
  transition: all 500ms ease 500ms;;
}

.quoteList li.show p{
  background: #ffffffc4;
  transition: all 500ms ease 500ms;
  width:65%;
  opacity: 1;
}

.quoteList li.show .scoreCard{
  transition: all 500ms ease 500ms;
}

.quoteList li.hide{
  opacity: 0;
  height:0;
  margin: 0;
  position: absolute;
}

.quote_arrow{
  position: absolute;
  z-index: 1;
  top: 145px;
  width: 0; 
  height: 0; 
}

.quote_arrow:hover{
  cursor:pointer;
}

#quote_left{
  left:20%;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent; 
  border-right:30px solid #ffffffc4; 
  transition: all 250ms ease;
}

#quote_left:hover{
  border-right:30px solid #FAA613; 
}

#quote_right{
  right:20%;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #ffffffc4;
}

#quote_right:hover{
  border-left:30px solid #FAA613; 
  transition: all 250ms ease;
}

.quoteList li p{
  background: transparent;
  padding: 40px;
  margin-bottom:0;
  margin:auto;
  font-style: italic;
  text-align: center;
  box-shadow: 0 0 3px 3px #0000007a;
  opacity: 0;
}

.quoteList .titleHolder{
  background: #ffffffa3;
  margin-bottom:2%;
  padding: 1% 5%;
  text-align: center;
}

.quoteList .titleHolder h3{
  text-transform:uppercase;
}

.quoteList li p::before, .quoteList li p::after{
  content:'"';
}

.three_col_container{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}

.column{
  text-align: center;
  width:calc(29vw - (80px / 3));
  margin: 2vw;
}

.no_margin{
  margin:0;
}



.three_col_container .rnd_img_contain{
    border: 10px solid #32292F;
    border-radius: 50%;
    height: calc(28vw - (80px / 3));
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin:auto;
    max-height: 350px;
    max-width: 350px;
}

.three_col_container img{
  height:100%;
}

.three_col_container p{
  font-size:20px;
}

.noBtmPad{
  padding-bottom:0;
}

.noTopPad{
  padding-top:0;
}

.topPad{
  padding-top:50px;
}

/* about page */

.dark.alignCenter.noBtmPad{
  position: relative;
  padding-top: 40px;
  margin-bottom: 90px;
  width:100%;
}

.section.full_width.noTopPad{
  width:100%;
  padding-top: 0;
  padding-bottom:0;
}

.section.pageSplash.aboutpg{
  background-image: url('./images/P1053840-min.JPG');
}

.imgCover{
  background-image: url('./images/P1053840-min.JPG');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-origin: content-box;
}

.scoreCard{
  text-align: center;
  margin-top: 13px;
}

.scoreCard img{
  height:50px;
  width:50px;
}

.dark{
  background:#32292F;
  color:#fff9f4;

}

#coffee{
  background-image: url('./images/coffee-cup.svg');
}

#wifi{
  background-image: url('./images/wifi-signal.svg');
}

#smile{
  background-image: url('./images/happiness.svg');
}

#coffee::after{
  background-image: url('./images/coffee_hover.svg');
}

#wifi::after{
  background-image: url('./images/wifi-signal_hover.svg');
}

#smile::after{
  background-image: url('./images/happiness_hover.svg');
}

.section.icons figure::after{
  content:'';
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  opacity:0;
  transition: opacity 500ms ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section.icons figure:hover::after{
  opacity:1;
}

.section.icons{
  display: flex;
  justify-content: space-evenly;
}

.section.icons figure{
  height:100px;
  width:100px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section.icons p{
  font-size: 70px;
  line-height: 100px;
  margin: 0;
}

.imgTextWrapper_50{
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  width: 100%;
}

.img_box{
  position: relative;
  min-height: 500px;
  width:50%;
}

.img_box img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.box_list{
  height:100%;
  width:auto;
}

.box_list .titleHolder{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  border-bottom: 10px solid;
  line-height: 60px;
  width: calc(100% - 80px);
  margin-left: 40px;
  padding-top: 10px;
}

.box_list ul{
  padding: 20px 40px;
  margin-top: auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-evenly;
}



.text_box{
  position: relative;
  padding:40px;
  width: calc(50% - 79px);
  background: #32292F;
  color: #fff9f4;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}

.text_box h3{
  margin-bottom:25px;
}

.space-mid{
  width:auto;
  position: absolute;
  fill:#32292F;
}

.space-mid.left{
  left:-1px;
  top:0;
}

.space-mid.right{
  right:-1px;
  top:0;
}

.space-mid.bottom{
  bottom: -70px;
  width: 100%;
  height: 70px;
  left: 0;
}

/* pricing page */

.section.pageSplash.pricingpg{
  background-image: url('./images/P7281020-min.JPG');
  background-position: center bottom;
  background-attachment: fixed;
}

.two_cols{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-top:0;
}

.badge{
  height: 300px;
  width: 300px;
  background: #32292F;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  animation: borderGlowFlash 4s infinite ease-in-out;
}

.badge h3{
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.alignCenter{
  text-align: center;
}

.p_margin{
  margin:40px 0;
  font-size:25px;
}

.badgeHolder.alignCenter .brm_highlight{
  margin-top:22px;
  background:none;
  font-size: 6vw;
  color: #FFFFFF7A;
}

.left_half, .right_half{
  width:50%;
}

.left_half{
  /* background-color:#8b8d8e; */
}

.right_half{
  /* background-color: rgb(146, 162, 162); */
}

.med_width{
  max-width: 1360px;
}

.badgeHolder.alignCenter{
  background-image: url('./images/PA141552-min.JPG');
  position: relative;
  height: max-content;
  padding: 20px 0 287px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1360px;
}

@keyframes borderGlowFlash{
  0%{
    border: 10px solid #FAA613;
  }

  25%{
    border: 10px solid #89d632;
  }

  50%{
    border: 10px solid #32a2d6;
  }

  75%{
    border: 10px solid #d632b2;
  }

  100%{
    border: 10px solid #FAA613;
  }

}

/* gallery page */

.instagram-image img, .instagram-sidecar img {
  width: 40vw;
  border:10px solid transparent;
  float: none;
  position: relative;
  transition:all 500ms ease;
  transition:border-right 250ms ease, border-bottom 250ms ease 100ms, border-left 250ms ease 200ms, border-top 250ms ease 300ms;
}

.instagram-image:hover > img,  .instagram-sidecar:hover > img{
  border:10px solid #FAA613;
  transition:all 500ms ease;
  transition:border-top 250ms ease, border-left 250ms ease 100ms, border-bottom 250ms ease 200ms, border-right 250ms ease 300ms;
}

.instagram-image, .instagram-sidecar, .instagram-image:hover, .instagram-sidecar:hover{
  border:0;
}

.section.pageSplash.gallerypg{
  background-image: url('./images/P9121419_str.jpg');
}


.instagram_gallery{
  height: max-content;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.instagram-image, .instagram-sidecar{
  height:max-content;
  width:max-content;
  margin:20px;
}




/* contact page */

.section.pageSplash.contactpg{
  background-image: url('./images/IMG_4899_Original.jpg');
}

.section.pageSplash.contactpg.imgCover .titleFloat{
  margin-top:10vh;
  color: #32292F;
}

.section.pageSplash.contactpg.imgCover{
  background-position: 85% 70%;
}

.anim_list{
  margin-bottom:100px;
  margin-top: 50px;
}

.anim_list li{
  height:50px;
  max-width: 500px;
  margin: auto;
  transition:all 500ms ease;
  display: inline-block;
  width:33%;
  position:relative;
  background:  #32292F;
}

.anim_list li:hover{
  background: #62a462;
  transition:all 500ms ease;
  max-width: 900px;
}


.anim_list li:hover > a{
  color:#fff9f4;
}

.anim_list li a{
  line-height: 50px;
  font-size:25px;
  height: 100%;
  width: 100%;
  display: inline-block;
}

.anim_list .muted_li{
  color:#32292F;
  font-size: 15px;
  height: max-content;
  text-transform: none;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 10px;
  width: calc(90% - 10px);
  margin-left: 10px;
}

.anim_list img{
  position: absolute;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
}

.mapHolder{
  padding: 0 40px;
}


.anim_list li:hover > .muted_li, .anim_list .muted_li:hover{
  background: #FAA613;
  transition:all 500ms ease;
  color:#32292F;
}

.anim_list li:hover > .muted_li{
  transition-delay:250ms;
}

/* footer */

.section_footer{
  padding-bottom: 5px;
  background:#32292F;
  position: relative;
}

.section_footer p{
  margin-bottom:0.5em;
  font-size:13px;
  display:inline;
  line-height:50px;
  color: #fff9f4;
  text-transform: uppercase;
  font-weight: bold;
}

.section_footer a{
  display:inline;
}

.even_three{
  width:33%;
}


@media only screen and (min-width: 1360px) {
  .section.pageSplash.contactpg.imgCover .titleFloat {
    margin-top: 10vh;
    color: #FFF;
  }
}

@media only screen and (max-width: 1500px) {
  .section.pageSplash.pricingpg.imgCover .titleFloat{
    margin-top: 0;
    height: 42vh;
    padding: 40px;
    max-width: 60vw;
    margin-bottom: 40vh;
  }
}


@media only screen and (max-width: 1100px) {

  .instagram-image img, .instagram-sidecar img{
    width: calc(100% - 20px);
  }

  .mainContainer .section.pageSplash.gallerypg .titleFloat{
    margin-top:20vh;
    margin-bottom:0;
    height:auto;
  }  

  .anim_list li {
    height: 50px;
    max-width: 500px;
    margin: auto;
    transition: all 500ms ease;
    display: block;
    width: 100%;
    position: relative;
    background: #32292F;
    margin-bottom: 70px;
  }

  .anim_list .muted_li {
    width: calc(100% - 40px);
  }

  #menuBurger{
    display:block;
    position: absolute;
    z-index: 99999;
    background: transparent;
  }

  .bgVideo{
    top:0;
    height: 100%;
    width: auto;
    right: 0;

  }

  .navUl{
    flex-direction: column;
    height: calc(100vh - 50px);
    width:100%;
    margin-top:50px;
    background: #32292F;
    transition: background 500ms ease;
  }

  .menuItems{
    text-align:center;
    line-height: calc(20vh - 10px);
    font-size:2em;
  }

  .menuItems a {
    line-height: calc(20vh - 20px);
    background:#32292F;
  }

  .menuItems a:hover {
    /* border-bottom: 3px solid transparent; */
    background: #fff9f4;
    color:#32292F;
  }

  .menuItems::before{
    transform:translateY(0);
  }

  .titleFloat {
    margin-top: 0;
    /* height: calc(90vh - 140px); */
    padding: 40px;
    max-width: 60vw;
  }

  .h1_sub {
    position: absolute;
    bottom: 40px;
  }

  .titleFloat.homePage{
    color: #32292F;
  }

  .badgeHolder.alignCenter{
    padding: 20px 0 108px 0;
    background-size: cover;
  }

  .badge{
    height: 250px;
    width: 250px;
  }

  .badgeHolder.alignCenter .brm_highlight {
    margin-top: 41px;
    background: none;
    font-size: 80px;
    color: #ffffffa3;
  }

}

@media only screen and (max-width: 900px) {


.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 3px;
}

.hamburger--collapse .hamburger-inner::after {
	top: -12px;
}

.hamburger-inner::before {
	top: -6px;
}

  .two_cols{
    flex-direction: column;
  }

  .even_three{
    width:100%;
  }

  .section.icons{
    padding:0;
    justify-content: space-evenly;
    align-items: center;
    }

  .section.icons figure {
    height: 45px;
    width: 45px;
  }

  .section.icons p {
    font-size: 45px;
    line-height: 45px;
    margin: 0;
  }


  .left_half, .right_half {
    width: 100%;
  }

  .navUl{
    background:transparent;
  }

  .limited_width.sectionOdd.noBtmPad .section.alignCenter{
    padding: 40px 0;
  }

  .menuItems:hover::before {
    background: #fff9f4;
  }

  .grn_tree_bg {
    background-size: contain;
    box-shadow: inset 0 0 30px 5px black;
  }

  .imgTextWrapper_50 {
    flex-direction: column;
  }

  .flex_col_reverse{ 
    flex-direction: column-reverse;
  }

  .img_box{
    width: 100%;
    height: 500px;
    min-height: auto;
  }

  .img_box svg{
    display:none;
  }

  .text_box{
    width: auto;
  }

  .parallax{
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .quote_arrow{
    top:65px;
  }

  #quote_left{
    left:3%;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #ffffffc4;
  }

  #quote_left:hover{
    left:3%;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid  #FAA613;
  }

  #quote_right{
    right:3%;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #ffffffc4;
  }

  #quote_right:hover{
    right:3%;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid  #FAA613;
  }

  .quoteList li{
    height: calc(100% - 40px);
    /* padding: 0 40px; */
  }

  .quoteList{
    padding-top:40px;
    width:100%;
  }

  .titleHolder{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
/* 
  .two_cols .titleHolder{
    width:auto;
  } */

  .box_list .titleHolder {
    line-height: 40px;
    margin:0;
    width:auto;
  }

  .quoteList .show p{
    margin: auto 40px;
    width:auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
  }

  .quoteList .show.fromRight{
    transform: translateX(calc(-100vw));
  }

  .quoteList .show.fromLeft{
    transform: translateX(calc(100vw));
  }
  .three_col_container{
    flex-direction: column;
    align-items: center;
  }

  .column{
    height:max-content;
    width:60vw;
    margin:auto;
    margin-bottom: 30px;
  }

  .section.pageSplash.pricingpg {
    background-position: 55% bottom;
  }

  .three_col_container  .rnd_img_contain{
    height: 50vw;
    width: 50vw;    
  }


  h1{
    font-size: 60px;
  }

  .top_marge{
    margin-top:90px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

}



@media only screen and (max-width: 600px) {
  .section .section{
    padding: 20px 0;
  }

  .mapHolder{
    padding: 0 20px;
  }

  .full_width{
    width: 100%;
  }

  .box_list ul {
    padding: 20px 20px 20px 0px;
    height:max-content;
  }

  .img_box{
    height:max-content;
  }

  .med_width{
    padding:0 40px;
    margin-bottom:20px;
  }

  .strong_p{
    padding-top:1em;
  }

  .quoteList li{
    position: relative;
    margin-top:10px;
    margin-bottom:10px;
  }

  .mainContainer .section.pageSplash.imgCover .titleFloat, .section.pageSplash.contactpg.imgCover .titleFloat{
    margin-top: 0vh;
    margin-bottom: 30vh;
  }

  .mainContainer .section.pageSplash.gallerypg .titleFloat {
    margin-top: 20vh;
    margin-bottom: 0;
    height: auto;
  }

  .menuItems{
    width:100%;
  }

  .navUl.hide{
    transition: all 250ms ease 500ms;
    background:transparent;
  }

  .menuItems.hide{
    transition: opacity ease 250ms;
  }

  .quoteList .show p {
    margin: 20px auto ;
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
    padding: 20px;
  }

  .quoteList li p{
    height: 100%;
    padding: 0 20px;
    margin: 20px 0;
    position: relative;
  }

  .titleFloat{
    height:70vh;
    padding:20px;
  }

  h1{
    font-size: 40px;
    line-height: 40px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  
  p, li{
    font-size: 14px;
  }

  .paw_list.bottom_margin{
    margin-bottom:30px;
  }

  .parallax{
    height:max-content;
  }

  .anim_list li a {
    font-size: 18px;
  }

  .grn_tree_bg{
    width:100%;
  }

  .top_marge {
    margin-top: 20px;
  }

  .quoteList {
    padding-top: 0px;
  }

  .titleHolder{
    width:90%;

  }

  .pageSplash{
    max-width: calc(100% - 40px);
  }

  #menuBurger{
    top:0;
    left:15px;
  }

  .testimonialHolder .booking_link{
    transform: none;
    margin-top: 20px;
    margin-bottom: 10px;
    width: calc(100% - 80px);
  }

  .scoreCard{
    margin:10px 0;
  }

  .scoreCard svg{
    height:35px;
    width: 35px;
  }

  .h1_sub {
    position: absolute;
    bottom: 40px;
    font-size: 0.8em;
    border-bottom: 10px solid #FAA613;
  }

  .titleFloat p{
    max-width: 50%;
    line-height: 50px;
  }

  .booking_link{
    width: auto;
  }

  .creditFloat {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff9f4;
    text-transform: uppercase;
    right: 1em;
  }

  .creditFloat p {
    margin-bottom: 1em;
    letter-spacing: 2px;
    font-size: 8px;
    font-weight: bold;
  }

  .anim_list li{
    margin-bottom:110px;
  }

  .quote_arrow{
    top: 126px;
  }

  #quote_left {
    left: 3%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #ffffffc4;
  }

  #quote_left:hover {
    left: 3%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #FAA613;
  }

  #quote_right {
    right: 3%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ffffffc4;
  }

  #quote_right:hover {
    right: 3%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #FAA613;
  }

  .three_col_container p {
    font-size: 15px;
  }

  .badgeHolder.alignCenter .brm_highlight {
    margin-top: 41px;
    background: none;
    font-size: 50px;
    color: #ffffffa3;
  }


}

@media (hover: none) {
  .section.pageSplash.pricingpg {
    background-image: url('./images/P7281020-min.JPG');
    background-position: center bottom;
    background-attachment: initial;
  }
}

.petCalcRow{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.petCalcRow div{
  flex-grow: 1;
}

.scoreCard svg {
  transition: all ease 500ms;
  animation: fadeIn 500ms forwards;
  opacity: 0;
}

@keyframes fadeIn {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

input, select, .petCalcRow button{
  min-width: 50px;
  background: white;
  border-radius: 10px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
  border: 2px solid #215b99;
  color: #215b99;
  font-size: 1rem;
  padding-left: 10px;
}

.inputLabel{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 50%;
}

.inputLabel label {
  padding: 0px 13px 6px;
}

.buttonRow{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
}

.buttonRow button{
  flex-grow: 1;
  margin: 10px 10px 0px;
  font-size: 1.8rem;
  padding: 8px 0px;
  background: #215b99;
  color: white;
  border: none;
}

@media only screen and (max-width: 1190px) {
  .petCalcRow div:first-child{
    margin-bottom:50px;
  }
  .petCalcRow {
    flex-direction: column;
  }
  .inputLabel {
    max-width: 100%;
  }
}