﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CUSTOM STYLING */
body {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 17px;
	color:#333333;
	margin: 0;
    padding: 0;
	background: #ffffff;
	line-height: 1.5;
}		

h1, h2, h3, h4, h5, #top {
	font-weight: 300;
	letter-spacing: 0.025em;
	font-family: 'Comfortaa', cursive;
	
}
h1 {
	font-size: 24px;
	padding: 35px 0 35px 0;
	color: #fff;
	line-height: 2.2em;
}
	
h2 {
	font-weight: 400;
	font-size: 22px;
	margin: 20px auto 20px;
	padding: 0;
	color: #9ed732;
	color: #9edc27;
    letter-spacing: -0.0125em;
}
h3 {
	font-weight: 400;
	font-size: 22px;
	margin: 20px auto 20px;
	padding: 0;
	color: #000000;
    letter-spacing: -0.0125em;
}
strong, b {
    font-weight: 700;
}
p {
	line-height: 1.6;
    margin-bottom: 25px;
}
#middle ul li, #bottom ul li {
	margin-bottom: 0.9em;
    text-indent: -7px;
    padding-left: 17px;
}
#middle ul li:before, #bottom ul li:before {
    display: inline-block;
    line-height: 1;
    content: "•";
    color: #9edc27;
    margin-right: 7px;
}

img { max-width: 100%; height: auto; }

a{ color: #9ed732; text-decoration: none; }
a:hover { color: #f17406; }

.clear { clear: both; }

.wrap { 
	max-width: 90%; 
	width: 90%; 
	margin: 0 auto;
}
.centered {text-align: center; }

.py-1 { padding-top: 1em; padding-bottom: 1em; }
.py-2 { padding-top: 2em; padding-bottom: 2em; }
.py-3 { padding-top: 3em; padding-bottom: 3em; }

.mb-1 { margin-bottom: 1em; }
.mb-2 { margin-bottom: 2em; }
.mb-3 { margin-bottom: 3em; }

#top {
	background: #0f0e09 url('images/Kea_bg_1200px.jpg') scroll 48% 0 no-repeat;
	background-size: cover;
	color: #fff;
    padding: 25px 0 80px 0;
	width: 100%;
    min-height: 100%;
    min-height: 100vh;
    position: relative;
	font-size: 24px;
	box-sizing: border-box;
}
#top-pccnz {
	color: #fff;
	padding: 25px 0 80px 0;
	width: 100%;
	min-height: 100%;    
	position: relative;
	font-size: 24px;
	box-sizing: border-box;
	background-color: #1250a3;
}

#logo { width: 150px; }

#pccnz-logo {
	margin-top: -80px;
	margin-left: 200px;
	width: 170px;
}

#pccnz-text {
	background-image: url('images/pccnz-technology-solutions-1.jpg');
	background-repeat: no-repeat;
	background-position: right;
	height: 308px;
}

#pccnz-text h1 {
	font-size: 24px;
	padding: 35px 0px 0px 0px;
	color: #fff;
	line-height: 2.2em;
}

#pccnz-text h2 {
	font-weight: 400;
	font-size: 22px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	color: #9ed732;
	color: #9edc27;
	letter-spacing: -0.0125em;
	width: 400px;
	text-align: left;
}

#pccnz-image {
	border: 10px solid #FFFFFF;
}

#top .scroll {
	font-size: 1.25em;
	font-weight: 700;
	position: absolute;
    bottom: 0;
	letter-spacing: -0.025em;
}
#top .scroll a {
}
#top a.scroll i {
	font-size: 0.85em;
}

#bottom { 
	background-color: #1d220d;
	padding: 50px 0 60px 0;
	color: #fff;
}
#bottom h2, #bottom a { color: #fff; }
#bottom a:hover { color: #9edc27; }
#footer { background: #fff; text-align: center; padding: 50px 0 40px 0; }
#footer a { color:#62534e; }
#footer a span { position: relative; top: 4px; padding: 0 20px; }
#copyright { font-size: 0.9em; color: #867f7d; }

