@charset "utf-8";

/* CSS Document */

/*Body Styles*/

body {
	font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #CCC;
	background-color: rgb(0,0,0);
	background-size: cover;
	font-weight: 300;
}

a {
	color: rgb(200,0,20);
	text-decoration: none;
}

.resume_background {
	background-image: url('../assets/images/index_background_sm.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "acumin-pro", "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	font-weight: 300;
	color: rgb(204,204,204);
}


h1 {
	font-size: 1.7rem;
	text-align: center;
	margin-bottom: 1.5rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.3rem;
}

h4 {
	font-size: 1.1rem;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: 1rem;
}

p {
	color: rgb(204,204,204);
	margin-bottom: .9em;
	line-height: 1.55em;
}

hr {
	width: 90%;
	color: rgb(255,255,255);
	color: rgba(255,255,255,0.2);
	margin: 1rem 5%;
	height: 2px;
	vertical-align: text-bottom;
}

hr:last-of-type{
	display: none;
}

.error {
	color: #FF0000;
}

.inline_text p, .inline_text a {
	display: inline;
}

.paragraph_divider {
	margin-right: auto;
	margin-left: 43%;
}

.paragaph_divider_small {
	margin: 4rem auto;
	display: block;
}

.paragaph_divider_small:last-of-type {
	display:  none;
}

[data-type="song"] > a > h1, [data-type="album"] > a > h1, [data-type="reverbnation_fb:song"] > a > h1, [data-type="reverbnation_fb:album"] > a > h1{
	display: none;
}

[data-type="song"] > a > img, [data-type="album"] > a > img, [data-type="reverbnation_fb:song"] > a > img, [data-type="reverbnation_fb:album"] > a > img{
	max-width: 400px;
	max-height: 400px;
}


.index_background {
	background-color: rgb(0,0,0);
	background-image: url('../assets/images/index_background_sm.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bio_background {
	background-size: cover;
	background-color: black;
	background-image: url('../assets/images/bio_background_sm.jpg');
	background-position: center top;
}

.blog_background {
	background-color: rgb(0,0,0);
	background-image: url('../assets/images/blog_background_sm.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.recordings_background {
	background-color: rgb(0,0,0);
	background-image: url('../assets/images/recordings_background_sm.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}

.videos_background {
	background-color: rgb(0,0,0);
	background-image: url('../assets/images/video_background_sm.jpg');
	background-repeat: repeat-y;
	background-position: bottom left;
	background-size: cover;
}

.compositions_background {
	background-color: rgb(0,0,0);
	background-image: url('../assets/images/compositions_background_sm.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.contact_background {
	background-color: rgb(0,0,0);
	background-image: url('../assets/images/contact_background_sm.jpg');
	background-position: center;
}

#banner_image {
	margin-left: 25%;
	margin-right: 23%;
	margin-top: 1%;
	margin-bottom: 1%;
	width: 52%;

}

/*General Text Styles*/

.italic {
	font-style: italic;
	color: #CCC;
}

.bold {
	font-weight: 400;
}
.left_align_text {
	text-align: left;
}

.centered_text {
	text-align: center;
}


.caption_text {
	font-size: 70%;
	line-height: 1.1em;
	margin-left: 10%;
}

.caption_text_no_indent {
	font-size: 70%;
	line-height: 1.1em;
}

.centered_caption {
	text-align: center;
	font-size: 70%;
}

/*Multimedia Styles*/

.centered_audio {
	width: 80%;
	margin-bottom: 1rem;
}

audio::-webkit-media-controls-panel {
  background-color: #555555;
  
}


audio::-webkit-media-controls-mute-button, audio::-webkit-media-controls-play-button, audio::-webkit-media-controls-current-time-display, audio::-webkit-media-controls-time-remaining-display, audio::-webkit-media-controls-timeline, audio::-webkit-media-controls-volume-slider, audio::-webkit-media-controls-seek-back-button, audio::-webkit-media-controls-seek-forward-button, audio::-webkit-media-controls-fullscreen-button, audio::-webkit-media-controls-rewind-button, audio::-webkit-media-controls-return-to-realtime-button, audio::-webkit-media-controls-toggle-closed-captions-button {
	color: rgb(204,204,204);
}

.small_audio {
	width: 40%;
}

.under_audio_link {
	margin-left: 10%;
}

.under_video_link {
	width: 560px;
	margin: 0 auto;
}


table {
	width: 100%;
}
.recordings_background section div table tr td {
	width: 50%;
}


.center_videos {
	text-align: center;

}

/*Youtube and Local Video*/
[data-oembed-provider="youtube"] iframe, [frameborder="0"], video {
	width: 560px;
	height: 315px;
	display: block;
    margin: 1rem auto;
}

/*Soundcloud*/
[frameborder="no"]{
	width: 100%;
	max-width: 500px;
	max-height: 500px;
	margin: 0 auto 1rem auto;
    display: block;
}

/*Navigation Styles*/
	

nav {
	display: block;
	margin-bottom: 6%;
	width: 49%;
	margin-left: auto;
	margin-right: auto;
	min-width: 610px;
}

nav ul li {
	float: left;
	width: 14%;
	font-size: 100%;
	text-align: center;
	list-style: none;
}

nav ul li.homenav {
	width: 12%;
}

nav ul li.aboutnav {
	width: 12%;
}
nav ul li.blognav {
	width: 10%;
}

nav ul li.recordingsnav {
	width: 18%;
}

nav ul li.videosnav {
	width: 10%;
}

nav ul li.compnav {
	width: 21%;
}


nav ul li.contactnav {
	width: 15%;
}

nav ul li a {
	color: rgb(255,255,255);
	font-weight: 300;
	padding: 5px;
	text-align: left;
	font-style: normal;
	font-size: 110%;
}

nav ul li a:hover {
	border-top: 1px solid rgb(200,0,20);
	border-bottom: 1px solid rgb(200,0,20);
	color: rgba(255,255,255,1);
}
#nav_selected {
	color: rgb(153,153,153);


}


/*Section Styles*/

section {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
	padding-right: 3%;
	padding-top: 3%;
	padding-bottom: 4%;
	padding-left: 4%;
	margin-right: auto;
	margin-left: auto;
	-moz-border-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
	-webkit-border-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
	-moz-border-radius: 15px 0px 15px 0px;
	-webkit-border-radius: 15px 0px 15px 0px;
	border-radius: 15px 0px 15px 0px;
	clear: left;
	margin-bottom: 5%;
	border-left: 1px outset rgba(255,255,255,0.1);
	border-top: 1px outset rgba(255,255,255,0.3);
	min-width: 565px;
	width: 43%;
	position: relative;
}

#index_recordings {
	width: 63%;
	border-left: 1px outset rgba(255,255,255,0.1);
	border-top: 1px outset rgba(255,255,255,0.3);
	-moz-border-radius: 15px 0px 15px 0px;
	-webkit-border-radius: 15px 0px 15px 0px;
	border-radius: 15px 0px 15px 0px;
	display: block;
	float: left;
	padding-top: 1%;
	
}

#index_recordings:hover {
	background-color: rgb(51,51,51);
	background-color: rgba(51,51,51,0.5);
}

#index_resume {
	width: 25%;
	border-left: 1px outset rgba(255,255,255,0.1);
	border-top: 1px outset rgba(255,255,255,0.3);
	-moz-border-radius: 15px 0px 15px 0px;
	-webkit-border-radius: 15px 0px 15px 0px;
	border-radius: 15px 0px 15px 0px;
	display: block;
	float: left;
	margin-left: 3%;
	padding: 1% 4% 2% 4%;
}



#index_resume:hover {
	background-color: rgb(51,51,51);
	background-color: rgba(51,51,51,0.5);
}

