body {
	font-size: 16px;
	color:#333;
	background-color: #fff;
	letter-spacing: .5px;
}


.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.4);
}

.slides-navigation{
	z-index: 6;
}


.slides-navigation .prev,
.slides-navigation .next {
	width: 47px;
	height: 47px;
	background-size: cover;
	background-repeat: no-repeat;
}

.slides-navigation a.prev {
	left: 20px;
	background-image: url(../img/icons/prev.png);
}

.slides-navigation a.next {
	right: 20px;
	background-image: url(../img/icons/next.png);
}

.titleMessage {
	position: absolute;
    width: 100%;
    height: 250px;
    top: 50%;
    z-index: 5;
    text-align: center;
    margin-top: -125px;
}

.titleMessage .heading p {
	color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    letter-spacing: 7px;
}

.titleMessage .heading .main {
	font-size: 50px;
	font-weight: 400;

}

.titleMessage .heading .sub {
	font-size: 25px;
	font-weight: 150;
}

.section {
	padding: 100px 0;
}

.aboutImage {
	max-width: 100%;
}

.aboutMe {
	margin-top: 20px;
}

.skillsSection,
.contactSection {
	background-color:#ff7675;
	color:#fff;
}

.skill {
	text-align: center;
	margin-left: 10px;
}

.chart {
	position: relative;
	width: 152px;
	height: 152px;
	display: inline-block;
	text-align: center;
}

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

.chart .percent {
	color: #fff;
	line-height: 152px;
	display: inline-block;
	font-size: 35px;
}

.chart .percent:after {
	content:'%';
}

h4 {
	margin-top: 20px;
}

h2 {
	margin-bottom:0;
	letter-spacing: 1.5px;
}

.tech {
	margin-bottom: 50px;
}



.contactButton{
	font-weight: bold;
	color: #fff;
	padding: 15px 20px;
	display: inline-block;
	margin-top: 20px;
	border: 1.5px solid #fff;
	border-radius: 4px;
}

.contactButton:hover {
	text-decoration: none;
	color: #ff7675;
	background-color: #fff;
}

.cvButton{
	font-weight: bold;
	color: #ff7675;
	padding: 15px 20px;
	display: inline-block;
	margin-top: 20px;
	border: 1.5px solid #ff7675;
	border-radius: 4px;
}

.cvButton:hover {
	text-decoration: none;
	color: #fff;
	background-color: #ff7675;
}



.filter a {
	color: #bdc3c7;
	border: 1px solid #bdc3c7;
	padding: 10px 18px;
	display: block;
}

.filter li {
	display: inline-block;
	padding: 5px
}

.filter .current {
	background-color: #ee5253;;
	border-color: #ee5253;
	color: #fff;
}

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

.section .heading {
	text-align: center;
	padding-bottom: 40px;
	width: 100%;
}

.items li {
	display: inline-block;
	padding: 5px;
}

.itemsContainer {
	width: 100%;
}


.items li img {
	width: 100%;
    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    -transition: all 0.2s linear, 1s;
}

.items .item {
	position: relative;
	display: block;
	overflow: hidden;
}

.items .icons {
	position: absolute;
    width: 90px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin: -20px auto 0 -47px;
    text-align: center;
    z-index: 3;
}

.items .icons i {
	color: #fff;
    font-size: 20px;
    margin-top: 9px;
}

.items a {
	width: 40px;
    height: 40px;
    background-color: #e74c3c;
    position: relative;
    display: inline-block;

    -webkit-transition: all 0.2s linear, 0.2s;
    -moz-transition: all 0.2s linear, 0.2s;
    -o-transition: all 0.2s linear, 0.2s;
    -ms-transition: all 0.2s linear, 0.2s;
    -transition: all 0.2s linear, 0.2s;
}

.items .imageOverlay {
	width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;

    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    -transition: all 0.2s linear, 1s;
}

.items .item:hover .imageOverlay {
	opacity: 1;
}

.items .openButton {
	float: left;
	left: -200px;
}

.items .projectLink {
	 float: right;
	 right: -200px;
}

