* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "Qalisso";
	src: url("../fonts/Qalisso.otf");
}

@font-face {
	font-family: "Retro Boldy";
	src: url("../fonts/RetroBoldy-Regular.otf");
}

@font-face {
	font-family: "Tall Dark";
	src: url("../fonts/talldark.ttf");
}

/* MAIN */

body {
    background: #fff!important;
    color: #8a8c8b!important;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px; font-weight: 400;
	line-height: 24px;
}

#container {
	margin: 80px auto 0 auto;
	width: 100%;
	max-width: 1210px;
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: space-between;
}

/* TOPBAR */

#topbar, footer {
	width: 100%;
	margin: 40px auto;
	line-height: 100%;
	display: block;
	overflow-x: hidden;
	position: relative;
	z-index: 25;
}

#topbar {
    background: #000000;
    margin: 0 auto!important;
    padding: 15px auto;
}

#topbar::before, #topbar::after, footer::before, footer::after {
	content: '';
	position: absolute;
	top: 0; right: 10%;
	width: 100%; height: 1px;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(97,97,97,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(97,97,97,1) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(97,97,97,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#616161",GradientType=1);
	margin: auto;
	box-sizing: border-box;
	display: block;
	z-index: 15;
}

#topbar::after {
	top: unset; right: unset;
	bottom: 0; left: 10%;
	background: rgb(97,97,97);
	background: -moz-linear-gradient(90deg, rgba(97,97,97,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(97,97,97,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(90deg, rgba(97,97,97,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#616161",endColorstr="#000000",GradientType=1);
}

nav, footer #inner {
	margin: 0 auto;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	box-sizing: border-box;
}

#show-menu {
	padding: 25px 20px;
	color: #e2e2e2;
	text-align: left;
	letter-spacing: 0.05em;
	cursor: pointer;
	box-sizing: border-box;
	display: none;
}

#show-menu i {
	margin-right: 10px;
	color: #6d9fb9!important;
}

#rmenu {
	width: 100%;
	display: block;
}

.active {
	display: block;
}

nav ul.menu, footer #inner ul#cred {
	margin: 0 auto;
	padding: 20px 0;
	max-width: 90%;
	text-align: center;
	box-sizing: border-box;
	display: block;
}

nav ul.menu li, footer #inner ul#cred li {
	margin: 0;
	padding: 0;
	color: #e2e2e2;
	letter-spacing: 0.05em;
	display: inline-block;
}

nav ul.menu li::after, aside h4.sidetitle::before, article h1.title::after, footer #inner ul#cred li::after {
	content: '';
	margin: 0 1vw;
	width: 9px; height: 10px;
	background-image: url("../images/star.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
}

nav ul.menu li:last-child::after, footer #inner ul#cred li:last-child::after {
	display: none;
}

nav ul.menu li a, nav ul.menu li.social a, nav #altsocial a, #wbox a, aside .proj .main ul.projl li a, article .cbox ul.post-categories li a, footer #inner ul#cred li a {
	color: inherit;
	display: inline-block;
	text-decoration: none;
	position: relative;
	z-index: 12;
	-webkit-transition: all 0.68s ease-out;
	-moz-transition: all 0.68s ease-out;
	-o-transition: all 0.68s ease-out;
}

nav ul.menu li a:hover, footer #inner ul#cred li a:hover {
	color: #6d9fb9;
}

nav ul.menu li.social, nav #altsocial, aside .proj .main ul.projl li, article .cbox ul.post-categories li, #pagination .current, article #submit {
	padding: 5px 10px;
	font-size: 10px;
	background-image: url("../images/strip-03.png")!important;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	border-radius: 4px;
}

nav ul.menu li.social i, nav #altsocial i {
	margin: 0 4px;
}

nav #altsocial { 
	margin-top: 20px;
	position: absolute;
	top: 0; right: 20px;
	color: #e2e2e2;
	display: none;
}

/* HEADER */

