html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,overline,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}body{background:#fff;line-height:1;}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0;}caption,th,td{font-weight:normal;text-align:left;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}blockquote,q{quotes:none}a:focus{outline:none}a:hover,a:active{outline:0}a img{border:0}img{max-width:100%;height:auto;}select{max-width:100%}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #161e24;
	font-family: 'IBM Plex Sans', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'IBM Plex Sans Condensed'; clear: both }
h1 {
	display: inline-block;
	margin-bottom: 30px;
	color: #0000ff;
	font-size: 3.2em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.3em;
	text-align: left;
}
h2 {
	font-size: 2.2em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.3em;
	color: #161e2f;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
h2 a {
	text-decoration: none;
}
h3 {
	font-size: 1.5em;
	font-family: 'IBM Plex Sans Condensed';
	margin-top: 0.5em;
	margin-bottom: 1em;
}
h4 { font-size: 1.1em; font-weight: bold; }
h5 { font-size: 1em }
h6 { font-size: 0.875em }
p { margin-bottom: 1.5em }
dfn,
cite,
em,
i { font-style: italic }
blockquote { margin: 0 1.5em }
address { margin: 0 0 1.5em }
pre {
	font-family: 'IBMVGA8', 'fixedsys', monospace;
	font-size: 12pt;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; }
abbr,
acronym { border-bottom: 1px dotted #666; cursor: help; }
mark,
ins { background: #fff9c0; text-decoration: none; }
big { font-size: 125% }
strong { font-weight: bold; }
overline {
	text-decoration: overline;
}

.blue,
.blue p,
.blue h1,
.blue h2,
.blue h3 {
	color: #ffffff;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit }
html, body { background: #0000ff; }
blockquote:before,
blockquote:after,
q:before,
q:after { content: "" }
blockquote,
q { quotes: "" "" }
hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }
ul,
ol { margin: 0 0 1.5em 3em }
ul { list-style: disc }
ol { list-style: decimal }
li > ul,
li > ol { margin-bottom: 0; margin-left: 1.5em; }
dt { font-weight: bold }
dd { margin: 0 1.5em 1.5em }
img {
	height: auto;
	max-width: 100%;
}

a, a:link, a:visited, a:hover, a:active {
	color: rgb(5, 74, 218);
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

table {
	margin: 0 0 1.5em;
}

table thead td {
	text-transform: uppercase;
	font-weight: bold;
}

table td {
	width: auto;
	border: 1px solid black;
	padding: 0 1em;
	font-size: 0.8em;
}

tr.disabled {
	opacity: 0.5;
}

button {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	color: #0000ff;
	border: 1px solid blue;
	background: none;
	padding: 10px;
}

.blue {
	background-color: #0000ff;
}
.site {
	background-color: #ececec;
}
.site-header {
	width: 115px;
	height: 54px;
	padding: 4px 0;
	padding-top: 9px;
	position: relative;
	text-align: center;
	background-color: #0000ff;
	border-bottom-right-radius: 5px;
	z-index: 100;
}
.site-main {
	text-align: justify;
}
.site-footer {
	padding-top: 20px;
}

header.project-header {
	display: flex;
	flex-flow: wrap;
	position: relative;
	top: -54px;
	left: 0px;
	right: 0px;
	margin-bottom: -54px;
	background-color: #000;
	z-index: 99;
}
header.project-header > .logo {
	height: 54px;
	margin-left: 115px;
}
header.project-header > .logo > img {
	height: 36px;
	margin-top: 5px;
	margin-left: 16px;
}
.submenu {
	display: flex;
	flex-flow: wrap;
}
.submenu a {
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 54px;;
	text-transform: uppercase;
	color: #ececec;
	height: 54px;
	margin-left: 15px;
	padding-left: 1em;
	padding-right: 1em;
}

.content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
	padding: 40px 20px;
}
.blue > .content {
	color: #ffffff;
}

.site-footer .footer-copy {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 0px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
}

.site-footer .footer-divider {
	text-align: center;
}
.footer-divider > img {
	width: 64px;
}

.site-logo {
	height: 35px;
}
.menu-main-container {
	display: none;
}

.front-photo {
	display: inline-block;
	width: 200px;
	height: 200px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../img/jack.jpg');
	border-radius: 50%;
}

grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	grid-gap: 15px;
	margin-top: 40px;
	margin-bottom: 40px;
}
grid > div {
	overflow: hidden;
}
grid > div > img {
	max-height: 500px;
	max-width: none;
	height: 100%;
}

grid > .blue {
	padding: 10px 20px;
}

.project {
	text-align: left;
}
.project a {
	text-decoration: none;
}
.project a:hover,
.project a:active {
	text-decoration: none;
}
.project h3 {
	font-size: 1.8em;
	padding: 0;
	margin: 0;
	font-weight: 400;
	color: #00f;
}
.project .image {
	display: block;
	width: 100%;
	height: 250px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	margin-bottom: 0px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.project .image.missing {
	background-image: url('http://j89.se/img/bg.png');
	background-size: 40px;
	opacity: 0.8;
}
.project .image+div {
	width: 100%;
	padding: 17px 15px;
	background-color: white;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.entries {
	list-style: none;
	margin: 0 0;
	padding-top: 2em;
}
.entry + .entry {
	margin-top: 40px;
}
.entry-title {
	border-top: none !important;
}
.entry a {
	color: #ffffff !important;
	text-decoration: underline;
}
.entry time {
	color: #ececec;
}
.entry-content, .post-content {
	font-family: 'IBM Plex Sans';
	line-height: 1.7em;
}

postmeta {
	display: none;
}
.post-header {
	padding-top: 20px;
}
.post-content time,
.entry time {
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
}
.post-content time {
	color: #000000;
}
.post-content img {
	border-radius: 5px;
}
.post-picture {
	margin-bottom: 1em;
}

@media handheld, only screen and (max-width: 767px) {
	h2 {
		border: none !important;
	}
	table {
		font-size: 12px;
	}
	.site-menu {
		background-position: -200px -56px;
		background-size: 0px;
	}
}

