/* CORE STYLES */

body {
      font-family: "Roboto", serif;
      padding-top: 50px;
}

a {
  color: #467589;
}

a:hover {
  text-decoration: none;
  color: #333;
}

h3 {
    font-weight: 100;
    text-transform: uppercase;
}

h3.sectionTitle {
    text-align: center;
    margin-bottom: 15px;
}

p {
    font-size: 16px;
}

.btn {
  border-radius: 0px;
}

.btn-kcoleMain {
  color: white;
  background-color: #467589;
  border-radius: 30px;
  padding: 10px 20px;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}

.btn-kcoleMain:hover {
  color: white;
  background-color: #343434;
}

.btn-kcoleAlt {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  padding: 10px 20px;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.btn-kcoleAlt:hover {
  color: #333;
  border: 1px solid #333;
}

.btn-kcolePortfolio {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.btn-kcolePortfolio:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}

::-moz-selection { /* Code for Firefox */
    background: #467589;
    color: white;
}

::selection {
    background: #467589;
    color: white;
}

/* Skills Bar */

.skillsBar {
  background-color: #f6f6f6;
  color: #212121;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.skillsBar p {
    font-weight: 100;
    padding: 0px 10px;
    margin-top: 15px;
}

.skillsBar h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
}

.skillsBox {
    background-color: white;
    padding: 45px 10px;
    box-shadow: 1px 2px 2px #eaeaea;
    margin-bottom: 20px;
}

#contactBar {
  background-color: #467589;
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

#contactBar p {
    font-weight: 100;
    font-size: 21px;
}

#contactBar a {
    color: #fff;
}

/* NAVBAR */

.navbar-default {
  background-color: #fff;
  border-bottom: 0px solid #eaeaea;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  margin-right: 0px;
}

.navbar-default .navbar-brand a:hover {
  text-decoration: none;
}

.navbar-brand {
    padding: 5px 10px;
}

.navbar-default .navbar-nav li>a{
  color: #4c4c4c;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 3px solid white;
}

.navbar-default .navbar-nav li>a:hover{
  color: #000;
  border-bottom: 3px solid #000;
  font-weight: 700;
}

.navbar-default .navbar-right li>a{
  color: #000;
  font-weight: 100;
}

.navbar-default .navbar-right li>a:hover{
  color: #CCC;
  font-weight: 100;
}

.navbar-default .navbar-nav>.active>a {
    color: #000;
    background-color: #fff;
    font-weight: 700;
    border-bottom: 3px solid #000;
    height: 50px;
}

.navbar-default .navbar-nav>.active>a:hover {
    background-color: #fff;
}

#contactLink {
    background-color: #467589;
    color: white;
    font-weight: 700;
}

#contactLink:hover::after{
    content: " Contact Us";
    font-size: 12px;
}

/* MAIN CAROUSEL */

.jumbotron {
    background-color: #f6f6f6;
}

#jumbotronHome {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 0px;
}

.jumbotron h1 {
  color: #fff;
  line-height: 80px;
  text-align: center;
  font-weight: 100;
}

.jumbotron p {
  color: #fff;
  text-align: center;
  line-height: 60px;
}

mark {
    background-color: #467589;
    color: white;
}
.arrowDown {
    text-align: center;
    bottom: -100px;
}
/* FEATURED WORK */

.img-thumbnail {
  padding: 0px;
  border: none;
  border-radius:0;
  -webkit-transition: none;
  transition: none;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #000;
  margin-bottom: 0px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 1.5em;
  text-align: left;
}

.hovereffect img {
  display: block;
  position: relative;
  /*max-width: none;*/
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  color: #fff;
  font-size: 2em;
  letter-spacing: 3px;
  position: relative;
  background-color: transparent;
  padding: 26% 0 5% 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.dash {
    display: block;
    width: 70px;
    height: 4px;
    border-bottom: 3px solid #467589;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.hovereffect p {
  font-weight: 100;
  font-size: 1.15em;
  padding-bottom: 5%;
}

.hovereffect .overlay:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect a, .hovereffect p, .hovereffect h2{
  color: #FFF;
  opacity: 0;
  text-align: center;
  text-decoration: none;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect:hover img {
  opacity: 0.8;
  filter: alpha(opacity=70);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* PORTFOLIO */

#mainTitle {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

/* FOOTER */

.footer {
  background-color: #343434;
  color: white;
  padding-top:30px;
  padding-bottom: 30px;
  min-height: 200px;
}

.footer h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #636363;
}
.footer ul {
    list-style-type: none;
    -webkit-padding-start: 0px;
    padding-left: 0px;
}

.footer li {
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: #636363;
}

#footerLeft {
  float: left;
  padding-left: 30px;
  margin-top: -10px;
}

#footerRight {
  float: right;
  padding-right: 30px;
  margin-top: -10px;
}

#footerRight a{
  margin-left: 20px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-default .navbar-toggle:hover {
    background-color: #eaeaea;
}
