html,body,h2,h3,h4,h5,h6{
    font-family: 'Quattrocento Sans', sans-serif;
}

#page-welcome header h1{
    font-family: 'Great Vibes', cursive;
    font-weight: normal;
    font-kerning: auto;
    font-size: 7.5em;
    letter-spacing: 0;
    text-transform: none;
}

#page-welcome header p.mediumLineHeight{
    font-size: 1.5em;
    line-height: 1.5em;
}

#page-welcome header p.mediumTitle{
    font-size: 2em;
}

#page-welcome header a {
    color: #fff;
    text-decoration: underline;
}

#page-welcome header a:hover {
    color: #ebb1b8;
    text-decoration: underline;
}

#page-welcome header hr {
    width: 30%;
}

@media  (max-width: 700px) {
    #page-welcome header h1 {
        font-size: 6em;
    }

    #page-welcome header p {
        font-size: 1.5em;
        line-height: 0em;
    }
}

@media  (max-width: 500px) {
    #page-welcome header h1 {
        font-size: 4em;
    }

    #page-welcome header p {
        font-size: 1em;
        line-height: 0em;
    }
}

.btn-envelope:hover,
.btn-github:hover,
.btn-flickr:hover,
.btn-linkedin:hover {
    color: #e67e22;
}

#page-experience {
    background:#fff;
}

#page-footer{
    padding: 15px 0;
    /*background:#f7f7f7;*/
    background:#fff;
    text-align: center;
}

#page-timeline {
    background:#fff;
    padding: 75px 0;
}

.timeline-badge  {
    /*background-color: #e67e22 !important;*/
    background-color: #fff !important;
    border: 2px solid #e67e22;
}

.timeline > li > .timeline-badge {
    color: #e67e22;
    font-size: 1em;
    line-height: 10px;
    padding-top: 8px;
}

.orange, .orange:focus {
    color:#fff;
    background:#f78f33;
    border:solid thin #fff;
    padding:3px 5px;
}

.orange:hover, .orange-inverted:hover {
    color: #777;
}

.orange-inverted, .orange-inverted:focus {
    color:#f78f33;
    background:#fff;
    border:solid thin #fff;
    padding:3px 5px;
}

.popover {
    max-width: none;
}

.fa-li {
    color: #f78f33;
}

.fa-phone:hover {
    color: #ffffff;
}

.self-avatar {
    margin-bottom: 30px;
}

/*.navbar-nav>li>a:hover {*/
a:hover {
    /*color:#e67e22;*/
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.btn.btn-clear:hover,
.btn.btn-clear.selected{
    background: #fff;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.google_map{
        margin: 0;
        width: 400px;
        height: 400px;
        background: #ffffff;
}

.google_map_xs{
        margin: 0;
        width: 370px;
        height: 400px;
        background: #ffffff;
}
