* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility !important;
}

pre {
	line-height: 1.42857143;
	word-wrap: break-word;
	color: #FFFFFF;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-family: 'Inconsolata', monospace;
	margin: 3px;
	margin-bottom: 15px;
	line-height: 1.5em;
	margin-top: 0;
}

body {
	margin: 0;
	display: block;
	line-height: 1.42857143;


	/*padding: 20px;*/
	background-color: #222222;
}

h1 {
	margin-bottom: .5%;
	margin-top: 1.3vw;
	margin-left: -2px;
	font-weight: 500;
	line-height: 1.1;
	display: block;
	font-size: 3.4vw;
	color: #FFFFFF;
	font-family: 'Noto Serif', serif;
	margin-bottom: 0;
}

h2 {
	margin-bottom: .5%;
	margin-top: 1.3vw;
	margin-left: -2px;
	font-weight: 500;
	line-height: 1.1;
	display: block;
	font-size: 2vw;
	color: #FFFFFF;
	font-family: 'Inconsolata', monospace;
	margin-bottom: 0;
}
	
h3 {
	margin-top: 20px;
	font-weight: 500;
	line-height: 1.1;
	display: block;
	font-size: 1vw;
	color: #FFFFFF;
	font-family: 'Noto Serif', serif;
	margin-bottom: 0;
}



table {
	width: 100%;
}

img.headerlogo {
	-moz-box-shadow: 0 0 5px #fff;
	-webkit-box-shadow: 0 0 5px #fff;
	box-shadow: 0 0 10px #000;
}

.header-letter-active {
	background-color: #E0E0E0 !important;
	color: #222222 !important;
}

.header-letter-clear {
	background-color: #222222 !important;
	color: #E0E0E0!important;
}


main {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 20px;
}

main h3 {
	margin: 0;
	text-align: center;
	font-size: 2.5vw;
	font-family: 'Inconsolata', monospace;
	color: #f0f0f0;
	font-weight: 300;
}

main > p {
	font-family: 'Inconsolata', monospace;
	font-size: 2vw;
	color: white;
	padding-bottom: 10px;
	-webkit-font-smoothing: antialiased;
	text-align: justify;
	text-transform: uppercase;
	line-height: 1.6;
}

p.theme {
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 10px;
}

div.description {
	padding-bottom: 1vw;
	padding-top: 1vw;
	text-align: justify;
	font-family: 'Inconsolata', monospace;
	font-weight: 100;
	color: white;
}

.description img {
	width: 100%;
	border: 1px solid white;
	margin: 10px 0;
}

h1 {
	font-size: 3.4vw;
	color: #FFFFFF;
	font-family: 'Noto Serif', serif;
	margin-bottom: .5%;
	margin-top: 1.3vw;
	margin-left: -2px;
}

.main-links {
	color: inherit;
	text-decoration: none;
	margin: 0 0 1px 0;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0 0 0.08em 0;
}

.main-links:hover {
	color: inherit;
	text-decoration: none;
	transition: color 1s ease-in;
	transition-delay: .1s;
}

#header {
	position: relative;
}

#header > pre {
	font-size: 1vw;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor:default;
	margin: 1px;
}

.header-message {
	position: absolute;
	bottom: 25px;
	width: 100%;
	text-align: center;
}

.label-row {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor:default;
}

#btn-clear-colors-text {
	color: #606060;
	font-family: 'Inconsolata', monospace;
	text-decoration: none;
	margin: -3px;
	padding: 3px;
	border-color: #606060;
	border-style: solid;
	border-width: 0.1em;
}

#btn-clear-colors-text:hover {
	color: #222222;
	background-color: #F7F7F7;
}

#btn-clear-colors {
	text-decoration: none;
	-webkit-touch-callout: all;
	-webkit-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
	cursor: pointer;
}

#btn-clear-colors:hover {
	text-decoration: none;
}

#color-erase {
	color: #c6c6c6;
	font-size: 1vw;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	margin: 0 0 1px;
	padding-left: .01vw;
	padding-right: .02vw;
}


.color-erase {
	margin-right: 4vw;
}

.hide {
	opacity: 0;
	transition: 0.3s;
}

.hide > a {
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	-o-user-select: none !important;
	user-select: none !important;
	cursor:default !important;
}

.hide > #color-erase {
	pointer-events: none;
}

#header-letter-509 {
	padding-right: .02vw;
}
/*
#color-erase:hover {
	color: #222222;
	background-color: #C6C6C6;
}
*/
a.color-erase {
	text-decoration: none;
	-webkit-touch-callout: all;
	-webkit-user-select: all;
	-khtml-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	-o-user-select: all;
	user-select: all;
	cursor: pointer;
	transition: 0.3s;
}

div.color-erase {
	text-align: right;
}

/* flexbox nonsense */

.things {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	color: white;
	flex-flow: row wrap;
	justify-content: space-around;
	flex: 1 0 0;
	padding-top: 5px;
}

.things > * {
	padding: 10px;
}

