html,
body {
	height: 100%;
	width: 100%;
	background: url(../images/bg2.jpg) no-repeat center center fixed;
	font-family: "Helvetica Neue", "Avenir", Helvetica;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a {
	color: rgb(115,174,237);
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.menuBlur {
	position: absolute;
	background: rgba(0,0,0,0.5);
	left: 20%;
	right: 20%;
	top: 0;
	height: 80px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.menu {
	position: absolute;
	left: 20%;
	right: 20%;
	top: 0;
	height: 80px;
	color: #fff;
	text-transform: lowercase;
	font-weight: 200;
	font-size: 2em;
	text-align: center;
}

.menu li {
	padding-top: 16px;
	padding-bottom: 20px;
	height: 100%;
	padding: 10px 0px 0px 0px;
}

li#list {
}

#list {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #aaa;
}

.bgBlur {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.profBlur {
	position: absolute;
	background: rgba(0,0,0,0.55);
	width: 100%;
	left: 0;
	bottom: 15%;
}

div.profile {
	float:right;
	width: 70%;
	min-width: 600px;
	max-width: 1000px;
	padding-right: 3%;
}
div.profile p{
	color: #fff;
	text-align: right;
	line-height: 130%;
	font-size: 2em;
	font-weight: 300;
}

#logoContainer {
	position:absolute;
	top:100px;
	/*left:0;*/
	width:200px;
	height:98px;
	padding: 15px 0px 0px 0px;
	margin-left:1em;
}

.span4#logo p {
	margin: 0px;
	line-height: .48em;
	font-size: 1em;
	font-weight: 300;
	font-size: 4em;
	color: #fff;
}

.firstName {
	text-align: left;
	font-weight: 500;
	text-transform: lowercase;
	/*letter-spacing: .65em;*/
	color: rgb(115,174,237);
}

.lastName {
	font-size: 0.6em;
	font-weight: 300;
	text-transform: uppercase;
	text-align: right
}

/*@media (max-width: 768px) {
	.body {
		background: url(../images/bg.jpg) no-repeat center center scroll;
	}
}*/
