/* ==========================================================================
   Author's custom styles


========================================================================== */
@media screen and (min-width: 1024px) {
    html {
        background-color: #E2E4E9;
    }
    
    body {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .navbar {
    background-color: rgba(0,0,0,0);
    background-image: none;
}
    
    #navigation {
        width: 1024px;
        margin-left: auto;
        margin-right: auto;
        background-color: #f5f6f8;
    }
    
    .container {
        max-width: 1024px;
    }
    
    #container {
        background-color: #f5f6f8;
        overflow: hidden;
    }
    
    .navbar-inverse {
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: rgba(0,0,0,0);
}
    .navbar-brand {
    border-bottom: 1px solid #d2d2d2;
    }
    
.navbar {
    height: 60px;
    min-height: 60px;
    width: 1024px;
}
    
    .navbar-header {
    background-color: rgba(0,0,0,0);
    }
} 

  
body {
    background-color: #f5f6f8;
    padding-bottom: 0px;
}

.bodygradient {
    background: -moz-linear-gradient(top, rgba(220,222,228,0.5) 0%, rgba(244,247,250,0.5) 50%, rgba(220,222,228,0.5) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,222,228,0.5)), color-stop(50%,rgba(244,247,250,0.5)), color-stop(100%,rgba(220,222,228,0.5))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, rgba(220,222,228,0.5) 0%,rgba(244,247,250,0.5) 50%,rgba(220,222,228,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(220,222,228,0.5) 0%,rgba(244,247,250,0.5) 50%,rgba(220,222,228,0.5) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, rgba(220,222,228,0.5) 0%,rgba(244,247,250,0.5) 50%,rgba(220,222,228,0.5) 100%); /* IE10 preview */
    background: linear-gradient(to bottom, rgba(220,222,228,0.5) 0%,rgba(244,247,250,0.5) 50%,rgba(220,222,228,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80dcdee4', endColorstr='#80dcdee4',GradientType=0 ); /* IE6-9 */

}

@font-face {
    font-family: danielFont;
    src: url(../fonts/daniel.ttf);
}

@font-face {
    font-family: danielBdFont;
    src: url(../fonts/danielbd.ttf);
    font-weight: 400;
}

@font-face {
    font-family: danielBkFont;
    src: url(../fonts/danielbk.ttf);
    font-weight: 600;
}

.nopadding {
    padding: 0 0 0 0;
}

.nomargin {
    margin: 0 0 0 0;
}

.navbar .navbar-header {
    height: 60px;
    min-height: 60px;
    width: 100%;
}

.navbar {
    background-color: #f5f6f8;
    background-image: none;
}

.pushheader {
    margin-top: 10px;
}


.navbar {
    height: 60px;
    min-height: 60px;
    width: 100%;
}

.navbar-header {
    margin-left: auto;
    margin-right: auto;
}

.navbar-brand {
    float: none;
    height: 60px;
}

#logo {
    width: 130px;
}

.navbar-inverse {
    background-color: rgba(0,0,0,0);
    background-image: none;
    /*border-bottom: 1px solid #d2d2d2;*/
}

#bio {
    width: 360px;
    height: 40px;
    margin-bottom: 50px;
}

#biotitle {
    font-size: 20pt;
    padding-bottom: 5px;
}

p.biopgh {
    font-size: 12pt;
    line-height: 18pt;
}

#modaltext {
    margin-left: 40px;
    float: right;
}

#bioimg {
    float: left;
}

#biolink {
    position: relative;
    float: right;
    width: 120px;
    height: 50px;
    padding: 0px;
    margin-top: -53px;
    margin-right: 18px;
    cursor: pointer;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.0); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #ffffff;
    margin: 8.5% auto; /* 15% from the top and centered */
    border: none;
    border-radius: 0px;
    /* width: 80%; Could be more or less, depending on screen size */
    width: 840px;
    height: 556px;
    box-shadow: 0 0px 17px rgba(0,0,0,0.15);
}

#modal-content {
    padding: 85px 65px 50px 75px;
}

#email {
    padding-top: 72px;
}

#web {
    padding-top: 12px;
}

#l-in {
    padding-top: 12px;
}

