@media (min-width: 768px) {
  nav.navbar div.navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 15px;
  }
  nav.navbar div.navbar-collapse li a {
    border-left: 1px solid #f1f2f6;
    padding-left: 8px;
    padding-right: 8px;
  }
  nav.navbar div.navbar-collapse li:last-child a {
    border-right: 1px solid #f1f2f6;
  }
  nav.navbar span.glyphicons {
    margin-right: 5px;
  }
  nav.navbar small.navbar-text {
    font-size: 80%;
    margin-left: 8px;
    margin-right: 0;
    padding-right: 0;
  }

  footer .row > div {
    padding-right: 0;
  }
  footer .small li {
    border-right: 1px solid #ccd1d9;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
  }
  footer .small li:last-child {
    border-right: none;
  }
  footer .list-inline li {
    margin-right: 3px;
  }

  .container .panel {
    margin: 35px 0 200px 0;
    min-width: auto;
  }

  .home .carousel .carousel-inner .item > img {
    max-height: 350px;
    padding: 5% 4% 12% 4%;
  }

  .employment-history {
    margin-top: 10px;
  }
  .employment-history .row div.panel {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .employment-history > div.row:first-child {
    margin-bottom: 25px;
  }
  .employment-history > div.row:first-child small {
    display: block;
    text-align: right;
  }
  .employment-history ul.pagination {
    min-height: 180px;
  }
}
@media (min-width: 992px) {
  nav.navbar div.navbar-collapse li a {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer .row .small,
footer .row small {
    font-size: 100%;
  }

  .container section.previous-client {
    padding-bottom: 0;
  }
  .container section.previous-client h2 {
    margin-top: 0;
  }
  .container section.previous-client ul {
    margin: 0;
  }
  .container section.previous-client li {
    margin: 5% 10%;
    width: 80%;
  }
  .container section.previous-client li:first-child, .container section.previous-client li:nth-child(2), .container section.previous-client li:nth-child(6) {
    margin-bottom: 0;
    margin-top: 0;
  }
  .container section.previous-client li:nth-child(3) {
    margin-top: 0;
  }

  .home .carousel .carousel-inner .item > img {
    max-height: 420px;
  }
}
@media (min-width: 1200px) {
  .skills .text-right {
    text-align: left;
  }
}
.panel-glyphicons, .home .carousel .right .glyphicons, .home .carousel .left .glyphicons {
  position: absolute;
  top: 50%;
}

.opacity-75 {
  opacity: 0.75;
  filter: alpha(opacity=75);
  /* For IE8 and earlier */
}

.opacity-50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

html {
  min-height: 100%;
  position: relative;
}
html body {
  background-color: #f1f2f6;
  padding-top: 70px;
}

#skills .nav a[href*=skills],
#employment .nav a[href*=employment],
#about .nav a[href*=about],
#contact .nav a[href*=contact] {
  background-color: #8cc152;
  color: white;
}

