body {
    	/* background: #8DB3DA; */
	background: #8DA7CC;
	/* background-image: url("../images/Dan Opacity 35 percent.jpg"); */
	background-image: url("../images/The Missing Piece Artwork Background.jpg");
    	background-repeat: no-repeat;
   	background-position: center top;
	background-size: contain;
	border: 0px solid black;
}
a {
	color: black;
}
table {
    	width: 100%;
	border-style: none;
	position: relative;
	/* border: 1px solid black; FOR TESTING PURPOSES */
	border: 0px solid black;
}
tr {
	border: 0px solid black;
}
td {
	border: 0px solid black;
}
h1 {
	font-size: 7vw;
	position: relative;
	top: 0px;
}
h2 {
	font-size: 5vw;
	position: relative;
	top: -20px;
}
h3 {
	font-size: 3vw;
	position: relative;
	top: -30px;
}
h4 {
	font-size: 2vw;
	position: relative;
	top: -80px;
}
a {
	/* color: #047ABA; */
}
div {
	/* border: 1px solid black; */
	border: 0px solid black;
}


.holdleftright {
	display: flex;
        align-items: top;
        justify-content: center;
	margin-top: 30px;
}
.ontheleft {
        flex-basis: 10%;
}
.ontheright {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: text-top;
	margin-left: 20px;
}
	


.barefootdan {
	/* height: 340px; */
	/* font-family: "Comic Sans MS", Comic Sans, Helvetica, Arial, sans-serif; */
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	/* font-size: 10vw; /* 1vw = 1% of viewport width. If the viewport is 50cm wide, 1vw is 0.5cm */
	color: white;
	text-align: center;
	text-shadow: 0 0 10px black; /* DOES THIS WORK? YES */
    	padding-left: 0px;
    	padding-right: 0px;
    	padding-bottom: 0px;
    	padding-top: 0px;
	vertical-align: bottom;
	border: 0px solid black;
}
.footer {
	width: 35%;
	background-color: white;
	border: 5px solid black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
	min-width: 250px;
    	padding-top: 10px;
    	padding-right: 0px;
    	padding-bottom: 10px;
    	padding-left: 0px;
}
.box {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	width: 65%;
	background-color: white;
	border: 5px solid black;
	margin-top: 0px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	min-width: 250px;
    	/* padding-top: 10px; */
    	padding-right: 0px;
    	padding-bottom: 10px;
    	padding-left: 0px;
}
.soloacousticartist {
	/* font-family: "Goudy Old Style", Helvetica, Arial, sans-serif; */
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	/* font-size: 5vw; */
	color: #047ABA;
	text-align: center;
	text-shadow: 0 0 0px black;
    	padding-left: 0px;
    	padding-right: 0px;
    	padding-bottom: 10px;
    	padding-top: 10px;
	vertical-align: middle;
	border: 0px solid black;	
}
.nonHeaderText {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 5vw;
	/* color: #047ABA; */
	text-align: center;
	text-shadow: 0 0 0px black;
    	padding-left: 0px;
    	padding-right: 0px;
    	padding-bottom: 0px;
    	padding-top: 0px;
	vertical-align: top;
	border: 0px solid black;
}
.nonHeaderTextSans {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 5vw;
	/* color: #047ABA; */
	text-align: center;
	text-shadow: 0 0 0px black;
    	padding-left: 0px;
    	padding-right: 0px;
    	/* padding-bottom: 10px; */
    	/* padding-top: 20px; */
	vertical-align: top;
	border: 0px solid black;
}
.nonHeaderText2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 3vw;
	/* color: #047ABA; */
	text-align: center;
	text-shadow: 0 0 0px black;
    	padding-left: 0px;
    	padding-right: 0px;
    	/* padding-bottom: 10px; */
    	/* padding-top: 20px; */
	vertical-align: top;
	border: 0px solid black;
}
.photoHandler {
	text-align: center;
	vertical-align: top;
	max-width: 377px;
	margin: auto;
	/* display: block; */
	/* margin-left: auto; */
	/* margin-right: auto; */
	/* width: 50%; */
	/* max-width: 80%; */
	/* height: auto; */
}