a img:hover {
	opacity:0.6;
}

.cursor {
cursor: url("images/pt/detail.png"), pointer;	
}

@font-face {
font-family: 'garamond';
src: url('EB-Garamond/static/EBGaramond-Bold.ttf');
font-weight: normal;
font-style: normal;
}

.garamond {
font-family: 'garamond';
font-size: 20pt;
color: black;
letter-spacing: 0.1em;

}

.garamondpt {
font-family: 'garamond';
font-size: 15pt;
color: black;
letter-spacing: 0.1em;

}

@media all and (min-width: 100px) {
img.responsive {
  width: 550px;
}
	
.full_width_home {
	position: absolute;
	left:0;
	width:100%;
	min-width:800px;
	top:500;
}
	
.full_width_repro {
	position: absolute;
	left:30;
	width:100%;
	min-width:800px;
	top:375;
}
}

@media all and (min-width: 900px) {
img.responsive {
  width: 600px;
}
	
	.full_width_home {
	position: relative;
	top:0;

}
	
	.full_width_repro {
	left:0;
	position: relative;
	top:0;

}
}

.copyright {
   position: fixed;
   right: 5px;
   bottom: 5px;
color:black;
}

#top {
	position:fixed;
	left:10;
	bottom:5;
	position:fixed;
}

html {
  scroll-behavior: smooth;
}