/*!
    Title: Dev Portfolio Template
    Version: 1.2.0
    Last Change: 05/20/17
    Author: Ryan Fitzgerald
    Repo: https://github.com/RyanFitzgerald/devportfolio-template
    Issues: https://github.com/RyanFitzgerald/devportfolio-template/issues

    Version: 1.3.0
    Author: Chintan Panchamia
    Last Change: 06/10/2017

    Description: This file contains all the styles associated with the page
    that don't come from third party libraries. This file gets compiled using
    Gulp and send to the /css folder which is then loaded on the page.
*/
body {
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    font-weight: 200;
}

.title-style {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}

body.active {
    overflow: hidden;
    z-index: -1
}

/*NAVBAR CSS*/

.navbar-default {
    background-color: #42A5F5;
    border: none;
    height: 70px;
    padding-top: 10px;
    color: #000;
}


.navbar-default .navbar-nav {
    color: #FFF;
    /*font-weight: bold;*/
    font-size: 1em;
}
.navbar-default .navbar-nav:hover, .navbar-default .navbar-nav:focus {
    color: #000;
}

.navbar-default .navbar-nav li a {
    color: #FFF;
    font-size: 0.85em;
    letter-spacing: -0.075em;
    margin: 0 0.05em;
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
    color: #000;
    background-color: #fff;
    box-shadow: none;
}
.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .active a:focus {
    color: #000;
    background-color: #fff;
    box-shadow: none;
}



.navbar-toggle{
    border-radius: 0;
}
.navbar-collapse {
    background: #42A5F5;
    border: none;
    box-shadow: none;
}
.navbar-default .navbar-toggle {
    border-color: black;
}
.navbar-default .navbar-toggle:hover {
    background-color: black;
    /*border-color: white;*/
}
.navbar-default .navbar-toggle:focus {
    background-color: black;
}

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

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

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: black;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        background-color: black;
    }
}

/*END OF NAVBAR*/

.top-button{
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-block;
    background: #42A5F5;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px #555;
}
.top-button:hover{
    box-shadow: 0 3px 5px #555;
    cursor: pointer;
}

.top-button a {
    text-decoration: none;
    color: white;
    margin: auto;
}


@-webkit-keyframes dropHeader {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes dropHeader {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}



footer {
    padding: 50px 0
}

.copyright {
    padding-top: 20px
}

.copyright p {
    margin: 0;
    color: #74808a
}



.top i {
    color: #74808a
}

.social {
    text-align: left;
    padding: 0;
}

.social ul {
    margin: 0;
    padding: 5px 0;
}

.social li {
    display: inline-block;
    font-size: 1.25em;
    list-style: none
}

.social a {
    display: block;
    color: #74808a;
    padding-right: 15px;
}

.social a:hover, .social .nike a:hover, .social .nike a:focus {
    color: #42A5F5;
    text-decoration: none;
}

.nike {
    font-family: 'Anton', sans-serif;
    font-style: italic;
    text-decoration: none;
}


.btn-rounded-white {
    display: inline-block;
    color: #fff;
    /*font-size: 1.1em;*/
    padding: 15px 15px;
    font-weight: 200;
    border: 3px solid #000;
    border-radius: 10px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
}


.btn-rounded-white:hover {
    background: #fff;
    color: #000;

}
.btn-rounded-white a {
    text-decoration: none;
    font-weight: 400;
    color: #fff;
}

.btn-rounded-white:hover a {
    color: #000;
    text-decoration: none;
}

hr {
    display: block;
    height: 1px;
    width: 70%;
    border: 0;
    border-top: 1px solid #000;
    margin: 1em auto;
    padding: 0;
}

.shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
}

.shadow-large {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.15)
}

.heading {
    position: relative;
    display: inline-block;
    font-size: 2em;
    font-weight: 200;
    margin: 0 0 30px 0
}

.heading:after {
    position: absolute;
    content: '';
    top: 100%;
    height: 1px;
    width: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #42A5F5;
}

#contact > .heading:after {
    position: absolute;
    content: '';
    top: 100%;
    height: 1px;
    width: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #FFF;
}

.background-alt {
    background: #f2f2f5
}

#lead {
    position: relative;
    height: 100vh;
    min-height: 500px;
    max-height: 1080px;
    background: #42A5F5;
            /*#F44336;*/
    background-size: cover;
    padding: 15px;
    overflow: hidden
}