#index_blog {
	width: 30%;
	display: block;
	float: left;
	border-left: 1px outset rgba(255,255,255,0.1);
	border-top: 1px outset rgba(255,255,255,0.3);
	-moz-border-radius: 15px 0px 15px 0px;
	-webkit-border-radius: 15px 0px 15px 0px;
	border-radius: 15px 0px 15px 0px;
	clear: left;
	padding: 3% 2% 2% 2%;
}

#index_blog:hover {
	background-color: rgb(51,51,51);
	background-color: rgba(51,51,51,0.5);
}

#index_composition {
	float: left;
	width: 60%;
	border-left: 1px outset rgba(255,255,255,0.1);
	border-top: 1px outset rgba(255,255,255,0.3);
	-moz-border-radius: 15px 0px 15px 0px;
	-webkit-border-radius: 15px 0px 15px 0px;
	border-radius: 15px 0px 15px 0px;
	margin-left: 3%;
	padding-top: 1%;
}

#index_composition:hover {
	background-color: rgb(51,51,51);
	background-color: rgba(51,51,51,0.5);
}

#index_social_media {
	float: left;
	width: 80%;
	margin-top: 3%;
	padding: 2%;
}

#index_section {
	min-width: 550px;
}

#index_section h2{
	text-align: center;
	margin-bottom: 1em;
}

#index_section h3{
	margin-bottom: 0.5em;
}

#index_section h3 > em{
	font-size: 1em;
}

#index_section h3 a{
	color: rgb(204,204,204);
    font-family: "acumin-pro", "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2em;
    font-weight: 300;
    font-size: 1.3rem;
}