.header {
    background: #000000;
	width: 100%;
	height: 450px;
	background-image: url("../images/header_video.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}

/* WELCOME */

#wbox {
    display: none!important;
}

/* SIDEBAR */

aside {
	min-width: 330px;
	max-width: 330px;
}

aside .sidebox {
	margin: 0 auto 60px auto;
	letter-spacing: 0.025em;
	text-align: justify;
	display: block;
}

aside h4.sidetitle {
	margin: 0 auto 20px auto;
	padding-bottom: 10px;
	font-size: 12px; font-weight: 700;
	color: #ccc!important; 
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #e2e2e2;
	display: block;
	position: relative;
}

aside h4.sidetitle::before {
	margin-left: 0;
	margin-right: 10px;
}

/* POSTS */ 

section#content {
	min-width: 820px;
	max-width: 820px;
}

section#nfcontent {
	min-width: 100%;
	max-width: 100%;
}

article {
	margin: 0 auto 80px auto;
	padding: 0;
	display: block;
	position: relative;
}

article h1.title {
	margin: 0; padding: 0 0 20px 0;
	color: #e2e2e2;
	font: normal 30px "Qalisso";
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 150%;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 25;
}

article h1.title span {
	background: rgb(138,140,139);
	background: -moz-linear-gradient(90deg, rgba(138,140,139,1) 0%, rgba(226,226,226,1) 50%, rgba(138,140,139,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(138,140,139,1) 0%, rgba(226,226,226,1) 50%, rgba(138,140,139,1) 100%);
	background: linear-gradient(90deg, rgba(138,140,139,1) 0%, rgba(226,226,226,1) 50%, rgba(138,140,139,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8a8c8b",endColorstr="#8a8c8b",GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	position: relative;
	-webkit-transition: all 0.68s ease-out;
	-moz-transition: all 0.68s ease-out;
	-o-transition: all 0.68s ease-out;
}

article h1.title span:hover {
	background: rgb(226,226,226);
	background: -moz-linear-gradient(90deg, rgba(226,226,226,1) 0%, rgba(138,140,139,1) 50%, rgba(226,226,226,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(226,226,226,1) 0%, rgba(138,140,139,1) 50%, rgba(226,226,226,1) 100%);
	background: linear-gradient(90deg, rgba(226,226,226,1) 0%, rgba(138,140,139,1) 50%, rgba(226,226,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e2e2",endColorstr="#e2e2e2",GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}

article h1.title span a {	
	text-decoration: none;
	z-index: 5;
}

article h1.title::before {
	content: '';
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(226,226,226,1) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(226,226,226,1) 50%, rgba(0,0,0,1) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(226,226,226,1) 50%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8a8c8b",endColorstr="#8a8c8b",GradientType=1);
	position: absolute;
	left: 0; bottom: 0; right: 0;
	margin: auto;
	width: 100%; height: 1px;
	display: block;
	z-index: 5;
}

article h1.title::after {
	margin: 0 auto;
	padding: 0 10px;
	position: absolute;
	left: 0; bottom: -5px; right: 0;
	background-color: #000000;
	margin: auto;
	z-index: 10;
}

article .entry {
	margin: 25px auto;
	padding: 0;
	font-size: 14px;
	text-align: justify;
	letter-spacing: 0.01em;
	display: block;
}

article .entry b,
article .entry strong,
aside .sidebox b,
aside .sidebox strong {
    color: #b3b2b2!important;
    font-weight: 700;
}

article .entry em,
aside .sidebox em {
    color: #c0816e!important;
    font-weight: 600;
    position: relative;
}

article .entry ul li,
aside .sidebox ul li {
    margin: 6px auto;
    padding: 3px 0 3px 18px;
    width: 100%;
    max-width: 100%;
    background-image: url("../images/star.png");
    background-position: left center;
    background-repeat: no-repeat;
    list-style: none;
}

aside .sidebox ul li {
    padding-left: 0;
    background-image: none;
    display: block;
}

aside .sidebox ul li i {
    margin: 0 8px 0 0;
    font-size: 11px;
    color: #8a8c8b;
}

section#nfcontent article .entry {
	text-align: center;
}

#container a {
    color: #6297b3!important;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 0.68s ease-out;
    -moz-transition: all 0.68s ease-out;
    -o-transition: all 0.68s ease-out;
}

#container a:hover {
    color: #131323!important;
}

nav ul.menu li,
footer #inner ul#cred li {
    margin: 0;
    padding: 0;
    color: #e2e2e2;
    letter-spacing: 0.05em;
    display: inline-block;
}

footer #inner ul#cred li {
    color: #8a8c8b!important;
}

nav ul.menu li a:hover {
     color: #6297b3!important;
}

footer #inner ul#cred li a:hover {
    color: #2a7398!important;
}

nav ul.menu li.social,
nav #altsocial,
aside .proj .main ul.projl li,
article .cbox ul.post-categories li,
#pagination .current,
article #submit {
    padding: 5px 10px;
    font-size: 10px;
    background-image: url("../images/strip-02.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 4px;
}

nav ul.menu li.social i,
nav #altsocial i {
    margin: 0 4px;
}