a.contact:link, a.contact:visited {
    color: #b2b2b2;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 400;
    padding-left: 12px;
}

a.contact:hover {
    color: #cfdb4e;
    text-decoration: none;
    padding-left: 12px;
}

/* The Close Button */
.close {
    color: #aaa;
    font-family: sans-serif;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 18px;
    margin-top: 17px;
    opacity: 1;
    width: 15px;
    height: 15px;
    background: url('../img/bio/X.png');
    background-repeat: no-repeat;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: url('../img/bio/X-hover.png');
    background-repeat: no-repeat;
    
}

#back {
    position: relative;
    float: left;
    width: 160px;
    margin-top: -41px;
    margin-left: 12px;
}

.navtext {
    font-family: 'Yantramanav', sans-serif;
    font-size: 13.5pt;
    font-weight: 500;
    color: #818285;
    line-height: 1.5;
}

.floatimgright {
    float: right;
    margin-right: 10px;
}

.floatimgleft {
    float: left;
    margin-left: 10px;
}

.container {
    /*margin-left: 30px;
    margin-right: 30px;*/
}

.container-border {
    border-left: 1px #d2d2d2 solid;
    border-right: 1px #d2d2d2 solid;
}

.colborder-rectdeco {
    border-right: 1px #d2d2d2 solid;
}

.border-L {
    border-left: 1px #d2d2d2 solid;
}

.border-R {
    border-right: 1px #d2d2d2 solid;
}

.border-T {
    border-top: 1px #d2d2d2 solid;
}


.border-B {
    border-bottom: 1px #d2d2d2 solid;
}

.rectdeco {
    height: 25px;
}

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 42pt;
    font-weight: 700;
    color: #f5762c;
    margin-top: 0px;
    margin-bottom: 0;
}

h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20pt;
    font-weight: 700;
    color: #f5762c;
    margin: 0;
    
}

.h3-border-blue {
    border-top: 5px #0093c6 solid;
    margin-top: 19px;
    margin-bottom: 24px;
    margin-left: -30px;
}

.h3-border-green {
    border-top: 5px #cfdb4e solid;
    margin-top: 19px;
    margin-bottom: 24px;
    margin-left: -30px;
}

.h3-border-magenta {
    border-top: 5px #c00833 solid;
    margin-top: 19px;
    margin-bottom: 24px;
    margin-left: -30px;
}

.h3-border-magenta-R {
    border-top: 5px #c00833 solid;
    margin-top: 19px;
    margin-bottom: 24px;
    margin-left: -15px;
}

.width-294 {
    width: 294px;
}

.width-225 {
    width: 225px;
}

h4 {
    font-family: danielBkFont;
    font-size: 17pt;
    font-weight: 700;
}

.h4-margin{
    margin: 35px 0 25px 0;
}

h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28pt;
    font-weight: 700;
    color: #f5762c;
    margin: 0;
    margin-bottom: 8px;
    width: 400px;
}

h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16pt;
    font-weight: 700;
    color: #f5762c;
    margin: 0;
    margin-bottom: 24px;
}

b {
    color: #c00833;
    font-weight: 500;
}

p {
    font-family: 'Yantramanav', sans-serif;
    font-size: 13.5pt;
    font-weight: 300;
    color: #444444;
    line-height: 22pt;
}

.nextstep {
    font-family: 'Yantramanav', sans-serif;
    font-weight: 300;
    font-size: 16pt;
    line-height: 1.4;
}

.italicsourcesans {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 10pt;
    font-weight: 600;
    font-style: italic;
    color: #bac4cf;
}

.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn{
    background-color: #0094c7;
    background-image: none;
    border: none;

}

.btn-default {
    background-color: #0094c7;
    background-image: none;
    border: none;
    margin-top: 0px;
    width: 140px;
    height: 45px;
    line-height: 1.9;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 1.5pt;
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow: none;
    font-size: 13.5pt;
    font-weight: 600;
    color: #ffffff;
    -webkit-transition: background-color 30ms ease-out 30ms;
    -moz-transition: background-color 30ms ease-out 30ms;
    -o-transition: background-color 30ms ease-out 30ms;
    transition: background-color 30ms ease-out 30ms;
}

