/* 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.title {
		font-size: 50px;
	}

div.copy {
		font-size: 2vw;
	}


	/* 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: 'blocusregular';
    src: url('blocuswebfont.eot');
    src: url('blocuswebfont.eot?#iefix') format('embedded-opentype'),
         url('blocuswebfont.woff') format('woff'),
         url('blocuswebfont.ttf') format('truetype'),
         url('blocuswebfont.svg#blocusregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background-color: #d5cebc;
	overflow-x: hidden;
	/* horizontal */
}

a {
	color: black;
	text-decoration: none;
	/* no underline */
}

a:visited {
	color: grey;
}

a:hover {
	color: darkblue;
}

/* navbar placement */
.navbar {
	background-color: #fff;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
}

/* 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: 'blocusregular';
	padding-left: 30px;
	padding-top: 15px;
	line-height: 1em;
}

.head {
	font-size: 5vw;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	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: 'Work Sans', sans-serif;
	font-weight: 250;
	width: 90%;
	margin:10px;
}


/*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: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 700;
	padding-left: 30px;
	text-align: center;
	line-height: 1em;
}