
body {
	font-size: 14px;	
	/* overflow-x: hidden; */
	margin: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
	color:#A6F3EA;
	background: black;
}

/*
body,button,.form-control {
	color:#A6F3EA;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
	font-weight: 400;	
}
*/

button { cursor: pointer; }
a, button { color: azure; transition: all 0.1s ease; }
a:hover,
a:focus {
	text-decoration: overline;
	outline: none;
	color: cornflowerblue;
}


h1, h2, h3 {
	border: 1px solid #00FF39;
	color: #00FF39;
	display:block;
	font-size: 2.2rem; 
	/* padding: 20px 40px;*/ 
	text-shadow: 0 0 40px rgba(211,46,28,1);
}

h4 {
	/* border: 1px solid #00FF39; */
	/*color: #00FF39; */
	font-size: 1.5rem; 
	text-shadow: 0 0 40px rgba(211,46,28,1);
	margin: 0px;
}



h5 {
	/* border: 1px solid #00FF39; */
	/*color: #00FF39; */
	font-size: 1.5rem; 
	text-shadow: 0 0 40px;
	text-decoration: overline;
	margin: 0px;
}

img {
	vertical-align: middle;
}


.container-fluid { 
	overflow: hidden;
	background: black;
	/* height: 100%;
	padding-left: 0; 
	padding-right: 0;
	 overflow-x: hidden; */
}

/*.tm-flex { display: flex; }

.tm-section {
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
*/

button:focus { outline: none; }

p { 
	line-height: 1.8;
	/*margin-bottom: 50px; */
}

/* Site Logo */

.tm-section-title {
	font-size: 2.6rem;
    margin-bottom: 2rem;	
}

.tm-site-title-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}

.tm-site-title { 
	border: 1px solid #00FF39;
	color: #00FF39;
	display:block;
	font-size: 2.2rem; 
	padding: 20px 40px;
	text-shadow: 0 0 40px rgba(211,255,128,1);
	margin: 0 auto;
	width: 300px;
}

.tm-textbox {
	max-width: 400px;
	width: 40%;
	padding: 30px;
	overflow: hidden;
	margin: 3%;
	margin-top: 100px;
}

.tm-centered-textbox {
	max-width: 600px;
	width: 62%;
	padding: 30px 50px 50px 50px;
	overflow: hidden;
	margin: 20px;
}



/* Content Box */

.tm-translucent-bg { background-color: rgba(2,255,187,0.28)}

.tm-translucent-bg-beige { background-color: rgba(145,97,27,0.75)}

.tm-translucent-bg-purple { background-color: rgba(182,0,255,0.38) }

.tm-translucent-bg-red { background-color: rgba(252,0,95,0.48) }

.tm-translucent-bg-blue { background-color: rgba(6,0,165,0.38) }

.tm-translucent-bg-aqua { background-color: rgba(6,200,165,0.8) }

.tm-translucent-bg-yell { background-color: rgba(206,201,54,0.48) }

.tm-translucent-bg-whitish { background-color: rgba(235,245,255, 0.50); color: rgba(235,245,255, 1.00); }

.tm-translucent-bg-cyan { background-color: rgba(0,25,25,0.67) }

.tm-green-text { color: #96C700; }
.tm-blue-text { color: #3690FD; }
.tm-red-text { color: #983333; }

.tm-btn,.tm-btn:visited {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 60px;
	background-color: rgba(151,255,79,0.29);
	color: rgba(0,255,174,1.00);
	cursor: pointer;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	display:inline;
}

.tm-btn:hover,.tm-btn:focus {
	color:rgba(110,0,110,1.00);
	background-color:rgba(255,254,209,0.86);
}




.tm-content-box {
	width: 60%;
	max-width: 460px;
	min-width: 100px;
	padding: 40px;
	/*margin: 20px; */
	position: relative;
	top: 150px;
	margin-bottom: 100px;
	
}


.tm-small-font { font-size: 1rem; }


.MidAlign {	vertical-align:bottom; }


.content-align-left {
	text-align: left;
	}


/* Main Page Parallax */

.parallaxbase {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	overflow: hidden;
}

.parallax1 {
  /* The image used */
  background-image: url("../images/bg/logolasersensitive3-1080p.jpg");

  /* Set a specific height */
  min-height: 1000px;
}

.parallax2 {
  /* The image used */
  background-image: url("../images/bg/03-Drone-NZ6_2819b-decenter.jpg");

  /* Set a specific height */
  min-height: 1000px;
  /*height: 100%; */
}

.parallax3 {
  /* The image used */
  background-image: url("../images/bg/02-Acupression-P1030672b-1920w.jpg");

  /* Set a specific height */
  min-height: 1000px; 
  
}


.parallax4 {
  /* The image used */
  background-image: url("../images/bg/NZ6_3065-1920w.jpg");

  /* Set a specific height */
  min-height: 1000px;
  height:100%;
}

/* .tm-gallery-content { padding-top: 180px; } */

.parallax5 {
  /* The image used */
  background-image: url("../images/bg/CCTVTree-P1040149b.jpg");

  /* Set a specific height */
  min-height: 1000px;
  height:100%;
}


.parallax6 {
  /* The image used */
  background-image: url("../images/cctvtree/CCTVTree-P1040149b.jpg");

  /* Set a specific height */
  min-height: 1000px;
  height:100%;
}


.tm-content-box-right {
	overflow: hidden;
	float: right;
	height: 100%;
	/*margin-left: auto; */
	margin-right: 3%;
}

.tm-content-box-left {
	overflow: hidden;
	float: left;
	height: 100%;
	margin-left: 3%;
	/*margin-left: auto;
	margin-right: 0; */
}




/* Footer */

.ls-footer {
	overflow: hidden;
	display:flex;
	background-color: black;	
	padding: 40px;
}

.ft-btn,.ft-btn:visited {
	font-size: 1rem;
	font-weight: 400;
	background-color: rgba(112,100,101,0.21);
	color:#A6F3EA;
	padding: 15px 30px; 
	cursor: pointer;
	border-radius: 5px;
	margin: 0 auto;
	text-shadow: 0 0 40px #A6F3EA;
	
}

.ft-btn:hover,.ft-btn:focus {
	color:rgba(110,0,110,1.00);
	background-color:rgba(255,254,209,0.86);
}



	


/* Media Queries */
@media screen and (max-width: 991px) {
	.tm-gallery-content { padding-top: 150px; }
	/* .tm-section-gallery { min-height: 900px; } */
	.tm-page-content-width,.tm-content-box { /* min-height: 1200px;	*/ }
}

@media screen and (max-width: 767px) {
	.tm-gallery-content { padding-top: 100px; }
	.tm-content-box { /* padding: 100px 60px 100px; */ }
	/* .tm-section-gallery { min-height: 1050px; }	*/
	.tm-page-content-width,.tm-content-box { /* min-height: 1050px; */	}
	.tm-site-title-wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-height: 639px) {
	.tm-section-home { /* min-height: 100%; */ }
}

@media screen and (max-width: 575px) {
/*	.tm-gallery-content {padding-bottom: 150px;}	*/
}

@media screen and (max-width: 420px) {
	.tm-media {
		flex-direction: column;
		align-items: center;
	}

	.tm-media-icon {
		margin-right: 0;
		margin-bottom: 30px;
	}
}
