body {
    font-family: 'Maven Pro', sans-serif;
    font-size: 1.6em;
    opacity: 0;
    transition: opacity .5s ease-in;
    background-color: #000;
/*    background: url("../img/bg3.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #2a2a2a;*/
}


.about{
    transition: opacity .5s ease-in;
    background-color: #fff;

}


p{
  line-height: 1.9em; 
}


.white{
    background: #fff;
}

.fixed-logo{
  display: block;
  width: 50%;
  margin: 20px -30px;
}


.nav-wrapper{
  padding: 0;
  height: 250px;
  z-index: 9999;
  /*width: 100%;*/
  background-color: rgba(255, 255, 255, 0.0);
  transition: background-color .65s ease-in;
}

.title{
  padding-top: 0px;
}
nav{
    padding-top: 30px;
    margin-bottom: 100px;
}



nav ul li{
    letter-spacing: 0.1em;
    float: left;
    text-align: center;
    list-style: none;
    width: 33%;
}

nav ul li a{
    color: #ccc;
    text-decoration: none;
    transition: 0.5s ease;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;    
}

nav ul li a:hover{
    border-bottom: 2px solid #ccc;
    
}

.prj-4-design .link{
    display: inline-block;
}
.link{
    margin: 20px auto;
    text-align: left;
}

.link a {
    color: #2a2a2a;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 2px solid #2a2a2a;
    transition: all 0.3s ease;
}

.link a:hover{
    border-bottom: 5px solid #2a2a2a;

}

.btn{
    display: inline;
    height: 30px;
    color: #ccc;
    padding: 10px;
    border-radius: 2px;
    border: 2px #ccc solid;
    transition: all 0.3s ease;

}

.btn:hover{
    background-color: rgba(250, 250, 250, .35);
    transition: all 0.3s ease;
}

.resume p a{
  color: white;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}

.resume .btn{
  display: block;
  text-align: center;
  width: 170px;
  height: 40px;
  margin: auto;
 /* color: #666*/
}

/*.resume .btn:hover{
  background-color: rgba(00, 00, 00, .1);
  transition: all 0.3s ease;
}*/
h1{
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    color: #ccc;
    font-size: 2em;
    transition: all .65s ease-in;
    letter-spacing: .2em;
    line-height: 1.2em;
    padding: 20px 0;
    width: 100%;
    text-transform: uppercase;
    margin: 20px 0;
}

h1 p{
    font-family: 'Maven Pro', sans-serif;
    padding-top: 10px;
    font-size: .5em;
    text-transform: lowercase;
}

.thumbnails {
    /*margin: 50px auto 50px;*/
    background-color: #000;

}

.thumbnails article{
    /*padding: 5px;*/
}
.thumbnails figure{
    height: 200px;
    overflow: hidden;
    position: relative;
    background-color: white;
}


.border{
    border: 1px #ccc solid;
}

.thumbnails figcaption{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase; 
    top: 0;
    left: 0;
    text-align: right;
    font-size: 1.2em;
    letter-spacing: .1em;
    padding-top: 75px;
    padding-right: 15%;
    display: block;
    width: 100%;
    height: inherit;
    position: absolute;
    z-index: 999;
    opacity: 1;
    color: #ccc;
    background-color: rgba(00, 00, 00, .75);
    transition: opacity 0.3s ease-out;
}


.thumbnails figcaption p{
    font-size: .75em;
    font-family: 'Maven Pro', sans-serif;
    text-transform: lowercase;
    opacity: .5;
    letter-spacing: .1em;
}




