/**/

/*general*/

body {
	width: 100%;
	margin: 0 auto;
	min-width: 1080px;
	min-height: 1920px;
	font-family: "Caviar Dreams";
	color: rgb(255,255,255);
	background-color: rgb(10,10,10);
}

h1 {
	text-align: center;
	font-size: 200%;
}

li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

.footercopy {
	display: block;
	font-size: 80%;
	text-align: center;
}

.ztitle {
	display: block;
	font-size: 120%;
	text-align: center;
}

.ztext {
	display: inline-block;
	text-align: left;
	text-indent: 30px;
	margin-left: 5%;
	margin-right: 5%;
}

.menu {
	font-size: 200%;
	margin: 10px auto 10px auto;
	text-align: center;
}

.normalbtn {
	background-color: rgb(50,50,50);
	color: rgb(255,255,255);
	font-family: "Caviar Dreams";
	padding: 16px;
	font-size: 24px;
	border: none;
}

.normalbtn:hover {
	background-color: rgb(101,57,54)
}

.dropbtn {
	background-color: rgb(50,50,50);
	color: rgb(255,255,255);
	font-family: "Caviar Dreams";
	padding: 16px;
	font-size: 24px;
	border: none;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgb(101,57,54);
	min-width: 160px;
	z-index: 1;
}

.dropdown-content a {
	color: rgb(255,255,255);
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	color: rgb(180,173,125);
	background-color: rgb(101,57,54);
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: rgb(101,57,54);
}

a:link {
  text-decoration: none;
  color: rgb(255,255,255);
}

a:visited {
  text-decoration: none;
  color: rgb(255,255,255);
}

/*homepage*/

.logo {
	display: block;
	max-width: 100%;
	height: auto;
	margin: -350px auto -350px auto;
}

.infotitle {
	text-align: center;
	font-size: 400%;
}

.infotext {
	display: block;
	text-align: left;
	font-size: 120%;
	margin-left: 5%;
	margin-right: 5%;
	text-indent: 30px;
}

.mynovels {
	text-align: center;
	font-size: 400%;
}

.book {
	column-count: 2;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
}

.booklist {
	margin-left: 10px;
	margin-right: 10px;
}

.cover {
	display: inline-block;
	width: 60%;
	height: auto;
}

.title {
	display: inline-block;
}

.bookdesc {
	display: inline-block;
	text-align: left;
	font-size: 130%;
	margin-left: 5%;
	margin-right: 5%;
	text-indent: 30px;
}

/*system map*/

.systemchart {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	height: auto;
}

.planets {
	columns: 2;
}

/*factions*/

.factionpic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	height: auto;
}

/*technology*/

.tech {
	columns: 2;
}

/*about the author*/

.mypic {
	display: block;
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.abouttext {
	display: block;
	margin-left: 25%;
	margin-right: 25%;
	font-size: 110%;
	text-align: left;
	text-indent: 30px;
}

/*contacts*/

.contacttext {
	display: block;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 105%;
}

/*gallery*/

.artgallery {
	columns: 2;
}

.galpic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: auto;
}

.galtext {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 105%;
	text-align: left;
	text-indent: 30px;
}

/*sample chapters*/

.samplewindow {
	display: block;
	width: 80%;
	height: 1400px;
	margin-left: auto;
	margin-right: auto;
	
	
}