body {
	font-size: 15px; /* font size increased for greater legibility */
	/* margin-top: 50px; */ /* 50px is the height of the navbar - change this if the navbarn height changes */
	color:white;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 28px;
	margin-top: 0;
	margin-bottom: -8px;
	letter-spacing: 1px;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	display: inline;
	font-size: 16px;
	text-transform: uppercase;
	padding-right: 4px;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	display: inline;
	line-height: 18px;
}

a, a:hover, a:visited {
	color: #99afc7;
}

#audio {opacity: 0.5 !important;}

#name {
	/*
text-align: left;
	float:left;
*/
}

.full {
  background: url(../img/aboutBG2.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #99afc7;
}

.container {
	margin-top: 100px;
}

#leftContainer {
	width:100%;
}

#middleContainer {
	/*
position: relative;
	width:100%;
*/
	margin-bottom: 50px;
}

/*
#middleContainer:before {
	content: "";
	display: block;
	padding-top: 100%;
}
*/

#rightContainer {
	background-color: rgba(255, 255, 255, .15);
	padding: 10px 18px;
	border-radius: 2px;
	margin-bottom: 100px;
}

.noLPadding {
	/* padding-left: 0; */
}

#socialBtns {
	float:right;
	width:100%;
}

#linkBtns {
	/*
position:relative;
	top:10px;
*/
	float:right;
	width:100%;
	margin-bottom: 25px;
}

.linkBtn {
	width:160px;
	height:50px;
	border-radius: 2px;
	background-color: white;
	color: #9ab0c7;
	float:right;
	padding-top: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	margin-left: 100px;
	opacity: 1.0;
	z-index: 5;
	clear:right;
}

.linkBtn:hover {
	color: #9ab0c7;
	text-decoration: none;
	opacity: 0.6;
}

hr {
	border-top:1px solid #fff;
	margin-top:7px;
	margin-bottom: 7px;
	margin-right:15px;
	opacity:0.25;
}

.line {
	width:100%;
	height:0px;
	border: 1px solid white;
	border-radius: 2px;	
}

#bio {
	font-weight: 600;
	font-size: 16px;
}

#bioPic {
	height:160px;
	width:160px;
	float:right;
/* 	opacity:1.0; */
	position:relative;
	transition: opacity 0.2s;
	-wbkit-transition: opacity 0.2s;
}

#bioPic:hover {
	cursor: pointer;
	cursor: hand;
/* 	opacity: 0.6; */
}

.fa-comments-o {
	position: absolute;
	top:125px;
	left:10px;
	font-size: 26px;
	transition: opacity 0.2s;
	-wbkit-transition: opacity 0.2s;
}

#avatar {
	border: solid 5px white;
	border-radius: 2px;
	float:right;
}

#avatar:hover {
	/* border-color:#dae3eb; */
}

#vine {
/*
	margin-left: auto;
	margin-right: auto;
*/
	border: solid 5px white;
	border-radius: 2px;
	background: white;
/*
	width:490px;
	height:490px;
*/
/*
	z-index:10;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
*/
	position: relative;
	width:100%;
}

#vine:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.vine-embed {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;	
}

#vineLogo {
	position:absolute;
	bottom:15px;
	right:15px;
	z-index:12;
	opacity:0.5;	
}

#vineLogo:hover {
	opacity:0.95;	
}

.social {
	margin-top: 10px;
	margin-left: 4px;
	float:right;
}

.social:hover {
	opacity:0.6;
}

#vmw {
	position: relative;
	top: -160px;
	left: -95px;
	opacity:0;
    animation: fadeout 20s ease-in;
    -moz-animation: fadeout 20s ease-in; /* Firefox */
    -webkit-animation: fadeout 20s ease-in; /* Safari and Chrome */
    -o-animation: fadeout 20s ease-in; /* Opera */
}
@keyframes fadeout {
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}
@-moz-keyframes fadeout { /* Firefox */
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}
@-webkit-keyframes fadeout { /* Safari and Chrome */
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}
@-o-keyframes fadeout { /* Opera */
    from {
        opacity:1;
    }
    to {
        opacity: 0;
    }
}


@media only screen and (max-width: 960px) {
	.full {
		background: url(../img/aboutBG2.jpg) no-repeat right top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-color: #99afc7;
  	}
  	#vmw {
	  	display:none;
  	}
}