*, h1,h2,h3,h4,h5 {
	color: #fff;
}
p {
	line-height: 2rem;
	font-family: 'Playfair Display', serif;
	word-spacing: 2px;
}
a {
	text-decoration: underline;
	color: #fff;
	transition: .2s;
}
a:hover {
	background-color: #fff;
	color: #000;
}
h1 a:hover {
	background-color: transparent;
	color: #fff;
	opacity: 0.8;
}
label {
	color: #fff;
}
textarea, textarea:focus {
	border: none;
	border-bottom: 2px solid #7d7d7d;;
	background: #222;
	opacity: 0.95;
	color: #fff;
	padding-left: 16px;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #c269cf;
}

::selection {
    color: #fff;
    background: #c269cf;
}
.site-branding-container {
	padding-right: 0;
	margin-right: 5%;
}
.bio-col-container {
	padding: 2rem;
	width: 50%;
	z-index: 100;
}
.bio-col-container p:nth-of-type(1) {
	text-shadow: 2px 2px 14px rgba(0,0,0,.5);
}
.bio-col-container p:nth-of-type(1)::first-letter {
	font-size: 3rem;
	opacity: .7;
}
.photo-cred {
	position: fixed;
	opacity: 0.4;
	bottom: 200px;
	left: -170px;
	transform: rotate(270deg);
	width: 400px;
	height: 40px;
	z-index: 111;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}


/* WP Theme Overrides */
.content-area {
	position: relative;
	top: 500px;
}
.content-area #panel-45 {
	display: flex;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
	top: 40px;
	bottom: 0;
	margin-bottom: 0;
	vertical-align: inherit;
}
.site-branding-text {
	float: right;
}
.twentyseventeen-front-page.has-header-image .custom-header-media, .twentyseventeen-front-page.has-header-video .custom-header-media, .home.blog.has-header-image .custom-header-media, .home.blog.has-header-video .custom-header-media {
	position: fixed;
}
.twentyseventeen-front-page.has-header-image .custom-header-media:before, .twentyseventeen-front-page.has-header-video .custom-header-media:before, .home.blog.has-header-image .custom-header-media:before, .home.blog.has-header-video .custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 1) 100%);

	/*background: -moz-radial-gradient(circle at top left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
	background: -webkit-radial-gradient(circle at top left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
	background: radial-gradient(circle at top left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));*/

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
	position: fixed;
}
.panel-image-prop {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	min-height: 300px;
}

/* flex stuff */
.d-flex {
	display: flex;
}
.align-start {
	align-items: flex-start;
}
.space-between {
	justify-content: space-between;
}
.justify-start {
	justify-content: flex-start;
}
.just-center {
	justify-content: center
}
.align-self-center {
	align-self: center;
}

/* padding margins */
.pt-3 {
	padding-top: 3rem;
}
.pb-3 {
	padding-bottom: 3rem;
}

/* Wp Plugin Overrides */
body button#responsive-menu-button {
	width: 55px;
  height: 55px;
  position: fixed;
  top: inherit;
  right: 5%;
  background: transparent;
	bottom: 20px;
}
body #responsive-menu-container,
body #responsive-menu-container #responsive-menu li.responsive-menu-current-item > .responsive-menu-item-link,
body #responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a,
body #responsive-menu-container #responsive-menu-search-box, #responsive-menu-container #responsive-menu-additional-content, #responsive-menu-container #responsive-menu-title,
body #responsive-menu-container #responsive-menu li.responsive-menu-item a {
	background-color: #000;
	border-color: #000;
}
body #responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a:hover {
	background-color: #3f3f3f;
	border-color: #212121;
}
.responsive-menu-open #responsive-menu-container.push-left, .responsive-menu-open #responsive-menu-container.slide-left {
	border-right: 1px dashed #fff;
}
#responsive-menu-container #responsive-menu, #responsive-menu-container #responsive-menu ul {
	bottom: 0;
	position: absolute;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
	text-align: right;
}
#vscf .form-group input[type="text"], #vscf .form-group input[type="email"] {
	width: 90%;
	/*border-radius: 234234px;*/
	font-family: 'Playfair Display', serif;
	background: #222;
	opacity: 0.95;
	border: none;
	border-bottom: 2px solid #7d7d7d;
	color: #fff;
	padding-left: 16px;
}
#vscf .form-group button {
	border: none;
  border-bottom: 2px solid #7d7d7d;
  border-radius: 4px;
}



/* small and below */
@media screen and (max-width: 640px) {

}
/* medium and below + menu break */
@media screen and (max-width: 768px) {
	.d-flex {
		flex-direction: column;
	}
	.bio-col-container {
		padding: 0;
		width: 100%;
	}
	.content-area {
		top: -100px;
	}
	.content-area #panel-45 {
		top: -300px;
		position: inherit;
	}
	.content-area #panel-45 .d-flex {
		flex-direction: row;
	}
	.wrap {
		padding-left: 1rem;
	}
}