.btn-default:hover {
    background-color: #00b4eb;
    color: #ffffff;
    
    -webkit-transition: background-color 30ms ease-out 30ms;
    -moz-transition: background-color 30ms ease-out 30ms;
    -o-transition: background-color 30ms ease-out 30ms;
    transition: background-color 30ms ease-out 30ms;
}

.blue {
    color: #1895c8;
}

.green {
    color: #cfdb4e;
}

.magenta {
    color: #c00833;
}

.orange {
    color: #f5762c;
}



/* INTRO */

.subhead {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 14pt;
    font-weight: 400;
    color: #333333;
    margin: 0;
}

.intro {
    overflow: hidden;
    padding: auto 0 0 0;
    padding-bottom: 35px;
    border-left: 1px #d2d2d2 solid;
    border-right: 1px #d2d2d2 solid;
    z-index: 1;
    height: 152px;
}

.introline {
    position: relative;
    margin-top: 10px;
    border-top: 1px #d2d2d2 solid;
    height: 1px;
    z-index: -1000; 
    width: 316px;
}

.introline-dotted {
    position: relative;
    left: 575px;
    margin-top: 2px;
    /*border-top: 1px #f5762c dotted;*/
    height: 1px;
    z-index: -1000; 
    width: 165px;
    
    /*Horizontal Dotted Lines*/
    background-image: linear-gradient(to right, #f5762c 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
}

.introdeco-2016 {
    position: relative;
    left: 931px;
    margin-top: 3px;
    /*border-top: 1px #f5762c dotted;*/
    z-index: -1000; 
}

p.deco-2016 {
    color: #bac4cf;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 8pt;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0px;
}

.sketch-babiarz {
    margin-top: -165px;
    margin-left: -210px;
}

p.deco-babiarz {
    color: #bac4cf;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 8pt;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0px;
    width: 100%;
}

.limediv-loc-time {
    width: 97px;
    height: 5px;
    position: relative;
    margin-top: -40px;
}

.limediv-loc-time-2 {
    width: 97px;
    right: 0px;
    height: 5px;
    position: absolute;
    margin-top: -110px;
}

.magentadiv-loc-time {
    width: 129px;
    height: 5px;
    position: absolute;
    margin-top: -45px;
    margin-left: 42px;
}

/*decorations*/

.sketchline-dotted {
    position: relative;
    right: 959px;
    margin-top: -280px;
    /*border-top: 1px #f5762c dotted;*/
    height: 175px;
    z-index: 1000;
    width: 1;
    
    /*vertical Dotted Lines*/
    background-image: linear-gradient(#f5762c 33%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 5px;
    background-repeat: repeat-y;
}

.deco-dotline {
    /*border-top: 1px #f5762c dotted;*/
    z-index: 1000;
    width: 1;
    border-left:1px dotted red;
}

.deco-dot-line {
    /*border-top: 1px #f5762c dotted;*/
    z-index: 1000;
    width: 1;
    
    /*vertical Dotted Lines*/
    background-image: linear-gradient(#f5762c 33%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 5px;
    background-repeat: repeat-y;
}

.finalline-dotted {
    position: relative;
    right: 35px;
    margin-top: -75px;
    /*border-top: 1px #f5762c dotted;*/
    height: 175px;
    z-index: 1000;
    width: 1;
    
    /*vertical Dotted Lines*/
    background-image: linear-gradient(#f5762c 33%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 5px;
    background-repeat: repeat-y;
}

.bottom-dotted {
    position: relative;
    margin-top: 0px;
    margin-left: -43px;
    /*border-top: 1px #f5762c dotted;*/
    height: 1px;
    z-index: 1000; 
    width: 138px;
    
    /*Horizontal Dotted Lines*/
    background-image: linear-gradient(to right, #f5762c 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
}

.deco-triangle {
    
}

.deco-dotgrid {
    
}

.deco-redsquiggle {
    
}

.deco-bluesquiggle {
    
}

.limediv {
    background-color: #c4d316;
}

.magentadiv {
    background-color: #c00833;
}

.bluediv {
    background-color: #1895c8;
}

.orangediv {
    background-color: #f5762c;
}


.h-line {
    border-top: 1px #d2d2d2 solid;
    height: 1px;
    z-index: 1000;
}

.h-line-none {
    border-top: none;
    height: 1px;
    z-index: 100;
    padding: 0px;
}

.h-linebuffer {
    margin-top: 25px;
}

.v-line-left {
    border-left: 1px #d2d2d2 solid;
}

.v-line-right {
    border-left: 1px #d2d2d2 solid;
}

.centerarrow {
    margin-top: -23px;
}

.arrow1 {
    position: relative;
    left: 200px;
}

.arrow2 {
    position: relative;
    left: 650px;
}

.rotate-left {
    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-right {
    /* Safari */
    -webkit-transform: rotate(90deg);

    /* Firefox */
    -moz-transform: rotate(90deg);

    /* IE */
    -ms-transform: rotate(90deg);

    /* Opera */
    -o-transform: rotate(90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.footer p {
    font-family: "Arial";
    font-size: 20px;
    text-align: center;
}


.gallerylink {
    padding-top: 28px;
    min-height: 62px;
    height: 115px;

}

p.gallery {
    color: #818285;
    font-size: 12pt;
    font-weight: 500;
    font-family: 'Yantramanav', sans-serif;
    margin-bottom: 5px;
}

a:hover {
    text-decoration: none;
}

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

footer {
    /*position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /*height: 166px;
    background-color: #f5f5f5;*/
}

.col1 {
    /*background-color: pink;*/
    border-right: 1px #d2d2d2 solid;
    height: 412px;
}

.col2 {
    /*background-color: navajowhite;*/
    border-right: 1px #d2d2d2 solid;
    height: 412px;
}

.col3 {
    /*background-color: lemonchiffon;*/
    border-right: 1px #d2d2d2 solid;
    height: 412px;
}

.col4 {
    /*background-color: lightgreen;*/
    height: 412px;
}

/* -- SKETCH PAGE -- */
#reg {
    font-family: danielFont;
    font-size: 15pt;
}

#bold {
    font-family: danielBdFont;
    font-size: 15pt;
}

#black {
    font-family: danielBkFont;
    font-size: 15pt;
}

#sketch-header {
    height: 612px;
}

.sketchtitle {
    background-image: url("../img/sketch-page/SketchHeader-Refined.png");
    background-repeat: no-repeat;
    background-position: center;
}

.prototitle {
    background-image: url("../img/refined-page/refined-cover_refined.png");
    background-repeat: no-repeat;
    background-position: center;
}

.finaltitle {
    background-image: url("../img/final-page/final-header_refined-M.png");
    background-repeat: no-repeat;
    background-position: center;
}

.sketchsubhead {
    padding-top: 400px;
}

#subhead {
    font-size: 22pt;
    font-family: danielBkFont;
}

#sketch-research {
    margin: 0;
    padding-bottom: 15px;
    /*width: 491px;*/
}

.projgoal {
    font-family: 'Yantramanav', sans-serif;
    font-weight: 500;
    font-size: 18pt;
    line-height: 1.3;
}

.goaltext {
    background-image: url("../img/GOAL.png");
    background-repeat: no-repeat;
    background-position: center;
}

.revisedgoaltext {
    background-image: url("../img/RevisedGoal.png");
    background-repeat: no-repeat;
    background-position: center;
}

.projectgoal {
   margin-top: 175px;
}

.revisedprojectgoal {
    margin-top: 245px;
}

.ideation-pad {
    padding-top: 60px;
}

.iterationcol-H {
    padding-top: 53px;
}

.iteration {
    height: 140px;
}

.iter-margin{
    margin: 50px 0 12px 0;
}

.magentadiv-loc-iter {
    margin-top: 150px;
    width: 294px;
    height: 5px;
    margin-bottom: 50px;
}

#sketch-enviro-img {
    margin-top: 103px;
}

p.large-header {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 85pt;
    line-height: 41px;
}

#branchhead-margin {
    margin-top: 80px;
    margin-left: -5px;
/*    margin-left: 151px;*/
    padding-bottom: 30px;
}