#index_section h3 a:hover, #index_section h3 a:active{
	color: rgb(200,0,20);
	text-decoration: underline;
}

.blog_snippet > p, .blog_snippet > p + a {
	display: inline;
}

#index_section hr {
	margin: 3rem auto;
}

#index_section img {
	display: block;
	margin: 1rem auto;
}

#index_section .event_info li {
	list-style: none;
}

/* Youtube */
#index_section [data-oembed-provider="youtube"] iframe, #index_section [frameborder="0"]{
	width: 100%;
	height: 315px;
	display: block;
    margin: 1rem auto;
}

 /*Soundcloud*/
#index_section [frameborder="no"]{
	width: 100%;
	max-width: 100%;
	margin: 0 auto 1rem auto;
    display: block;
}

section img {
	max-width: 100%;
	max-height: 90vh;
}

.spacer {
	clear: left;
}

iframe {
    border-width: 0px;
}

iframe.bandcamp {
	width: 400px;
	height: 550px;
}

.reverbnation {
	width: 85%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	margin-bottom: 3%;
}

.underlined_text {
	text-decoration: underline;
}
.text_align_right {
}

.recordings_borders {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: rgba(255,255,255,0.3);
	border-left-color: rgba(255,255,255,0.1);
	-moz-border-radius: 15px 0px 15px 0px;
	-webkit-border-radius: 15px 0px 15px 0px;
	border-radius: 15px 0px 15px 0px;
	background-color: rgba(0,0,0,0.4);
	
}



.float_right_image {
	float: right;
	margin-top: 5%;
	margin-bottom: 3%;
	margin-left: 5%;
}

.float_left_image {
	float: left;
	margin-top: 4%;
	margin-right: 5%;
	margin-bottom: 2%;
	margin-left: 3%;
}

figcaption {
	font-style: normal;
	font-size: 70%;
	font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgba(153,153,153,1);
}




.prose {
	line-height: 2em;
	max-width: 700px;
}
.prose p {
	line-height: 1.5em;
}




.blog_image_vertical {
	float: right;
	width: 40%;
	padding: 0%;
	margin-left: 4%;
	margin-bottom: 4%;
	max-width: 175px;
}

.blog_image_horizontal {
	float: right;
	width: 50%;
	padding: 0%;
	margin-left: 4%;
	margin-bottom: 4%;
	/*max-width: 200px;*/
}

section a:hover, footer a:hover , ul a:hover, p a:hover{
	color: rgb(255,0,20);
}

.left_float_p_text {
	clear: left;
	float: left;
}

#canvas {
	clear: left;
	float: left;
	margin-right: 6%;
	margin-bottom: 4%;
	margin-top: 1%;
}

#about_section > p:first-of-type::first-letter {
	font-size: 200%;
	font-family: "adriane", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}

/*section.prose p.first_letter:first-letter {
	font-size: 200%;
	font-family: "adriane", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}*/

#recordings_main, #videos_main, #compositions_main {
	text-align: center;
}

/* Form Styles */

form h1 {
	text-align: center;
	padding-left: 150px;
}

form h1 + .error {
	padding-left: calc(150px + 1em);
}

form {
	max-width: 800px;
	display: block;
	margin: 0 auto;
	padding: 0 1em 1em 1em;
	box-sizing: border-box;
}

form .highlight_text {
	text-align: center;
	padding-left: 75px;
}

.form_grid {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 1em;
	
}

label {
	padding: 0.5em;
}

input {
	padding: 0.5em;
}

select {
	padding: 0.5em;
}

textarea {
	padding: 0.5em;
	height: 250px;
}

form > span {
	padding: 0.5em;
}

.form_grid > span{
	padding: 0.5em;
}

input[type="submit"] .button {
	
}

form button {
	font-size: 1em;
	color: rgb(200,0,20);
    background-color: rgb(0,0,0);
    border-radius: 5px;
    padding: 0.25rem;
    text-align: center;
    display: block;
    width: 75px;
    position: absolute;
    right: 150px;
}

/* Blog Search Form */

#search {
	padding: 0;
}

#search input {
	width: 100%;
}

#search button {
	position: initial;
    /* display: inline-block; */
    float: right;
    margin-bottom: 1px;
    margin-top: 1rem;
}


/* Search Page */

.gs-result .gs-image {
	border: 0px !important;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	position: initial;
}
	
.gsc-tabHeader.gsc-tabhActive, .gsc-refinementHeader.gsc-refinementhActive {
	background-color: rgba(30,30,30,1) !important;
    border-radius: 5px 0 0 0;
}

