@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300';
@import 'https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700,700italic';
@import 'https://fonts.googleapis.com/css?family=Cutive';

body {
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
	overflow-y: scroll;
}

h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

p {
    text-align: justify;
}

a {
	cursor: pointer;
    text-decoration: none;
    border-bottom: 2px dotted;
    color: #173246;
}

a img {
    border-bottom: 0px;
}

figure.captionjs {
	padding: 0px !important;
	margin: 20px 0px !important;
}

figcaption {
	font-size: 0.9em;
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	border: none;
}

header.top {
	position: relative;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-size: 1.1em;
	
    background-color: #3F81B0;
	background-size: cover;
    background-position: center top;
	background-repeat: no-repeat;
	
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    padding: 40px 20px 10px 20px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}

header.top  a { 
    color: #fff;
}

header.error404 {
    background-color: #000;
}

header.anaglyphgenerator {
	background-image: url(../projects/anaglyphgenerator/header-logo.png);
}

header.bimp {
	background-color: #5e5334;
	background-image: url(../projects/bimp/header-logo.png);
}

header.carwin {
	background-image: url(../projects/carwin/header-logo.png);
}

header.donation-thankyou {
	background-image: url(donation_thankyou_header.jpg);
}

header.donation-sad {
	background-color: #000;
}

header.misterbliss {
	background-color: #9c0000;
	background-image: url(../projects/misterbliss/header-logo.png);
}

header.morphop {
	background-color: #eddea2;
	background-image: url(../projects/morphop/header-logo.png);
}

header.spinozapp {
    background-color: #000;
	background-image: url(../projects/spinozapp/header-logo.png);
}

header.upmap {
    background-color: #000;
	background-image: url(../projects/upmap/header-logo.png);
}

header h1 {
    font-size: 2em;
}

header .details {
    text-align: center;
    font-size: 1em;
    margin: 0px;
}

.header-social {
    margin: 20px 0px;
    min-height: 40px;
}

.header-social * {
    margin: 2px;
}

#header-nav {
    font-family: 'Roboto Slab', serif;
    text-align: center;
    text-transform: uppercase;
    background-color: #e4e7ea;
    padding: 10px 0px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#header-nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#header-nav ul * {
    display: inline;
    margin: 0px 20px;
    cursor: pointer;
}

@media (max-width: 600px) {
    #header-nav ul * {
        display: block;
        margin: 0px;
    }
}

#header-nav a {
    border: 0px;
	color: inherit;
}

#content {
    margin: 30px auto;
    padding: 0px 20px;
    max-width: 700px;
    color: #2c2c2c;
}

section h1 {
	margin: 20px 0px 10px 0px;
}

section h2 {
    font-size: 1.3em;
	margin-top: 30px;
}

.hello {
    font-family: 'Roboto Slab', serif;
    font-size: 3em;
    font-style: italic;
    margin: 0px 8px;
}

.facts-container {
    text-align: center;
    margin: 40px 0px;
}

.facts {
    font-family: 'Cutive';
    width: 100%;
    height: 320px;
    margin: 0px auto;
}

#fact-one {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #555;
}

#fact-two {
    font-size: 1.9em;
}

#fact-more {
    margin: 10px 0px;
    cursor: pointer;
}

#projects-container {
	margin: 0px auto;
	text-align: center;
	height: 420px !important;
}

.project-item { 
	cursor: pointer;
	width: 120px;
	height: 120px;
	background-color: #aaa;
	margin: 5px;
	border: none;
	overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
	transition: opacity 0.3s ease-in-out;
}

.project-item:hover {
	opacity: 0.5;
}

.filter-sentence {
	text-align: center;
	margin: 10px 0px;
}

.filter-sentence .filter-width {
	display: none;
}

.filter-sentence button {
	padding: 4px 12px;
    background-color: #e7e7e7;
    border: 0px;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

/* global */

.octicon {
	margin: 0px 5px;
	display: inline-block;
	vertical-align: middle;
	cursor: default;
}

.float-left {
    float: left;
}

.full-width {
	width: 100%;
}

.medium-width {
	width: 80%;
	margin: 0px auto;
}

.small-width {
	width: 50%;
	margin: 0px auto;
}

.smaller {
    font-size: 0.7em;
}

.clear {
    border-bottom: 0px;
}

.centered {
	text-align: center;
}

.inlined * {
	display: inline-block;
    margin: 0px 5px;
}

ul.blocks {
    padding: 0px;
}

ul.blocks li {
	list-style: none;
	display: inline-block;
	margin: 5px;
	padding: 5px 10px;
	cursor: default;
}

.azure-button {
	background-color: #c1e1f8;
	border-radius: 3px;
}

.lightred-button {
	background-color: #f8d6cb;
	border-radius: 3px;
}

.download-button {
	padding: 10px 15px;
	margin: 10px 0px;
	font-size: 1.4em;
	display: inline-block;
	vertical-align: top;
}
.download-button:hover {
	opacity: 0.75;
}

.download-button a {
	text-decoration: none;
	color: inherit;
	border: 0px;
}

.blue-button {
	background-color: #276ea2;
	border-radius: 3px;
	color: #fff !important;
}

#content-blog article {
    margin: 20px 0px;
}

#content-blog .ebl-post-title a {
    border: 0px;
}

#content-blog .ebl-post-date {
    font-size: 0.9em;
}

#content-blog .ebl-post-readmore {
    margin: 10px;
    display: inline-block;
}

#content-blog .ebl-comments {
    margin-top: 50px;
}

#content-blog .ebl-footer {
    margin: 30px;
    font-size: 0.8em;
    text-align: center;
}

#content-blog .ebl-footer p {
    text-align: center;
}

#content-blog .blog-subheader > * {
    display: inline-block;
    margin-right: 10px;
}