body {
      background: rgba(187,187,187,0.2) 
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      background-size: 300px;
      margin: 0;
}

aside {
      display: block;
      height: 100%;
      background: #fcfcfc;
      padding: 20px 0 10px 0;
}

.container-fluid {
      padding: 0;
}

ul {
      list-style: none;
      text-decoration: none;
      padding: 0;
      margin: 0px;
}

a {
      text-decoration: none;
      color: #0c0c0c;
}

a:hover {
      color: #EABA6B;
}

body {
      overflow-x: hidden;
}

#wrapper {
      padding-left: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-color: rgba(255, 255, 255, 0.8);
}

#wrapper.toggled {
      padding-left: 250px;
}

#sidebar-wrapper {
      z-index: 1000;
      position: fixed;
      left: 250px;
      width: 0;
      height: 100%;
      margin-left: -250px;
      overflow-y: auto;
      background: #fcfcfc;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
      width: 250px;
}

#page-content-wrapper {
      width: 100%;
      position: absolute;
      padding: 15px;
      background-color: rgba(136,136,136,0.2) !important;
}

#wrapper.toggled #page-content-wrapper {
      position: absolute;
      margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
      position: absolute;
      top: 0;
      width: 250px;
      margin: 0;
      padding: 0;
      list-style: none;
}

#profile {
      margin-bottom: 30px;
      text-align: center;
      padding-top: 50px;
}

#profile a {
      overflow: hidden;
      display: inline-block;
      margin: 0 auto;
      width: 215px;
      height: 215px;
      border-radius: 50%;
      border: 2px solid #0a0a0a;
      padding: 5px;
}

#profile a img {
      border-radius: 50%;
      width: 200px;
}

#profile h3 {
      font-size: 24px;
}

#main-menu {
      text-align: center;
      margin-bottom: 20px;
}

#main-menu li {
      margin-bottom: 10px;
}

footer#site-footer {
      position: fixed;
      bottom: 0;
      width: 250px;
}

.ms-social-icons {
      text-decoration: none;
      text-align: center;
}

.ms-social-icons li {
      display: inline-block;
      margin: 0 10px;
}

.partial-underline {
      width: 100px;
      border-bottom: 2px solid #0c0c0c;
      display: block;
      margin: 0 0 20px auto;
}

@media (min-width: 768px) {
      #wrapper {
            padding-left: 0;
      }
      
      #wrapper.toggled {
            padding-left: 250px;
      }
      
      #sidebar-wrapper {
            width: 0;
      }
      
      .big-hide {
            display: none;
      }
      
      #wrapper.toggled #sidebar-wrapper {
            width: 250px;
      }
      
      #page-content-wrapper {
            padding: 20px;
            position: relative;
      }
      
      #wrapper.toggled #page-content-wrapper {
            position: relative;
            margin-right: 0;
      }
}

/* CSS with Proper Comments */
/*Side bar Toggle */
#menu-toggle {
      position: fixed;
      z-index: 9999;
      font-size: 20px;
      top: 0;
      left: 0;
}

/* Project Section */
.project {
      overflow: hidden;
      text-align: center;
      position: relative;
      margin-bottom: 30px;
}

.project-info {
      position: absolute;
      background: #fcfcfce0;
      width: 100%;
      height: 100%;
      top: 0;
      transform: scaleX(0);
      transition: transform 250ms ease-in-out;
}

.project:hover .project-info {
      transform: scaleX(1);
      
}

.project-info p {
      position: absolute;
      left: 0;
      top: 38%;
      right: 0%;
      font-weight: 400;
      padding: 10px 0;
      text-transform: capitalize;
      
}

.project:hover .project-info::before, .project:hover .project-info::after {
      border-bottom: 1px solid #0a0a0a;
}

.project-info::before, .project-info::after {
      width: 100px;
      display: block;
      position: absolute;
      left: 37%;
      border-bottom: solid 2px #0c0c0c;
      transform: scaleX(0);
      transition: transform 500ms ease-in-out;
}

.project-info::after {
      content: ' ';
      bottom: 65px;
}

.project-info::before {
      content: ' ';
      top: 65px;
}

.project:hover .project-info::after, .project:hover .project-info::before {
      transform: scaleX(1);
}

.column-1 img, .column-3 img {
      height: 280px !important;
}

.column-2 img {
      height: 320px !important;
}

/*footer css*/
@media screen and (max-width: 1020px) {
      #site-footer {
            background: #fcfcfc;
            width: 100% !important;
            padding-top: 10px;
      }
}

/*About */
.introduction {
      font-size: 20px;
      text-align: right;
}

/*Skills Section*/
.skill-description, .skill-image {
      display: inline-block;
      width: 350px;
      /*height: 350px;*/
      background: #ffffff;
      min-height: 230px;
      /* padding: 10px; */
      text-align: center;
      float: none;
      position: relative;
      border: 1px solid black;
}
.skill-image img {
      width: 275px;
      height: 275px;
}

/* .skill-image:after {
      position: absolute;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      content: 'ZIP';
      background: rgba(0, 0, 0, 0.1);
      z-index: 100;
      left: 10px;
      top: 10px;
} */

.skill-image:hover:after, .skill-description:hover + .skill-image:after {
      display: none;
}

/* .skill-image_left-image .skill-image:before {
      right: 0;
      border-width: 10px 10px 10px 0;
      border-color: transparent #fff transparent transparent;
} */

/* .skill-image:before {
      position: absolute;
      border: solid #fcfcfc 20px;
      content: "";
      top: 48%;
      margin-top: -10px;
      border-left-width: 12px;
      border-top-color: transparent;
      border-bottom-color: transparent;
      border-right-width: 0;
      z-index: 10000;
} */

/* .skill-image.left:before {
      border-right-width: 12px;
      border-top-color: transparent;
      border-bottom-color: transparent;
      border-left-width: 0;
      right: 10px;
} */

.skill-description {
      padding-top: 60px;
}

.more-projects article {
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
}
.display-3{
      font-size: 2.5rem;
}