.gsc-tabHeader.gsc-tabhInactive, .gsc-refinementHeader.gsc-refinementhInactive {
	background-color: rgba(0,0,0,0) !important;
}


/*Footer Styles*/

footer {
	font-size: .85rem;
	text-align: center;
	clear: left;
	margin-top: 5%;
	color: rgb(255,255,255);
	display: block;
	margin-left: auto;
	margin-right: auto;
}


footer p, footer a {
	font-size: .85rem;
}
	
#contact_form {
	width: 50%;
	float: left;
	margin-left: 5%;
}
#left_column_contact {
	float: left;
	width: 40%;
	display: block;
}
#php {
	display: block;
	float: right;
	width: 40%;
}
.recordings_nav_hr {
	width: 60%;
	margin: 0 auto;
}

.recordings_nav_hr:last-of-type {
	display: block;
}

#resume_section {
	width: 70%;
}
.tunes_icon {
	vertical-align: sub;
}
.amazon_icon {
	vertical-align: sub;
}
.text_align_right {
	text-align: right;
}

.blog_h3 {
	margin-bottom: .3em;
}

#blog_newer_link {
	display: inline-block;
}
#blog_older_link {
	display: inline-block;
	float: right;
}

#blog_wrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-width: 800px;
	max-width: 1450px;
}

#blog_sidebar {
	float: left;
	padding: 2%;
	margin-left: 1.5%;
	width: 15%;
	border-left: 1px outset rgba(255,255,255,0.1);
	border-top: 1px outset rgba(255,255,255,0.3);
	-moz-border-radius: 15px 0px 15px 0px;
	-webkit-border-radius: 15px 0px 15px 0px;
	border-radius: 15px 0px 15px 0px;
	background-color: rgba(0,0,0,0.8);
	box-sizing: content-box;
}

#blog_sidebar .sublist {
	list-style-type: disc;
	/*list-style: inside;*/
	margin-left: 1em;
	margin-bottom: 0.3em;
}

#blog_sidebar ul li{
	list-style: none;
}

#blog_sidebar p img {
	margin-right: 5%;
}
.blog_background #blog_wrapper .prose {
	clear: none;
	min-width: 350px;
	width: 48.5%;
}
#blog_sidebar div ul  li{
	list-style-type: disc;
	margin-left: 20%;
}
.blog_background #blog_wrapper #blog_sidebar p img {
	margin-right: 5%;
}

#blog_section{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 4em 3% 1em 4%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 40%);
    border-radius: 15px 0px;
    margin-bottom: 1em;
    border-left: 1px outset rgba(255, 255, 255, 0.1);
    border-top: 1px outset rgba(255, 255, 255, 0.3);
    position: relative;
    clear: none;
    min-width: 350px;
    width: 48.5%;
    box-sizing: content-box;
}

#blog_section h2 {
	/*margin-bottom: .5em;*/
	font-size: 1.33rem;
}

#blog_section h4{
	margin-bottom: 1em;
	font-family: brandon-grotesque, Arial, sans-serif;
	font-size: 1rem;
}

#blog_section p {
	font-family: brandon-grotesque, Arial, sans-serif;
	line-height: 1.6em;
}

#blog_section hr {
	margin: 3rem auto;
}

.pagination a {
	float: none;
	font-size: 1rem;
	font-weight: inherit;
}

.pagination a.older_posts {
	float: right;
}

nav.pagination {
	width: 100%;
	margin-bottom: 0px;
}

.social_box {
	margin-bottom: 2.5em;
	text-align: right;
}

.fb-share-button > span {
	vertical-align: 0px !important;
	margin-right: 1px;
}

#resume_column1 {
	width: 22%;
}
#resume_column2 {
	width: 63%;
}
#resume_column3 {
	width: 15%;
}

.invisible {
	display: none;
}

.show {
	display: block;
}

#blog_side {
}


.rss_link {
	position: relative;
	top: -8px;
	left: 0;
}

.fb-like {
	vertical-align: top;
}

.twitter-share-button {
	display: inline;
    margin: 0;
    vertical-align: -16px;
}
.blog_social_icons {
	margin-top: 1em;
}

#rss2 {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../assets/images/lkjcellosprite.png') -220px -2px;
	float: left;
	margin-right: 17px;
}

#rss2:hover {
	background: url('../assets/images/lkjcellosprite.png') -220px -58px;
}

#googleplus {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	background: url('../assets/images/lkjcellosprite.png') -164px -2px;
	margin-right: 15px;
}

#googleplus:hover {
	background: url('../assets/images/lkjcellosprite.png') -164px -58px;
}

#twitter {
	clear: left;
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	background: url('../assets/images/lkjcellosprite.png') -332px -2px;
	margin-right: 15px;
}

