/* Bootstrap Navbar Override */
.navbar-custom {
  background-color: #4F69C6;
  border-color: #3e5abe; }
  .navbar-custom .navbar-brand {
    color: #ecf0f1;
    margin-top: 15px; }
    .navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus {
      color: #ffffff; }
  .navbar-custom .navbar-text {
    color: #ecf0f1; }
  .navbar-custom .navbar-nav > li > a {
    color: #ecf0f1; }
    .navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
      color: #ffffff; }
  .navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #3e5abe; }
  .navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #3e5abe; }
  .navbar-custom .navbar-toggle {
    border-color: #3e5abe; }
    .navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
      background-color: #3e5abe; }
    .navbar-custom .navbar-toggle .icon-bar {
      background-color: #ecf0f1; }
  .navbar-custom .navbar-collapse,
  .navbar-custom .navbar-form {
    border-color: #ecf0f1; }
  .navbar-custom .navbar-link {
    color: #ecf0f1; }
    .navbar-custom .navbar-link:hover {
      color: #ffffff; }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: #4F69C6; }

.navbar-right > li > a {
  padding-left: 5px;
  padding-right: 5px; }

@media (max-width: 767px) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1; }
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #ffffff; }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a, .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #3e5abe; } }

html,
body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

@media (min-width: 767px) {
  .navbar {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out; }
  .top-nav-collapse {
    padding: 0; } }

.highlight {
  color: #FFF;
  font-weight: bold;
  background-color: rgba(79, 105, 198, 0.8);
  padding: 0px 8px; }

.nav-icon {
  font-size: 30px; }

.navbar-right {
  margin-top: 15px; }

.fa-chevron-left, .fa-chevron-right {
  color: #4F69C6; }

hr {
  border: 0;
  height: 2px;
  background-image: -webkit-linear-gradient(left, transparent, #999999, transparent);
  background-image: -moz-linear-gradient(left, transparent, #999999, transparent);
  background-image: -ms-linear-gradient(left, transparent, #999999, transparent);
  background-image: -o-linear-gradient(left, transparent, #999999, transparent); }

.about-section > .container {
  padding-top: 100px;
  vertical-align: middle;
  background: #fff;
  background-image: url("https://aaroncallahan.com/images/bg/workspace_bw.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 100%;
  height: 500px;
  overflow: hidden; }

.about-section > .container > .row {
  padding-top: 100px; }

.about-header {
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle; }

.about-text {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.25em;
  font-family: Open Sans, sans-serif;
  font-weight: regular;
  color: #fff;
  text-align: center; }

.about-text a {
  color: #fff;
  text-decoration: underline; }

.about-text a:hover, a:visited, a:active, a:focus {
  color: #fff;
  text-decoration: none; }

.skills-section {
  padding-top: 60px;
  padding-bottom: 100px;
  text-align: center;
  background: #fff; }

.skills-list {
  width: 110px;
  margin: 0 auto; }

.skills-list > li {
  text-align: left; }

.octicon {
  font-size: 20px; }

.mega-octicon {
  font-size: 50px; }

.portfolio-section {
  padding-top: 60px;
  padding-bottom: 100px;
  text-align: center;
  background: #eee; }

.portfolio-section .row {
  margin-left: 0px;
  margin-right: 0px; }

.portfolio-section .col-md-4 {
  padding-left: 0px;
  padding-right: 0px; }

#contact-form-messages {
  height: 55px; }

.contact-icon {
  padding-right: 10px; }

.contact-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #eee; }

.contact-text {
  text-align: left;
  font-size: 1.5em;
  font-family: Open Sans, sans-serif;
  list-style: none; }

.snapshot {
  padding: 20px; }

.img-bordered {
  border: 2px solid #000; }

.footer {
  min-height: 100px;
  line-height: 100px;
  background-color: #4F69C6;
  vertical-align: middle; }

.footer-icon {
  font-size: 20px; }

.footer-text {
  color: #ecf0f1;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.25em;
  text-align: center; }

.navbar-brand {
  padding: 0px; }

.navbar-brand > img {
  height: 125%;
  padding: 15px;
  width: auto; }

.navbar-text {
  font-family: Roboto, Arial, sans-serif; }

.profile-pic {
  padding-bottom: 50px; }

.profile-pic > img {
  height: 225px;
  width: 225px;
  border: 1px solid #000; }

.section-header {
  padding: 20px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: bold;
  text-align: center; }

/* Hover Effects */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear; }

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
  background: #4F69C6;
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px; }

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px; }

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff; }

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100); }

.hovereffect:hover h2, .hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0); }

.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s; }

/* Mobile */
@media (max-width: 480px) {
  .contact-text {
    font-size: 1.125em;
    padding-left: 20px; }
  .highlight {
    background-color: transparent;
    color: #4F69C6; }
  .about-header > h1 {
    line-height: 2; }
  .about-section > .container > .row {
    padding-top: 20px; }
  .skills-list {
    list-style-position: inside;
    text-align: left;
    padding-left: 0px; }
  .skills-list > li {
    text-align: left; } }
