
body {
	font-family: 'Sintony', sans-serif;
	color: white;
	font-size: 12px;
	background: white;
	line-height: 1;
	background-image: url('img/wallpaperbackground.jpg');
	background-repeat: repeat;
}

html, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, u, i, center, table, tfoot, tr, th, td, canvas, footer, header, menu, nav{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.greyback{
	background:#FFD700;
	width: 100% 100%;
	height:400px;
}

h1.Normal{
	font-size: 20px;
}

footer, header, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}

header h2 {
	margin: 25px 10px;
font-size: 28px;
text-align: center;
color: black;
}
.container {
	margin: 10px auto;
	display: table;
	max-width: 1140px;
	width: 100%;
}
.container:after, .container:before {
	content: "";
	clear : both;
}
nav.menu {
	background: #FFD700;
	position: relative;
	min-height: 45px;
	height: 100%;
}

.menu > ul > li {
	list-style: none;
	display: inline-block;
	color: #000000;
	line-height: 45px;
	
}

.menu > ul li a {
	text-decoration: none;
	color: #000000;
	 display:block;
	 padding: 0px 24px;
}
.menu > ul li a:hover {
	background: white;
	color: #000000;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

caption.indexstyle {
	font-family: 'Sintony', sans-serif;
	font-size: 32px;
	color: white;
}

a.menufont {
	font-size:17px;

}

td.tableauhead{
	color:white;
	font-size:13px;
}

td {
	padding:10px;
}

body.Librebody{
	margin:40px;
	font-family: 'Sintony', sans-serif;
	color: black;
	font-size: 12px;
	background: black;
	line-height: 1;
	background-image: url('img/wallpaperbackground.jpg');
	background-repeat: repeat;	

}

.wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr) ) ;
    color: #444;
	position:relative;
  }
  
.isbnwrapper{
	padding-top: 50px;
	display: block;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(800px, 1fr) ) ;
    color: #444;
}
  
 .box {
    background-color: #1A1A1A;
    color: #FFD700;
    border-radius: 5px;
    padding: 20px;
    font-size: 150%;
	border-width:3px;
	border-style:solid;	
	}

.pic{
	float:left;
}

#bitcoin{
  width:200px;
  margin:0 auto;
  text-align:center;
  color:#888888;
  margin-top:30px}

.path {
  stroke-dasharray: 2110;
  stroke-dashoffset: 2110;
  stroke-width:2;
  stroke-linecap:round;
  animation: dash 6s linear infinite;
  fill-opacity:0;
  stroke:orange;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 2110;
    opacity:0;
    stroke:orange;
  }
  15%{
    opacity:1;
    stroke:orange;
  }
  70%{
    opacity:1;
    stroke:orange;
  }
  100%{
    stroke-dashoffset:0;
    opacity:0;
    stroke:yellow;
  }
}

h1.mainacc{
	font-size:40px;
	color:white;
}

.zoom:hover img {

}

p.mainfontforp{
	font-size:20px;
	color:white;
}

p.fontforfooter{
	font-size:15px;
	color:white;
	border:solid;
	padding:20px;
	background-color:black;
}

footer{
	position:absolute;
	bottom:0;
}

div.boxbitcoin{
		width:100%;
		display:flex;
}

svg.bitcoin{
	margin:auto;
	}

@media only screen and (max-width: 700px){
svg.bitcoin{	
	margin:auto;
	}

}

@media only screen and (min-width: 800px){
	li.textnavright{
	float:right;
}
}
table, th, td {
	border: 1px solid white;
	border-collapse: collapse;
	text-align:center;
	}
	th, td {
	padding:10px;
	text-align:center;
	}

