body {
    background: #7f7f7e url(images/evenbetter.jpg) no-repeat fixed 10% 50px;
}
#home h1 {
	font-size: 100px;
}
#home h2 {
	font-size: 45px;
}
#header {
    text-align: center;
    margin-top: 50px;
}
h1, h2, h3 {
    color: #00a40b;
    font-weight: bold;
}
.profile-image {
	border: 20px solid transparent;
	border-radius: 40px;
}
.section-title {
	text-align: center;
	font-size: 45px;	
}
#about p {
	font-size: 20px;
}
#about, #skills, #projects {
    padding-top: 50px;
    margin-top: -50px;
    margin-bottom: 25px;
}
#map {
	width: 500px;
	height: 400px;
	margin: 0 auto;
}
p {
	margin-bottom: 25px;
}
ul {
	list-style-position: inside;
}
.navbar-nav li {
	font-size: 25px;
	padding-left: 30px;
}
#projects a, #skills a {
   color: #00a40b; 
}
.initials {
	font-size: 2em;
	font-weight: bolder;
    color: #00a40b !important;
}
.navbar {
    background-color: #000000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #00a40b; 
    color: #000000;
    border-radius: 15px;
    font-weight: 500;
}
.navbar-default .navbar-nav > li > a {
    color: #00a40b;
}
.div-background {
    background-color: #ffffff;
    border-radius: 40px;
    padding: 25px;
    opacity: .8;
}
.div-title-background {
    border-radius: 40px;
    opacity: .8;
}
.title-section {
    border-radius: 40px;
    margin-top: 85px;
    margin-bottom: 25px;
    opacity: .8;
}
.project-image {
    border: 1px solid black;
}
#footer {
    width: 100%;
    left: 0;
    bottom: 0;
    position: fixed;
    height: 60px;
    background-color: #000000;
}
.content-of-footer {
    text-align: justify;
    list-style: none;
    padding: 10px;
}
#projects {
    padding-bottom: 60px;
}
.bottom-button {
    padding-top: 10px;
    width: 45%;
    height: 45%;
}
#skills img {
    width: 7%;
    height: 7%;
    margin-top: -3px;
}
#email, #vcard, #resume, #linkedin, #github, #bitbucket, #stackoverflow, #codepen {
    text-align: center;
}
#email a, #vcard a, #resume a, #linkedin a, #github a, #bitbucket a, #stackoverflow a, #codepen a {
    color: #00a40b;
    padding-bottom: 10px;
}
.important {
    font-size: 28px;
    font-weight: bolder;
}
#skillscenter {
    text-align: center;
    padding-top: 5px;
    margin-bottom: -25px;
}
.center {
    text-align: center;
}

/* CSS for progress bar */
.fadeIn {
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-name: fadeIn;
    animation-timing-function: ease-in-out;
}
.progress_bar {
    margin-bottom: 10px;
    position: relative;
}
.progress_bar_title {
    color: hsl(0, 0%, 0%);
    display: inline;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}
.progress_number {
    color: #a2a1a4;
    font-size: 13px;
    font-weight: 900;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}
.progress_bar_holder {
    background: #d6d9dc;
    margin-top: 5px;
}
.progress_bar_content {
    height: 5px;
    transition: width 1s ease-in-out 0s;
}
/* End of CSS for progress bar */