::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

::-webkit-scrollbar-thumb {
	background: #9b7763;
}

::-webkit-scrollbar-track {
	background: url(imgs/2/bg.jpg);
}

::selection {
	background: #e3d9d3;}

::-moz-selection {
	background: #e3d9d3;}

body {
	margin: 0;
	background: url(imgs/2/bg.jpg);
	color: #6d4d41;
	font-family: "Lato", sans-serif;
	text-align: justify;
}

#headerbar {
	position: absolute;
	z-index: -1;
	margin-top: 100px;
	width: 100%;
	height: 250px;
	background: url(imgs/2/pattern.jpg) center top 100px;
}

#headerimg {
	position: static;
	z-index: 0;
	margin: 0 auto;
	width: 656px;
	height: 520px;
	background: url(imgs/2/patron.png);
}

#nav1, #nav2, #nav3, #nav4 {
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 104px;}

#nav1 {
	margin: 50px auto auto -25px;
}

#nav2 {
	margin: 300px auto auto -25px;
}

#nav3 {
	margin: 50px auto auto 575px;
}

#nav4 {
	margin: 300px auto auto 575px;
}

#content {
	margin: auto;
	width: 600px;
	font-size: 17px;
	line-height: 1.9em;
}

#content p:first-of-type::first-line {
	font-size: 22px;
	font-variant: small-caps;
	font-weight: bold;
}

nav {
	margin-top: 30px;
}

#navbar {
	position: absolute;
	margin-top: 25px;
	width: 100%;
	height: 50px;

	background: url(imgs/2/pattern.jpg) center top 100px;
	z-index: -1;
}

#navimg {
	margin: auto;
	width: 600px;
}

#navimg img {
	margin: auto 23px;
}

footer {
	margin: 30px auto auto;
	width: 600px;
	font-size: 16px;
	line-height: 1.9em;
	text-align: center;
}

h1, h2 {
	color: #5c6444;
	font-family: "Courgette", cursive;
	font-weight: normal;
	text-indent: 15px;
}

h1::first-letter, h2::first-letter {
	color: #914f4b;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

blockquote {
	text-align: center;
	border-bottom: 1px double #af6f65;
}

ul {
	margin: -20px 0 0 0;
	list-style: none;
}

ul li:before {
	padding-right: 0.25em; 
}

ul li:nth-child(odd):before {
	content: "\2605";
	color: #d46600;
}

ul li:nth-child(even):before {
	content: "\2666";
	color: #7babb0;
}

b, strong {
	color: #365a30;
}

i, em {
	color: #b42e2a;
}

#content a, footer a {
	background: #c6afa1;
	color: #fff0f0;
	font-style: italic;
	letter-spacing: 1px;
	padding: 0 3px;
	text-decoration: none;
}

#content a:hover, footer a:hover {
	background: #799263;
}

#contact {
	margin: 0 auto !important;
	width: 400px;
}

#contact table {
	border: 0;
	border-collapse: collapse;
}

#contact td:nth-child(odd) {
	padding: 3px 0;
	width: 100px;
	text-transform: uppercase;
}

#contact td:nth-child(even) {
	width: 300px;
}

input {
	background: inherit; 
	margin: 0 0 5px 0; 
	padding: 2px 0 2px 5px;
	font: 17px "Lato", sans-serif;
	color: #754c24; 
	border: 2px solid #bc7e57; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

input[type=text] {
	width: 97.5%;
}

input[type=submit] {
	width: 100%;
}

.center, .codes {
	text-align: center;
}

.hearts {
	color: #555ca5;
}