@charset "UTF-8";
/* Stylesheet for Naturepics */
body {
	background-color: #f7f7f7;
}
#wrapper {
	max-width: 2200px;
	margin-left: auto;
	margin-right: auto;
}
h1, h4, h6, .navbar-brand {
	font-family: "Felipa", cursive;
}
h1 {
	font-size: 7rem;
	margin-bottom: 280px;
	padding-top: 20px;
}
h4 {
	font-size: 3rem;
}
#header {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#headerContent {
	position: relative;
	width: 100%;
	height: 500px;
	display: block;
	background: url("../images/header01.jpg") center center no-repeat;
	background-size: auto 100%;
	color: #fff;
}
/* ========= Customise the colours in the navbar & links =========*/
.navbar-custom {
	background-color: #434343;
}
/* change the brand and text color */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text, .navbar-custom .navbar-toggler {
	color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link, .navbar-custom .navbar-toggler {
	color: rgba(255,255,255,.75);
}
/* change the color of active, hovered & visited links */
.navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:hover .nav-link, .navbar-custom .nav-link:visited, .navbar-brand:hover, .navbar-brand:visited {
	color: #ffffff !important;
}
/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
	background-color: #434343;
	width: 240px !important;/*    height: 400px !important;*/
}
.navbar-custom .dropdown-item { /* Dropdown link colour*/
	color: rgba(255,255,255,.75);
}
/* White dropdown links on hover */
.navbar-custom .dropdown-item:hover {
	color: #ffffff;
	background-color: #434343;
}
nav.navbar a { /* Add margin to two right links */
	margin-right: 40px;
}
/*======================================*/
/* Style the secondary dropdown submenu */
.dropdown-menu-right {
	top: 35px;
}
.navbar-nav li:hover > ul.dropdown-menu {
	/* Show the dropdown on hover, nout just click */
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: -10px;
	left: 11rem; /* 10rem is the min-width of dropdown-menu */
	margin-top: 0px;
}
.dropdown-menu > li > a:hover:after {
	/*	rotate the caret/arrow on the sub menu link on hover */
	text-decoration: underline;
	transform: rotate(-90deg);
}
/* ============= End customise navbar ================ */
/* <================== page numbers =================> */
.pageList {
	position: absolute;
	margin: 5px 0 0 10px;
	z-index: 1;
}
.pageList span {
	display: inline-block;
	width: 30px;
	text-align: center;
	border-radius: 5px;
}
.pageList a span {
	color: #bebebe;
	cursor: pointer;
}
.pageList a span:hover {
	background: #e9e9e9;
}
/* <========== Page Navigation buttons ==============> */
span.btnLeft {
	width: 35px;
	height: 35px;
	background: url(../images/arrowLeft.png) no-repeat left;
	display: inline-block;
}
span.btnRight {
	width: 35px;
	height: 35px;
	background: url(../images/arrowRight.png) no-repeat left;
	display: inline-block;
}
.btnLeft, .btnRight {
	position: relative;
	margin: 0 25px;
	z-index: 1;
}
.btnRight {
	background-image: url("/images/arrowRight.png");
}
.btnLeft:hover {
	background: url(../images/arrowLeftBlue.png);
	right: 3px;
}
.btnRight:hover {
	background: url(../images/arrowRightBlue.png);
	left: 3px;
}
.hide {
	visibility: hidden;
	pointer-events: none;
	cursor: default;
	display: inline-block;
}
.hidePageNumber {
	display: none;
}
/* <========== End Navigarion buttons ==============> */
/* <========= Page Title ==========> */
#pageTitleDiv {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 5px;
	opacity: 0.3;
}
#pageTitleText {
	margin-right: 5px;
	font-size: 1.1vw;
}
/* <============================================================> */
.card-img-top { /* Make vertical images same hdight as horizontal */
	width: 100%;
	height: 15vw;
	object-fit: contain;
}
.image-gallery {
	padding-bottom: 0px;
	padding-top: 40px;
	margin-bottom: 60px;
}
.image-gallery .item {
	margin-bottom: 20px;
	text-align: center;
}
.item img {
	margin: auto;
}
/* <== Add spacing at the bottom of pages to show bottom arrows ==> */
#gallery {
	margin-bottom: 50px;
}
.myfooter {
	width: 100%;
	height: 50px;
	background-color: #434343;
	color: rgba(255,255,255,.5);
	text-align: center;
	display: inline-block;
	position: fixed;
	bottom: 0;
}
h6 {
	display: inline-block;
	margin-top: 12px;
}
.card {
	text-align: center;
}
/* < ===== Cart on index page =====> */
#indexCartDiv {
	position: absolute;
	right: 0;
	top: 560px;
	margin-right: 10px;
	opacity: 0.3;
	z-index: 2;
}
#indexCartImg {
	width: 30px;
}
#indexCartNum {
	position: absolute;
	right: 30px;
	top: 4px;
	font-size: 0.8em;
}
/* <===== Cart on gallery pages ===> */
#cartOrig {
	width: 40px;
	margin: 0 10px 0 15px;
	cursor: pointer;
}
#cartNum {
	position: absolute;
	right: 50px;
	top: 4px;
}
/* <== Cart pic inside image cards ==> */
.cartPic {
	margin-left: 10px;
	width: 30px;
	opacity: 0.4;
	display: inline-block;
	/* float: left; */
}
/* <===== Checkboxes on gallery pages =====> */
.checkSelect {
	margin: 0;
	display: inline-block;
	/* float: left; */
	position: relative;
	top: 2px;
}
input[type='checkbox'] {
	-webkit-appearance: none; /* remove default appearance on Webkit-based browsers */
  -moz-appearance: none; /* remove default appearance on Mozilla-based browsers */
  appearance: none; /* remove default appearance on all other browsers */
	width: 20px;
	height: 20px;
	background: white;
	border-radius: 4px;
	border: 1px solid #555;
	outline: 0;
}
input[type='checkbox']:checked {
	/*    background: #5a8aff;*/
	background-image: url(../images/tick.png);
	outline: 0;
}
/* <============================================================> */
/* <========== The Modal (background) ==========> */
/* Style every image in the image grid for modal use */
.imageModal {
	cursor: pointer;
	transition: 0.3s;
}
/* The Modal window */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 2; /* Sit on top */
	padding-top: 0px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width: cover screen */
	height: 100%; /* Full height: cover screen */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
