/*! 
* Theme's Stylesheet - Modify/Add your own stylesheet + Your Copyright 
*/

@font-face {
    font-family: 'SkiaRegular';
    src: url('skia-webfont.eot');
    src: url('skia-webfont.eot?#iefix') format('embedded-opentype'),
         url('skia-webfont.woff') format('woff'),
         url('skia-webfont.ttf') format('truetype'),
         url('skia-webfont.svg#SkiaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color:white;
    font-family: SkiaRegular, Verdana, Trebuchet MS, sans-serif;
}

.container {
	padding: 20px 5px 50px;
}

nav ul li a, .nav-toggle {
	text-transform: uppercase;
	color: #E5A65E;
	font-weight: normal;
	font-size: 18px;
	border: none;
}

.nav-toggle {
    border: solid 2px #E5A65E;
}

nav ul ul li a {
	text-transform: capitalize;
}

@media (max-width: 992px){
.nav-collapse li a {
     font-size: 150%;
}}

#sidebar nav a {
	font-size: 150%;
	color: #E5A65E;
}

#sidebar nav a:hover {
	/*font-weight: bold;*/
	color: #E17979;
}

@media (min-width:992px) {
	.header-wrapper.sticky {
		display: none;
	}
}

/*LOGO & HEADER*/

@media (min-width:992px) {
header a.logo {
	display: inline-block;
	color: #56A9B4;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 72px;
	line-height: 1.1;
	letter-spacing: 8px;
	text-align: center;
}}

@media (max-width:992px) {
header a.logo {
	display: inline-block;
	color: #56A9B4;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 56px;
	line-height: 1.1;
	letter-spacing: 2px;
	text-align: center;
}}

header aside {
    margin-left: 20%;
	font-size:30px;
	text-transform:uppercase;
	letter-spacing:-2px;
	word-spacing:-4px;
	text-decoration:none;
}

/*SIDEBAR*/
@media (min-width:992px) {
#sidebar {
	margin-top: -100px;
}}

#sidebar img {
	max-width: 370px;
	margin-top: 1rem;
	margin-right: auto;
	margin-left: auto;
}

#sidebar p img {
	max-width: 100%;
}

#sidebar p {
		text-align: center;
}

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6	{
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0;
	text-align: center;
}

#sidebar h4 {text-align: center;}

#sidebar div {margin-left: auto; margin-right: auto;}


#sidebar nav ul {
	margin-left: 40px;
}

#sidebar nav ul li {
	line-height: 2rem;
	list-style-image:url("../../images/bun.jpg");
}

#sidebar nav ul li a {
	position: relative;
	bottom: 4px;
}

footer .container {
	padding: 20px 0 20px;
}

footer {
	padding:10px 0;
}
footer hr {
	border-top:1px solid #A29282;
}

footer a, footer a:active, footer a:focus{
	font-weight: bold;
}
/*footer a, footer a:active, footer a:focus{
	color:#9FC274;
}*/


@media (max-width: 992px){
	.js .nav-collapse {
		width: 300px;
		float: right;
}}


/*Making the 'stickybody' work'*/

body.stickybody {
	margin-top:0;
}

.header-wrapper.sticky {
	position:fixed;
	top:0;
}


/*Making the Footer 'sticky'*/

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 250px;
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    /*height: 250px;*/
    width: 100%;
}

/*Typography*/

/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
 font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  color: #635A50;
}

h1,h2,h3,h4,h5,h6,pre,code {font-weight:400;}

/* Copy & Lists */
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
ul,
ol {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
/*	margin-left: 1.5rem;*/
}
ul li,
ol li {
  line-height: 1.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#page-title{text-align:center;}

#content {text-align:left;}
#content h1 {font-size:240%;color:#E5A65E;letter-spacing:-2px;margin:25px 0 20px 0;}
#content h2 {font-size:200%;color:#E5A65E;letter-spacing:-1px;margin:25px 0 10px 0;}
#content h3 {font-size:180%;color:#E5A65E;margin:25px 0 10px 0;}
#content h4, #sidebar h4 {font-size:160%;color:#E5A65E;margin:25px 0 10px 0;}
#content h5 {font-size:140%;margin:25px 0 10px 0;}
#content h6 {font-size:120%;margin:25px 0 10px 0;}
#content .page-text {
	font-size:100%;
	margin-bottom:50px;
}
#content .page-text p {line-height:22px;margin:15px 0 15px 0;}
#content .page-text ol {line-height:22px;margin:0 0 22px 60px;}
#content .page-text ul {line-height:22px;text-align:center;list-style:none;}
	margin:0 0 0 25px;
}
#content .page-text blockquote {
	margin:0 0 22px 20px;
	font-style:italic;
	border-left:2px solid #ccc;
	padding:0 0 0 15px;
	line-height:22px;
	}

#content .page-text img,#content .page-text img a {margin:0; padding: 0;}

.credits {font-size:70%;text-transform:uppercase;color:#666;padding-top:15px;margin-top:30px;border-top:1px dotted #ccc;}
.credits p {margin:0 0 0 0;padding:5px 0 0 0;}
.credits a:link, .credits a:visited {color:#666;}
.credits a:hover {color:#333}

/* Images */
p img {
	margin: 10px;
}

/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 33px;
}
/* Code blocks */
code {
  vertical-align: bottom;
}
/* Leading paragraph text */
.lead {
  font-size: 1.414rem;
}
/* Hug the block above you */
.hug {
  margin-top: 0;
}

/*links*/
a {
	color:inherit;
	text-decoration:none;
}
#page-content a {
	color:#56A9B4;
}

a:hover,a:focus {
	color:inherit;
	text-decoration:none;
}
#page-content a:hover,#page-content a:focus {
	color:#A36D74;
}

