/*
 * b4st CSS
 */

/* Sticky Footer */

@font-face {
    font-family: 'QTypeProSquareLight';
    src: url('qtypepro-squarelight-webfont.eot');
    src: url('qtypepro-squarelight-webfont.eot?#iefix') format('embedded-opentype'),
         url('qtypepro-squarelight-webfont.woff') format('woff'),
         url('qtypepro-squarelight-webfont.ttf') format('truetype'),
         url('qtypepro-squarelight-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1 {
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}
h2 {
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}
h3 {
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}
h4 {
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}
h5 {
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}
h6 {
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}
p {
    font-family: 'Play', sans-serif;
}
li {
    font-family: 'Play', sans-serif;
}
small {
    font-family: 'Play', sans-serif;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
	background: #000;
	color: #fff;
	font-family: 'QTypeProSquareLight';
}
h2{margin-top:40px;}

nav img{
	width: 180px;
}
a{color: #ff8400;}
main {
    flex: 1 0 auto;
}

h1,h2,h3,h4{
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
}
p{color: #fff;
	font-family: 'QTypeProSquareLight';
	font-size: 14px;
	margin-left:20px;}

.site-header-image {
	display: block;
	margin: auto;
}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}

.bypostauthor {}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
}

/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Author bio */

.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}
.nav-link{
	color: #fff!important;
}
.nav-link:hover{
	color: #fa4c06!important;
}
/* Main content */
/*.nav-item {

	width: 100px;
}
.nav-item a {

	display: block;
	padding-left: 3px;
	padding-top: 70px;
	padding-bottom: 0;
	color: #fff;
	text-decoration: none;
	font-family: 'Play', sans-serif;
	line-height: 0.9;
}
.nav-item a:hover {

	text-decoration: none;
}


.navbar-toggler {
	color: #fff!important;
}
.navbar-toggler-icon{
	color: #fff!important;
}*/

/* Sidebar */

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

/* Comments */

#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
	padding-left: 0;
}

.commentlist li {
	padding: 1rem;
}

.comment-meta {
	margin-bottom: 1rem;
}

.comment > .children {
	margin-top: 1rem;
	margin-right: -0.625rem;
	margin-bottom: -1.625rem;
}
/* Site footer */
.show li{width:100%;border-left:none;padding-left: 10px;}
.show a {
	display: block;	
	padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
	color: #fff;
	text-decoration: none;
	font-family: 'Play', sans-serif;
	font-size: 20px;
	background-color: #ff8400;
	margin-bottom: 3px;
	margin-top: 3px;
}