/* Dummy img tag, where the image will be inserted */
.modal-content {
	margin: auto;
	display: block;
	width: auto;
}
/* Caption of Modal Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
	font-size: 1em;
}
/* Heading of Modal Image */
span.modalWindowMessage {
	margin: 0 auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 40px;
	font-size: 1em;
}
/* Add Animation */
.modal-content, #caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
 from {
transform:scale(0)
}
 to {
transform:scale(1)
}
}
@keyframes zoom {
 from {
transform:scale(0.1)
}
 to {
transform:scale(1)
}
}
.closeModal:hover, .closeModal:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
.modal-content {
	width: 100%;
}
}

/* <================ End Map Modal ==============> */
/* <=======================================================> */
@media only screen and (max-width : 1441px) {
nav.navbar a {
	margin-right: 20px;
}
h1 {
	/*	margin-top: 30px;*/
	font-size: 6.5rem;
	margin-bottom: 295px;
}
h4 {
	font-size: 2.5rem;
}
}

@media only screen and (max-width : 1050px) {
nav.navbar a {
	margin-right: 15px;
}
/*
	#aboutLink {
	margin-right: 10px;
}
*/
}

@media only screen and (max-width : 992px) {
nav.navbar {
	margin-right: 10px;
	display: block;
	width: 100%;
	top: 0;
	right: 0;
	margin: 0;
}
nav.navbar a {
	margin-right: 0px;
}
.navbar .navbar-toggler {
	float: right;
}
.navbar-collapse .navbar-nav li, .dropdown-menu a {
	text-align: right;
}
.navbar-collapse {
	margin-right: 20px;
}
.navbar-nav .dropdown-menu { /* Move the dropdown content to the right */
	float: right;
	width: 40%;
}
.image-gallery {
	position: relative;
	padding-top: 20px;
}
.navbar-collapse .navbar-nav {
	position: relative;
}
h1 {
	margin-bottom: 310px;
}
h4 {
	font-size: 2rem;
}
h5 {
	font-size: 1.0rem;
}
p {
	font-size: 0.7rem;
}
.card-img-top { /* Make vertical images same hdight as horizontal */
	height: 30vw;
}
}

@media only screen and (max-width : 850px) {
#indexCartDiv {
	margin-right: 5px;
	top: 555px;
}
#indexCartImg {
	width: 25px;
}
#indexCartNum {
	right: 25px;
}
}

@media only screen and (max-width : 767px) {
#headerContent {
	height: 450px;
}
h1 {
	font-size: 5.5rem;
	margin-bottom: 290px;
}
h4 {
	font-size: 1.7rem;
}
h5 {
	font-size: 1.4rem;
}
p {
	font-size: 0.8rem;
}
.pageList span {
	width: 20px;
}
	.image-gallery {
		padding-top: 33px;
	}
#pageTitleText {
	visibility: hidden;
}
/*< == Shopping Cart Div ==> */
#indexCartDiv {
	margin-right: 12px;
	top: 510px;
}
#indexCartImg {
	width: 30px;
}
#indexCartNum {
	right: 30px;
}
}

@media only screen and (max-width : 575px) {
.card-img-top { /* Make vertical images same hdight as horizontal */
	height: 40vw;
}
h4 {
	font-size: 1.4rem;
}
.pageList {
	visibility: hidden;
}
#equipList tbody tr td {
	font-size: 0.8em;
	padding-left: 10px;
}
.eqTblTxt {
	width: 70%;
}
}
