@charset "utf-8";

html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

body {
	margin:0;
	padding:0;
	height:100%;
	background-image:url('../images/Background.jpg');
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#262626;
	overflow-x:hidden;
}

@media only screen and (orientation: portrait) {
	body {
		background-image:url(../images/backgroundPortrait.jpg);
		background-size:cover;
		}
	}

body a {
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	}

@font-face {
    font-family:'Bebas Neue'; /*a name to be used for linking in CSS file*/
    src: url('../Fonts/BebasNeue.otf'); /*URL to font*/
}

.overlay { /*Under Construction Image*/
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-position:center;
	background-size:contain;
	background-image:url(../images/construction.jpg);
	background-repeat:no-repeat;
	background-color:#262626;
	position:fixed;
	z-index:10;
	text-align:center;
	color:#999;	
	}
	
h1, h2, h3, h4, h5 {
	margin:0;
	padding-top:0.5em;
	font-family:'Bebas Neue';
	font-weight:normal;
	font-size:3em;
	line-height:1;
}

h6 {
	margin:0;
	padding-bottom:0.5em;
	font-family:'Bebas Neue';
	font-weight:normal;
	font-size:1.25em;
}

#imageSlider {
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	height:4em;
	background-image:url(../images/banner.jpg);
	background-position:center;
	background-size:cover;
	box-shadow:0 0.2em 0.1em rgba(0,0,0,1);
}

/* Menu styling */
#menu {
	margin:0;
	padding:0;
	padding-top:5em;
	width:20%;
	height:calc(100% - 5em);
	position:fixed;
	top:0;
	left:0;
	background:#222;
	overflow-y:auto;
	box-shadow:-0.2em 0 0.2em rgba(0,0,0,0.5) inset;
	}

.menuIconWrap {
	margin: 0;
	margin-left:0.5em;
	margin-top:0.5em;
	padding: 0;
	display:block;
	width: 3em;
	height: 3em;
	border-top-right-radius:0.5em;
	border-bottom-left-radius:0.5em;
	border-bottom-right-radius:0.5em;
	position: fixed;
	top:0;
	left:0;
	background:#666;
	z-index:1;
	cursor:pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	
	display:none;
	}

.menuIconWrap:active {
	transform:scale3d(0.9, 0.9, 1);
	}
	
.backIconWrap {
	display:none;
	}
	
#iconCheck {
	display:none;
	}
	
.menuIcon {
	margin:auto;
	margin-bottom:0.25em;
	padding:0;
	width:2em;
	height:0.3em;
	position:relative;
	top:0.7em;
	background:#444;
	border-top-right-radius:0.3em;
	box-shadow: 0 0.1em 0.1em #222;
	}
	
.menuIcon:nth-child(3) {
	margin-bottom:0;
	}
	
input[type='checkbox']:checked + label .menuIcon {
	border-top-right-radius:0;
	border-bottom-right-radius:0.3em;
	box-shadow:0 0 0.2em #111 inset;
	}
	
#homeButton {
	margin:0;
	padding:0;
	height:2em;
	width:2em;
	position:absolute;
	top:1.25em;
	left:1em;
	background-image:url(../images/homeButton.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	}
	
#homeButton:active {
	transform:scale3d(0.9, 0.9, 1);
	}
	
hr { /* change this to #menu hr if ever need a different hr in body content */
	margin-top:0;
	margin-bottom:0.5em;
	width:95%;
	height:0.25em;
	border:none;
	background:-webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)), color-stop(.4,#666),color-stop(.6,#666));
	}
	
/* END Menu Styling*/

	
#bodyContent {
	margin:0;
	padding:0;
	padding-top:5em;
	padding-bottom:5em;
	width:40%;
	min-height:calc(100% - 5em);
	position:relative;
	left:10%;
	text-align:center;
	
	-webkit-transition:ease left 0.5s;
	transition:ease left 0.5s;
}

input[type='checkbox']:checked~ #bodyContent { /* Moving of content on menu open */
	left:50%;
	position:fixed; /* TEMP scroll fix untill javascript solution */
	
	-webkit-transition:ease left 0.5s;
	transition:ease left 0.5s;
}


/*Logo Bar styling*/
#titleWrap { 
	margin:0;
	margin-bottom:1em;
	padding:0;
	position:fixed;
	left:20%;
	width:80%;
	height:5em;
	background-image:url(../images/BeukesDesign.png);
	background-position:center;
	background-size:40%;
	background-repeat:no-repeat;
	background-color:rgba(32, 32, 32, 1);
	overflow:hidden;
	box-shadow:0 0.25em 0.1em rgba(0,0,0,0.7);
}

/* END Logo Bar */


.content {
	margin:auto;
	padding:0;
	width:80%;
	font-family:'Bebas Neue';
	text-align:center;
	color:#707070;
	/*clear:both;*/
	overflow:hidden;
	position:relative;
}

.content p {
	padding-left:1em;
	padding-right:1em;
	margin:0;
	}
	

#footer {
	width:100%;
	height:6em;
	position:absolute;
	bottom:0%;
	background-color:#202020;
	box-shadow:0 -5px 4px #101010;
}