/*.background-image {*/
    /*position: relative;*/
    /*height: 100vh;*/
    /*min-height: 500px;*/
    /*max-height: 1080px;*/

    /*!*background: url("http://666a658c624a3c03a6b2-25cda059d975d2f318c03e90bcf17c40.r92.cf1.rackcdn.com/unsplash_527bf56961712_1.JPG");*!*/
    /*background: url("../images/lead-bg.jpg");*/
    /*filter: blur(5px);*/
    /*-webkit-filter: blur(5px);*/
    /*background-size: cover;*/
    /*padding: 15px;*/

/*}*/



#lead-content {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}



.photo {
    margin: 1em auto;
    background: url("../images/dp2.jpg") no-repeat;
    background-size: 15vw 15vw;
    background-position: center;
    width: 12vw;
    height: 12vw;
    border-radius: 6vw;
    -webkit-border-radius: 6vw;
    -moz-border-radius: 6vw;
}

.skillPanel {
    /*width: 80%;*/
    margin: 2em auto;
}

#lead-content h1, #lead-content h2 {
    margin: 0
}

#lead-content h1 {
    color: #fff;
    font-weight: 400;
    font-size: 4.5em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 0.9em
}

#lead-content h2 {
    color: #fff;
    font-weight: 500;
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 15px
}

#lead-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: url("../images/BkgArt.png");*/
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 1
}

#lead-down {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    bottom: 15px;


}

#lead-down span {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #000;
    text-align: center;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
}

#lead-down span i {

    padding-top: 5px;
    color: #fff;
}

#lead-down span:hover {
    background: #fff;
}

#lead-down span:hover i {
    color: #000;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

#about {
    padding: 75px 15px;
    border-bottom: 1px solid #dcd9d9
}

#about h2 {
    color: #374054
}

#about p {
    color: #74808a;
    margin: 0;
    padding-bottom: 1em;
    text-align: justify;
}

/*TIMELINE STYLING*/
#timeLine {
    padding: 50px 15px 20px 15px;
    border-bottom: 1px solid #dcd9d9;
    text-align: center;
}

.timeline {
    list-style: none;
    padding: 50px 15px 20px 20px;
    position: relative;
    text-align: justify;

}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline-panel {
    background: white;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.time-badge {
    padding: 10px;
    background: #42A5F5;
    color: #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

/*.timeline-link {*/
    /*padding: 0 5px;*/
/*}*/

.timeline-link i {
    font-size: 1.5em;
    padding: 0 5px;
}

.timestamp {
    text-align: center;
    margin: 10px auto;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.main {
    background-color: #42A5F5 !important;
}

.timeline .timeline-badge.main i {
    color: black;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-style: italic;
    font-size: 1.5em;
    padding-right: 5px;
}

.timeline-heading {
    text-align: left;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    .timeline-title {
        font-size: 1.25em;
    }
}

/*END OF TIMELINE STYLING*/



#education {
    padding: 50px 15px 20px 15px;
    border-bottom: 1px solid #dcd9d9;
    text-align: center
}

#education h2 {
    color: #374054;
    margin-bottom: 50px
}

.education-block {
    max-width: 700px;
    margin: 0 auto 30px auto;
    padding: 15px;
    border: 1px solid #dcd9d9;
    text-align: left
}

.education-block h3 {
    font-weight: 500;
    float: left;
    margin: 0.5em 0;
    color: #374054
}

.education-block span {
    color: #74808a;
    float: right
}

.education-block h4 {
    color: #74808a;
    clear: both;
    font-weight: 500;
    margin: 0 0 15px 0
}

.education-block p, .education-block ul {
    margin: 0;
    color: #74808a;
    font-size: 0.9em
}

.education-block ul {
    padding: 0 0 0 15px
}



#skills {
    padding: 50px 15px;
    text-align: center
}

#skills h2 {
    color: #374054;
    margin-bottom: 50px
}

#skills ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 800px
}

.skillTitle {
    padding: 15px 10px;
    text-align: right;
}

.skillTiles {
    text-align: left;
}

#skills li {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    color: #374054;
    background: #e4e4ea;
    list-style: none;
    cursor: default;
    font-size: 1.2em
}

#contact {
    padding: 50px 15px;
    background: #42A5F5;
    text-align: center
}

#contact h2 {
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 500
}

#contact-form {
    max-width: 500px;
    margin: 0 auto
}

