/* GLOBAL STYLES
-------------------------------------------------- */

.bgblack {
	position:absolute;
	width:100%;
	height:100%;
	background-color:black;
}
.titleleft {
	
}

/* VIDEO REEL */
.reelbox {
	width:800px;
	margin-left: auto;
    margin-right: auto;
	margin-top:120px;
}

/* Padding below the footer and lighter body text */

.footerbox {
  /*position:absolute;*/
  bottom:0;
  padding-top:40px;
  /*padding-bottom:50px;*/
  margin-top:100px;
  width:100%;
  height:120px;
  background-color:#222222;
  
  /*outline:solid 1px red;*/
}

.n8nlogo {
	width:50px;
	height:14px;
	margin-top:3px;
	background-image: url(assets/img/n8nlogo.png);
	background-repeat:no-repeat;
	/*outline:solid 1px red;*/
}
.social {
	width:93px;
	height:21px;
	background-image: url(assets/img/social-icons.png);
	background-repeat:no-repeat;
	/*outline:solid 1px red;*/
}
.aboutme {
	position:absolute;
	width:100%; 
	height:100%;
	margin:0 auto;
/*height: 500px;*/ /* This is your slider height */
}
.aboutmebox {
	position:fixed;
	bottom:10%;
	right:0%;
	width:100%;
	min-height:240px;
	/*padding:10px;*/
	background-color:white;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
	filter: alpha(opacity=50);  /* IE 5-7 */
	-moz-opacity: 0.5;          /* Netscape */
	-khtml-opacity: 0.5;        /* Safari 1.x */
	opacity: 0.5;               /* Good browsers */

	/*outline:solid 1px red;*/
}
.aboutmecontent {
	
	top:7%;
	margin-left:20px;
	line-height: 35px;
	position:absolute;
	float:right;
	right:10%;
	max-width:350px;
	/*height:180px;*/
	/*outline:solid 1px red;*/
}
.abouttitle {
	font-size:40px;
	font-weight:bold;
	color:#333;
}
.aboutsub {
	font-size:24px;
	font-weight:bold;
	color:#333;
}
.aboutcopy {
	line-height: 15px;
}