@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'Fira Sans', Calibri, Arial, sans-serif;
	font-size: 1.1em;
    color: #f0f0f0;
	background-color: #333;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #000;
}
.container{
	position: relative;
	/* overflow: hidden; */
}
header {
	width: 100%;
	padding: 1em 1.875em;
	position: fixed;
	z-index: 1000;
	color: #f7f7f7;
	background-color: rgba(51, 51, 51,0.3);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

header h1 {
	font-size: 2.45em;
	line-height: 1.3;
	margin: 0;
	font-weight: 700;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

#logo {
	font-family: 'KremlinComrade-LO84';
}

header span {
	display: block;
	font-weight: 700;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.nav {
	list-style: none;
	margin:0;
	padding:0;
	display: flex;
}
.nav a, a.logo {
	text-decoration: none;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	color: rgb(247, 247, 247);
	display: block;
	transition: all 0.3s ease-out;
}
.nav a:hover, a:hover.logo {
	color: rgba(127, 194, 127, 1);
	opacity: 0.67;
}
.nav li {
	margin: 0 20px 0 0;
}

article {
	padding: 1.875em 3em;
	z-index: 1000;
	margin: 0 auto;
	max-width: 1200px;
	background-color: rgba(29, 26, 34, 0.7);
	border-radius: 12px;
}

article p {
	line-height: 1.5;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

article img {
	padding: 0;
	width: 100px;
	height: 100px;
	border-radius: 6px;
}

.article-thumb {
	clear: both;
}

.right {
	float: right;
	margin: 5px 0 5px 10px;
}

.left {
	float:left;
	margin: 5px 20px 5px 0;
}

section {
	padding: 140px 0 0 0;
}

h3	{
	font-size: 2.4em;
	margin: 0 0 20px 0;
	padding: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

/* gridbox */
.grid {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(360px,1fr));
	grid-column-gap: 60px;
	grid-row-gap: 45px;
}

.grid-item p {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	margin: 0 0 20px 0;
	padding: 0;
}

.grid-item h4 {
	font-size: 1.6em;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

/* Portfolio thumbnail gallery */
/* include css file */