/*skills.html specific*/	
.skillsBar {
	margin:auto;
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding:0;
	width:90%;
	height:3em;
	position:relative;
	overflow:hidden;
	background:-webkit-gradient(linear, 0% 100%, 100% 100%, from(#419944), to(#66F06B));
	/*box-shadow:0.2em -0.1em 0.5em rgba(32, 32, 32, 0.6) inset;*/
	}
	
.skillsText {
	margin:0;
	margin-top: 0.5em;
	margin-left: 0.5em;
	padding:0;
	height:auto;
	position:absolute;
	font-size:1.5em;
	color:#AEAEAE;
	text-shadow:0 0 0.1em #111;
	}	
	
.linkWrap {
	padding:0;
	margin:0;
	clear:both;
}

.link {
	padding:0;
	margin-left:5%;
	width:95%;
	height:auto;
	color:#419944;
	font-size:3em;
	font-family:'Bebas Neue';
	cursor:pointer;
	position:relative;
	overflow-x:hidden;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

/*Contact form styling*/
.errors {
	margin:auto;
	margin-bottom:1em;
	padding:0.5em;
	width:calc(95% - 1em);
	background:#D35555;
	border-radius:0.5em;
	}
	
.errors p {
	color:#262626;
	font-weight:Bold;
	}
	
.thanks {
	margin:auto;
	margin-bottom:1em;
	padding:0.5em;
	width:calc(95% - 1em);
	background:#262626;
	border-radius:0.5em;
	border:0.1em solid #419944;
	}

#contactForm input {
	margin:0;
	margin-bottom:1em;
	padding:0;
	width:95%;
	height:4em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:#262626;
	color:#b8ff34;
	border-radius:0.5em;
	border:0.1em solid #666;
}

#contactForm input:nth-child(1) { /*titlewrap margin was cutting of box-shadow*/
	margin-top:0.2em;
	}

#contactForm input:focus {
	border-radius:0.5em;
	border:0.1em solid #419944;
	outline:none;
}

#contactForm textarea {
	margin:0;
	margin-bottom:2em;
	padding:0.5em;
	width:calc(95% - 1em);
	height:7em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:#262626;
	color:#b8ff34;
	border-radius:0.5em;
	border:0.1em solid #666;
}

#contactForm textarea:focus {
	border-radius:0.5em;
	border:0.1em solid #419944;
	outline:none;
}

#contactForm #contactFormButton {
	margin:0;
	padding:0;
	width:50%;
	font-family:'Bebas Neue';
	color:#419944;
	cursor:pointer;
}

.button:hover {
	box-shadow:0 0 4px #34e338; 	
}
/*END of contact form styling*/


/*For better scrollbar on safari and chrome -- mozilla not supported with this method*/
::-webkit-scrollbar {
	width:0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    background: rgba(90,90,90,0.7);  
}

/* Track */
::-webkit-scrollbar-track {
	background: rgba(0,0,0,0);
}
/*End of scrollbar style*/


/*Portfolio styling*/
#innerBox {
	margin:0;
	padding:0;
	position:relative;
	width:90%;
	height:90%;
	left:5%;
	top:5%;
	}
	
#left {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width:50%;
	height:100%;
	-webkit-perspective:1500;
	-webkit-transform:scale(0.95);
	
	-webkit-transition: all ease 0.4s;
	}
	
#left:hover  {
	-webkit-transform:scale(1);
	}
	
#right {
	margin:0;
	padding:0;
	position:relative;
	float:right;
	width:50%;
	height:100%;
	-webkit-perspective:1500;
	-webkit-transform:scale(0.95);
	
	-webkit-transition: all ease 0.4s;
	}
	
#right:hover  {
	-webkit-transform:scale(1);
	}
	
	
#img1 {
	margin:0;
	padding:0;
	position:absolute;
	top:2%;
	left:2%;
	width:97%;
	height:47%;
	background:#666;
	box-shadow:0 0 0.4em #090;
	overflow:hidden;
	
	-webkit-transition: all ease 0.2s;
	
	}

#img1:hover {
	top:0%;
	left:0%;
	width:99%;
	height:49%;
	border:0.1em solid #b8ff34;
	box-shadow:0 0 0.5em #b8ff34;
	background:#888;
	-webkit-transform:rotateY(10deg);
	}
	
#img1 img {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	}
	
#img2 {
	margin:0;
	padding:0;
	position:absolute;
	bottom:2%;
	left:2%;
	width:97%;
	height:47%;
	background:#666;
	box-shadow:0 0 0.4em #090;
	
	-webkit-transition: all ease 0.2s;
	
	}

#img2:hover {
	bottom:0%;
	left:0%;
	width:99%;
	height:49%;
	border:0.1em solid #b8ff34;
	box-shadow:0 0 0.5em #b8ff34;
	background:#888;
	-webkit-transform:rotateY(10deg);}
	
#img3 {
	margin:0;
	padding:0;
	position:absolute;
	top:2%;
	right:2%;
	width:97%;
	height:47%;
	background:#666;
	box-shadow:0 0 0.4em #090;
	
	-webkit-transition: all ease 0.2s;
	
	}

#img3:hover {
	top:0%;
	right:0%;
	width:99%;
	height:49%;
	border:0.1em solid #b8ff34;
	box-shadow:0 0 0.5em #b8ff34;
	background:#888;
	-webkit-transform:rotateY(-10deg);}
	
#img4 {
	margin:0;
	padding:0;
	position:absolute;
	bottom:2%;
	right:2%;
	width:97%;
	height:47%;
	background:#666;
	box-shadow:0 0 0.4em #090;
	
	-webkit-transition: all ease 0.2s;
	
	}

#img4:hover {
	bottom:0%;
	right:0%;
	width:99%;
	height:49%;
	border:0.1em solid #b8ff34;
	box-shadow:0 0 0.5em #b8ff34;
	background:#888;
	-webkit-transform:rotateY(-10deg);}
/*end of portfolio styling*/


/* footer style */
#footerContent {
	margin:auto;
	padding:0;
	width:900px;
}

#profiles {
	margin:auto;
	margin-top:0.5em;
	padding:0;
	width:450px;
	text-align:left;
	float:left;
}

#profiles img {
	width:1.8em;
}

#sharing {
	margin:auto;
	margin-top:0.7em;
	padding:0;
	width:450px;
	text-align:right;
	float:right;
}


