html, body { height: 100%; }
body { background-color: #fff; font-family: Montserrat, sans-serif; font-display: swap; }

/* navbar / banner */
.fixed-navbar { background: #E6EAD2; }
.fixed-navbar-shadow { box-shadow: 0px 2px 10px #999; }
.banner { display: table; width: 100%; -webkit-transition: height 0.5s; -moz-transition: height 0.5s; transition: height 0.5s; padding: 10px 0 10px 0; }
.banner-condensed { height: 50px !important; padding: 5px 0 5px 0 !important;}
.banner .logo { display: table-cell; background-image: url(../assets/logo3.png); background-repeat: no-repeat; background-position: left center; background-size: contain; width: 100%; cursor: pointer; }

/* menu */
.menu { display: table-cell; white-space: nowrap; vertical-align: middle; text-align: right; font-size: 13pt; }
.menu a { color: #8fb938; transition: all 0.2s ease-in-out; text-decoration: none; margin: 5px 0; user-select: none; }
.menu ul { margin: 0; padding: 0; list-style: none; }
.menu li { position: relative; display: inline-block; margin-left: 15px; }
.menu li:first-child { margin-left: 40px; }
.menu li > a { color: #8fb938; font-size: 16px; border: none; display: inline-block; padding: 10px; }
.menu li:hover > a { color: #E6EAD2; background-color: #666;}
.menu li.active > a { color: #E6EAD2; background-color: #666; }
@media only screen and (min-width: 992px) {
	.menu li { margin-left: 20px; }
	.menu li:first-child { margin-left: 60px; }	
}
@media only screen and (min-width: 1200px) {
	.menu li:first-child { margin-left: 100px; }	
}


/* mobile menu */
.mobilemenu-toggle { margin-left: 0%; cursor: pointer; color: #000; }
.mobilemenu-open { margin-left: 15px; margin-top: -4px; font-size: 18px; }
.mobilemenu-close { margin-left: 15px; margin-top: -4px; padding-left: 4px; font-size: 18px; display: none; }
.mobilemenu { background: #000; color: #fff; height: 100%; width: 100%; overflow-y: auto; position: fixed; top: 0px; left: 0px; z-index: 10000; margin-left: 100%; -webkit-transition: margin-left 0.5s ease; -moz-transition: margin-left 0.5s ease; -o-transition: margin-left 0.5s ease; transition: margin-left 0.5s ease; }
.mobilemenu-toggle { margin-left: 0%; }
.mobilemenu-body-no-scroll { overflow: hidden; }
.mobilemenu a { display: flex; justify-content: space-between; align-items: center; cursor: pointer; line-height: 44px; height: 44px; color: #fff; width: 100%; letter-spacing: 1px; }
.mobilemenu a:hover { color: #8fb938; text-decoration: none; }
.mobilemenu a.active { color: #8fb938; }
.mobilemenu .menuitem { width: 100%; padding: 0 20px 0 20px; border-bottom: solid #333132 1px; box-sizing: border-box; font-size: 0.85em; }
.mobilemenu .menuitem:first-child { border-top: solid #333132 1px; }
.mobilemenu .submenu { padding: 0 20px 20px 10px; display: none; }
.mobilemenu .submenu a { display: block; line-height: 30px; height: 30px; padding: 0; }	
.mobilemenu .menuitem-active .submenu { display: block; }


/* content */
.content { font-size: 12pt; line-height: 20pt; color: #4d4d4f; padding-top: 20px; padding-bottom: 30px; }
.content a { color: #8fb938; text-decoration: none; }
.content p { margin-bottom: 12pt; }
.content b { font-weight: 600; }
.content a:hover { color: #7a9e2f; text-decoration: none; }
.content h1 { font-weight: 600; letter-spacing: 4px; margin-bottom: 30px; margin-top: 0px; font-size: 22pt; line-height: 28pt; color: #333;}
.content h2 { font-size: 20pt; line-height: 24pt; font-weight: 600; color: #333; }
.content h3 { font-size: 1.2em; font-weight: 600; color: #333; }
@media only screen and (min-width : 768px) { /* small desktop, tablet */
	.content { font-size: 11pt; line-height: 18pt; }
	.content h1 { font-size: 27pt; line-height: 24pt; }
	.content h2 { font-size: 20pt; line-height: 23pt; }
}
.contact { margin-top: 40px; }
.contact dl { margin-bottom: 15px; }
.contact dt { float: left; clear: left; width: 20px; font-weight: normal; }
.contact dd { margin: 0 0 0 30px; padding: 0 0 0.5em 0; }
.map { width: 100%; height: 40vh; background: #ccc; }
@media (min-width: 768px) {
	.map { height: 30vh; }
}



/* footer */
.footer-wrapper { background-color: #231f20; margin-top: 30px; padding-top: 10px; font-size: 14px; }
.footer { display: table; width: 100%; color: #fff; }
.footer .logo { display: table-cell; vertical-align: middle; }
.footer .logo img { height: 36px; }
.footer .footer-menu-wrapper { display: table-cell; vertical-align: middle; }
.footer .footer-menu { margin-bottom: 4px; }
.footer .footer-menu p { margin: 0 0 5px 0; }
.footer a { color: #fff; transition: all 0.3s ease-in-out; }
.footer a:hover { color: #ddd; text-decoration: none; }
.footer .copyright { color: #fff; font-size: 10px; }
.footer .credits { margin-top: 10px; text-align: center; font-size: 9px; }


/* parallax */
.parallax__container{clip: rect(0,auto,auto,0); height:100%; left:0; overflow: hidden; position:absolute; top: 0; width: 100%; z-index: -100; background-color: #eee; }
.parallax__container .parallax { background-position:center; background-repeat:no-repeat; background-size:cover; position:fixed; top: 0; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; width: 100% }
.parallax-banner { height: 30vh; background: transparent; display: table; width: 100%; }
.parallax-banner h1 { margin: 0px; text-align: center; display: table-cell; vertical-align: middle; font-weight: 200; line-height: 35pt; color: #fff; text-shadow: 1px 1px 4px #000; }
@media only screen and (min-width : 400px) { /* mobile */
	.parallax-banner  h1 { font-size: 32pt; line-height: 45pt; } 
}
@media only screen and (min-width : 768px) { /* small desktop, tablet */
	.parallax-banner { height: 40vh; }
	.parallax-banner h1 { font-size: 40pt; line-height: 55pt; } 
}
@media only screen and (min-width : 1200px) { /* small desktop, tablet */
	.parallax-banner h1 { font-size: 47pt; line-height: 63pt; } 
	.parallax-banner { height: 50vh; }
}


/* responsive adjustments */
@media only screen and (min-width : 1px) { /* phone */
	.banner { height: 90px; }
	.footer { padding-top: 15px; padding-bottom: 15px; }
}
@media only screen and (min-width : 768px) { /* small desktop, tablet */
	.footer { padding-top: 25px; padding-bottom: 25px; }
}
@media only screen and (min-width : 992px) { /* medium desktop */
	.banner { height: 150px; }
}
@media only screen and (min-width : 1200px) { /* large desktop */

}
@media only screen and (min-width : 1900px) { /* very large desktop */
}		


/* CONTACT */
.contact-form { font-size: 13pt; }
.contact-form input[type="text"] { display: block; width: 100%; padding: 4px; margin-bottom: 15px; border: 0px; border-radius: 3px; }
.contact-form input[type="text"]::placeholder, input[type="email"]::placeholder { color: #bbb; }
.contact-form input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder { color: #bbb; }

.contact-form .error::-webkit-input-placeholder { color: #ff9933 !important; }
.contact-form .error::-moz-placeholder { color: #ff9933 !important; }

.contact-form textarea { display: block; border: 0px; padding: 4px; width: 100%; resize: none; border-radius: 3px; height: 80px; margin-bottom: 15px; }
.contact-form textarea::placeholder { color: #bbb; }
.contact-form textarea::-webkit-input-placeholder { color: #bbb; }
.contact-form button { padding: 10px 25px 10px 25px; margin-top: 20px; border: solid 1px #4d4d4f; border-radius: 4px; background: #fff; }
.contact-form button:hover { background: #eee; }

.contact-form h2 { margin-top: 0px; margin-bottom: 20px; font-size: 2.5em; }
.contact-form h3 { color: #339933; margin-bottom: 15px; }


/* lightbox */
.lightbox { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 10000; background-color: rgba(0,0,0, 0.98); visibility: hidden; }
.lightbox-slide { height: 100%; width: 100%; }
.lightbox-slide img { max-width: 100%; max-height: 100%; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.lightbox-slide picture { position: absolute; top: 0; left: 0; height: 100%; width: 100%; } 
.lightbox-swiper-container { height: 100%; width: 100%; }
.lightbox-close { color: #fff; font-size: 24px; position: absolute; top: 20px; right: 20px; cursor: pointer; z-index: 140; }
/* .lightbox-image { display: block; width: auto; max-height: 100%; margin-left: auto; margin-right: auto; position: relative; top: 50%; transform: translateY(-50%); } */
.lightbox-bullets { margin-bottom: 20px; }
.lightbox-bullets .bullet { margin: 0 5px 0 5px; display: inline-block; height: 9px; width: 9px; background: none; border-radius: 50%; border: solid 1px #fff; }
.lightbox-bullets .active { background: #fff; }
.lightbox-slide h2 { position: absolute; bottom: 0px; width: 100%; line-height: 26px; font-size: 12px; color: white; z-index: 10001; text-align: center; background-color: rgba(0,0,0,0.5); margin: 0; }
.gallery { margin-top: 40px; }
.gallery img { margin-bottom: 30px; cursor: pointer; }


/* top of page button */
.top { z-index: 100; position: fixed; width: 50px; height: 50px; text-align: center; border-radius: 25px; line-height: 50px; color: rgba(255,255,255,0.5); font-size: 24px; background-color: rgba(0,0,0,0.5); bottom: 10%; right: 10%; display: none; cursor: pointer; }		


/* privacy popup */
.privacy-popup { position: fixed; bottom: 0px; left: 0px; width: 100%; padding: 20px; background: #333; display: none; z-index: 100; color: #fff; }
.privacy-popup button { padding: 10px 25px 10px 25px; margin-top: 20px; border: solid 1px #4d4d4f; border-radius: 4px; background: #fff; color: #333; }
.privacy-popup button:hover { background: #eee; }


/* UTILITIES */

/* vertical align element within parent container */
.vertical-align { position: relative; top: 50%; transform: translateY(-50%); }

/* remove bootstrap row gutters */ 
.no-gutter > [class*='col-'] { padding-right:0; padding-left:0; }

.hours-payment { text-align: center; text-transform: uppercase; font-size: 0.85em; font-weight: 600; letter-spacing: 1px; }

#home-banner { background-image: url(../assets/index/dunedin-cattery.jpg); }
#facilities-banner { background-image: url(../assets/dunedin-cattery/dunedin-cattery.jpg); }
#rates-banner { background-image: url(../assets/boarding-rates/boarding-rates.jpg); }
#reservations-banner { background-image: url(../assets/reservations/reservations.jpg); }
@media (max-width: 768px) {
	#home-banner { background-image: url(../assets/index/dunedin-cattery-mobile.jpg); }
	#facilities-banner { background-image: url(../assets/dunedin-cattery/dunedin-cattery-mobile.jpg); }
	#rates-banner { background-image: url(../assets/boarding-rates/boarding-rates-mobile.jpg); }
	#reservations-banner { background-image: url(../assets/reservations/reservations-mobile.jpg); }
}

.content-cols { column-count: 1; column-gap: 30px; }
@media (min-width: 768px) {
	.content-cols { column-count: 2; }	
}
.col-section { -webkit-column-break-inside: avoid;  column-break-inside: avoid; }

.royal-canin { max-width: 200px; margin: 0 auto 20px auto; text-align: center; font-size: 0.85em; color: #000; }
.royal-canin img { display: block; margin-bottom: 5px; }

.rates { width: 100%; margin-bottom: 15px; border-collapse: collapse; }
.rates tr:nth-child(even) { background-color: #eee; }
.rates td { padding: 4px; }
.rates tr td:nth-child(2) { text-align: right; }