#twitter:hover {
	background: url('../assets/images/lkjcellosprite.png') -332px -58px;
}

#soundcloud {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	background: url('../assets/images/lkjcellosprite.png') -276px -2px;
	margin-right: 15px;
}

#soundcloud:hover {
	background: url('../assets/images/lkjcellosprite.png') -276px -58px;
}

#youtube {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	background: url('../assets/images/lkjcellosprite.png') -388px -2px;
	margin-right: 15px;
}

#youtube:hover {
	background: url('../assets/images/lkjcellosprite.png') -388px -58px;
}

#rss {
	display: block;
	width: 28px;
	height: 33px;
	background: url('../assets/images/lkjcellosprite.png') -35px 0px;
	float: left;
	margin-right: 17px;
}

#rss:hover {
	background: url('../assets/images/lkjcellosprite.png') -35px -56px;
}

#googleplus2 {
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	background: url('../assets/images/lkjcellosprite.png') -3px -2px;
	margin-right: 15px;
}

#googleplus2:hover {
	background: url('../assets/images/lkjcellosprite.png') -3px -58px;
}

#twitter2 {
	clear: left;
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	background: url('../assets/images/lkjcellosprite.png') -99px -2px;
	margin-right: 15px;
}

#twitter2:hover {
	background: url('../assets/images/lkjcellosprite.png') -99px -58px;
}

#soundcloud2 {
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	background: url('../assets/images/lkjcellosprite.png') -67px -2px;
	margin-right: 15px;
}

#soundcloud2:hover {
	background: url('../assets/images/lkjcellosprite.png') -67px -58px;
}

#youtube2 {
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	background: url('../assets/images/lkjcellosprite.png') -131px -2px;
	margin-right: 15px;
}

#youtube2:hover {
	background: url('../assets/images/lkjcellosprite.png') -131px -58px;
}

.mailing_list_button {
	background-image: url('../assets/images/generic_txt_btn.png');
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 35px;
	max-height: 40px;
	padding-top: 4%;
	padding-left: 8%;
	margin-bottom: .5%;
	min-width: 140px;
	max-width: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.mailing_list_button a {
	font-size: 100%;
}

.smaller_text {
	font-size: 85%;
	
}

.smaller_text_performances_section {
	font-size: .9rem;
	text-align: center;
}

.mailing_list_button_blog {
	background-image: url('../assets/images/generic_txt_btn.png');
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 35px;
	padding-top: 4%;
	padding-left: 8%;
	margin-top: 7%;
	min-width: 137px;
	max-width: 150px;
}

.mailing_list_button_blog a {
	font-size: 100%;
	text-align: center;
}

.mailing_list_button_blog a:hover {
	color: rgb(255,0,20);
}
.contact_background section .caption_text_no_indent {
	max-width: 500px;
}
.input_label      {
	width: 20%;
	display: block;
	float: left;
}
.checkbox_indent {
	margin-left: 10%;
}
.blog_gallery_image {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor:pointer;
}

.indent_li {
	margin-left: 10%;

}

#google_search {
	/*width: 110%;
	margin-left: -12px;*/
}

/* Google Plus Button */
#___plusone_0 {
	margin-left: 1.5rem !important;
}

#recording_container {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.recording_year, .recording_year_last, .recording_year_break {
	display: inline;
}

.recording_year::after, .recording_year_break::after {
	content: ' • ';
}



@media (min-width: 601px) and (max-width: 800px) {
	nav ul li.homenav, nav ul li.aboutnav, nav ul li.blognav, nav ul li.recordingsnav, nav ul li.videosnav, nav ul li.compnav, nav ul li.contactnav {
		width: 31%;
	}
	
	/*section {
		margin-top: 50%;
	}*/
}

@media (min-width: 1px) and (max-width: 600px) {
	nav ul li.homenav, nav ul li.aboutnav, nav ul li.blognav, nav ul li.recordingsnav, nav ul li.videosnav, nav ul li.compnav, nav ul li.contactnav {
		width: 47.5%;
	}
	
	/*section {
		margin-top: 78%;
	}*/
}
	