nav.navbar {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: white;
  border-color: white;
  min-width: 300px;
}
nav.navbar .navbar-collapse {
  border-top: 2px #a0d468 solid;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
nav.navbar .navbar-collapse .nav a:hover {
  background-color: #8cc152;
  color: white;
}
nav.navbar .navbar-collapse li a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.navbar .navbar-collapse li a:focus {
  background-color: #a0d468;
  color: white;
}
nav.navbar .glyphicons {
  font-size: 24px;
  top: -2px;
  margin-right: 10px;
}
nav.navbar a:hover .glyphicons {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
nav.navbar button.navbar-toggle {
  background-color: #ccd1d9;
  border-color: #aab2bd;
  padding-bottom: 11px;
  padding-top: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.navbar button.navbar-toggle .icon-bar {
  background-color: white;
}
nav.navbar .navbar-brand {
  max-width: 55px;
  padding: 5px 10px;
}
nav.navbar .navbar-brand img {
  height: 40px;
}
nav.navbar .navbar-text {
  padding-right: 15px;
  padding-top: 3px;
}
nav.navbar .status-immediate {
  color: #a0d468;
}

.affix {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}

footer {
  background-color: white;
  border-top: 2px #a0d468 solid;
  bottom: 0;
  min-width: 300px;
  padding: 15px 0;
  position: absolute;
  width: 100%;
}
footer h4 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}
footer .list-inline {
  margin-left: 0;
}
footer .list-inline li {
  padding: 2px 0;
}
footer .row {
  padding-bottom: 15px;
}

body .panel {
  margin-bottom: 245px;
  min-width: 270px;
}
body .panel .panel-heading {
  background-color: #777;
  color: white;
}
body h1 {
  font-size: 24px;
  margin: 0;
}
body h2 {
  font-size: 18px;
  margin: 15px 0;
}
body p {
  font-size: 14px;
  margin-bottom: 0;
}
body em {
  color: #8cc152;
  font-style: normal;
}
body .btn-primary {
  background-color: #3bafda;
  border-color: #3bafda;
}
body .btn-primary:hover, body .btn-primary:focus {
  background-color: #2494be;
  border-color: #2494be;
}
body a, body .employment-history .pagination li a, .employment-history .pagination li body a {
  color: #3bafda;
}
body a:hover, body .employment-history .pagination li a:hover, .employment-history .pagination li body a:hover, body a:focus, body .employment-history .pagination li a:focus, .employment-history .pagination li body a:focus {
  color: #2494be;
}
body .label {
  background-color: #8cc152;
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 0.7em;
}
body dl {
  margin-bottom: 0;
}
body dt,
body dd {
  float: left;
  margin-right: 5px;
}
body dd + dt,
body dl + dl > dd {
  clear: left;
}
body img {
  width: 100%;
}

.home section {
  border-top: 1px solid #ccd1d9;
  padding: 0 0 15px 0;
}
.home .panel-body > section {
  border-top: none;
}
.home .previous-client li {
  margin: 5px 0;
  width: 150px;
}
.home .btn {
  border-radius: 100%;
  margin: 0 3px 3px 0;
  padding: 10px;
}
.home .carousel .left {
  background-image: none;
}
.home .carousel .left .glyphicons {
  left: 15%;
}
.home .carousel .right {
  background-image: none;
}
.home .carousel .right .glyphicons {
  right: 15%;
}
.home .carousel img[alt~=Halfords] {
  background: #FAA633;
}
.home .carousel img[alt~=Argos] {
  background: #EE3224;
}
.home .carousel img[alt~=Allergan] {
  background: #004477;
}
.home .carousel img[alt~=Metro] {
  background: #005FAA;
}
.home .carousel img[alt~=Cherry] {
  background: #91004B;
}
.home .carousel-inner {
  border-radius: 4px 4px 0 0;
  margin-bottom: 40px;
}
.home .carousel-inner .item > img {
  border-radius: 4px 4px 0 0;
  max-height: 350px;
  min-height: 175px;
  padding: 10% 8% 20% 8%;
}
.home .carousel-caption {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  padding: 5px;
  right: 0;
  text-align: left;
  width: 100%;
  z-index: 0;
}
.home .carousel-caption img {
  background-color: white;
  max-height: 60px;
  min-height: 40px;
  padding: 3%;
}
.home .carousel-caption dl {
  padding-right: 0;
}
.home .carousel-indicators {
  bottom: -35px;
  margin-bottom: 0;
}
.home .carousel-indicators li {
  background-color: white;
  border-color: #777;
}
.home .carousel-indicators .active {
  background-color: #aab2bd;
}

.skills .collapse {
  display: none;
}
.skills .collapse-panel {
  padding-bottom: 0;
  padding-top: 0;
}
.skills .collapse-panel .list-unstyled:first-child {
  padding-top: 15px;
}
.skills .collapse-panel .list-unstyled:last-child {
  padding-bottom: 5px;
}
.skills .collapse-panel .list-unstyled li .label {
  white-space: normal;
}
.skills .rating-container {
  display: block;
  margin-top: 3px;
}
.skills .glyphicons-star-empty {
  color: #aab2bd;
}
.skills .glyphicons-star {
  color: #f6bb42;
}

.employment-history .nav li {
  margin-top: -1px;
}
.employment-history .nav li:first-child a,
.employment-history .nav li:first-child a:focus,
.employment-history .nav li:first-child a:hover {
  border-left: none;
}
.employment-history .nav a, .employment-history .nav .pagination li a, .employment-history .pagination li .nav a {
  border-radius: 0;
  margin-right: 0;
}
.employment-history .nav .logo {
  float: right;
  margin: 5px 5px 0 0;
}
.employment-history .nav .logo img[alt~=Salmon] {
  width: 80px;
}
.employment-history .nav .logo img[alt~=Hive] {
  width: 50px;
}
.employment-history .nav .logo img[alt~=Thetrainline] {
  width: 100px;
  margin-top: -2px;
}
.employment-history .nav .logo img[alt~=Molton] {
  width: 90px;
  margin-right: -15px;
}
.employment-history .nav .logo img[alt~=Wunderman] {
  width: 90px;
  margin-top: 3px;
}
.employment-history .nav .logo img[alt~=River] {
  width: 90px;
}
.employment-history .nav .logo img[alt~=Cherry] {
  width: 90px;
}
.employment-history .nav .logo img[alt~=Cazoo], .employment-history .nav .logo img[alt~=Country], .employment-history .nav .logo img[alt~=Metro] {
  width: 85px;
}
.employment-history .nav .logo img[alt~="Brandwidth,"] {
  width: 115px;
  margin: -5px -15px 0 0;
}
.employment-history > .row:first-child {
  color: #777;
  margin-bottom: 15px;
}
.employment-history .panel {
  margin-bottom: 30px;
}
.employment-history .panel-body {
  padding: 0;
}
.employment-history .tab-pane {
  padding: 15px;
}
.employment-history .tab-pane .list-inline {
  margin: 0;
}
.employment-history .tab-pane .list-inline:last-child {
  margin-bottom: -10px;
}
.employment-history .tab-pane .list-inline li {
  padding: 0;
  margin: 0;
}
.employment-history + nav {
  margin-bottom: 240px;
}
.employment-history .pagination {
  margin-top: 0;
  min-height: 265px;
}
.employment-history .pagination .active a.active,
.employment-history .pagination .active a.active:focus,
.employment-history .pagination .active a:hover {
  background-color: #3bafda;
  border-color: #3bafda;
  color: white;
}
.about-me p {
  margin-top: 15px;
}

.contact form > div > div:first-child {
  margin-bottom: 15px;
}
.contact form .btn-primary {
  padding-left: 75px;
  padding-right: 75px;
}
.contact img {
  max-width: 220px;
}
.contact textarea {
  min-height: 125px;
  resize: vertical;
}
.contact label {
  text-transform: capitalize;
}