nav ul.menu li.social a:hover,
nav #altsocial a:hover,
aside .proj .main ul.projl li a:hover {
    color: #000000;
}

nav #altsocial {
    margin-top: 20px;
    position: absolute;
    top: 0;
    right: 20px;
    color: #e2e2e2;
    display: none;
}

article h1.title::after {
    margin: 0 auto;
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    background-color: #4d89a9!important;
    margin: auto;
    z-index: 10;
}

/* POST ELEMENTS */

article .entry p, aside .sidebox p, article .entry ul, aside .sidebox ul {
	margin: 0 0 12px 0;
}
 
article .entry b, article .entry strong, aside .sidebox b, aside .sidebox strong {
	font-weight: 700;
}

article .entry em, aside .sidebox em {
	font-weight: 600;
	position: relative;
}

iframe, embed, object, video {
	max-width: 100%;
	margin: 0 auto;
	padding: 12px 0;
}

article .entry blockquote,
aside blockquote {
    background: #eaeaea!important;
    width: 100%;
    max-width: 100%;
    margin: 25px auto 67px auto;
    padding: 25px;
    color: inherit;
    border-image: linear-gradient(12deg, #fff 0%, #fff 50%, #fff 100%) 1!important;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
    quotes: "\201C""\201D""\2018""\2019";
    position: relative;
    z-index: 25;
    color: #4e4e4e!important;
}

hr {
    background-color: #bdbcbc;
    color: #bdbcbc;
    border: 0;
    width: 92%;
    height: 1px;
    opacity: .15;
}

/* PAGINATION */

#pagination {
	margin: 0 auto 60px auto;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	border: none;
	display: flex;
	justify-content: center;
}

#pagination a, #pagination span {
	margin: 0 8px;
	padding: 5px 0;
	font-size: 10px;
	font-weight: 700;
	color: #8a8c8b;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.68s ease-out;
	-moz-transition: all 0.68s ease-out;
	-o-transition: all 0.68s ease-out;
}

#pagination .current {
	color: #000000;
}

#pagination .dots {
	display: none;
}

#pagination a:hover {
	color: #e2e2e2;
}



/* FOOTER */

footer::before {
	left: 10%; right: unset;
	background: rgb(97,97,97);
	background: -moz-linear-gradient(90deg, rgba(97,97,97,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(97,97,97,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(90deg, rgba(97,97,97,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#616161",endColorstr="#000000",GradientType=1);
}

footer::after {
	top: unset; bottom: 0;
}

footer, #disc {
    color: #8a8c8b !important;
}

#disc {
	margin: -20px auto 40px auto;
	width: 100%;
	max-width: 1210px;
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

/* - Projects Table - */

table.projects {
	width: 100%;
    margin: 8px auto!important;
}

.projects-img {
	width: 18.33%;
    position: relative;
    text-align: center;
    color: white;
    font-weight: 600;
}

.projects-img img,
.projects-img img:hover {
	filter: grayscale(100%) brightness(30%)!important;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border: 0px!important;
    background: none!important;
}

.projects-img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 19px;
    padding: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    font-family: 'Tahoma', sans-serif;
    font-size: .80em;
    font-weight: 400!important;
}

.projects-info {
	width: 76.33%;
}

.projects-link {
    word-wrap: break-word;
    text-align: center;
    margin: 0 auto;
}

.projects-links a, .projects-links a:link, .projects-links a:visited, .projects-links a:active {
	font-weight: 700!important; 
	text-decoration:none;
    text-transform: uppercase!important;
    font-size: 0.75em!important;
    padding: 2px;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.projects-img a {
    color: #fff!important;
}