#home .header-background {
    position: relative;
    display: block;
    width: 100%;
    height: 350px;
    background-color: #455A64;
    background-image: none;
}

.card {
	box-shadow: none;
	margin: 0px 0px;
}

.card-skills {
	border-left: 5px solid #607D8B;
}

.card .card-content {
	padding: 20px;
}

#v-card-holder #v-card .info-headings h1 {
    display: block;
    width: 100%;
    font-weight: 900;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.29);
}

#v-card-holder #v-card .info-headings h2 {
    display: block;
    width: 100%;
    font-weight: 300;
    margin-top: -10px;
    margin-bottom: 30px;
    font-size: 1.2em;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.29);
}

#v-card-holder {
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: -194px;
}

#v-card-holder #v-card {
    position: relative;
    width: 100%;
    height: 350px;
    transition: height 1s,color 1s,margin 1s;
    z-index: 1;
    background: #607D8B;
    margin: -33px 3px 0 0;
}

#v-card-holder #v-card #profile .slant {
    border-color: rgba(223, 50, 50, 0) transparent transparent #607D8B;
}

.timeline-block .timeline-dot {
    background: #607D8B;
}

.timeline-block .timeline-content {
    border-left: 5px solid #607D8B;
}

.timeline-block .timeline-content::before {
    background: #607D8B;
}

#timeline-experience::before {
    background: #607D8B;
}

.timeline-block .timeline-dot i {
    margin-top: 13%;
}

.collapsible {
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
}

.collapsible-header img {
	width: 50px;
	margin: 10px 10px 10px 0px;
}

.collapsible-header h6 {
	display: inline-flex;
}

.collapsible-body {
	border-bottom: none;
}