.designdirectionpgh {
    margin-top: 40px;
    margin-bottom: 175px;
}

#comp-research {
    margin: 0;
    padding-bottom: 80px;
    /*width: 491px;*/
}

.nextstepbtn {
    width: 200px;
    margin-top: 72px;
    margin-bottom: 75px;
}

/* Prototype */

.allprototypesimg {
    background-image: url("../img/prototype-page/All-Prototypes.png");
    background-repeat: no-repeat;
    background-position: center;
}

#strategy-header {
    height: auto;
    margin-top: 50px;
    margin-bottom: 185px;
}

#takeaway-header {
    height: auto;
    margin-top: 50px;
    margin-bottom: 225px;
}

.proto-height {
    height: 700px;
}

.proto-reset-padding {
    padding-right: 0px;
    padding-left: 15px;
}

.number {
    margin: 40px auto 40px auto;
}

.feedback-number {
    margin: -8px auto 30px auto;
}

.proto-02 {
    margin-left: 15px;
}

.h4-bullets {
    font-family: danielBkFont;
    font-size: 14pt;
    font-weight: 700;
}

#bullet02 {
    margin-top: 30px;
    margin-bottom: 50px;
}

.bullet-02 {
    margin-top: 30px;
    margin-bottom: 30px;
}

#bullet03 {
    margin-top: 60px;
    margin-left: 110px;
}