#contact-form input, #contact-form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: none;
    margin-bottom: 10px;
    background: #1E88E5;
    color: #fff;
    -webkit-transition: .5s ease all;
    transition: .5s ease all
}

#contact-form input::-webkit-input-placeholder, #contact-form textarea::-webkit-input-placeholder {
    color: #fff
}

#contact-form input:-moz-placeholder, #contact-form textarea:-moz-placeholder {
    color: #fff;
    opacity: 1
}

#contact-form input::-moz-placeholder, #contact-form textarea::-moz-placeholder {
    color: #fff;
    opacity: 1
}

#contact-form input:-ms-input-placeholder, #contact-form textarea:-ms-input-placeholder {
    color: #fff
}

#contact-form input:focus, #contact-form textarea:focus {
    outline: none;
    background: #1976D2;
}

#contact-form textarea {
    height: 150px;
    resize: none
}

#contact-form button {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    border: none;
    color: #42A5F5;
    font-weight: 700;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: .5s ease all;
    transition: .5s ease all
}

#contact-form button:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

.optional-section {
    padding: 50px 15px;
    text-align: center;
    border-top: 1px solid #dcd9d9
}

.optional-section h2 {
    color: #374054
}

.optional-section-block {
    max-width: 700px;
    margin: 0 auto 30px auto;
    padding: 15px;
    border: 1px solid #dcd9d9;
    background: #fff;
    text-align: left
}

.optional-section-block h3 {
    font-weight: 500;
    margin: 0 0 15px 0;
    color: #374054
}

.optional-section-block h4 {
    color: #74808a;
    clear: both;
    font-weight: 500;
    margin: 0 0 15px 0
}

.optional-section-block p, .optional-section-block ul {
    margin: 0 0 15px 0;
    color: #74808a;
    font-size: 0.9em
}

.optional-section-block ul {
    padding: 0 0 0 15px
}

.top {
    visibility: hidden;
}


@media only screen and (max-width: 991px) {
    #lead {
        height: auto;
        min-height: auto;
        max-height: auto;
        padding: 100px 15px
    }

    #lead-overlay {
        height: inherit;
        min-height: inherit;
        max-height: inherit;
        padding: inherit;
        /*filter: invert(100%);*/
    }

    .skillTitle, .skillTiles {
        text-align: center;
        margin: 0.5em;
        padding: 5px 10px;
    }

    #skills li {
        margin: 5px;
    }

    .photo {
        margin: 2em auto;
        background: url("../images/dp2.jpg") no-repeat;
        background-size: 25vw 25vw;
        background-position: center;
        width: 20vw;
        height: 20vw;
        border-radius: 10vw;
        -webkit-border-radius: 10vw;
        -moz-border-radius: 10vw;
    }



    #namePanel {
        text-align: inherit;
    }

    #lead-content {
        position: relative;
        -webkit-transform: none;
        transform: none;
        left: auto;
        top: auto
    }

    #lead-content h1 {
        font-size: 3em;
    }

    #lead-content h2 {
        font-size: 1.75em
    }

    #about {
        text-align: center
    }

    #about p {
        text-align: justify;
    }
}

@media only screen and (max-width: 768px) {


    .top {
        text-align: center;
        visibility: visible;
    }

    .top span {
        cursor: pointer;
        display: block;
        margin: 15px auto 0 auto;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 3px solid #b9bfc4;
        text-align: center;

    }

    .top span h6 {
        color: #74808a;
        margin: 7px;
    }

    .top span:hover {
        background: #42A5F5;
        border-color: #42A5F5;
    }

    .top span:hover h6 {
        color: white;
    }





    /*#lead-overlay {*/
        /*background: url("../images/BkgArt768.png");*/
        /*-webkit-background-size: contain;*/
        /*background-size: contain;*/
    /*}*/





    #lead-content h1 {
        font-size: 2em
    }

    #lead-content h2 {
        font-size: 1.3em
    }

    #lead-content a {
        padding: 10px 20px
    }

    #lead-down {
        display: none
    }

    .education-block h3, .education-block span {
        float: none
    }



    footer {
        text-align: center
    }

    .social {
        text-align: center
    }
}

@media only screen and (max-width: 480px) {
    #lead-content h1 {
        font-size: 1.5em
    }

    #lead-content h2 {
        font-size: 1em
    }

    #lead-content a {
        font-size: 0.9em;
        padding: 5px 10px
    }
}




