/* Custom Stylesheet */
body {
      margin: 0;
      -webkit-font-smoothing: antialiased;
	  font-family: Bad Script, cursive;
	  font-size: x-large;
	  /*font-style:italic;*/
	  text-shadow: 1px 1px black;
	  color:#fff;
	  min-height: 3500px;
	  padding-top: 80px;
	  background-image: url('../images/bg1.jpg');
	  background-repeat: repeat-y;
	  background-color: #000;
	  background-position: center;
	  text-align: center;
	  /*background-attachment: fixed;*/
}
/*.container{
	background-image: url('../images/div-bg.png');
}*/
#appear{
	padding-bottom: 1em;
}
.text{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background-image: url('../images/tile-parchment.jpg');
	border-color: #dba870;
	border-style: double;
	border-width: 10px 10px 10px 10px;
	border-image: url("../images/div-bg.png") 10% repeat;
	color: #000;
}
#logo{
	padding:0;
}

#third-nav{
	background: #000;
	font-family: 'Bad Script', cursive;
	font-size: x-large;
	color: gold;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,114,198,.075);
	text-align: center;
}
#third-nav a:link {
	color: gold;
	transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
}
#third-nav a:visited {
	color: gold;
	transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
}
#third-nav a:hover{
	color:#fff;
	background-color:#000;
	transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
}
#wallpapers{
	font-family: 'Noticia Text', serif;
	font-size: 12pt;
	color: #fff;
	
}
#humble{
	font-size:12pt;
}
#wallpapers a:link {
	color: gold;
	transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
}
#wallpapers a:visited {
	color: gold;
	transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
}
#wallpapers a:hover{
	color:#fff;
	text-decoration: none;
	transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
}
.navbar-brand,
.navbar-nav li a {
    line-height: 50px;
    height: 50px;
    padding-top: 0;
}
h1,h2,h3,h4{
	font-family: Bad Script, cursive;
	color: gold;
	text-align: center;
	padding: 0;
}
h1{
	font-size: 35px;
}
h4{
	font-size:x-large;
}
p{
	text-indent: 30px;
}
#footer{
	font-size: 12pt;
	padding: 1em;
	bottom:0;
}