#bullet04 {
    margin-top: -20px;
    margin-bottom: 70px;
}

#bullet05 {
    margin-top: 22px;
    margin-bottom: 70px;
    margin-left: 15px;
}

.redarrow {
    padding-right: 30px;
    margin-left: -25px;
}

.bullets {
    width: 325px;
    float: right;
    margin-top: -20px;
}

.bullets1 {
    width: 308px;
    float: right;
    margin-top: -20px;
}

.bullets2 {
    width: 275px;
    float: right;
    margin-top: -17px;
}

.bullets3 {
    width: 200px;
    float: right;
    margin-top: -24px;
}

.feedback-pad {
    padding-top: 172px;
}

.feedback {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.magentadiv-loc-feed {
    margin-top: 42px;
    width: 294px;
    height: 5px;
    margin-bottom: 70px;
}


/*MODEL PAGE*/
#feedback-2 {
   margin-left: 15px; 
}

.magentadiv-loc-proto7 {
    margin-top: 42px;
    margin-left: 203px;
    width: 294px;
    height: 5px;
    margin-bottom: 140px;
}

/*FINAL */

#final-header {
    height: auto;
    margin-top: 53px;
    margin-bottom: 185px;
}

.magentadiv-loc-rlthing {
    margin-top: 22px;
    margin-left: 203px;
    width: 294px;
    height: 5px;
    margin-bottom: 92px;
}

#winner-header {
    height: auto;
    margin-top: 45px;
    margin-bottom: 155px;
}


/* ----------MAX PAGES----------- */
/* SKETCH */

.smalllist {
    
}

.goal-list-num {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 38pt;
    line-height: 41px;
}

.goal-list-text {
    font-family: 'Yantramanav', sans-serif;
    font-weight: 400;
    font-size: 18pt;
}

.sketch-list {
    padding-bottom: 20px;
    padding-left: 50px;
}

#focus-research {
    margin: 0;
    padding-bottom: 15px;
    /*width: 491px;*/
}

#explore-research {
    margin: 0;
    padding-bottom: 15px;
/*    height: 300px;*/
    /*width: 491px;*/
}

.pros {
    height: 108px;
}

.expo-hood {
    background-image: url('../img/sketch-page/exploration_01.png');
}

.expo-fan {
    background-image: url('../img/sketch-page/exploration_03.png');
}

.expo-div {
    background-image: url('../img/sketch-page/exploration_03.png');
}

.expo-chair {
    background-image: url('../img/sketch-page/exploration_04.png');
}

.expo-cone {
    background-image: url('../img/sketch-page/exploration_05.png');
}

#backtimeline-header {
    height: auto;
    margin-bottom: 125px;
}

#deskheader {
    height: 423px;
}