.landing-page .navbar-default .navbar-brand.home{
	font-size: 1.5em;
}
.header{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 500px;
}
.header-five{
background: linear-gradient( rgba(4, 82, 66, 0.7), rgba(26, 179, 148, .1) ), 
			url('../img/header_five.jpg');
background-position: center;
}
.landing-page section p.small{
	font-size: .9em;
}


.header h1{
	top: 50%;
	margin-top: -50px;
    font-size: 7em;
    color: white;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    width: 100%;
    text-align: center;
    font-weight: 700;
    opacity: .3;
    position: absolute;
}
.vertical-timeline-content h4{
	font-weight:normal;
}
.vertical-timeline-content .btn-xs{
	line-height: 1em;
    font-size: 12px;
    padding: 0.5em .7em;
}
.landing-page section p {
    color: #757779;
}
.about-me{
	margin: auto;
	padding: 0 7%;
	max-width: 800px
}
.about-me .description{
	max-width: 500px;
	margin:auto;
}
.about-me h4{
	margin-bottom: 1.4em;
}

.about-me .img-circle{
	margin: auto;
	display: block;
	margin-bottom: 2em;
	max-width: 95%;
}
@media screen and (max-width: 750px) {
    .about-me h2, .about-me h4 {
        text-align: center;
    }
}
#skills{
	padding-bottom: 20px;
}
#skills .ibox{
	max-width: 500px;
	margin: 0px auto 25px;
}
#skills .ibox-content{
}
#portfolio .container{
	padding-left: 20px;
	padding-right: 20px;
}
#portfolio .file-box {
    float: none;
    margin: 20px auto 70px;
    width: 100%;
    max-width: 350px;
}
#portfolio .file .image {
	height: auto;
    max-height: 150px;
    min-height: 100px;
}

.contactLink {
	font-size: 3em;
	display: block;
	background-color: gray;
    color: #ffffff;
    line-height: 100px;
    width: 100px;
    width: 100px;
    text-align: center;
    border-radius: 50px;
    margin: 20px auto 80px;
}

.contactLink:hover{
	color: white;
	background-color: #1ab394;
}