.thing-block {
	height: 250px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	color: white;
	flex-flow: row wrap;
	flex-grow:2;
	min-width: 200px;
	text-decoration: none;
}

.thing-content:hover {
	box-shadow: 0 0 70px rgba(0, 0, 0, 0.45) inset;
}

.thing-img {
	flex-grow: 1;
	flex-basis: 10%;
	height: 200px;
}

.thing-content {
	flex-grow: 2;
	flex-basis: 70%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-position-x: center;
	border: 1px solid;

}



.thing-content p {
	color: #000;
}

.thing-content h3 {
	font-family: 'Inconsolata', monospace;
	font-size: 1.3vw;
	color: white;
	-webkit-font-smoothing: antialiased;
	margin-top: 0;
	margin-bottom:0;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: 0 0 15px #000;
	background-color: #222222;
	padding: 0 .5em;
	border: 1px solid inherit;
}

.thing-img .thing-pic {
	max-width: 100%;
	border: 1px solid #F0F0F0;
}


.thing-content > .thing-label {
	padding: .5vw .6vw
}

.thing-content > .thing-title {
	align-self: flex-start;
	padding: .5vw .6vw
}

.project-links:hover {
	color: inherit;
	text-decoration: none;
	transition: text-shadow 5s ease-in;
	transition-delay: .1s;
}

.project {
	padding: 0 10px;
	margin-bottom: 10px;
}

/*project-details*/

.project-details {
	margin-top: 2%;
}

.project-image {
	display: table-cell;
	margin-bottom: 1px;
	width: 50%;
}

.project-image img {
	width: 100%;
	border: 1px solid #F0F0F0;
}

.brief {
	width: 25%;
	margin: 0;
	color: white;
}

.project-components {
	position: relative;
	display: table-cell;
	vertical-align: top;
	margin-bottom: 1px;
	padding-left: 2%;
}

.project-brief {
	position: relative;
	display: table-cell;
	vertical-align: top;
	margin-bottom: 1px;
	padding-left: 2%;
	color: white;
}

.project-details h3 {
	font-family: 'Inconsolata', monospace;
	font-size: 1.7vw;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-align: justify;
	margin: 0;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 1%;
}

ul.components {
	color: white;
	font-family: 'Inconsolata', monospace;
	-webkit-font-smoothing: antialiased;
	text-align: justify;
	font-size: 1.5vw;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: .5%
}

li.components-line {
	display: block;
	overflow: hidden;
	margin: .1em 0 .1em 0;
}

.quantity-text {
	margin-bottom: 1px;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
}

span.component-item {
	padding-left: 3px;
	text-transform: uppercase;
}

span.multiplier {
	color: grey;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.2vw;
}

p.fancy {
	font-family: 'Leckerli One', cursive;
	color: #FFFFFF;
	margin-bottom: 0;
    padding-bottom: 0;
}

/*
 * Colors
 * --------------------
 */
.project-label {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1px;
	padding-bottom: 1px;
	border-radius: 0;
	font-weight: 100;
	font-family: 'Leckerli One', cursive;
	font-size: 1vw;
	border: 1px solid white;
	margin-left: -1px;
}

.project-label:hover {
	box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}

.project-label-powershell {
	background-color: #0072C6;
	color: #FFF;
}

.project-label-powershell {
	background-color: #0072C6;
	color: #FFF;
}

.project-label-default[href]:hover,
.project-label-default[href]:focus {
	background-color: #808080;
	color: #FFF;
}

.project-label-netframework {
	background-color: #682079;
	color: #FFF;
}

.project-label-javascript {
	background-color: #F7DF1E;
	color: #000;
}

.project-label-nodejs {
	background-color: #90C53F;
	color: #000;
}

.project-label-sql {
	background-color: #C41230;
	color: #FFF;
}

.project-label-cpp {
	background-color: #FF7900;
	/*background-color: #FF8E00;*/
	color: #000;
}

.project-label-arduino {
	background-color: #5DBCD2;
	color: #000;
}

.project-label-mongodb {
	background-color: #58361d;
	color: #FFFFFF;
}


.main {
	padding: 10px;
}

.projects {
	position:relative;
	height:100px;
	margin-bottom: 50px;
	width: 100%;
}

.breadcrumb {
	border-color: rgba(0,0,0,0.90);
	font-family: 'Inconsolata', monospace;
	color: white;
	font-size: 1.9vw;
	margin: 0 0 0 10px;
	padding: .3vw;
	text-decoration: none;
}

.box-footer > h4 {
	text-align: center;
	color: #999999;
	font-size: 12px;
	margin: 15px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.1;
}

.box-footer > h4 > a {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor:default;
	text-decoration: none;
	color: #999999;
}

/*FORMS*/
form {
	display: flex;
	color: white;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
}

button {
	background: #FFFFFF;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	display: inline-block;
	padding: 5px 12px;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	margin-bottom: 1px;
}

textarea {
	width: 100%;
	resize: vertical;
	font-size: 14px;
	font-family: 'Inconsolata', monospace;
	padding: 4px;
}

