/*!
 * Start Bootstrap - Landing Page 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,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.end-of-q2 {
  display: none;
}
.end-of-q2.active {
  display: "block"
}

.buffer { margin-top: 40px; }
.half-buffer { margin-top: 20px; }
nav.navbar.navbar-default.bottom-f.navbar-fixed-top.topnav {
  background-color: rgba(255, 255, 255, 0.81);
  border-color: rgba(0, 0, 0, 0.23);
}
.navbar-default .navbar-brand {
  color: #333;
}
.topnav {
  font-size: 18px; 
  color: #333;
}
.navbar-default {
  background-color: white;
}

.default-content {
  margin-top: 75px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    margin-top: 70px;
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
    color: #020202;
    background: url(../img/intro-bg.png) no-repeat center center;
    background-size: contain;
    min-height: 450px;
}

.intro-message {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20%;
    text-align: left;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.centered-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-message > h3 {
    /** text-shadow: 2px 2px 3px rgba(0,0,0,0.6); **/
}
.timeline, .about .content, .message, .about {
}

.current-works {
  border-top: 1px solid;
  margin-top: 75px;
}

.about {
  border-top: 1px solid;
  margin-top: 50px;
}

.about .message {
  margin-top: 25px;
  padding-bottom: 15px;
  font-size: 19px;
}

.about .signature {
  text-align: right;
  margin-top: 25px;
  padding-bottom: 15px;
}

.timeline {
  padding-bottom: 25px;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
  font-size: 19px;
}
ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.past-work p {
  font-size: 17px;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: contain;
    z-index: -1;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}
img.img-responsive.round {
  border-radius: 5px;
  border: 1px solid;
  border-color: #E2E2E2;
}
@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
#ouibounce-modal {
  z-index: 3;
}
#ouibounce-modal .modal {
  display: block;
}
.list-group-item {
  padding: 35px 25px;
}
.btn-success {
  color: white;
  background: #ffc800;
  border-color: #EAB800;
}
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #FFDA54;
  border-color: #FFFFFF;
}
@media(min-width:500px){
  li.pre a.btn.btn-default.btn-success {
    margin-top: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: white;
    background: #ffc800;
    border-color: #EAB800;
  }
}
