*
{
	-webkit-font-smoothing: antialiased;
	font-family: 'Oxygen', sans-serif;
}

#header
{
	background: rgb(89, 130, 190);
}

#hero
{
	padding: 20px 0px;
	color: rgb(255, 255, 255);
	z-index: -10 !important;
}

#hero aside div div
{
	text-align: center;
}

#hero aside i
{
	font-size: 56px;
	text-align: center;
}

#hero aside a
{
	color: rgb(255, 255, 255);
	font-size: 0.8em;
	text-align: center;
	font-weight: 700;
}

#hero aside a span.caption
{
	transition: 0.04s color ease-in-out;
	display: block;
	color: rgba(255, 255, 255, 0);
	text-align: center;
}

#hero aside a:hover span.caption
{
	color: rgba(255, 255, 255, 1);
	transition: 0.1s color ease-in-out;
	visibility: visible;
}

#content
{
	z-index:10;
	display: block;
	background: #FFF;
}

#projects
{
	/*background: rgb(80, 220, 200);*/
	padding: 20px 0;
	min-height: 900px;
}

#projects h2
{
	/*color: rgb(255, 255, 255);*/
}

dl.tabs.projects dd a
{
	transition: 0.2s all ease-in-out;
	-webkit-transform: none;
	margin: 0px;
	padding: 10px 20px 20px 20px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

dl.tabs.projects dd a img
{
	border-radius: 3px;
/*	transition: 0.3s all ease-in-out;
	-webkit-filter: grayscale(100%);*/
}

dl.tabs.projects dd a:hover
{
	transition: 0.1s all ease-in-out;
	background: rgba(255, 255, 255, 1);
}

dl.tabs.projects dd a:hover img
{
/*	transition: 0.1s all ease-in-out;
	-webkit-filter: grayscale(0%);*/
}

dl.tabs.projects dd
{
	margin-bottom: 20px !important;
}

.projects-description p
{
	font-size: 1.0em;
}

.projects-description a
{
	-webkit-border-radius: 3px;
	padding: 10px 20px;
	font-size: 1.2em;
	margin: auto;
	border: 1px solid #ccc;
}

.projects-description img
{
	border-radius: 3px;
	margin: 10px 20px 10px 0;
}

img.halldor
{
	margin-bottom: 20px;
}

.fullheight
{
	height: 100%;
}

p
{
	font-weight: 300;
}

p.short
{
	margin-top: 0px;
}

p.small
{
	font-size: 0.8em;
	margin: 0px;
}

img.eldjarn
{
	border-radius: 3px;
	margin-top: 20px;
}

.tabs-content.content.active
{

}

h1, h2, h4, h6
{
	color: inherit;
	font-family: 'Bree Serif', 'Georgia', serif;
}

h3
{
	font-size: 1.4em;
	margin-bottom: 20px;
	color: inherit;
	font-family: 'Oxygen', sans-serif;
}

h5
{
	font-weight: 400;
	font-size: 1em;
	color: rgb(100, 100, 100);
	font-family: 'Oxygen', sans-serif;
}

a
{
	color: rgb(60, 180, 160);
	font-weight: 700;
}

#hero .row
{

}

#hero header
{
	vertical-align: center;
}

#hero header h1
{
	color: inherit;
	font-size: 2.2rem;
}

#hero header h3
{
	font-family: 'Oxygen', sans-serif;
}


#hero p
{
	font-size: 1.2em;
}

ul#skills
{
	margin: 0px;
}

ul#skills li
{
	display: block;
	width: 100%;
	padding: 1px 5px;
}
	
	ul#skills li:nth-child(2n)
	{
		background: rgba(80, 220, 200, 0.2);
	}

			ul#skills li b i
			{
				font-weight: normal;
				padding: 1px;
				color: rgb(80, 220, 200);
			}

			/* GULUR: rgba(253, 255, 128, 1); */

	ul#skills h5
	{
		margin-top: 20px;
	}

	ul#skills h5:first-child
	{
		margin-top: 0px;
	}

i.large
{
	color: rgb(80, 220, 200);
	vertical-align: middle;
	display:inline-block;
	padding: 0;
	margin: 0px 10px 0px 0px;
	line-height: 1.5em;
	font-size: 1.8em;
}

#hire_me .wrapper
{
	padding-top: 9%;
}

#hire_me
{
	position: relative;
	display: block;
	text-align: center;
	color: white;
	background: rgb(89, 130, 190);
}

	h4 span
	{
		font-family: 'Bree Serif';
		font-weight: normal;
	}

	#hire_me p.small
	{
		margin-top: 20px;
	}

	a.questions 
	{
		background: rgba(255, 255, 255, 0.1);
		display: inline-block;
		margin: 10px;
		padding: 10px 30px;
		color: white;
		border-radius: 5px;
		transition: 0.1s ease-in-out all;
	}

	a.questions:hover
	{
		transition: 0.3s ease-in-out all;
		background: rgba(255, 255, 255, 0.2);
		box-shadow: 0 10px 0.6em rgba(0, 0, 0, 0.2);
	}

p.nomargin
{
	margin: 0;
}

.white
{
	color: rgb(255, 255, 255) !important;
}

span.info
{
	display: inline-block;
	margin-top: -10px;
}

ul#skills li b
{
	display: inline-block;
	float: right;
}

canvas
{
	max-width: 240px;
	max-height: 342px;
	margin: auto;
}

.portrait
{
	text-align: right;
}