.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: #f5f5f5;
  color: #4D91CB;
}

header .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

header img {
  display: block;
  margin: 0 auto 20px;
}

header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
  text-align: left;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.25em;
    text-align: left;
  }
}

.navbar-custom {
  background: #f5f5f5;
  border: none;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: #f5f5f5;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #f5f5f5;
}
.navbar-custom .navbar-nav {
  /*letter-spacing: 1px;*/
}
.navbar-custom .navbar-nav li a {
  color: #4D91CB;
}
.navbar-custom .navbar-nav li a:hover {
  color: black;
  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 {
  color: white;
  background: #4D91CB;
}

.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: #4D91CB;
}

.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
  background-color: #4D91CB;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #4D91CB;
  color: white;
  border-color: #f5f5f5;
}

@media (min-width: 768px) {
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}

section {
  padding: 20px 0;
}
section h2 {
  margin: 0;
  font-size: 1em;
}
section.success {
  background: #f5f5f5;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 20px 0;
  }
  section.first {
    padding-top: 20px;
  }
}

footer {
  color: white;
  background-color: #f5f5f5;
}
footer h3 {
  margin-bottom: 10px;
}
footer .footer-above {
  padding-top: 15px;
  background-color: #f5f5f5;
}
footer .footer-col {
 /* margin-bottom: 50px;*/
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}

.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}