@media (min-width: 1px) and (max-width: 800px) {
	
	body {
		background-size: cover;
	}
	
	a {
		color: rgba(200,0,20,1);
		text-decoration: none;
	}
	
	h2 {
		font-size: 125%;
		font-weight: 300;
		font-family: "acumin-pro", "brandon-grotesque", Arial, sans-serif;
	}
	
	h1 {
		font-family: "acumin-pro", "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 145%;
		color: rgba(204,204,204,1);
		font-weight: 300;
		font-style: normal;
		font-variant: normal;
		text-decoration: none;
		text-align: center;
	}
	h3 {
		font-size: 120%;
		font-weight: inherit;
	}
	
	p {
		color: rgba(204,204,204,1);
	}
	hr {
		width: 90%;
		color: rgba(255,255,255,0.2);
		margin-left: 5%;
		height: 2px;
		vertical-align: text-bottom;
	}
	
	.paragraph_divider {
		margin-right: auto;
		margin-left: 43%;
	}
	.paragaph_divider_small {
		margin-left: auto;
		display: block;
		margin-right: auto;
	}
	
	
	.index_background {
		background-color: rgba(0,0,0,1);
		background-image: url('../assets/images/index_mobile_background.jpg');
		background-position: center top;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.bio_background {
		background-size: contain;
		background-color: black;
		background-image: url('../assets/images/index_mobile_background.jpg');
		background-position: center top;
		background-repeat: no-repeat;
	}
	
	.blog_background {
		background-color: rgba(0,0,0,1);
		background-image: url('../assets/images/blog_mobile_background.jpg');
		background-position: top center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.recordings_background {
		background-color: rgba(0,0,0,1);
		background-image: url('../assets/images/recordings_mobile_background.jpg');
		background-position: top left;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.videos_background {
		background-color: rgba(0,0,0,1);
		background-image: url('../assets/images/video_mobile_background.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		background-size: contain;
	}
	
	.compositions_background {
		background-color: rgba(0,0,0,1);
		background-image: url('../assets/images/compositions_mobile_background.jpg');
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	.contact_background {
		background-color: rgba(0,0,0,1);
		background-image: url('../assets/images/contact_mobile_background.jpg');
		background-position: top center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#contact_section {
		margin-top: 0px;
	}
	#contact_nav {
		margin-bottom: 0px;
	}
	
	
	
	#banner_image {
		margin-top: 1%;
		margin-bottom: 1%;
		width: 92%;
		margin-left: 5%;
		margin-right: 3%;
	
	}
	
	/*General Text Styles*/
	
	.italic {
		font-style: italic;
		color: #CCC;
	}
	
	.bold {
		font-weight: 400;
	}
	.left_align_text {
		text-align: left;
	}
	
	.centered_text {
		text-align: center;
	}
	
	
	.caption_text {
		font-size: 70%;
		line-height: 1.1em;
		margin-left: 10%;
	}
	
	.caption_text_no_indent {
		font-size: 70%;
		line-height: 1.1em;
	}
	
	.centered_caption {
		text-align: center;
		font-size: 70%;
	}
	
	/*Multimedia Styles*/
	
	.centered_audio {
		width: 80%;
		margin-left: 10%;
	}
	
	.small_audio {
		width: 40%;
	}
	
	.under_audio_link {
		margin-left: 10%;
	}
	
	.under_video_link {
		width: 250px;
		margin: 0 auto;
	}
	
	.reverbnation {
		width: 85%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3%;
		margin-bottom: 3%;
	}
	
	table {
		width: 100%;
	}
	
	.center_videos {
		text-align: center;
	
	}
	
	/*Navigation Styles*/
	
	/*nav {
		display: block;
		margin-top: 3%;
		margin-bottom: 3%;
		width: 45%;
		margin-left: auto;
		margin-right: auto;
		min-width: 665px;
	}
	
	nav ul li {
		display: inline-block;
		margin-left: 2%;
		font-size: 100%;
		text-align: center;
		padding: 1%;
		background-color: rgba(0,0,0,0.2);
		border: 1px solid white;
	}
	
	nav ul li a {
		color: rgb(255, 255, 255);
		font-weight: 400;
	}
	
	nav ul li:hover {
		background-color: rgba(255,255,255,0.8);
		border: 0px solid rgba(0,0,0,0.8);
	}
	
	nav ul li a:hover {
		color: rgba(2,32,130,0.5)	
	}*/
		
	
	nav {
		display: block;
		margin-bottom: 6%;
		margin-left: auto;
		margin-right: auto;
		width: 96%;
		min-width: 1px;
	}
	
	nav ul li {
		float: left;
		width: 47.5%;
		font-size: 125%;
		text-align: center;
		/*padding: 1%;
		background-color: rgba(0,0,0,0.2);
		border: 1px solid white;*/
		list-style: none;
		border-left: 1px outset rgba(255,255,255,0.1);
		border-top: 1px outset rgba(255,255,255,0.3);
		-moz-border-radius: 15px 0px 15px 0px;
		-webkit-border-radius: 15px 0px 15px 0px;
		border-radius: 15px 0px 15px 0px;
		padding-top: 6%;
		padding-bottom: 12%;
		margin-left: 2%;
		color: white;
		background-color: rgba(0,0,0,0.8);
	}
	
	#nav_selected {
		color: rgba(153,153,153,1);
	
	
	}
	
	
	/*Section Styles*/
	
	section {
		padding-right: 3%;
		padding-top: 3%;
		padding-bottom: 4%;
		padding-left: 4%;
		margin-right: auto;
		margin-left: auto;
		-moz-border-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
		-webkit-border-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
		box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
		-moz-border-radius: 15px 0px 15px 0px;
		-webkit-border-radius: 15px 0px 15px 0px;
		border-radius: 15px 0px 15px 0px;
		clear: left;
		margin-bottom: 5%;
		border-left: 1px outset rgba(255,255,255,0.1);
		border-top: 1px outset rgba(255,255,255,0.3);
		width: 88%;
		background-color: rgba(0,0,0,0.8);
		max-width: 800px;
		display: block;
		min-width: 1px;
	}
	
	#index_recordings {
		width: 94%;
		border-left: 1px outset rgba(255,255,255,0.1);
		border-top: 1px outset rgba(255,255,255,0.3);
		-moz-border-radius: 15px 0px 15px 0px;
		-webkit-border-radius: 15px 0px 15px 0px;
		border-radius: 15px 0px 15px 0px;
		display: block;
		background-color: rgba(0,0,0,0.8);
		float: none;
		padding-top: 0px;
	}
	
	#index_resume {
		width: 90%;
		display: block;
		border-left: 1px outset rgba(255,255,255,0.1);
		border-top: 1px outset rgba(255,255,255,0.3);
		-moz-border-radius: 15px 0px 15px 0px;
		-webkit-border-radius: 15px 0px 15px 0px;
		border-radius: 15px 0px 15px 0px;
		clear: left;
		padding: 2%;
		background-color: rgba(0,0,0,0.8);
		margin-top: 3%;
		float: none;
		margin-left: 0px;
	}
	
	
	#index_blog {
		width: 90%;
		display: block;
		border-left: 1px outset rgba(255,255,255,0.1);
		border-top: 1px outset rgba(255,255,255,0.3);
		-moz-border-radius: 15px 0px 15px 0px;
		-webkit-border-radius: 15px 0px 15px 0px;
		border-radius: 15px 0px 15px 0px;
		clear: left;
		padding: 2%;
		background-color: rgba(0,0,0,0.8);
		float: none;
	}
	
	#index_composition {
		width: 94%;
		border-left: 1px outset rgba(255,255,255,0.1);
		border-top: 1px outset rgba(255,255,255,0.3);
		-moz-border-radius: 15px 0px 15px 0px;
		-webkit-border-radius: 15px 0px 15px 0px;
		border-radius: 15px 0px 15px 0px;
		margin-top: 3%;
		background-color: rgba(0,0,0,0.8);
		float: none;
		margin-left: 0px;
		padding-top: 0px;
	}
	
	#index_social_media {
		float: left;
		width: 80%;
		margin-top: 3%;
		padding: 2%;
	}
	
	#index_section {
		min-width: 100%;
		width: 100%;
    /* background-color: rgba(0,0,0,0); */
    /* border: 0px solid rgba(0,0,0,0); */
    /* margin: 0px; */
		box-sizing: border-box;
	
	}
	
	
	
	/* Youtube */
	/*#index_section [data-oembed-provider="youtube"] iframe, [frameborder="0"]{
		width: 100%;
		height: 315px;
		display: block;
		margin: 1rem auto;
	}*/

	 /*Soundcloud*/
	/*#index_section [frameborder="no"]{
		width: 100%;
		max-width: 100%;
		margin: 0 auto 1rem auto;
		display: block;
	}*/
	
	/*Youtube*/
	[data-oembed-provider="youtube"] iframe, [frameborder="0"]{
		width: 100%;
		height: 315px;
		display: block;
		margin: 1rem auto;
	}

	/*Soundcloud*/
	[frameborder="no"]{
		width: 100%;
		max-width: 500px;
		max-height: 500px;
		margin: 0 auto 1rem auto;
		display: block;
	}
	
	.twitter-share-button {
		display: inline;
		margin: 0;
		vertical-align: -16px;
	}
	
	#spacer {
		clear: left;
	}
	.recordings_borders {
		border-top-width: 1px;
		border-left-width: 1px;
		border-top-style: outset;
		border-left-style: outset;
		border-top-color: rgba(255,255,255,0.3);
		border-left-color: rgba(255,255,255,0.1);
		-moz-border-radius: 15px 0px 15px 0px;
		-webkit-border-radius: 15px 0px 15px 0px;
		border-radius: 15px 0px 15px 0px;
		background-color: rgba(0,0,0,0.4);
		
	}
	
	.mailing_list_button {
		padding-top: 1.5%;
		padding-left: 3%;
	}
	
	/*.recordings_borders:hover {
		
	}*/
	
	figure img {
		border-top: 1px outset rgba(0,0,0,0.5);
		border-left: 1px outset rgba(0,0,0,0.3);
	}
	
	.float_right_image {
		float: right;
		margin-top: 5%;
		margin-bottom: 3%;
		margin-left: 5%;
	}
	.float_left_image {
		float: left;
		margin-top: 4%;
		margin-right: 5%;
		margin-bottom: 2%;
		margin-left: 3%;
	}
	
	figcaption {
		text-align: center;
		font-style: normal;
		font-size: 90%;
		font-family: "brandon-grotesque", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: rgba(153,153,153,1);
	}
	
	.prose {
		line-height: 1.4em;
	}
	
	section.prose p.prose:first-letter {
		font-size: 200%;
		font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	}
	
	section a:hover, footer a:hover {
		color: rgba(255,0,20,1);
	}
	
	.left_float_p_text {
		clear: left;
		float: left;
	}
	
	#canvas {
		clear: left;
		float: left;
		margin-right: 6%;
		margin-bottom: 4%;
		margin-top: 1%;
	}
	
	#blog_wrapper {
		min-width: 1px;
	}
	
	#blog_sidebar {
		display: none;
	}
	
	#blog_section {
		padding-right: 3%;
		padding-top: 3%;
		padding-bottom: 4%;
		padding-left: 4%;
		margin-right: auto;
		margin-left: auto;
		-moz-border-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
		-webkit-border-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
		box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
		-moz-border-radius: 15px 0px 15px 0px;
		-webkit-border-radius: 15px 0px 15px 0px;
		border-radius: 15px 0px 15px 0px;
		clear: left;
		margin-bottom: 5%;
		border-left: 1px outset rgba(255,255,255,0.1);
		border-top: 1px outset rgba(255,255,255,0.3);
		width: 100%;
		background-color: rgba(0,0,0,0.8);
		max-width: 800px;
		display: block;
		min-width: 1px;
		box-sizing: border-box;
	}
	
	.form_grid {
		grid-template-columns: auto;
		gap: 0.25em;
	}
	
	form h1 {
		padding-left: 0;
	}
	
	form .highlight_text {
		padding-left: 0;
	}
	
	form h1 + .error {
		padding-left: 0;
	}
	
	.button_container_home {
		
	}
	
	.button_container_home .button {
		
	}
	
	input, select {
		margin-bottom: 1em;
	}
	
	label, form > span, .form_grid > span {
		padding-left: 0;
	}
	
	form button {
		left: 100px;
	}
	
	
	/*Footer Styles*/
	
	footer {
		font-size: .85rem;
		text-align: center;
		clear: left;
		margin-top: 5%;
		color: rgba(255,255,255,1);
	}
	
	footer p, footer a {
		font-size: .85rem;
	}
	
	#contact_form {
		width: 100%;
		float: none;
		margin-left: 0px;
	}
	
	#contact_form input, #contact_form textarea {
		width: 100%;
	}
	
	#contact_form input[type="submit"] {
		width: auto;
	}
	
	#left_column_contact {
		float: none;
		width: 100%;
		display: block;
		margin-bottom: 1em;
	}
	#php {
		display: block;
		width: 100%;
		clear: left;
		color: rgb(200,0,20);
		margin-bottom: 2%;
	}
	.recordings_nav_hr {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	#videos_section {
		margin-top: 0px;
	}
	#videos_nav {
		margin-bottom: 0px;
	}
	#blog_older_link {
		float: right;
	}
	.smaller_text {
		font-size: .9rem;
	}
	.input_label {
		display: block;
		width: 20%;
		float: left;
		min-width: 100px;
	}
	.checkbox_indent {
		margin-left: 10%;
	}
	
	.blog_gallery_image {
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.blog_h3 {
		margin-bottom: .3em;
	}
	
	.indent_li {
		margin-left: 10%;
	}
	
	/* Other */
	
	.hidden {
		display: none;
	}
	
	iframe {
    border-width: 0px;
	}
	
	iframe.yt560315 {
		width: 250px;
		height: 141px;
	}
	
	iframe.yt420315 {
		width: 250px;
		height: 188px;
	}
	
	iframe.bandcamp {
		width: 250px;
		height: 450px;
	}
	
	.recording_year {
		display: inline;
	}
	
	.recording_year, .recording_year_last {
		display: inline;
	}
	
	.recording_year_break { 
		display: inline-block;
	}
	
	.recording_year::after, .recording_year_break::after {
		content: ' • ';
	}

}