#thumbs-wrapper .caroufredsel_wrapper {
	height: 60px !important;
}

body {
	margin: 0px;
	background-color: #1b161b;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
}

a {
	text-decoration: none;
	color: #69bfbb;
	font-family: Helvetica;
}

a:hover { 
	text-decoration: underline; 
}

/* general */
.wrapper {
	position: relative;

	margin-left: auto;
	margin-right: auto;

	padding-top: 20px;
	background-color: #292229;
}

.header {
	position: relative;

	margin-left: auto;
	margin-right: auto;

	background-color: #292229;
	color: white;


	margin-bottom: 15px;
}

.firstname {
	padding: 15px; 
	font-size: 32px;
	color: #0dd052;
}

.job {
	padding-left: 100px; 
	font-size: 16px;
}

.icons {
	float: right; 
	padding-right: 15px; 
	padding-top: 5px; 
	letter-spacing: 4px;
}

.navigation{
	position: relative;

	margin-left: auto;
	margin-right: auto;

	height: 44px;
	background-color: #292229;

	background: url(nav_trenner.png);
    background-size: 1px 44px;
    background-repeat: repeat;

	line-height: 44px;
	text-align: center;
}

.navlink {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
	color: #FFFFFF;

	font-size: 14px;
    text-transform: uppercase;
}

.navlink a {
	font-family: Helvetica, Arial;
	color: #ffffff;
}



.content {
	position: relative;

	margin-left: auto;
	margin-right: auto;

	background-color: #292229;
	padding: 25px;
}

.textblock {
	max-width: 850px;
	font-family: Helvetica, Arial;
	color: #c1b6c0;
}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0dd052;
	font-size: 24px;
	font-weight: bold;
}

.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0dd052;
	font-weight: bold;
}

ul {
	font-family: Helvetica;
	list-style-type: disc;
	margin: 0px;
	margin-bottom: 15px;
	line-height: 22px;
	color: #c1b6c0;
}

.footer {
	position: relative;

	margin-left: auto;
	margin-right: auto;

	background-color: black;
	text-align: center;
	color: white;
	font-size: 12px;
	padding: 10px;
	clear: both;
}

/* portfolio */
.pimg {
	text-align: center;
	padding-bottom: 20px;
}

.pimg img {
	max-width: 100%;
	height: auto;
	padding: 5px;
}

/* gamepage */
.gamespecs {

	width: 185px;
	float: left;
	padding: 10px 20px 10px 30px;
	background: #191919;
    border: 0px;
    border-radius: 6px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}

.specssubhead {
	margin-left: -10px;
	font-weight: bold;
	color: #0dd052;
	font-size: 14px;
}

.specstextblock {
	font-family: Helvetica, Arial;
	line-height: 16px;
	color: #c1b6c0;
	font-size: 12px;

	display: inline-block;
	max-width: 750px;
}

.gamedesc {
	/*max-width: 570px;*/
	float: right;
	width: calc(100% - 265px);
}

.gameImageBlock {
	max-width: calc(100% - 40px);
	padding: 20px 20px 15px 20px;
	margin-top: 10px;
	background: #191919;
    border: 0px;
    border-radius: 6px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);

    text-align: center;
    white-space: nowrap;
}

.gameImageBlock img {

	width: calc(100% / 4.2);
	margin: 4px;
	
	display: inline;
    vertical-align: top;
}




/* skills page */

.skills_left {
	width: 50%;
	float: left;
}

.skills_right {
	max-width: 50%;
	float: left;
	padding-left: 30px;
}

.exp_right {
	width: 245px;
	float: right;
	padding-right: 150px;
}

.exp_left {
	width: 520px;
	float: left;
	
}

/* about page */
.abt_left {
	float: left;
	
}

.abt_right {
	float: left;
	max-width: 900px;
	padding-left: 40px;
}

