/* --------------------------------------------------------
Style Sheet for Lisa Lemons' Website

version: 1.7
last modified: 3/6/2018 by Lisa Lemons
author:  Lisa Lemons
email: me@lisa-lemons.com
website: http://lisa-lemons.com
----------------------------------------------------------*/

/* -----------------------------------------------------------
CONTENTS:
=General & Overrides
=Typography
=Navbar
=Structure
=Content
    ==Hero
    ==Portfolio
    ==Skills
    ==Resume
    ==Contact
=Breakpoints
    ==Fix for Bootstrap 3 Collapse bug
    ==Tablets
    ==Landscape
    ==Portrait
------------------------------------------------------------*/

/* -----------------------------------------------------------
    =General
------------------------------------------------------------*/
* { box-sizing: border-box; }
html, body {
    font-size: 21px;
    font-weight: 300;
}
body,
body p,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: Roboto, sans-serif;
}
strong {
    font-weight: 700;
}
img {
    width: 100%;
}
/* -----------------------------------------------------------
    =Overrides
------------------------------------------------------------*/
/* ==Browser
------------------------------------------------------------*/
::-webkit-input-placeholder {
    color: #e0e0e0
}

:-moz-placeholder {
    color: #e0e0e0
}

::-moz-placeholder {
    color: #e0e0e0
}

:-ms-input-placeholder {
    color: #e0e0e0
}

/* ==Bootstrap
------------------------------------------------------------*/
.container {
    width: 100%;
    margin: 0 auto;
}
/* ==Slick
------------------------------------------------------------*/
.slick-next:before,
.slick-prev:before {
    font-family: FontAwesome
}

.slick-dots li button:before {
	color: #666;
}
.slick-prev:before {
    content: "\f053"
}

.slick-next:before {
    content: "\f054"
}

