/* Footer fix */

*{
	font-family: 'Hero-Light';
}

body {
	padding-top:0;
	display: block;
	position:absolute;
	height:auto;
	bottom:0;
	top:0;
	left:0;
	right:0;
}

#wrapper {
	min-height:100%;
	position:relative;
}


#header-wrapper {
}

#content-wrapper {
	padding-bottom:20px;   /* Height of the footer element */
	overflow: hidden;
}

#footer-wrapper {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	max-height: 200px;
}

.fullpage{
    background-size: cover;
}

/* BASIC */

a:link, a:visited {
	text-decoration:none;
}

ul li {
	list-style:none !important;
}


/*ham*/
.ham-menu img{
	width: 50px;
	position: fixed;
	top: 80px;
	z-index: 999;
}

.hero{
	/*padding-top: 10%;*/
	text-align: center;
}

.hero h1{
	padding-top: 10%;
	margin: 0;
}
.portfolio{
	margin-top: 100px;
	margin-bottom: 100px;
}

.middle-hr {
    max-width: 50px;
    border: 2px solid #000;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
}

.portfolio p{
	margin: 15px;
}

.social-single{
	float: left;
}

.social{
	text-align: center;
	margin-bottom: 160px;
}

.social .fa{
    width: 50px;
    height: 50px;
    background: #427a89;
    color: #fff;
    padding-top: 13px;
    border-radius: 50%;
    font-size: 24px;

	transition: all .3s ease;
}

.social a:nth-child(2){
	margin: 0 20px;
}

.social a:hover .fa{
	background: #000;
	transition: all .3s ease;
}

.resume{
	text-align: center;
	font-weight: bold;
}

.pdf{
	width: 135px;
	margin: auto;
}

.pdf .fa{
	float: left;
	margin-right: 20px;
}

.pdf p{
	float: left;
	margin-bottom: 35px;
}


.print{
	width: 135px;
	margin: auto;
}

.print .fa{
	float: left;
	margin-right: 20px;
}

.print p{
	float: left;
}

.about-me{
	position: relative;
}

.about-text{
	position: absolute;
	right: 25%;
	top: 20%;
}

.about-text .fa{
	background: #616161;
	font-size: 14px;
	width: 40px;
	height: 40px;
}

.about-text h1{
	margin-bottom: 50px;
}

.about-slider{
    width: 500px;
    position: absolute;
    top: 50%;
    right: 17%;
}

.your-class p{
	text-align: center;
}

.things-text{
    width: 40%;
    text-align: center;
    margin: auto;
    margin-top: 10%;
}

.things-text h1{
	margin-bottom: 100px;
}

.things-text .mCustomScrollbar{
	max-height: 700px;
}

.things-picture .mCustomScrollbar{
	max-height: 300px;
}

.things-picture img{
	width: 100%;
	margin-bottom: 30px;
}

.things-picture{
	margin-top: 100px;
}

.thingsdoing{
    background-size: cover;
    background-position: center;
    position: relative;
}

.things-doing h2{
	text-align: center;
}

.doing-text {
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 0;
}

.doing-text a{
	color: #fff;
}

.autoplay img{
	width: 100%;
height: 300px;
}

.blog h1{
	text-align: center;
}

.blog{
    padding-bottom: 50px;
    padding-top: 50px;
}

.contact-title{
	text-align: center;
	color: #fff;
	margin-top: 150px;
}

.contact-form input{
	width: 500px;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}

.contact-form{
	width: 100%;
	text-align: center;
}

.contact-form input:nth-child(9){
	height: 100px;
}

.tjgh{
	text-align: center;
	color: #fff;
	margin-top: 100px;
}

.contact .social{
	margin-top: 50px;
}

.contact .fa{
	background: #e3e5e5;
	font-size: 14px;
	width: 40px;
	height: 40px;
	color: #000;
}

.contact .fa:hover{
	color: #fff;
}

.contact p{
	text-align: center;
}


.blog-img{
	min-height: 300px;
	max-height: 300px;
}

.blog-text{
max-height: 300px;
}