body {
  font-family: 'Trebuchet MS';
  overflow-x: hidden;
}
p {
  font-size: 18px;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #2C3E50;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Trebuchet MS';
  font-weight: 600;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: #F3F5F7;
  color: black;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}

header .intro-text .name {
  display: block;
  font-family: 'Georgia';
}
header .intro-text .skills {
  font-weight: 200;
}

@media (min-width: 768px) {
  header .container {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 2.5em;
  }
  header .intro-text .skills {
    font-size: 1.65em;
  }
}

@media (max-width: 992px) {
  header .container {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  header .intro-text .name {
    font-size: 2em;
  }
  header .intro-text .skills {
    font-size: 1.2em;
  }
}
.navbar-custom {
  background: #2098D1;
  font-family: 'Trebuchet MS';
  font-weight: 700;
  border: none;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: white;
}
.navbar-custom .navbar-nav li a:hover {
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}

}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 13px 0;
  }
  .navbar-custom .navbar-brand {
    font-size: 1.7em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}
section {
  padding: 75px 0;
}
section h2 {
  margin: 0;
  font-size: 2.3em;
}
section.success {
  background: #F3F5F7;
  color: black;
}
@media (max-width: 767px) {
  section {
    padding: 15px 5px;
  }
  section#about{
    margin-left: 13px;
    margin-right: 8px;
  }
  header.intro-text.skills {
  color: black;
}
}

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: #009999;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

footer {
  color: #FFF;
}

footer .footer-above {
  padding-top: 5px;
  background-color: #2C3E50;
}

footer .icon-color{
  background-color: white;
}

footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}