.slick-dots li.slick-active button:before {
    color: #FFBE00
}
/* ==Chartist
------------------------------------------------------------*/
.ct-label { font-family: Roboto, sans-serif; font-weight: 900; fill: #222; }
/* .ct-slice-donut { stroke: #222; stroke-width: 5px; } */
.ct-series-a .ct-slice-donut { stroke: #B279F2; }
.ct-series-b .ct-slice-donut { stroke: #99FF88; }
.ct-series-c .ct-slice-donut { stroke: #FFF689; }
.ct-series-d .ct-slice-donut { stroke: #75B1FF; }
.ct-series-e .ct-slice-donut { stroke: #FFA774; }
.ct-series-f .ct-slice-donut { stroke: #FF5C6D; }
/* -----------------------------------------------------------
    =Typography
------------------------------------------------------------*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6 {
    margin-top: 0;
    margin-bottom: 2rem;
}
h1.handwritten, .h1.handwritten{
    font-size: 4em;
}

h2.handwritten, .h2.handwritten {
    font-size: 3em
}
h3.handwritten, .h3.handwritten {
    font-size: 2em;
}
p {
    margin: 0 0 1.5em;
}
em {
    font-style: oblique
}
.lead-paragraph {
    font-size: 1.25rem;
}
.text-white {
    color: #fff;
}
.text-yellow {
    color: #FFBE00!important
}
.text-underline {
    text-decoration: underline;
}
.handwritten,
.navbar-nav>li>a,
.section-header {
    font-family: "Shadows Into Light", cursive;
}
.section-header {
    text-align: center;
}
/* -----------------------------------------------------------
    =Navigation
------------------------------------------------------------*/
#backToTop {
    position: fixed;
    bottom: 15;
    right: 15;
    z-index: 100;
    font-size: 3em;
    color: #FFBE00;
    text-shadow: 3px 3px #222;
}
.pointer-cursor {
    cursor: pointer;
}
.navbar {
    height: 100px;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;

    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}
.navbar-brand {
    padding: 25px 0 0 0;
}

.navbar-brand img {
    height: 40px;
}
.logo-svg {
    max-height: 40px;
}

.navbar-nav {
    display: block;
    padding-top: 15px;
    font-size: 1.25em
}
.navbar-nav>li>a {
    text-transform: lowercase;
}
.navbar-nav>li>a {
    padding-left: 25px;
    padding-right: 25px;
    color: #fff!important
}
.navbar-nav>li>a:hover, .code-links a:hover {
    color: #FFE000!important
}

.navbar-inverse .navbar-toggle .icon-bar {
    height: 6px !important;
    width: 35px !important;
    background-color: #FFBE00 !important;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form,
.navbar-inverse .navbar-toggle {
    border: 0
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    box-shadow: none;
}
/* -----------------------------------------------------------
    =Structure
------------------------------------------------------------*/
.grid {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: row;
}
.cell {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
}
.cell.half {
    width: 50%;
    height: 100%;
}
.cell.justify-space-around {
    justify-content: space-around;
}
.cell.align-self-center {
    align-self: center;
}
.container {
    max-width: 960px;
}
.container.oversized {
    max-width: 100%;
}
.container.medium {
    max-width: 872px;
}
.container.small {
    max-width: 640px;
    font-size: inherit; /* Bootstrap has a .small class for text */
}
.card {
    padding: 3rem 2rem;
}
.padding-v-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.bg-black {
    background-color: #222;
}
.border-black-top {
    border-top: 10px solid #222;
}
.border-black-bottom {
    border-bottom: 10px solid #222;
}
.border-yellow-bottom {
    border-bottom: 10px solid #FFBE00
}
.full-width {
    width: 100%;
}
footer {
    clear: both!important;
    background-color: #222;
    color: #fff;
    font-family: 'Shadows Into Light', cursive;
    font-size: 1.25em;
    padding: 1rem;
}

.built-with {
    text-align: left;
    float: left
}

.bootstrap-3,
footer a,
footer i {
    color: #FFBE00
}

.bootstrap-3:hover,
footer a:hover,
footer i:hover {
    color: #FFE000;
    text-decoration: none
}

footer .social-icons {
    text-align: right;
    float: right
}

footer .social-icons a {
    padding-right: 5px
}
/* -----------------------------------------------------------
    =Content
------------------------------------------------------------*/
/* ==Hero
------------------------------------------------------------*/
#hero {
    background-image: url(../images/bg-colorful-streets.jpeg);
}
.vh-center {
    min-height: 100vh;
    background-size: cover;
    background-attachment: fixed;

    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
section {
    padding: 5rem 2rem;
}
#hero h1 {
    text-shadow: 3px 3px #222;
    font-size: 5em;
}
.welcome {
    padding-top: 20px;
    padding-bottom: 30px;
    color: #fff;
}
.profile-picture {
    width: 100%;
    height: 100%;
}
.code-links {
    text-align: center;
    margin-top: 5px;
}
.code-links small {
    font-size: 75%;
}
/* ==About
------------------------------------------------------------*/
.about {
    background-color: #fff
}
/* ==Portfolio
------------------------------------------------------------*/
.portfolio {
    background-color: #222!important
}

.portfolio-slider {
    padding: 20px 0
}

.portfolio-item {
    position: relative;
    max-height: 350px;
    margin: 0 15px
}
.slide-down {
    top: 0!important
}

.slide-up {
    bottom: 0!important
}
.item-grayscale {
    -webkit-filter: opacity(30%);
    filter: opacity(30%)
}

.item-image img {
    width: 100%!important;
    max-width: 100%
}

.item-image {
    overflow: hidden;
    transition: filter .2s ease-in
}

.item-text {
    display: block;
    width: 100%;
    position: absolute;
    padding: 20px;
    margin: 0;
    background: rgba(51, 51, 51, .6);
    color: #fff;
    transition: position .5s ease;
    font-size: .7em;
}

.item-header {
    top: -300%;
    left: 0
}

.item-description {
    bottom: -300%;
    left: 0
}
.more-info {
    display: none
}
/* ==Skills
------------------------------------------------------------*/
.skills {
    background-image: url(../images/bg-colorful-valley.jpeg);
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}
.chart-container {
    position: relative;
    width: 100%;
    max-width: 500px;
    padding-bottom: 1rem;
}
/* ==Resume
------------------------------------------------------------*/
.only-print,
.contact-print,
.logo-print,
.skills-print,
.summary-print {
    display: none
}
.print-icon {
    color: #FFBE00
}

.print-icon:hover {
    color: #FFBE00;
    text-shadow: 2px 2px #222
}

.resume,
.resume h3,
.resume h5 {
    color: #222
}

.resume {
    background-color: #fff
}


.resume h4 {
    font-size: 2.5em
}

.resume h5 {
    font-size: 2em
}

.education-block ul li,
.facts-block ul li,
.resume h6 {
    font-size: 1.5em
}

.responsibilities {
    color: #222;
    font-size: 1.5em
}

.education-block,
.experience-block,
.facts-block {
    margin-bottom: 25px
}
/* ==Contact
------------------------------------------------------------*/
.contact {
    min-height: 20vh;
    background-image: url(../images/bg-parachutes.jpeg);
    background-size: cover;
    background-attachment: fixed;
}
.contact form {
    padding-top: 15px
}
.contact input[type=text] {
    padding-left: 15px;
    height: 50px;
    border-radius: 0 !important;
}
.contact input[type=text],
.contact textarea {
    width: 100%;
    margin: 15px auto;
    padding-left: 15px;
    border: 0;
    display: block;
    color: #fff;
    background-color: #3c3c3c;
    border-radius: 0 !important;
}
.contact input[type=submit] {
    width: 150px;
    height: 50px;
    border: 0;
    margin: 15px auto;
    display: block;
    background-color: #FFBE00;
    color: #333;
    font-size: 1.25em;
    text-transform: lowercase;
    border-radius: 0 !important;
}
.contact input[type=submit]:hover {
    background-color: #FFE000;
    color: #333;
}
.contact input[type=submit]:active, .contact input[type=submit]:focus {
    outline: auto #FFBE00;
    background-color: #FFE000;
    border-radius: 0;
}
#success {
    font-size: 1.25em;
    text-align: center
}
/* -----------------------------------------------------------
    =Breakpoints
------------------------------------------------------------*/
/* ==Fix for Bootstrap 3 Collapse bug
------------------------------------------------------------*/
@media (min-width: 815px) {
    .navbar-collapse.collapse {
        display: block;
    }
}
/* ==Tablets
------------------------------------------------------------*/
@media (min-width:768px) and (max-width:991px) {
    html, body {
        font-size: 18px;
    }
    .profile-picture {
        width: 250px;
    }
    #backToTop {
        font-size: 2em;
    }
}
/* ==Landscape
------------------------------------------------------------*/
@media (max-width:767px) {
    html, body {
        font-size: 16px;
    }
    #hero, .skills, .portfolio, .contact {
        background-attachment: scroll;
        background-position: center;
    }
    .grid {
        flex-direction: column;
    }
    .grid.charts-grid {
        align-items: center;
        flex-wrap: nowrap;
    }
    .grid.charts-grid > .cell.half {
        width: 100%;
    }
    .cell.half, .cell.third {
        width: 100%;
        flex: 1 0 auto;
    }
    .chart-container {
        position: relative;
        width: 100%;
        padding-bottom: 1rem;
    }
    .card {
        padding: 1rem 2rem;
    }
    .navbar-inverse .navbar-toggle {
        position: absolute;
        right: 0;
        bottom: 20px;
        display: block
    }
    .navbar-toggle.move-down {
        bottom: -6
    }
    .navbar-nav {
        position: absolute;
        top: 102%;
        left: 0;
        float: none!important;
        width: 100%;
        padding-top: 0;
        margin: 8px 0 0;
        background-color: #222;
        font-size: 2em;
        text-align: center;
        text-transform: uppercase
    }
    .navbar-nav>li {
        border-bottom: 5px solid;
        display: block;
        width: 100%
    }
    #backToTop {
        font-size: 2em;
    }
    .profile-picture {
        /* max-width: 250px; */
        width: 250px;
    }
    .more-info {
		font-size: 25px;
        display: inline-block;
        position: absolute;
        top: 15;
        right: 15;
        z-index: 50;
        padding: 0 5px 50px 50px;
        color: #FFBE00;
        text-shadow: 0 2px 5px rgba(6, 6, 6, .6);
        cursor: pointer
    }
    .item-text {
        font-size: 1em;
    }
    footer .built-with,
    footer .social-icons {
        text-align: center;
        float: none
    }
}
/* ==Portrait
------------------------------------------------------------*/
@media (max-width:479px) {
    section {
        padding: 3rem 1rem;
    }
    .chart-container {
        min-width: 220px;
    }
    .profile-picture {
        float: none !important;
        padding-top: 15px;
        padding-bottom: 1rem;
        padding-right: 0;

        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .text-center-575 {
        text-align: center;
    }
    .logo-svg {
        max-height: 30px;
    }
}