/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    background-color: #012E40;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #012E40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
}

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

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

.caption {
  background-color: #F2E3D5;
  padding: 20px;
  height: 250px;
}

.caption .btn {
  background-color: #026773;
  color: white;
}

.caption-content p {
  font-size: 1em;
}
.caption-header {
  color: #026773;
  font-size: 1.5em;
}
section h2 {
    margin: 0;
    font-size: 3em;
}

section.about {
    color: #fff;
    padding-bottom: 25px;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

header {
  background-color: #fff;
  margin-bottom: 25px;
}

header img {
  width: 500px;
}

footer {
    color: #fff;
}

footer a {
  color: #3CA6A6;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #{{ site.color.secondary-dark }};
}


.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}
