@charset "UTF-8";
/* CSS Document */

body{  
    font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    font-size:15px;
    color:#000;
    background:#fff;
}
 
h1 {
    font-family:Georgia, Arial, Helvetica, Sans-serif,serif;
	font-size:50px;
}
 
h2 {
    font-family:Georgia, Arial, Helvetica, Sans-serif,serif;
	font-size:22px;
}

a {
  text-decoration: none;
}

.linkbutton {
	width:300px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	border-radius: 8px;
	padding: 13px 23px;
	border: 1px solid #222222;
	transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s;
	background: #fff;
	color: #222222;
	:hover {
		border-color: #000000;
		background: #f7f7f7;
	}
}

.linkbuttonsmall {
	width:50px;
	display: inline-block;
	text-align: center;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	border-radius: 8px;
	padding: 13px 23px;
	border: 1px solid #222222;
	transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s;
	background: #fff;
	color: #222222;
}

.message_container {
  display: none;
  font-weight: bold;
  color: red;
}

input[type=text] {
	border:0px;
	background-color: #ececec;
	border-radius: 15px;
    height: 20px;
    width: 200px;
    padding: 15px;
}

#pagecontent {
	background-color: #fff;
	width:85%;
	margin:50px auto;
	padding:20px;
	max-width: 600px;
}

.booktitle {
	font-family: ff-meta-serif-web-pro, "Meta Serif Pro", "Meta Serif", Georgia, serif;
	font-size: 1.4em;
	font-weight: 600;
	font-style: italic;
}

.bookauthor {
	font-family: ff-meta-serif-web-pro, "Meta Serif Pro", "Meta Serif", Georgia, serif;
	font-size: 1.4em;
}

.bookhr { border:2px solid; width:66%; }

.booklink { 
	width:80%; 
	margin:10px auto; 
	background-color: #f5eedc; 
	border-radius: 10px;
    padding: 20px;
	text-transform: uppercase;
}

.booklink:hover { background-color: #e6d6ae; }

a.booklinktext:link {color: #000 !important;}
a.booklinktext:visited {color: #000 !important;}
a.booklinktext:hover {color: #000 !important;}
a.booklinktext:active {color: #000 !important;}

.sociallink { float:left; }
#socialcontainer { margin:0px auto; width: fit-content; }

#countrycontainer { margin:0px auto; width: fit-content; }
.countrytext { float:left; font-size: 1.4em; font-weight: 600;}
.countryimage { float:left; margin-top:-15px; }

select {
  width: 200px;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: 1px solid #CCC;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
