html {
	background: #000000;
	margin: 0;
	padding: 0;
}

body {
	border-top: 1px solid rgba(32, 52, 67, 1); /* Stupid hack to stop space from appearing at top */
	margin: 0;
	padding: 0px 0px 30px 0px;
	color: #dddef9;
	background: linear-gradient(
		to bottom,
		rgba(32, 52, 67, 1) 0%,
		rgba(0, 0, 0, 0) 144px
	);
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

main {
	max-width: 1000px;
	margin: auto;
}

main.home {
	background-image: url(../images/home-headshot-new.png);
	background-repeat: no-repeat;
	background-size: contain;
	xmax-width: 1000px;
	max-width: none;
}

main.home img.title-big {
	padding: 58px 0px 25px 0px;
	max-width: 60vw;
	height: auto;
}


main.home section {
	margin-left: 40%;
	padding-bottom: 30px;
	font-style: italic;
	text-align: center;
}

main.home section p {
	font-size: 26px;
	color: #7d95f8;
	text-shadow: 2px 2px 3px #ff5555;
	letter-spacing: 2px;
	margin-bottom: 25px;
}

main.home section a {
	text-decoration: none;
	color: inherit;
}

main.home section a:hover {
	text-decoration: none;
	color: #d3d3f1;
}

img.title-small {
	display: none;
	margin: auto;
}




nav.side {
	float: left;
	padding-right: 15px;
	width: 259px;
	padding-top: 20px;
	text-align: right;
	color: #bb2130;
	font-size: 20px;
	letter-spacing: 1px;

	/*
	background-image: url("../images/inner-divider.png");
	background-position: right 150px;
	background-repeat: no-repeat;
*/

/*
background: linear-gradient(
	to bottom,
	rgba(32, 52, 67, 1) 0%,
	rgba(0, 0, 0, 0) 144px,
	rgba(32, 52, 67, 1) 100%
);
*/

	background: linear-gradient(to bottom,
		rgba(32,52,67,0) 0%,
		rgba(32,52,67,1) 10%,
		rgba(32,52,67,1) 20%,
		rgba(32,52,67,1) 60%,
		rgba(32,52,67,0) 100%
	);

	background-position: 100% 150px;
	background-repeat: no-repeat;
	background-size: 1px;
}

nav.side p {
	padding-right: 25px;
	margin-bottom: 18px;
}

nav.side a {
	color: #bb2130;
	text-decoration: none;
}

nav.side a:hover {
	color: #fcdede;
	text-decoration: none;
}

nav.side a.on {
	color: #fcdede;
	text-decoration: none;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1.7px;
	color: #9b9bcd;
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1.5px;
	color: #cbcbfd;
	opacity: 0.8;
	margin-bottom: 15px;
}

audio {
	width: 100%;
}

div#andria-helm {
	text-align: center;
	padding-top: 58px;
}

div#andria-helm a {
	text-decoration: none;
}

div#andria-helm img.headshot {
	display: none;
}

div#andria-helm img.title {
	max-width: 100%;
	height: auto;
}

section {
	xmargin: 20px;
	margin-left: 310px;
	margin-right: 30px;
}

section p {
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 20px;
	letter-spacing: 0.6px;
}

div.testimonials dl {
	width: 80%;
	margin: auto;
	font-style: italic;
}

div.testimonials dt {
	line-height: 26px;
}

div.testimonials dt:before {
	content: "“";
}

div.testimonials dt:after {
	content: "”";
}

div.testimonials dd {
	margin-top: 10px;
	text-align: right;
}

div.testimonials dd:before {
	content: "\2014";
}

nav.top {
	xbox-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.5);
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	margin-top: 10px;
}

nav.top a {
	flex-basis: 1;
	xflex-grow: 1;
	xmargin: 0px 10px 0px 10px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #bb2130;
	border-radius: 5px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	xbackground-color: #9b9bcd;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #bb2130; /* #9b9bcd; */
	xtext-shadow: 2px 2px 4px #ffffff;
	xborder-right: 1px solid rgba(255, 255, 255, 0.3);
	margin: 5px;
}

nav.top a:last-child {
	xborder-right: none;
}

nav.top a.on {
	xcolor: #fcdede;
	border: 1px solid #fcdede;
}

nav.top a:hover {
	xbackground-color: rgba(255, 255, 255, 0.2);
	color: #fcdede;
	text-decoration: none;
}

@media (max-width: 767px) {
	nav.side {
		display: none;
	}

	nav.top {
		display: flex;
	}

	section {
		margin-left: 5px;
		margin-right: 5px;
	}

	div#andria-helm {
		white-space: nowrap;
		text-align: left;
		padding-top: 10px;
	}

	div#andria-helm img.headshot {
		display: inline;
		width: 13%;
		margin-right: 3%;
		vertical-align: top;
	}

	div#andria-helm img.title {
		width: 82%;
		vertical-align: top;
		xmargin-top: 25px;
	}

}

@media (max-width: 600px) {
	main.home {
		background-size: 45% auto;
		background-position: 0px 38vw;
	}

	img.title-small {
		display: block;
		width: 95%;
		padding-top: 20px;
	}

	img.title-big {
		display: none;
	}
/*
	
	main.home img {
		padding-top: 0px;
		max-width: 50vw;
	}
*/	

}

/* EOF (style-new.css) */
