h3 {
	font-size: 2.52rem;
}

h4 {
	font-size: 1.5rem;
}

.timeline h4 {
	font-size: 1rem;
}

.timeline h3 {
	font-size: 1.5rem;
	margin: 5px 0;
}

.timeline p {
	margin: 0.5em 0;
}

.navbar-fixed {
	position: fixed;
}


#splash {
	min-height: 600px;
	width: 100%;
	height: 60%;
	position: relative;
	background-image: url(../img/pattern.svg);
	background-attachment: fixed;
	box-shadow: inset 0 -6px 2px -2px rgba(0, 0, 0, 0.16);
}

#splash h1 {
    margin: 0;
    padding-top: 100px;
}

#editor-wrapper {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -30px;
}

#home {
	height: auto;
	padding-top: 64px;
}

#profile {
	padding-top: 30px;
}

#editor {
	bottom: 0;
	width: 625px;
	display: inline-block;
	height: 200px;
	background-color: #131313;
	border-radius: 8px;
	text-align: left;
	color: #c7c7c7;
	padding: 0 30px;
}

#editor b {
	font-weight: normal;
}

#editor-header {
	height: 25px;
	padding-top: 5px;
}

#editor-header .bubble {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: grey;
	margin-right: 10px;
}

#editor-content {
	white-space: pre;
}

#editor-content span {
	color: rgb(182, 120, 37);
}

@media screen and (max-width: 642px) {
	#editor {
		border-radius: 0;
		width: 100%;
	}
	#splash h1 {
		padding-top: 10px;
	}
	#splash {
		min-height: inherit;
		height: 62%;
		min-height: 512px;
	}

}

.chart {
	position: relative;
	display: inline-block;
	width: 150px;
	margin-right: 20px;
	text-align: center;
}

.chart h3 {
	font-size: 1.5rem;
	padding-top: 8px;
}

.percent {
	display: inline-block;
	line-height: 150px;
	z-index: 2;
}

.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}

.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

#skills object {
	margin-bottom: 30px;
	height: 130px;
}

.cursor {
	font-weight: 400;
	transition: opacity 3s ease-out;
	font-size: 15px;
	color: #c7c7c7!important;
	-webkit-animation: blink 1s infinite;
	-moz-animation: blink 1s infinite;
	-ms-animation: blink 1s infinite;
	-o-animation: blink 1s infinite;
	animation: blink 1s infinite;
}

@keyframes blink {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  to {
    opacity: 0;
  }
}


.timeline {
	padding-left: 30px;
    border-left: 10px solid #009688;
    margin-bottom: 40px;
    background-color: #fff;
}

.timeline-panel {
    display: inline-block;
    width: 100%;
    margin-left: -30px;
    padding-left: 30px;
    padding-top: 10px;
    border-bottom: 3px solid #f5f5f5;
    position: relative;
}

.timeline-panel:last-of-type {
	border-bottom: none;
}

.timeline-panel:before {
	content: '';
    position: absolute;
    left: -25px;
    top: 1.14rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #009688;
}

.timeline-panel:after {
	content: '';
    position: absolute;
    left: -18px;
    top: 1.64rem;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
}

#portfolio {
	padding: 30px 0;
}

object {
	display: inline-block;
	width: 128px;
}

.side-nav {
	top: 56px;
	box-shadow: none;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    margin-bottom: 8px;
    background-color: #333;
    transition: all 0.3s ease-in-out;
}

.opened .bar1 {
    transform-origin: 5% 40%;
    transform: rotate(45deg);
}

.opened .bar2 {
    background-color: transparent;
}

.opened .bar3 {
    transform-origin: 5% 40%;
    transform: rotate(-45deg);
}
.button-collapse {
	padding: 15px;
}

#sliderPortfolio {
	height: 450px;
	width: 1224px;
	margin: 0 auto;
	max-width: 100%;
}

.portfolio-item {
	width:620px;
	height:320px;
	margin: 0;
}

.portfolio-item .img {
	margin-left: -68%;
	height: 100%;
}

.img-wrapper {
	width: 275px;
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
    max-height: 100%;
}

.portfolio-detail {
	width: 345px;
	float: left;
}

@media screen and (max-width: 1060px) {
	.portfolio-item {
		width:315px;
		height: auto;
	}

	.portfolio-item .img {
		margin-left: 0;
		max-width: 100%;
		height: auto;
	}

	.img-wrapper {
		width: 100%;
	    float: none;
	    max-height: 100%;
	}

	.portfolio-detail {
		width: 100%;
		float: none;
	}

	.glide__slide {
		position: relative;
		z-index: 1;
	}

	.glide__slide.active {
		z-index: 2;
	}
	.glide__arrow {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.glide__slide {
		left: -40px;
	}
}