h3, h4 {
    font-family: 'Montserrat', sans-serif; 
    font-size: 1.20em;
    text-align: left;
    text-transform: uppercase;
    margin: 50px 0 20px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

h4{
    margin: 20px 0 20px 0;
    font-size: 1em;
    border-bottom: none;
    margin: none;
    padding-bottom: none;
}

.about-me{
    padding: 10px 20px 20px;
    margin-top: 0px;
}
/*
.about-me-picture{
    background: #fff url("../img/lizportrait_bw.jpg") no-repeat center; 
    background-size: 100%;
    border-radius: 75px;
    width: 150px;
    height: 150px;
    margin: 0px auto 20px auto;
}

.about-me figure img{
    border: #ccc solid 1px;
    max-height: 400px;
    margin-bottom: 20px;
}*/


/*.about-me-p{
    padding: 0px 20px 20px 20px;
    margin-top: 0px;
    color: #2d2d2d;
}

.about-me-p p{
    font-size: 1em;
    line-height: 1.5em;
}

 .about-me-p .link a{
    border-bottom: none;
    font-weight: 700;
 }*/

.text-center{
    text-align: center;
}

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

.about-wrapper{
        margin: 50px auto 50px;
}


.connect{
  text-align: center;
}


.connect i {
  font-size: 1.2em;
  margin: 0px 20px 20px 0px;
  padding-top: 10px;
  text-decoration: none;
  color: rgba(250, 250, 250, .65);
  transition: color .65s ease-in;

}

.connect i:hover{
    color: rgba(250, 250, 250, 1);
    transition: color .65s ease-in;
}

a{
    text-decoration: none;
}


.resume-hero, .soko-flow, .intercept-before-after, .local-guide-mock1, .local-guide-mock2, 
.bp-mock1, .bp-mock2,
.prj-hero-1, .prj-hero-2, .prj-hero-3, .prj-hero-4, 
.prj-hero-5, .prj-hero-6, .prj-hero-7, .prj-hero-8{
    min-height: 400px;
    background-color: #666;
    opacity: 1;
    transition: opacity 0.5s ease-in;
    -webkit-transition: opacity 0.5s ease-in;
 
}
.resume-hero{
    background: #2d2d2d url("../img/liz.jpg") no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;

}

.prj-hero-1{
    background: #2d2d2d url("../img/prj1/computer_user_wScreen_v3.jpg") no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}


.prj-hero-2{
    background: #1C7C47 url("../img/prj2/localguide_blzzrd.jpg") no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;

}

.prj-hero-3{
    background: #ccc url("../img/prj3/staples-bg.jpg") no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;

}

.prj-hero-4{
    background: #ccc url("../img/prj4/ccnr_screen.png") no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}
.prj-hero-5{
    background: #666 url("../img/prj5/hero_bpcloudpay.jpg") no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.prj-hero-6{
    background: #7AA6EB url("../img/prj6/VL-hero.jpg") no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.prj-hero-7{
    background: #7AA6EB url("../img/prj7/header_large.jpg") no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}
.prj-hero-8{
    background: #7AA6EB url("../img/prj8/hero.jpg") no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.soko-flow{
  background: #ccc url("../img/prj5/hero_bpcloudpay.jpg") no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}
}

.intercept-before-after{
    background: #ccc url("../img/prj1/before_after.jpg") no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

/*.local-guide-mock1{
     background: #1C7C47 url("../img/prj2/mock1.jpg") no-repeat center top fixed; 
    background: #1C7C47 url("../img/prj2/hospitals_using_easypay.jpg") no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}
*/

.local-guide-mock2{
  /*  background: #1C7C47 url("../img/prj2/mock2-sat.jpg") no-repeat center top fixed; */
    background: #1C7C47 url("../img/prj2/localguide_blzzrd.jpg") no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}
.bp-mock1{
    background: #1C7C47 url("../img/prj5/hospitals_using_easypay.jpg") no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.bp-mock2{
    background: #1C7C47 url("../img/prj5/BrennanPike_iPad.jpg") no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

img{
    opacity: 1;
    transition: opacity 2.5s ease-in;
}

h2, h5{

    padding-top: 20px;
    display: block;
    text-align: center;
    font-size: 2.5em;
    color: rgba(250, 250, 250, 1);
    opacity: 1;
    background-attachment: fixed;
    transform: translate(0, 90px);
    -webkit-transform: translate(0, 90px);
    transition: opacity 1s ease-in;
}


h5{
    font-size: 1.5em;
    color: rgba(250, 250, 250, 0.5);
    padding-top: 5px;
}

}

/*.resume{
      background-color: #eee;
      margin-top: 100px;
}

.resume h1{
  margin-top: 0px;
  text-align: center;
}

.resume p, .resume h1{
  color: #2a2a2a;
}

.resume p{
  margin-bottom: 50px;  
}

.resume h2{
  font-size: 1.75em;
/*  color: #2a2a2a;
*//*  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  text-align: center;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.resume h3{
  font-size: 1.1em;
  margin: 10px 0 0;*/
/*  color: #2a2a2a;
*/ /* border-bottom: 0px solid #ccc;
  line-height: 1.5em;
  padding-top: 5px;
  width: 100%;
}*/

/*.resume h4{
  margin: 0;
  line-height: 1.4em;
  letter-spacing: .05em;
  text-transform: none;*/
/*  color: #2a2a2a;
*/  /*opacity: 0.75;
  font-weight: normal;
}*/



.prj-title{
    padding-bottom: 100px;
}


.intro{
    background-color: #eee;
    padding-bottom: 60px;
    width: 100%;
}

.intro h3, .intro p, .intro .link a{
    color: #2a2a2a;
}

.intro h3{
    border-bottom: 1px solid #666;

}

.intro .link a:hover{
    border-bottom: 5px solid #2a2a2a;
}


.vault-ledger-brand, .table-icons img{
    display: block;
    margin: 50px auto;   
}

.icon{
    display: block;
    margin: 50px 0;
    width: 100%;
}
.icons{
    padding: 50px 20px 20px;
}


.local-guide-personas figure{
    padding: 0 20px 20px 0;
}

.local-guide-personas figcaption{
    padding: 0px;
}

.local-guide-personas p{
    margin: 10px 0 10px 0;
}

.local-guide-maps ul li{
    list-style-type: circle;
    margin: 10px 0 0 30px;
}


.add-margin-bottom{
    margin-bottom: 50px;
}

.add-margin-top{
    margin-top: 50px;
}

.add-margin-top2{
    margin-top: 150px;
}
.divider{
    background-color: #ffffff;
    width: 20px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: -30px auto 0 auto;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
}


.next-prj-arrow, .prev-prj-arrow{
    background: transparent url(../img/next-prj-arrow.svg) no-repeat center center;
    width: 35px;
    height: 70px;
    top: calc(50% - 15px);
    text-decoration: none;
    position: fixed;
    /*border: #2a2a2a solid 1px;*/
    border-right: none;
    transition: width .5s ease-in;
}

.next-prj-arrow{
    right: 0px;
}

.prev-prj-arrow{
  background: transparent url(../img/prev-prj-arrow.svg) no-repeat center center;
  left: 0;   
  /*border: #2a2a2a solid 1px;*/
  border-left: none;

}


.close{
  background: transparent url(../img/x.svg) no-repeat center center;
  display: block;
  left: 0px;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 999;
  /*border: #2a2a2a solid 1px;*/
  border-top: none;
  transition: all .3s ease-in;
  border-left: 0;
}

.resume-close{
    background: transparent url(../img/arrow.svg) no-repeat center center;
    display: block;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 999;
    /*border: #2a2a2a solid 1px;*/
    border-top: none;
    transition: all .3s ease-in;
    border-left: 0;
}


.bold{
    font-weight: 700;
}
.tabs-box{
    width: 100%;
}
.tabs{
    display: inline-block;
    width: 200px;
    padding: 20px;
    background: #eee;
    border: #ccc 1px solid;
    text-align: center;
    color: #2a2a2a;
    border-bottom: none;
}

.tabs:hover{
    font-weight: 700;
}


 .design-holder{
        max-height: 550px;
        margin: auto;
        overflow-y: scroll;
        overflow-x: scroll;
}


/********** toggle *********/

.toggle-wrapper{

    height:auto;
    padding-top: 8px;
    webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px #ccc solid;
    border-bottom: none;
    background-color: #eee;
    float: left;
    width: 100%;
}

.browser{
    padding: 0 10px;
}
.redcircle, .yellowcircle, .greencircle{
    float: left;
    background-color: #ff5d5a;
    border: 1px solid #da3738;
    height: 15px;
    width: 15px;
    webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 5px 5px 10px;
} 
.yellowcircle{
    background-color: #ffbf4e;
    border: 1px solid #d89536;
}

.greencircle{
    background-color: #00ca57;
    border: 1px solid #1e9143;
    margin-right:10px;

}

.search{
    float: left;
    width: 80%;
    height: 20px;
    padding: 2px;
    background-color: white;
    border: 1px solid #ccc;
    margin: 5px 0 10px;

}

.toggle nav{
    width: 100%;
    margin-bottom: 0;


}
.toggle nav ul {
    border-left: 1px #ccc solid;
    margin: 0;
    width: 100%;
    padding: 0;
    list-style-type: none;

}

.toggle nav ul li {
    letter-spacing: 0;
    margin: 0;
    padding-top: 15px;
    height: 50px;
    background: #666666;
    color: #fff;
    border: 1px #cccccc solid;
    border-bottom:none;
    min-width: 100%;
    transition: all 0.5s ease;
}


.toggle nav ul li:hover{
    background-color: #fff;
    color: #2a2a2a;
}

.ledger .toggle nav ul li.selected {
    background: #3366af;
    color: #fff;
    transition: all 0.5s ease;
}

.intercept .toggle nav ul li:hover{
    background: #2a2a2a;
    color: #fff;
}
.intercept .toggle nav ul li.selected {
    background: #2a2a2a;
    color: #fff;
    transition: all 0.5s ease;
}


.elevate .toggle nav ul li:hover{
    background: #34c2d8;
    color: #fff;
}

.elevate .toggle nav ul li.selected {
    background: #34c2d8;
    color: #fff;
    transition: all 0.5s ease;
}
/********** toggle *********/
.footer{
  height: 100px;
  width: 100%;
}


/***** SM (Small) - Tablet Size AND ABOVE! (768px) */
@media (min-width: 768px) {



.title{
  padding: 75px 0 0 20px;
}
     .image-container{
        width: 100%;
        padding: 0 12%;
    }


    .toggle nav ul li {
        webkit-border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        float: left;
        border-right: none;
        min-width: 20%;
        transition: all 0.5s ease;
    }

    .toggle nav ul li:last-child{
        border-right: 1px #ccc solid;
    }
    
    .intercept .toggle nav ul li{
        min-width: 15%;
    }


    .next-prj-arrow, .prev-prj-arrow{
        background: transparent url(../img/next-prj-arrow.svg) no-repeat center center;
        /*border: #ccc solid 1px;
        border-right: none;*/
        right: 20px;

    }


    .prev-prj-arrow{
        background: transparent url(../img/prev-prj-arrow.svg) no-repeat center center;
        /*border-right: #ccc solid 1px;
        border-left: none;*/
        left: 20px;


    }

    .next-prj-arrow:hover{
        background: transparent url(../img/next-prj-arrow.svg) no-repeat center center;
        width: 50px;
        /*border: #2a2a2a solid 1px;*/
        transition: all .3s ease-in;
    }
    .prev-prj-arrow:hover{
        background: transparent url(../img/prev-prj-arrow.svg) no-repeat center center;
        width: 50px;
        /*border: #2a2a2a solid 1px;*/
        transition: all .3s ease-in;
    }

    .close{
        background: transparent url(../img/x.svg) no-repeat center center;
        /*border: #ccc solid 1px;*/
        border-top: none;
        left: 20px;
        top: 20px;
        width: 50px;
        height: 50px;
        /*border-right: 1px solid #ccc;*/

    }

    

    .close:hover{
        background: transparent url(../img/x.svg) no-repeat center center;
        /*border: #2a2a2a solid 1px;*/
        width: 70px;
        height: 70px;
    
    }

    .resume-close{
        background: transparent url(../img/arrow.svg) no-repeat center center;
        /*border: #ccc solid 1px;*/
        border-top: none;
        left: 20px;
        top: 20px;
        width: 50px;
        height: 50px;
        /*border-right: 1px solid #ccc;*/

    }

    .resume-close:hover{
        background: transparent url(../img/arrow.svg) no-repeat center center;
        width: 70px;
        height: 70px;
    
    }


    .resume-hero figure img, .prj-hero-1 figure img, .prj-hero-2 figure img, .prj-hero-3 figure img, .prj-hero-4 figure img, .prj-hero-5 figure img, .prj-hero-6 figure img, .prj-hero-7 figure img,  .prj-hero-8 figure img{
        margin-top: 0;
    }   


    .about-wrapper{
        margin-top: 150px;
    }

    


    nav{
        padding-top: 0;
        float: left;
    }



    .nav-wrapper{
        padding: 0 60px;
        height: 120px;
        top: 0;
        position: fixed;
        left: 0;
        z-index: 9999;
        /*width: 100%;*/
        background-color: rgba(255, 255, 255, 0.0);
        transition: background-color .65s ease-in;
    }

    nav{
        width: 300px;
    }


    nav ul li{
        width: 33%;
        margin: 40px 0;
        float: left;
    }

    .logo img{
        display: block;
        opacity: 1;
        margin: auto;
        max-width: 200px;
        margin: 100px auto 50px auto;
        transition: all .65s ease-in;
    }


    
    .down-scroll{
        background: rgba(250, 250, 250, 0.0) url(../img/scroll-down.svg) no-repeat center center;
        width: 50px;
        height: 50px;
        display: block;
        border-radius: 50%;
        text-decoration: none;
        /*-webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;*/
        margin: 150px auto 250px auto;
        transition: all .5s ease;

    }

    
    .down-scroll:hover{
        background: rgba(250, 250, 250, 0.0) url(../img/scroll-down.svg) no-repeat center center;
        transform: rotate(360deg);
        transition: all .8s ease;
    }

    
    .thumbnails {
        /*padding: 0 10%;
        margin: 120px auto 50px;*/
    }

    .thumbnails figure{
        height: 350px;
        overflow: hidden;
        position: relative;

    }

    .negative-left-margin{
        margin-left: -50%;
    }

    .negative-right-margin{
        margin-right: -50%;
    }

    .thumbnails figcaption{
        opacity: 1;
        transition: opacity 0.3s ease-in;
    }

    .thumbnails figcaption:hover{

        opacity: 0.4;
        transition: opacity 0.3s ease-in;

    }

    .thumbnails figcaption{
        padding-top: 120px;
    }



    


}
/***** END SM (Small) */

/***** MD (Medium) - Medium Desktop Size AND ABOVE! (992px) */
@media (min-width: 992px) {


    .soko-flow, .intercept-before-after, .local-guide-mock1, .local-guide-mock2, 
    .bp-mock1, .bp-mock2,
    .resume-hero, 
    .prj-hero-1, .prj-hero-2, .prj-hero-3, .prj-hero-4, 
    .prj-hero-5, .prj-hero-6, .prj-hero-7, .prj-hero-8{
        min-height: 700px;
    }
    .prj-hero-1,
    .prj-hero-2,
    .prj-hero-3,
    .prj-hero-4,
    .prj-hero-5,
    .prj-hero-6,
    .prj-hero-7,
    .prj-hero-8,
    .intercept-before-after,
    .soko-flow,
    .local-guide-mock1, 
    .local-guide-mock2,
    .bp-mock1, 
    .bp-mock2,
    .resume-hero{
        background-attachment: fixed;
    }
    
   .icons{
        padding: 50px 400px;
    }

    .connect{
      text-align: left;
    }

    .connect i {
    font-size: 1.2em;
    margin: 0px 40px 0px 0px;
    padding-top: 10px;
    text-decoration: none;
    color: rgba(250, 250, 250, .65);
    transition: color .65s ease-in;

}



    h2, h5{
        text-align: left;
         transform: translate(0, 290px);
        -webkit-transform: translate(0, 290px);

    }
    .prj-hero-4 h2, .prj-hero-4  h5 {
        color: #2a2a2a;
    }
    .prj-hero-4  h5{
        opacity: .5;
    }
    .image-container{
        width: 100%;
        padding: 0 18%;
    }
    .nav-wrapper{
        padding: 0 50px;
    }
    .thumbnails {
        height: 350px;
        margin: auto;
    }

    .thumbnails figcaption{
        padding-top: 150px;
    }

}
/***** END MD (Medium) */

/***** LG (Large) – Large Desktop AND BEYOND! (1200px) */
@media (min-width: 1200px) {

    .image-container{
        padding: 0 20%;
    }


  

}
/***** END LG (Large) */

