
/* Responsive layout */
@media screen and (max-width: 600px) {
	
	/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
	div.name {
		font-size: 30px;
	}

div.head {
		font-size: 22px;
	}


div.copy {
		font-size: 13px;
	}
div.tobitext {
		font-size: 13px;
	}

figcaption {
  padding: 5px;
  	font-family: 'basteleurbold';
  font-size: 20px;
  border: none;
  background: transparent;
  word-wrap:normal;
  text-align: center;
}

	/* If the screen size is 600px wide or less, the two columns stack on top of each other instead of next to each other */
	.column {
		width: 100%;
	}
}



@font-face {
    font-family: 'basteleurbold';
    src: url('basteleur-bold-webfont.woff2') format('woff2'),
         url('basteleur-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

      
       
    font-weight: normal;
    font-style: normal;

}
body {
	background-color: #2db83d;
	overflow-x: hidden;
	  cursor:url(http://soloshow.online/shroomjakface.png), auto;
	/* horizontal */
}

/* unvisited link */
a:link {
	color:black;
    -webkit-filter: drop-shadow(0 0 0.75rem 	#FFFF00);
    filter: drop-shadow(0 0 0.75rem 	#FFFF00);
}

/* visited link */
a:visited {
  color: purple;
}

/* mouse over link */
a:hover {
  color:white;
}

/* selected link */
a:active {
	color:black;
  -webkit-filter: drop-shadow(0 0 0.75rem 	#FFFF00);
    filter: drop-shadow(0 0 0.75rem 	#FFFF00);
}

/* navbar placement */
.navbar {
	background-color: #fff;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
}

img {
  border: 5px solid #663399 ;
}

/* navbar links*/
.navbar a {
	float: center;
	display: block;
	color: #000;
	text-align: center;
	padding: 5px 5px;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 700;
}

/* Change the color of links on hover */
.navbar a:hover {
	background-color: #fff;
	color: pink;
}

/*subtitle*/
.subtitle {
	font-size: 10px;
	font-weight: 100;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-style: italic;
	line-height: 1em;
}


/*title*/
.name {
	font-size: 6vw;
	font-family: 'basteleurbold';
	padding-left: 30px;
	padding-top: 15px;
	line-height: 1em;
}

.head {
	font-size: 55px;
	  font-family: 'Courier New', monospace;
	font-weight: 700;
	padding-left: 30px;
	padding-top: 15px;
	line-height: 1em;
}

.next {
	font-size: 4vw;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 700;
	padding-left: 30px;
	padding-top: 15px;
	line-height: 1em;
}



/*title table*/
.row {
	display: flex;
}

.column {
	flex: 50%;
}

/*photo table*/
.row2 {
	display: flex;
}

.column2 {
	flex: 40%;
}

/*table text*/
.quote {
	font-size: 30px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 600;
	font-style: italic;
}

/*main text*/
.heading {
	font-size: 50px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 700;
}

.copy {
	font-size: 1.5vw;
	font-family: 'basteleurbold';
	width: 90%;
	margin:17px;
}

.tobitext {
	font-size: 1.5vw;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	width: 90%;
	margin:17px;
}


/*bottom text*/
.artists {
	font-size: 30px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 700;
	background-color: pink;
	line-height: 1.5em;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}


.subby {
	font-size: 2.8vw;
	font-family: 'basteleurbold';
	font-weight: 700;
	padding-left: 30px;
	text-align: center;
	line-height: 1em;
}

figcaption {
  padding: 5px;
  	font-family: 'basteleurbold';
  font-size: 25px;
  border: none;
  background: transparent;
  word-wrap:normal;
  text-align: center;
}