@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');

body {
	background-color: #434343;
	font-family: 'Avenir', 'Lato', sans-serif;
	color: #fff;
}

html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #2C2C2C;
}

html::-webkit-scrollbar
{
	width: 12px;
	background-color: #000;
}

html::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #3E3E3E;
}

a, a:visited {
	color: #1EB6F4;
	text-decoration: none;
}
a:hover {
	color: #fff;
	transition-duration: .2s;
}


#container {
	margin: -8px 30px;
	width: auto;
	background-color: #000;
	padding: 0px;
	border-right: solid 15px #000;
}

#leftnav {
	position: fixed;
	z-index: 1;
	top: 15%;
	width: 180px;
	bottom: 0;
}

.navitem {
	background-color: #01151c;
	
	margin: 30px 0 0 -12px;
	padding: 10px 10px;
	width: 170px; 	
	border: solid 2px #333;
	border-width: 2px 0 2px 2px;
}

.navother {
	margin: 30px 0 0 -12px;
	padding: 0px 30px;
	width: 150px; 		
	font-weight: 900;
}

.navactive {
	background-image: url(../images/bg-repeat-reversed.png);
	background-repeat: repeat-y;
	background-size: contain;
	
	border-color: #888;
	border-width: 2px 0 2px 2px;
	width: 172px;
}

.navitem a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.navitem:hover {
	background-color: #8C8C8C;
	color: #000;
	background-image: none;	
	transition-duration: .3s;
}

#scrollcontent {
	margin-left: 180px;
	border: solid 2px #888;
	border-width: 0 2px;
	bottom: 0;
}

#banner {
	margin: 0;
	padding: 0;
	padding-top: 20.31%;
	width: 100%;
	position: relative;

	background-image: url(../images/banner_title.jpg);
	background-repeat: repeat-y;
	background-size: contain;	
}

#bannertext {
	position: absolute;
	bottom: 5%;
	right: 5%;
	text-align: right;
}

#psos {
	display: none;
	font-weight: 900;
	font-size: 47pt;
	line-height: 49pt;
}
#gdesigner {
	display: none;
	font-weight: 900;
	font-size: 14pt;
}


#maincontent {
	background-image: url(../images/bg-repeat.png);
	background-repeat: repeat-y;
	background-size: contain;
	margin-top: 0;
	padding: 40px 0px;
	min-height: 600px;;
	bottom: 0;
	height: 100%;
}


.blackbar {
	display: flex;
	justify-content: center;
	align-items: center;
}

#transparentpart {

	float: left;
	padding: 0 15px;
	width: auto;
}

.spacer {
	background-color: #000;	
	width: auto;
	float: left;
	width: 100%;
/*	padding: 0 15px;*/
	height: 100%;
}

.client {
	font-weight: 700;
	font-size: 150%;
	margin: 5%;
	white-space: nowrap;
}

.objective {
	padding: 1% 0;
/*	border-left: 3px solid #fff;*/
	margin: 5%;
}

.pfpiece {
	width: 90%;
	margin: auto;
	margin-bottom: 10%;
}

.pfpiece img {
	width: 100%;
}

#intro {
	padding-left: 12%;
	width: 40%;
	float: left;
}
#introphoto {
	width: 30%;
	padding-right: 12%;
	float:  right;	
	margin-left: 5%;
}

#introphoto img {
	width: 100%;
}

#contacticons {
	text-align: center;
	width: 100%;
}

.contacticon {
	width: 32px;
	height: 32px;
	padding: 0 15px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
}

#linkedin {
	background-image: url(../images/linkedin.svg);
}
#linkedin:hover 
{
	background-image: url(../images/linkedin_hover.svg);	
}

#instagram {
	background-image: url(../images/instagram.svg);
}
#instagram:hover {
	background-image: url(../images/instagram_hover.svg);
}

#email {
	background-image: url(../images/email.svg);
}
#email:hover {
	background-image: url(../images/email_hover.svg);
	
}


.picsrow {
	display: flex;
	margin: 0 0;
	padding-bottom: 2.5px;

}
.picsrow > div:not(:last-child) {
  margin-right: 5px;
}

.picsrow img {
	width: 100%;
	height: auto;
}

#copy {
	margin-top: 60px;
	color: #555;
	position: absolute;
	bottom: 5px;
	left: 5px;
}