/* Responsive layout */
@media screen and (max-width: 1000px) {
	
	/* If the screen size is 1000px 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%;
	}

div.abouttext {
  font-size: 15px;
 padding: 10;

}

}



@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: #fff;
	overflow-x: hidden;
	/* horizontal */
}


.infos {
    column-count: 4;
  	font-size: 15px;
	font-family: 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', 'MS PGothic', 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, sans-serif;
	line-height: 18px;
	padding-left: 100px;
	padding-right: 20px;
}



.bottomtitle{
	font-size: 250px;
	font-family: 'pretty_on_the_insideregular';
	padding-left: 30px;
	padding-top: 50px;
	line-height: 1em;
	text-align: center;
	letter-spacing: 8px;
	  filter: drop-shadow(0 0 .20rem #39FF14);
}

.head {}



.about {
  background-color: #fff;
  width: 100%;

}

.abouttext {
  font-size: 27px;
  font-weight: 200;
  font-family: 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', 'MS PGothic', 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, sans-serif;
  padding: 50px;
  background-color: #fff;
  color: #b2b2b2;
}

.descriptionne {
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  padding: 50px;
  background-color: #fff;
  color: black;
width:90%;
}

/* unvisited link */
a:link {
  color: #fd75fd;
}

/* visited link */
a:visited {
  color: grey;
}

/* mouse over link */
a:hover {
  color: black;
}

/* selected link */
a:active {
  color: #fd75fd;
}

/* 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;
}

@font-face {
    font-family: 'pretty_on_the_insideregular';
    src: url('poti-webfont.woff2') format('woff2'),
         url('poti-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*title*/
.name {
	font-size: 250px;
	font-family: 'pretty_on_the_insideregular';
	padding-left: 30px;
	padding-top: 100px;
	line-height: 1em;
	text-align: center;
	letter-spacing: 8px;
	  filter: drop-shadow(0 0 .20rem #39FF14);
}

.head {
	font-size: 3vw;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 700;
	padding-left: 30px;
	padding-top: 15px;
	line-height: 1em;
	text-align: center;
}

.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.5vw;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 700;
	padding-left: 30px;
	padding-top: 15px;
	line-height: 1em;
	text-align: center;
}



.map {
background-color: #fff;
}


.nektar {
position: absolute;
top: 60%;
left: 5%;
}






