

.background-fixed {

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}


.navigator-container {
	position: fixed;
	top: 25%;
	z-index: 1;
	padding-top: 0px;
	padding-bottom: 0px;
}

.navigator-container-phones {
	position: fixed;
	bottom: 0%;
	z-index: 1;
	padding-top: 0px;
	padding-bottom: 7%;
	width: 100%;
}



.main-box {
	padding-top: 50px;
    padding-bottom: 50px;
    margin: 0px;
	background-color: rgba(0, 0, 0, 0.8);
}

.main-box img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

/*.main-box h1, .main-box h2, .main-box h3, .main-box h4, .main-box h5, .main-box h6, .main-box p, .main-box span  {
	color: #FFF;
	text-align: center;
	font-weight: lighter;
	letter-spacing: 10px;
}

.main-box a:hover span {
	color: #000;
}
*/
.navigator-box {
	padding-bottom: 0px;
	background-color: rgba(0, 0, 0, 0.7);
}

.navigator-box span  {
	color: #FFF;
/*	text-align: center;
	font-weight: lighter;
	letter-spacing: 10px;*/
}

.navigator-box a:hover span {
	color: #000;
}

.hire-box {
	border-style: dashed;
	border-radius: 10px;
	border-width: 2px;
	border-color: #3B72EB;
	font-size: 100%;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.hire-box:hover {

	-webkit-font-size: 120%;
	-moz-font-size: 120%;
	-o-font-size: 120%;
	-ms-font-size: 120%;
	font-size: 120%;
}


.general-title {
	padding-top: 100px;
	padding-bottom: 50px;
	font-weight: lighter;
	letter-spacing: 10px;
	text-align: center;
}


/*projects*/
.project-box {
	height: 300px;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.project-box h1, .project-box h2, .project-box h3, .project-box h4, .project-box h5, .project-box h6, .project-box p, .project-box span  {
	color: #FFF;
	text-align: center;
	font-weight: normal;
	letter-spacing: normal;
}

.project-box .background{
	position: absolute;
	height: 100%;
	width: 100%;
	color: white;
	background-position: center;
	padding: 5%;

}

.project-box .background h1{
	word-wrap: break-word;
	letter-spacing: 3px;
	font-weight: lighter;
}




.project-box .menu{
	position: absolute;
	right: -100%;
	width: 100%;
	height: 100%;
	color: white;
	background-color: rgba(0, 0, 0, 0.6);

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;

}


.project-box:hover .menu {
	-webkit-right: 0%;
	-moz-right: 0%;
	-o-right: 0%;
	-ms-right: 0%;
	right: 0%;

}




.project-box .description{
	position: absolute;
	left: -100%;
	width: 100%;
	height: 100%;
	color: white;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10%;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;

}

.project-box .description.active {
	-webkit-left: 0%;
	-moz-left: 0%;
	-o-left: 0%;
	-ms-left: 0%;
	left: 0%;

}


.project-box .tech{
	position: absolute;
	bottom: -100%;
	width: 100%;
	height: 100%;
	color: white;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 10%;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;

}

.project-box .tech.active {
	-webkit-bottom: 0%;
	-moz-bottom: 0%;
	-o-bottom: 0%;
	-ms-bottom: 0%;
	bottom: 0%;

}


.close-btn {
	position: absolute;
	right: 5px;
	top: 5px;
}

.no-bullets{
	list-style-type:none
}



.contact-box {
	position: relative;
	bottom: 0px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.contact-box:hover {
	-webkit-bottom: 10px;
	-moz-bottom: 10px;
	-o-bottom: 10px;
	-ms-bottom: 10px;
	bottom: 10px;
}




/*projects*/
.item-box {
	/*height: 300px;*/
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.item-box h1, .item-box h2, .item-box h3, .item-box h4, .item-box h5, .item-box h6, .item-box p, .item-box span  {
	color: #FFF;
	text-align: left;
	font-weight: lighter;
	letter-spacing: normal;
}

.item-box:hover{
	-webkit-background-color: rgba(140, 45, 25, 0.5);
	-moz-background-color: rgba(140, 45, 25, 0.5);
	-o-background-color: rgba(140, 45, 25, 0.5);
	-ms-background-color: rgba(140, 45, 25, 0.5);
	background-color: rgba(140, 45, 25, 0.5);
}

.item-box a:link {
    text-decoration: none;
}

.item-box a:visited {
    text-decoration: none;
}

.hobbie-box {
	/*height: 300px;*/
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.hobbie-box h1, .hobbie-box h2, .hobbie-box h3, .hobbie-box h4, .hobbie-box h5, .hobbie-box h6, .hobbie-box p, .hobbie-box span  {
	color: #FFF;
	text-align: center;
	font-weight: lighter;
	letter-spacing: normal;
}

.hobbie-box:hover{
	-webkit-background-color: rgba(0, 255, 0, 0.5);
	-moz-background-color: rgba(0, 255, 0, 0.5);
	-o-background-color: rgba(0, 255, 0, 0.5);
	-ms-background-color: rgba(0, 255, 0, 0.5);
	background-color: rgba(0, 255, 0, 0.5);
}

.desc {
	text-align: justify;
    text-justify: inter-word;
}


/* unvisited link */
#credits a:link {
    color: #FFFFFF;
}

/* visited link */
#credits a:visited {
    color: #FFFFFF;
}