input {
	width: 100%;
	height: 29px;
	font-size: 14px;
	font-family: 'Inconsolata', monospace;
	padding: 4px;
}

select {
	width: 100%;
	font-size: 14px;
	font-family: 'Inconsolata', monospace;
	padding: 4px;
}

input, textarea, select:focus {
	outline: none;
}

label {
	font-family: 'Inconsolata', monospace;
	display: block;
	text-transform: uppercase;
}

.submit-form {
	flex: 0 0 100%;
	margin-top: 20px;
	padding-right: 10px;
	text-align: right;
}

.left-col {
	flex: 1 1 200px;
	margin-right: 10px;
}

.right-col {
	flex: 1 1 auto;
	padding-right: 10px;
}

.right-col textarea {
	height: 475px;
}

input.token-box {
	margin-right: -3px;
	height: 29px;
	border-radius: 1px;
	background: #FFF;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	display: inline-block;
	padding: 5px 12px;
	margin-bottom: 1px;
	font-size: 14px;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
	width: 150px
}

.contact-photo {
	height: 300px;
	background-position-y: center;
	background-size: 100%;
	background-image: url(/img/me/menice.jpg);
}

.text-center {
	text-align: center
}

.progress {
	width: 100%;
	height: .25vw;
	border-radius: .25rem;
	margin: 5vw 0;
	color: #f0f0f0;
}

.progress-fill {
	height: inherit;
	border-radius: inherit;
	display: inline-block;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.flex {
	display: flex;
}

.project .event {
	align-self: center;
	text-align: center;
}

.event p {
	text-align: inherit;
	padding-bottom: 0px;
	color: white;
	-webkit-font-smoothing: antialiased;
}

.event h3 {
	text-align: inherit;
}

.progress > p {
	font-family: 'Inconsolata', monospace;
	color: white;
	padding-bottom: 10px;
	-webkit-font-smoothing: antialiased;
	text-align: justify;
	text-transform: uppercase;
	line-height: 1.6;
}

.m-t-md {
	margin-top: 5vh;
}

.m-t-sm {
	margin-top: 2vh;
}

.p-b-xs {
	padding-bottom: 1vh;
}

.white {
	color: #f0f0f0;
}

.timeline {
    border-style: solid;
    border-width: 0 0 0.08em 0;
}
/*END FORMS*/

@media (max-width: 970px) {
	.small-box {
		text-align: center;
	}
	.small-box .icon {
		display: none;
	}
	.small-box p {
		font-size: 12px;
	}

	main {
		padding: 0;
		padding-top: 20px;
	}

	main > p {
		font-size: 4vw;
		line-height: 1.8;
	}

	main h3 {
		font-size: 5vw;
	}

	h3.quote {
		font-size: 3vw;
	}

	p.fancy {
		font-size: 2.5vw;
	}

	.description p {
		font-size: 3vw;

	}

	p.section-header {
		font-size: 3.20vw;
		font-weight: bolder;
		margin: 0;
	}

	h1 {
		font-size: 5.7vw;
	}

	.project-label {
		font-size: 2vw;
	}

	#header > pre {
		font-size: 1.23vw;

	}
	#color-erase {
		font-size: 1.23vw;
	}

	.project-details h3 {
		font-size: 4vw;
	}

	span.quantity .quantity-text {
		font-size: 2.2vw;
	}

	span.multiplier {
		font-size: 2vw;
	}

	span.component-item a {
		font-size: 2.2vw;
	}

	@media (orientation: portrait) {
		h1 {
			margin-bottom: 0;
		}
	}

	.thing-content h3 {
		font-size: 3vw;
	}
	.project-label {
		font-size: 2vw;
	}
	.thing-content > .thing-label {
		padding: .5vw .8vw;
	}
	.thing-content > .thing-title {
		padding: .5vw .8vw;
	}
	.breadcrumb {
		font-size: 4vw;
	}
}

@media (max-width: 700px) {
	.thing-img, .thing-content {
		flex: 1 100%;
	}
	.thing-content h3 {
		font-size: 4.25vw;
	}
	.thing-img { order: 1; }
	.thing-content { order: 2; }
	.thing3 { order: 3;}

	.project-label {
		font-size: 2.3vw;
	}
}

@media only screen and (min-device-width : 375px)
	and (max-device-width: 667px)
    and (-webkit-device-pixel-ratio: 2) {

	#header > pre {
		font-size: 1vw;
	}

	main > p {
		font-size: 4vw;
		line-height: 1.6;
	}
}

@media only screen and (max-device-width: 667px)
	and (-webkit-device-pixel-ratio: 2)
	and (orientation: landscape) {
	#header {
		display: none;
	}
	p {
		font-size: 2vw;
	}
}
/*
@media only screen and (-webkit-min-device-pixel-ratio: 3)
	and (orientation: landscape) {
	#header {
		display: none;
	}
	p {
		font-size: 2vw;
	}
}
