
h2{
	font-family: Consolas, "Roboto Mono", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	text-transform: uppercase;
	margin-top:0px;
}
h2 span.subtitle{
	font-family: 'Judson', serif;
	color:#eee;
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	display:block;
	font-style: italic;
}

p{
	font-family: 'Roboto Condensed', sans-serif;
}

#bookDiv, #bioDiv, #newsletterDiv{
	background-color:rgba(0,0,0,0.8);
	color:white;
}

.textDivContainer{
	width:calc(100% - 30px);
	padding:15px;
}

#ytContainer{
	width:500px;
	height:400px;
	background: black;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
}

#ytSubscribeLink{
	padding: 5px 0px 0px 10px;
}

#ytSubscribeLink div {
    position: relative;
    top: 5px;
}

#linkedinDiv {
	background-color:rgba(0,0,0,0.8);
}

.copyDiv{
	width:100%;
	overflow: auto;
	height:calc(100% - 50px);
}

.fineprint{
	font-size:x-small;
	font-family: Consolas, "Roboto Mono", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

#danielleCredit, #footerCopy, #footerCopyMobile, #changeToFullLinkDiv {
	position:fixed;
	color: white;
	text-shadow:3px 3px 3px #333;
	width:calc(50% - 10px);
}

div.liHeader{
	width:150px;
	position:absolute;
	height:20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	background:black;
	color:white;
	text-align: center;
	top:10px;
}

#liProfileHeader{
	left:150px;
	top:15px;
}
#linkedinDiv span.IN-widget{
	width: 150px;
	position:absolute;
	top:50px;
	display:block !important;
	text-align: center;
}

#linkedinDiv span.IN-widget a.li-connect-link{
	color:white;
	font-family: Consolas, "Roboto Mono", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

#linkedinDiv span.IN-widget:first-child{
}

#linkedinDiv span.IN-widget:nth-child(5){
	left:150px;
	top:45px;
}

#newsletterLink, #facebookLink, #twitterLink{
	cursor: pointer;
	text-decoration: underline;
}

#privacyPolicyContents{
	overflow: auto;
	height:calc(100% - 40px);
}
#emailFormResponse{
	display:none;
}

.privacyLink{
	text-decoration: underline;
	cursor: pointer;
}