/* CSS reset/normalize plus HTML element styling. */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700,800,900');
@import url(https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700,800,900);


html {
  font-family: "Source Sans Pro", "Lucida Grande", Verdana, sans-serif;
  color: #444;
  background-color:#000;
}

h1 { font-size: 2.2rem; font-weight: 600; color: #333; font-family: 'Rajdhani', sans-serif;}

h2 { font-size: 1.6rem; font-weight: normal; color: #333; font-family: 'Rajdhani', sans-serif;}

h3 { font-size: 1.8rem; font-weight: normal; color: #333; font-family: 'Rajdhani', sans-serif; margin: 0;}

h4 { font-size: 1.2rem; font-weight: normal; color: #333; font-family: 'Rajdhani', sans-serif;}

img{ max-width: 100%; }

figcaption {
    display: block;
	font-size: 0.8rem;
	color: #888;
}

a, p a, .sg-book p a{
  color: #444;
  border-bottom: 1px dotted #999
}

a:hover, #region--sidebar_second a:hover{
  color: #444;
  text-decoration: none;
  border-bottom: 1px dotted #ff9100;
}
.toolbar-bar a,
.toolbar-bar a:hover,
.toolbar-menu-administration a,
.toolbar-menu-administration a:hover{
	border: none;
}

.uk-subnav a:hover{
	border-bottom: none;
	background-color: inherit;
	color: #000;
}

header {
    display: flow-root;
    box-sizing: content-box;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

*+hr {
    margin: 0;
}
pre br {
	display: none;
}
article footer {
	display: flex;
	align-items: center;
 }
 
article footer .uk-margin{
	margin: 0;
}

footer article img {
	border-radius: 50% !important;
	width: 50px;
	height: 50px;
	border: 2px solid #9f9f9f;
}

footer article{
	margin-right: 8px;
}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 8px 0 calc(8px - 4px);
    font-size: .875rem;
    color: #999;
}

.uk-grid>aside {
	border-left:1px dashed #999;
	padding-left: 15px;
}
.uk-grid>main {
	padding-right: 30px;
}
input {
	margin:0;
	padding: 0;
}
.uk-input:focus,.uk-select:focus,.uk-textarea:focus {
	outline:0;
	background-color:#fff;
	color:#666;
	border-color:#ff9100;
}
::selection {
    background: #ff9100;
    color: #333;
    text-shadow: none;
}

[class*=uk-list]>::before {
	width: auto;
	height: 1rem;
}

.align-left {
    float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.align-right {
    float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.align-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 15px;
}

.uk-button-primary, .uk-button-primary:hover {
    background-color: #ff6600;
}
.uk-button-primary:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)
}

nav[aria-labelledby*='book']{
display: none;	
}

.sg-list{
	list-style:none;
	margin:0;
	padding:0;
}