@import url('https://fonts.googleapis.com/css?family=Libre+Caslon+Display&display=swap');
.rp-link {
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 10pt;
}
.rp-link a:link {  color: blue;}
.rp-link a:visited {  color: blue;}
.rp-link a:hover {  color: white;}
.rp-link a:active {  color: magenta;}

body {
	font-family: Arial Black,sans-serif;
	font-size: 32px;
}

a {
	color:red;
}

.nav {
	width: 100%;
	padding: 10px;
	position: fixed;
	top: 0px;
	left: 0px;

}

.nav-item {
	display: inline-block; /* in a line, retain background colour, contricts to length of object. If you don't want the spacing, use flex */
	text-decoration: none;
}

.btn-future, .btn-essay {
	font-family: serif;
	font-size: 30px;
	margin-top: 15px;
	margin-right: 30px;
	transform:scale(1,2);
}
.btn-future:hover, .btn-essay:hover {
	font-family: serif;
	font-size: 30px;
	margin-top: 15px;
	margin-right: 30px;
	transform:scale(1,14);

}


.btn-profanity, .btn-sex, .btn-jesus, .btn-bling, .btn-guns, .btn-smiley, .btn-clear {
	margin-top: 0px;
	font-family: serif;
	background-color: transparent;
	border-style: solid;
	padding: 5px;
	border-width: 1px;
 	border-color: black;
	font-size: 12px;
}

.btn-clear {
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	font-family: sans-serif;
}

.title {
	width:100%;
}

.title img {
	width:100%;

}

.research {
 	display: flex;
 	flex-wrap: wrap;
}

.research-item{
 	flex: 0 0 33.333%;
	padding: 100px;
	transition: 1s;
	cursor: zoom-in;
}

.research-item img {
	width: 100%;
}


.research-item span {
	line-height: .1em;
}

.item-no {
	position: relative;
	top: -5px;
	display: block;
	color: white;
	transform: rotate(5deg);
	text-shadow: 1px 1px 1px black, 0 0 10px blue, 0 0 4px darkblue;
	font-size: 15px;

}


.item-desc {
	font-family: Serif;
	font-size: 14px;
	line-height: -.9;
	text-shadow:
   		-1px -1px 0 #fff,
    	1px -1px 0 #fff,
    	-1px 1px 0 #fff,
     	1px 1px 0 #fff;
}




.essay {
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.text {
	flex: 0 0 50%;
	padding: 10px;


}

.text h1 {
	font-size: 60px;
	margin-top: 80px;
}
.text h1:hover {
	font-size: 60px;
	margin-top: 80px;
	transform: scale(3,1);
}

.text h2 {
	font-family: serif;
	font-size: 15px;
	transform: scale(1,2);
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 80px;
}

.text p {
	text-indent: 80px;
	font-size: 23px;
}

.figure {
	flex: 0 0 33.333%;
	padding: 10px;
}

.figure span {
	font-size: 12px;
	color: black;
}

.figure img {
	width: 100%;
}






.item-price {
	position: relative;
}

.price {
	display: none;
}


.research-item:hover .price {
	display: inline;
	position: absolute;
	top: 40%;
  	left: 20%;
  	transform: translate(-50%, -50%);

	font-family: 'Libre Caslon Display', serif;
	font-size: 7vw;
	font-style: italic;
	color: white;
  	text-shadow: 5px 5px 20px #000000;
	transform: rotate(-45deg);

	animation: blinker 0.1s step-start infinite;

}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}





/* interactive classes */
.hide {
	 display: none;
}

.show {
	 display: block;
}

.large {
	flex: 0 0 66.666%;
	transition: 1s;
	cursor: zoom-out;
}

.active {
	border-width: 1.5px;
	font-style: italic;

}







/*hover emoji*/
.profanity {
	cursor:url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'  width='73' height='88' viewport='0 0 100 100' style='fill:black;font-size:44px;'><text y='50%'>🤬</text></svg>") 16 0,auto !important; /*emojicursor.app*/
}

.sex {
	cursor:url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'  width='73' height='88' viewport='0 0 100 100' style='fill:black;font-size:44px;'><text y='50%'>💕 </text></svg>") 16 0,auto !important; /*emojicursor.app*/
}

.jesus {
	cursor:url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'  width='73' height='88' viewport='0 0 100 100' style='fill:black;font-size:44px;'><text y='50%'>✝️</text></svg>") 16 0,auto !important; /*emojicursor.app*/
}

.guns{
	cursor:url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'  width='73' height='88' viewport='0 0 100 100' style='fill:black;font-size:44px;'><text y='50%'>🔫</text></svg>") 16 0,auto !important; /*emojicursor.app*/
}

.bling{
	cursor:url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'  width='73' height='88' viewport='0 0 100 100' style='fill:black;font-size:44px;'><text y='50%'>✨</text></svg>") 16 0,auto !important; /*emojicursor.app*/
}

.smiley {
	cursor:url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'  width='73' height='88' viewport='0 0 100 100' style='fill:black;font-size:44px;'><text y='50%'>😂</text></svg>") 16 0,auto !important; /*emojicursor.app*/
}


.bling.smiley{
	cursor:url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'  width='73' height='88' viewport='0 0 100 100' style='fill:black;font-size:44px;'><text y='50%'>✨😂</text></svg>") 32 0,auto !important; /*emojicursor.app*/
}

.sex.smiley {
	cursor:url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'  width='73' height='88' viewport='0 0 100 100' style='fill:black;font-size:44px;'><text y='50%'>✨😂</text></svg>") 32 0,auto !important; /*emojicursor.app*/
}