@media only all and (min-width: 360px) and (orientation : portrait) {
	#logo { width: 170px; }
	h1 { font-size: 26px; line-height: 2.4em; }
	#pccnz-text {
	background-image: none;
	background-color: #1250a3; }
	#pccnz-logo {
	margin-top: 40px;
	margin-left: 0px;
	width: 170px;}	
	#pccnz-text h2 {
	width: 300px;}
}
}
@media only all and (min-width: 480px) and (orientation : portrait) {
	.wrap { max-width: 85%; width: 85%; }
}
@media only all and (min-width: 768px) and (orientation : portrait) {
	h1 { font-size: 36px; }
	#top { padding-top: 45px; }
	#logo { margin-bottom: 20px; }
	#top .scroll { font-size: 1.5em; bottom: 10px; }
}
/* sm */
@media only all and (min-width: 576px) {
	.py-1 { padding-top: 1.25em; padding-bottom: 1.25em; }
	.py-2 { padding-top: 2.25em; padding-bottom: 2.25em; }
	.py-3 { padding-top: 3.25em; padding-bottom: 3.25em; }
	
	#top { background-image: url('images/Kea_bg_2100px.jpg'); }
	
	.cols-2, .cols-3 { margin-left: -4%; margin-right: -4%; }
	.cols-2 .col, .cols-3 .col { width: 42%; margin-left: 4%; margin-right: 4%; float: left; }
	.cols-2.centered .col, .cols-3.centered .col { width: 41%; float: none; display: inline-block; }
	.cols-2 .col:nth-child(odd), .cols-3 .col:nth-child(odd) { clear: both; }
}
/* md */
@media only all and (min-width: 768px) {
	h1 { font-size: 26px; line-height: 2.4em; }
	h2 { font-size: 26px; }
	
	.py-1 { padding-top: 1.5em; padding-bottom: 1.5em; }
	.py-2 { padding-top: 2.5em; padding-bottom: 2.5em; }
	.py-3 { padding-top: 3.5em; padding-bottom: 3.5em; }
	
	.mb-md-0 { margin-bottom: 0; }
	
	.floatleft50, .floatright50 { float: left; width: 47%; }
	.floatright50 { float: right; }
	
	.cols-3.logos .col { width: 24.75%; }
}
/* lg */
@media only all and (min-width: 992px) {
	h1 { font-size: 30px; line-height: 2.2em; }
	h2 { font-size: 28px; }
	
	.py-1 { padding-top: 1.75em; padding-bottom: 1.75em; }
	.py-2 { padding-top: 2.75em; padding-bottom: 2.75em; }
	.py-3 { padding-top: 3.75em; padding-bottom: 3.75em; }
	
	.cols-3 { margin-left: -3%; margin-right: -3%; }
	.cols-3 .col { width: 27.333%; margin-left: 3%; margin-right: 3%; }
	.cols-3.centered .col, .cols-3.logos .col { width: 27%; }
	.cols-3 .col:nth-child(odd) { clear: none; }
	.cols-3 .col:nth-child(3n-2) { clear: both; }
}
@media only all and (min-width: 1100px) {
	#top { background-image: url('images/Kea_bg_2880px.jpg'); }
}
/* xl */
@media only all and (min-width: 1200px) {
	body { font-size: 18px; }
	h1 { font-size: 36px; line-height: 2em; padding-top: 70px; }
	h2 { font-size: 28px; }
	.wrap { width: 1180px; }
}
@media only all and (min-width: 1440px) {
	h1 { font-size: 38px; line-height: 2.3em; padding-top: 90px; }
}
@media only all and (min-width: 1680px) {
	body { font-size: 19px; }
	h1 { line-height: 2.6em; padding-top: 100px; }
	h2 { font-size: 34px; }
}
@media only all and (min-width: 576px) and (max-width: 991px) {
	.cols-2 .cols-2 .col { width: 100%; float: none; }
	#pccnz-text {
	background-image: none;
	background-color: #1250a3; }
	#pccnz-logo {
	margin-top: 40px;
	margin-left: 0px;
	width: 170px;}


}