html {
	background: #222;
	color: #fff;
	font-family: "Calibri", Helvetica, sans-serif;
}
body {
	margin: 0;
}
a {
	color: #fff;
	text-decoration: none;
}
.navbar {
	table-layout:fixed;
	width:100%;
	border-bottom:1px solid;
	padding: 15px;
	text-align: center;
}
.navbar table{
	width:100%;
}
.navbar td{
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	min-width:350px;
}
.navbar a{
	border-bottom:3px double;
}
.content{
	text-indent: 30px;
	padding:40px 40px;
  	max-width: 1400px;
  	display: block;
	margin-left: auto;
	margin-right: auto;
}
.content img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
iframe{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.content a{
	text-decoration: underline;
}
.grid{
	display: table;
	margin: 10px -2px;
	padding: 0px 8px;
	background: url(grid.png) repeat round;
}
.feature{
	float: right;
	padding: 5px;
}
.quality{
	float: left;
	padding: 5px;
	margin: 1%;
	text-align:center;
	width:30%;
	min-width:300px
}
.project {
  	text-indent: 0px;
	padding: 5px;
	margin: 3px auto;
	border:1px solid;
	height: 175px;
	max-width: 800px;
}
.project img{
	float: right;
	width:300px;
	height:150px;
	padding:3px;
}
@media (max-width: 600px) {
	.project {
		padding: 3px;
		margin: 5px 2px 0px 2px;
		border:1px solid;
		height: 175px;
	}
	.project img{
		float: right;
		width:150px;
		height:75px;
		padding:2px;
	}
  	img{
      	max-width:100%;
        object-fit: scale-down;
	}
}
.project a{
	border: none;
	text-decoration: none;
}
video{
	float: right;
	padding:15px;
	cursor: pointer;
}
.code{
	font: monospace;
	padding-left:50px;
}
.content::after {
    content: "";
    clear: both;
    display: table;
}
.footer{
	border-top:1px solid;
}
.footer a {
 	margin:5px;
}