body {
  background-color: #000;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
}

.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: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
}

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


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

}


.aboutme, .myport {
  color: #fff;
  text-align: center;
}

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


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


.titleMessage .heading .main {
      font-size: 28px;
}

.titleMessage .heading .sub {
      font-size: 20px;
}


.section {
  padding: 100px 0;
}


.about {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 100%;

}

.contactSection {
  background: url("../img/slide4.jpeg") no-repeat top center fixed/cover;
  min-height: 300px;
  position: relative;
  overflow: hidden;

  color: #fff;
}


.contactButton {
  color:#fff;
  padding: 15px 20px;
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #fff;
  border-radius: 2px;
}


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


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

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


.filter .current {
  background-color: #1b2966;
  border-color:#1b2966;
  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: #1b2966;
  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;
  float: bottom;
  left: -60px;
  bottom: -60px;
}

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

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

.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: #fff;
  padding: 30px 5px;
}

.copyrightSection p {
  margin:0;
}


#mynav .navbar-toggler-icon {
  background-size: 100%;
}

#mynav {
  background-color: #000;
  padding: 20px 10px;
  z-index: 11;
  width: 100%;
}

#mynav li {
  padding: 0px 20px;
}

#mynav li a {
  color:#fff;
  display:inline-block;
}


.navmenu {
  width: 100%; text-align: center; margin: 0 auto;
}


#featured {
  background-color: 1b2966;
}