.items .item:hover .openButton {
	 left: 25px;
}

.items .item:hover .projectLink {
	right: 0px;
}

.items .item:hover img {
	-webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -transform: scale(1.05, 1.05);
}

.items {
	padding: 0;
}

.copyrightSection {
	background-color: #000;
	color: #bdc3c7;
	padding: 30px 5px;
}

.copyrightSection p {
	margin: 0;
}

#navigation {
	background-color: #ee5253;
	padding: 20px 15px;
	z-index: 100;
	width: 100%;
}

#navigation li {
	padding: 0 10px;
}

#navigation li a {
	color: #fff;
}

.navbar-brand,
.navbar-brand:hover {
	color: #fff;
}

.navbar-toggler-icon {
	background: url(../img/icons/menu.png);
	background-size: 100%;
}

.fixedNav #navigation {
	position: fixed;
	top: 0;
}

.loader {
	width:100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

.loader .inner {
	width: 100%;
	height: 100%;
	background: url(../img/loader.gif) center center no-repeat;
}


/* inline html modal projects */

#nesd {
	margin: auto;
  	margin-top: 2em;
  	width: 1000px;
  	border: 1px solid;
  	padding: 8px;
  	text-align: center;
}

#tedx {
	margin: auto;
  	margin-top: 2em;
  	width: 1000px;
  	border: 1px solid;
  	padding: 8px;
  	text-align: center;
}

#sole {
	margin: auto;
  	margin-top: 2em;
  	width: 1000px;
  	border: 1px solid;
  	padding: 8px;
  	text-align: center;
}

#autodesk-gallery {
	margin: auto;
  	margin-top: 2em;
  	width: 1000px;
  	border: 1px solid;
  	padding: 8px;
  	text-align: center;
}

#autodesk-icons {
	margin: auto;
  	margin-top: 2em;
  	width: 1000px;
  	border: 1px solid;
  	padding: 8px;
  	text-align: center;
}

#pta {
	margin: auto;
  	margin-top: 2em;
  	width: 1000px;
  	border: 1px solid;
  	padding: 8px;
  	text-align: center;
}

#packaging {
	margin: auto;
  	margin-top: 2em;
  	width: 1000px;
  	border: 1px solid;
  	padding: 4px;
  	text-align: center;
}

#expansion {
	margin: auto;
  	margin-top: 2em;
  	width: 1000px;
  	border: 1px solid;
  	padding: 4px;
  	text-align: center;
}

#sc-legacy {
	margin: auto;
  	margin-top: 2em;
  	width: 1000px;
  	border: 1px solid;
  	padding: 4px;
  	text-align: center;
}

#cree-lobby {
	margin: auto;
  	margin-top: 2em;
  	width: 1000px;
  	border: 1px solid;
  	padding: 4px;
  	text-align: center;
}

#nnml {
	margin: auto;
  	margin-top: 2em;
  	width: 1000px;
  	border: 1px solid;
  	padding: 4px;
  	text-align: center;
}

#oss {
	margin: auto;
  	margin-top: 2em;
  	width: 1000px;
  	border: 1px solid;
  	padding: 4px;
  	text-align: center;
}

#city-scape {
	margin: auto;
  	margin-top: 2em;
  	width: 1000px;
  	border: 1px solid;
  	padding: 4px;
  	text-align: center;
}


.inline-project {
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 100%;
  	max-width: 800px;
 	height: auto;
 	padding: 1% 5%;
}

.inline-mobile {
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 100%;
  	max-width: 600px;
 	height: auto;
 	padding: 2% 5%;
}

.project-paragraph {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 10px;
}

.project-heading {
	padding-top: 20px;
}

/* social media icons */

.social {
	display:flex;
	justify-content: center;
}

.social a{
	color: #fff;
	padding: 10px 18px;
	display: inline-block;
	padding: 15px 20px;
	display: inline-block;
	margin-top: 20px;fff
	border: 1.5px;
	border-radius: 50px;
}

.social a:hover {
	color: #fff;
	background-color: #ee5253;

}

.social li {
	display: inline-block;
	padding: 10px
}



