body {
  background-color: #000;
  background-color: #2d4127;
  background: url(../images/greenwood.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.bold {
  font-weight: 700;
}
.thick {
  font-weight: 500;
}
section {
  margin-bottom: 40px !important;
}
#home {
  margin-bottom: 40px !important;
}
#main-container {
  margin-top: 103px;
}
.page {
  -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
  padding: 25px;
  background-color: #fff;
  background-color: #181818;
  background-color: #000;
  color: #fff;
  border: 5px solid #fff;
}
.page h3,
.page h4,
.page h5,
.page h6 {
  color: #fff;
}
.divider {
  background-color: #000;
  padding: 20px;
  color: #fff;
}
.divider h1,
.divider h2,
.divider h3,
.divider h4 {
  color: #fff;
}
.medium-icon {
  font-size: 70px;
  color: #ffe1e1;
}
.highlight-color {
  color: #000;
}
.page-heading {
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  font-weight: 500;
}
.highlight-hr {
  border: 2px solid #fff;
  margin-bottom: 15px;
}
.emphasise-title {
  background-color: #000;
  padding: 10px;
  margin-bottom: 20px;
}
.navi {
  width: 100%;
  position: fixed;
  z-index: 10;
  text-align: center;
  background-color: #000;
  -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
}
.navi ul {
  overflow: hidden;
  background-color: #000;
  display: inline-block;
  margin-bottom: 0;
}
.navi li:first-child {
  margin-left: 5px;
  margin-right: 5px;
}
.navi li:last-child {
  margin-right: 10px;
}
.navi {
  height: 62px;
}
.navi li {
  float: left;
  list-style: none;
  font-size: 30px;
  padding: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
  height: 62px;
  display: flex;
  align-items: center;
  align-content: center;
}
.navi li a {
  font-size: 14px;
  height: 62px;
  display: flex;
  align-items: center;
  align-content: center;
}
.large {
  height: 62px;
}
#home-photo {
  height: 400px;
  width: 100%;
  background: url(../images/glasses.jpg) no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  position: relative;
  z-index: -1;
  background-position: center;
}
.home-left:hover #home-photo {
  filter: none;
}
.home-right {
  padding-right: 0;
}
.home-left {
  padding-left: 0;
}
#home-text {
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
  background-color: #000;
  padding: 0 20px 20px 20px;
  z-index: 3;
  border-radius: 25px;
  height: 400px;
  border: 5px solid #fff;
}
#home-text h3,
#home-text h4,
#home-text h5 {
  margin-top: 0;
  margin-bottom: 3px;
}
#home-text a,
#home-text h3,
#home-text h4,
#home-text h5 {
  color: #fff;
}
#home-social a {
  color: #000;
}
#home-text2 {
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 10px;
  z-index: 3;
  border-radius: 25px;
  text-align: center;
}
#home-text2 h3,
#home-text2 h4,
#home-text2 h5 {
  margin-top: 0;
  margin-bottom: 3px;
}
#home-social-container {
  text-align: right;
}
#home-social {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0;
}
#home-social li {
  list-style: none;
  float: left;
  font-size: 18px;
  background-color: #fff;
  margin-left: 10px;
  color: #000;
  padding: 8px;
}
#profile h4 {
  margin-bottom: 30px;
}
#skill {
  list-style: none;
  width: 100%;
  position: relative;
  line-height: 2em;
  padding: 22px 0 20px 20px;
  overflow: hidden;
}
#skill li:last-child {
  margin-bottom: 0;
}
#skill li h5 {
  position: relative;
  top: -20px;
  font-weight: 500;
}
.bar {
  height: 18px;
  margin: 2px 2px;
  position: absolute;
}
.servers,
.web {
  width: 100%;
  -moz-animation: graphic-design 2s ease-out;
  -webkit-animation: graphic-design 2s ease-out;
  background-color: #000;
}
.mobile {
  width: 80%;
  -moz-animation: graphic-design 2s ease-out;
  -webkit-animation: graphic-design 2s ease-out;
  background-color: #000;
}
.bootstrap,
.html-css,
.responsive {
  width: 100%;
  -moz-animation: html-css 2s ease-out;
  -webkit-animation: html-css 2s ease-out;
  background-color: #000;
}
.jquery {
  width: 100%;
  -moz-animation: jquery 2s ease-out;
  -webkit-animation: jquery 2s ease-out;
  background-color: #000;
}
.linux {
  width: 90%;
  -moz-animation: jquery 2s ease-out;
  -webkit-animation: jquery 2s ease-out;
  background-color: #000;
}
.graphic-design {
  width: 70%;
  -moz-animation: jquery 2s ease-out;
  -webkit-animation: jquery 2s ease-out;
  background-color: #000;
}
.sysadmin {
  width: 100%;
  -moz-animation: wordpress 2s ease-out;
  -webkit-animation: wordpress 2s ease-out;
  background-color: #000;
}
@-moz-keyframes graphic-design {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes html-css {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@-moz-keyframes jquery {
  0% {
    width: 0;
  }
  100% {
    width: 65%;
  }
}
@-moz-keyframes wordpress {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
@-webkit-keyframes graphic-design {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes html-css {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@-webkit-keyframes jquery {
  0% {
    width: 0;
  }
  100% {
    width: 65%;
  }
}
@-webkit-keyframes wordpress {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
#resume h6 {
  font-weight: 500;
  margin-top: 3px;
}
.resume-large-icon {
  font-size: 70px;
  color: #ffe1e1;
  margin-top: 80px;
  padding-left: 10px;
}
.timeline-section {
  margin-bottom: 30px;
}
.timeline-section ul {
  list-style: none;
  margin-left: 25px;
}
.timeline-section li {
  list-style: none;
}
.resume-title {
  font-weight: 700;
  line-height: 1.6;
}
.resume-company {
  font-weight: 500;
  line-height: 1.6;
}
.resume-entry {
  margin-bottom: 30px;
  float: right;
}
.resume-company {
  color: #000;
}
.snapshot {
  background-color: #000;
  color: #fff;
  padding: 20px;
  padding-bottom: 0;
}
.snapshot h3,
.snapshot h4 {
  color: #fff;
  margin-top: 0;
}
.snapshot-timeline {
  border-bottom: 4px solid #fff;
  margin-bottom: 20px;
}
.timeline-circle {
  position: relative;
  margin-top: 0;
  top: 15px;
  font-size: 25px;
  color: #fff;
  background-color: #000;
  padding-left: 10px;
  padding-right: 10px;
}
.featured-project-details {
  background-color: #ddd;
  padding: 15px;
}
.featured-project-description h5 {
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.featured-project-description h6 {
  font-weight: 500;
  margin: 0 0 3px 0;
  color: #fff;
}
.featured-project-details h6:first-child {
  margin-top: 0;
}
.featured-project-details h6 {
  font-weight: 700;
}
.project-row {
  margin-bottom: 30px;
}
.project-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 94%;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #000;
  padding: 90px 15px 50px 15px;
  cursor: pointer;
  display: none;
  font-size: 50px;
  margin-left: 10px;
}
.project-hover h3 {
  color: #000;
}
.project-img-wrap {
  min-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  height: 300px;
}
.project-img-wrap img {
  max-width: 100%;
}
.project-details {
  background-color: #ddd;
  padding: 10px;
  border-top: 4px solid #000;
  position: relative;
  top: -3px;
}
.project-details h5 {
  margin-bottom: 3px;
  margin-top: 4px;
}
.project-details h6 {
  margin-top: 0;
}
.project-single img {
  width: 100%;
}
.project-single-slideshow {
  margin-bottom: 20px !important;
  border-bottom: 3px solid #000;
}
#contact-left ul {
  margin-top: 30px;
}
#contact-left li {
  list-style: none;
}
.contact-detail {
  font-size: 20px;
  padding: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
#form-msg {
  height: 200px;
}
#contact-icon {
  font-size: 60px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
#comment-icon {
  font-size: 60px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
}
.larger {
  font-size: 28px !important;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  body {
    background-color: #000 !important;
  }
  body::before {
    content: " ";
    display: block;
    background: url(../images/greenwood.jpg);
    background-color: #2d4127;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10;
  }
  .larger {
    font-size: 24px !important;
    padding-bottom: 4px;
  }
  #main-container {
    margin-top: 104px;
  }
  .navi li {
    font-size: 20px;
    height: 62px;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navi li a {
    font-size: 14px;
  }
  .navi li:last-child {
    margin-right: 15px;
  }
  #featured-project {
    padding-bottom: 50px;
  }
  .project-item {
    margin-bottom: 20px;
  }
  #home-photo {
    height: 220px;
    width: 100%;
    background-size: cover;
    border: 5px solid #fff;
    margin: 0 auto;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
  }
  .page {
    padding: 10px;
  }
  .home-text {
    width: 100%;
  }
  .home-left {
    padding-left: 10px;
  }
  .home-right {
    padding-right: 10px;
  }
  .snapshot-timeline {
    display: none;
  }
}
#details {
  display: none;
}
.featureHeader p {
  font-weight: 700;
}
a.highlight {
  background-color: #000;
  padding: 2px;
  border-radius: 3px;
}
a.highlight:hover {
  background-color: #b6b6b6;
  color: #292929;
}
a.darklink {
  color: #fff;
  padding: 2px;
  border-radius: 3px;
}
a.darklink:hover {
  background-color: #b6b6b6;
  color: #292929;
}
a.darklinks {
  color: #fff;
  padding: 2px;
  border-radius: 3px;
}
a.darklinks:hover {
  background-color: #b6b6b6;
  color: #292929;
}
.divLink {
  margin: 6px;
}
.featureHeader p {
  margin-bottom: 0;
}
p {
  font-size: 14px;
}
.accordion-content {
  display: none;
}
.accordion-title {
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.accordion-item {
  margin-bottom: 20px;
}
.accordion-title::before {
  content: "\25B2";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.1s ease-in-out;
}
.accordion-collapsed::before {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-content p {
  margin: 0;
  padding: 0;
}
#closeall,
#closeall-right {
  display: none;
}
#closeall,
#closeall-right,
#expandall,
#expandall-right {
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}
.project-hover {
  width: 100%;
  margin-left: 0;
}
.project-img-wrap {
  position: relative;
}
.titled {
  margin-bottom: 4px;
}
.item {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  border: 1px solid #fff;
}
.subitem {
  display: inline-block;
  width: 100px;
}
.smallitem {
  display: inline-block;
}
.top-container {
  padding: 10px;
  background-color: #fff;
}
.short-wrap {
  height: auto !important;
}
.smallitem .short-wrap {
  height: 100px !important;
}
.subitem .project-hover {
  height: 100% !important;
  padding: 10px !important;
}
.smallitem .project-hover {
  height: 100px !important;
  padding: 10px !important;
}
.smallitem img {
  height: 100px !important;
}
#project-gl1-slideshow {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}
.reveal-modal {
  padding-bottom: 0 !important;
  background-color: transparent;
}
.project-single-slideshow {
  margin: 0 !important;
  border: 0 !important;
}
.gallery {
  text-align: center;
}
.gallery img {
  width: 100px;
  border: 1px solid #fff;
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  display: none;
}
body.no-scroll {
  overflow: hidden;
}
.img-rounded {
  margin-bottom: 5%;
}
.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow: auto;
  height: 100vh;
}
.modal-window-content {
  padding-top: 64px;
  position: absolute;
  width: 90%;
  height: 100%;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.26), 0 26px 52px rgba(0, 0, 0, 0.26);
}
.modal-window-content {
  left: 50%;
  margin-left: -45%;
}
.modal-window-content {
  top: 5%;
}
.clickable {
  cursor: pointer;
}
#mapigator {
  height: 280px;
  width: 300px;
  overflow: hidden;
}
#greenshield {
  height: 280px;
  width: 300px;
  overflow: hidden;
}
.js-close {
  border: 1px solid #fff;
  height: 40px;
  padding: 5px;
  width: 200px;
  color: #7b7b7b;
  font-size: 20px;
  cursor: pointer;
}
section {
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  #home-photo,
  section {
    border-radius: 25px;
  }
  .five.columns,
  .seven.columns {
    padding-left: 0;
    padding-right: 0;
  }
}
#quote {
  border: 5px solid #fff;
}
.white i {
  color: #fff !important;
}
ul.white {
  list-style: none !important;
}
html {
  zoom: 1;
}
@media (max-width: 767px) {
  html {
    zoom: 1;
  }
}
.darklink {
  margin-left: 10px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
span.white {
  font-size: 16px;
}
.navi ul {
  border-bottom: 1px dashed #4f4f4f;
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  width: 100%;
  display: flex;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.private {
  margin-bottom: 8px;
  margin-top: 8px;
}
.topped {
  margin-top: 40px;
}
