@import url('https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700');
@import url('//brick.a.ssl.fastly.net/Montserrat:100,200,300,400,500');
html,
body {
    height: 100%;
    /*overflow-x: hidden;*/
}
.site {
    min-height: 100%;
}
body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    color: #171717;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
body a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#mobilinks {
  display: none;
  /*visibility: hidden;*/
  z-index: -1000;
    display: none;
    margin: auto;
    text-align: center;
    background: #171717;
    padding: 0 50px;
    padding-top: 85px;
    position: fixed;
    display: inline;
    /*opacity: 0.95;*/

    right: 0;
    top: 0;
    text-transform: uppercase;
    font-size: 1.1em;
    float: right;
    font-weight: 400;
    letter-spacing: 0.05em;
    /*z-index: 9999;*/
    height: 100vh;
    -webkit-box-shadow: 0 9px 16px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 9px 16px 1px rgba(0, 0, 0, 0.5);
}
#mobilinks a {
    text-decoration: none;
    color: #fefefe;
    padding: 0 5px 0 5px;
}
#mobilinks a:hover {
    text-decoration: none;
    color: #fff;
}
#mobilinks ul {
    list-style-type: none;
    margin: 0;
    padding: 0 15px;
}
#mobilinks li {
    padding: 10px;
}
.above {
    height: 75vh !important;
}
.offscreen {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
.rightnav {
    float: right;
    transform: translateY(150%);
    padding-right: 30px;
}
#mobinav {
  display: none;
    -webkit-font-smoothing: antialiased;
    position: relative;
    float: right;
    margin: 10px 15px 0 15px;
    font-size: 1.5em;

        font-size: 2em;
        padding-top: 10px;
        /*z-index: 9999;*/

    font-weight: 300;
    cursor: pointer;
    color: #fefefe;
}
#hide {
    -webkit-font-smoothing: antialiased;
    position: absolute;
    padding-top: 10px;
    right: 0;
    top: 0;
    margin: 10px 15px 0 15px;
    font-size: 1em;
    font-weight: 300;
    cursor: pointer;
    color: #fefefe;
    z-index: 9999;
}
#headercontainer {
    width: auto;
    margin: auto;
}
header {
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    color: #fefefe;
    clear: both;
    height: auto;
    z-index: 101;
}
.logolink {
    color: #fefefe;
    text-decoration: none;
}
#logo {
    font-family: 'Lato';
    -webkit-font-smoothing: antialiased;
    position: relative;
    border: 2px solid #fefefe;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    margin: 15px 15px 0 15px;
    font-size: 1.5em;
    font-weight: 300;
    text-transform: uppercase;
}
nav,
#footnav {
    margin: 0 auto;
    /*background: #171717;*/
    /*padding: 5px;*/

    display: inline-flex;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 200;
    letter-spacing: 0.05em;
    z-index: 100;
}
nav a,
#footnav a {
    text-decoration: none;
    color: #fefefe;
    padding: 0 10px 0 10px;
}
nav a:hover,
footnav a:hover {
    text-decoration: none;
    color: #a5afb8;
}
#darken {
    /*background-color: black;*/

    height: 100%;
    width: 100%;
    content: "";
    /*opacity: 0.5;*/

    position: absolute;
    display: block;
}
#hero {
    background: url("images/dallas2.jpg");
    background-color: #000;
    background-size: cover;
    background-position: 80%;
    /*background-attachment: fixed;*/

    position: relative;
    /*height: 40vh;*/

    min-height: 70px;
    /*z-index: -1;*/
}
.collapse {
    height: 0;
    overflow: hidden;
}
.link a {
    text-decoration: none;
    color: #fefefe;
}
p {
    padding: 0 15px 0 15px;
    line-height: 1.5;
    font-size: 1.15em;
    font-weight: 300;
}
.more p:last-child {
    margin-bottom: 0;
    padding-bottom: 20px;
}
main {
    margin: 0 auto;
    position: relative;
}
main img {
    width: 100%;
}
#introcontainer {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -150%);
}
#intro {
    position: relative;
    font-size: 1.5em;
    text-align: center;
    color: #fefefe;
    font-weight: 100;
    cursor: default;
}
#jobs {
    max-width: 250px;
    float: right;
    margin: 5px 0 0 20px;
    opacity: 0.8;
}
#bottomphoto {
    display: none;
}
.centerpage {
    margin: auto;
    max-width: 1200px;
}
.center {
    text-align: center;
}
h1 {
    text-align: center;
}
.below {
    margin: 0 auto;
    box-sizing: border-box;
    line-height: 1.5;
    color: #1c1c1c;
}
.below h2 {
    font-weight: 300;
}
.below p {
    margin-top: 0;
}
.bodycode {
    font-size: .8em;
}
.article {
    margin-top: 30px;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    min-height: 425px;
    padding-bottom: 60px;
}
/*.article:first-child {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 90px;
}*/

.article:last-child {
    border-bottom: 0;
}
.content {
    width: auto;
    padding-left: 15px;
    overflow: hidden;
    line-height: 1.5;
    /*margin-top: -20px;*/
}
.content:first-child {
    margin-top: 0;
}
.content h2 {
    margin-top: -8px;
}
.content a {
    color: #171717;
    text-decoration: none;
}
.content a:hover {
    text-decoration: underline;
}
.margins {
    /*padding: 0 5px 0 5px;*/
    /*width: 90%;*/

    border-left: 15px solid #f0f3f4;
    border-right: 15px solid #f0f3f4;
    box-sizing: border-box;
    min-width: 20px;
}
a[name] {
    padding-top: 15px
}
.image {
    float: left;
    width: 450px;
    overflow: hidden;
    display: block;
    border: 2px solid #f5f5f5;
    cursor: pointer;
}
#workblock {
    margin-top: 40px;
}
.pic {
    width: 100%;
    /*min-height: 400px;*/
}
.rspace {
    padding-right: .5em;
}
.left {
    float: left;
}
.right {
    float: right;
}
.viewlive {
  display: inline-block;
  margin-top: 10px !important;
  padding: 8px 13px;
    text-transform: uppercase;
    font-size: small;
    font-weight: 400;
    border: 2px solid #e2e7e9;
    background-color: #f0f3f4;
}
.viewlive:hover {
  background-color: #e2e7e9;
}
.morelink {
    clear: both;
    background-color: #e2e7e9;
    text-transform: uppercase;
    font-size: small;
    font-weight: 400;
    display: inline-block;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}
.closemore {
    clear: both;
    text-transform: uppercase;
    font-size: small;
    font-weight: 400;
    display: inline-block;
    padding: 0 10px 10px 15px;
    margin-bottom: 0;
    width: 100%;
    background: #f0f3f4;
    box-sizing: border-box;
}
.pointer {
    cursor: pointer;
}
/*.morelink:hover {
  background-color: #a2b4bd;
      color: white;
    }*/

.more {
    background-color: #f0f3f4;
    padding: 20px 20px 0 20px;
    margin-bottom: 0;
    margin-top: -6px;
    /*width: 100%;*/
}
/*.more p {
  margin-bottom: 0;
}*/

#thumbs {
    /*width: 90vw;
    max-width: 1200px;*/

    margin: 0 auto;
    text-align: center;
}
#thumbs a {
    text-decoration: none;
}
.h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.7em;
    margin: 50px 0;
}
#page-wrap {
    width: 660px;
    background: white;
    padding: 0 50px 20px 50px;
    margin: 0px auto;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}
#contact-area {
    width: 600px;
    margin-top: 25px;
}
#contact-area input,
#contact-area textarea {
    padding: 5px;
    width: 471px;
    font-family: Helvetica, sans-serif;
    font-size: 1.4em;
    margin: 0px 0px 10px 0px;
    border: 2px solid #ccc;
}
#contact-area textarea {
    height: 90px;
}
#contact-area textarea:focus,
#contact-area input:focus {
    border: 2px solid #900;
}
#contact-area input.submit-button {
    width: 100px;
    float: right;
    font-size: 1em;
}
label {
    float: left;
    text-align: right;
    margin-right: 15px;
    width: 100px;
    padding-top: 5px;
}
.thumb {
    /*width: 30vw;*/

    display: inline-block;
    font-size: 1em;
    margin: 10px 25px 10px 0;
    max-width: 360px;
    vertical-align: top;
}
.thumb img {
    width: 100%;
    border: 8px solid #dadcd9;
    min-width: 250px;
}
.thumb img:hover {
    border-color: #a5afb8;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
footer {
    margin-top: 50px;
    padding: 20px 20px;
    background: #171717;
    color: #fefefe;
}
.footernav {
    font-size: small !important;
}
.footernav a:hover {
    color: #dadcd9;
}
.table {
    display: table;
    margin: auto;
}
table {
    display: table
}
tr {
    display: table-row
}
td,
th {
    display: table-cell
}
#icons {
    padding-top: 15px;
    width: 100%;
}
#icons ul li {
    display: inline-flex;
    flex-direction: row;
}
.nopad {
    padding: 0 !important;
}
.icons img {
    max-height: 25px;
    opacity: 0.5;
    padding-right: 10px;
}
.icons a {
    text-decoration: none;
}
.bw {
    filter: grayscale(1);
}
.built {
    font-size: .6em;
    opacity: 0.5;
    text-align: left;
    text-transform: uppercase;
    font-weight: 200;
}
#copy {
    opacity: 0.8;
    font-size: small;
    text-transform: uppercase;
    color: #fefefe;
    padding: 20px 10px;
}
.footerlink a {
    text-decoration: none;
    color: #fefefe;
    ;
}
.footerlink a:hover {
    color: #a5afb8;
}
#social {
    margin-top: -12px;
    margin-bottom: 5px;
    float: right;
    font-size: 2em;
    color: #ccc;
}
#social a {
    text-decoration: none;
    color: inherit;
    padding: 0 10px 0 0;
}
#social a:hover {
    color: #a5afb8;
}
.condense {
    letter-spacing: -2px;
}
.expand {
    letter-spacing: 2px;
}
.introtext {
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8em;
    letter-spacing: 0.02em;
    font-weight: 200;
}
#sent {
    margin: 0;
    padding: 0;
    border: none;
}
/*@media screen and (max-width: 1010px) {
  .thumb img {
      width: 400px;
  }
}*/
/* FORM!  */

#feedback-page {
    text-align: center;
}
#form-main {
    width: 100%;
    padding-top: 0px;
    box-sizing: border-box;
}
#form-div {
    background-color: #dadcd9;
    padding: 5px 5px 65px 5px;
    width: 600px;
    left: 50%;
    position: relative;
    margin-left: -315px;
}
.feedback-input {
    color: #3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 13px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid rgba(0, 0, 0, 0);
}
.feedback-input:focus {
    background: #fff;
    box-shadow: 0;
    border: 3px solid #69859b;
    color: #69859b;
    outline: none;
    padding: 13px;
}
.focused {
    color: #30aed6;
    border: #30aed6 solid 3px;
}
textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize: vertical;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
    background-color: white;
}
#submit-button {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    float: right;
    width: 25%;
    border: #fbfbfb solid 2px;
    cursor: pointer;
    background-color: #69859b;
    color: white;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -5px;
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: 200;
}
@media only screen and (max-width: 580px) {
    #form-div {
        left: 3%;
        margin-right: 3%;
        width: 88%;
        margin-left: 0;
        padding-left: 3%;
        padding-right: 3%;
    }
    #submit-button {
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        float: right;
        width: 40%;
        border: #fbfbfb solid 2px;
        cursor: pointer;
        background-color: #69859b;
        color: white;
        font-size: 1em;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: -4px;
        margin-right: 15px;
        margin-bottom: 5px;
        font-weight: 400;
        -webkit-appearance: none;
        border-radius: 0;
    }
}
@media screen and (max-width: 780px) {
    .below {
        margin: 15px;
    }
    .image {
        display: inline-block;
        float: none;
        width: 100%;
        /*max-height: 375px;*/
    }
    .content {
        /*display: inline-block;*/

        float: none;
        overflow: auto;
        padding-left: 0;
        margin-top: 20px;
    }
    .content p {
        padding: 0;
    }
    .below {
        padding: 0;
    }
    .margins {
        border-left: 0 solid #f0f3f4;
        border-right: 0 solid #f0f3f4;
    }
}
@media screen and (max-width: 680px) {
    /** {
      -webkit-transition: none;
           -moz-transition: none;
                 -o-transition: none;
                       transition: none;
  }*/

    .cap {
        font-size: .8em;
    }
    #subhead {
        font-size: 1em;
    }
    .introtext {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 575px) {
    /*header {
        text-align: center;
    }*/
}
@media screen and (max-width: 568px) {
    .introtext {
        font-size: 1.2em;
    }
    #mobilinks {
        display: none;
    }
    #subhead {
        font-size: 0.8em;
    }
    #intro {
        font-weight: 300;
    }
    #about h1 {
        font-size: 1.5em;
    }
    .thumb {
        margin: 5px;
        width: inherit;
    }
    .thumb img {
        width: 100%;
        max-width: 260px;
    }
}
@media screen and (max-width: 495px) {
    #jobs {
        width: 40vw;
    }
    /*#icons {
    display: none;
  }*/

    #mobilinks, #mobinav {
      visibility: visible;
        display: block;
        z-index: 1000;
    }
    nav {
        display: none;
    }
}
@media screen and (max-width: 455px) {
    .image {
        max-height: 200px;
    }
    .article {
        min-height: 0 !important;
        height: auto !important;
    }
    #mobinav {
      visibility: visible;

        display: block;
    }
    nav {
        display: none;
    }
    /*nav {
    clear: both;
  }*/

    nav a {
        display: inline-block;
        padding: 10px;
    }
    nav {
        font-size: 0.8em;
        padding: 0;
    }
    .introtext {
        font-size: 0.8em;
        /*white-space: normal;*/
    }
    #subhead {
        display: none;
    }
    #hero {
        background-attachment: scroll;
        background-size: cover;
        height: 50vh !important;
        position: relative;
    }
    #mobinav {
      visibility: visible;

        display: block;
    }
    #about h1 {
        font-size: 1.2em;
    }
    .copy {
        float: left;
        margin: 0;
        z-index: -1;
    }
    .social {
        padding-top: 15px;
        z-index: 1;
    }
}
@media screen and (max-width: 375px) {
    #logo {
        float: left;
    }
    #jobs {
        display: none;
    }
    #bottomphoto {
        display: block;
        width: 90vw;
    }

    .image {
        max-height: 200px;
    }
    /*#hero {
  max-height: 50px;
}*/

    #introcontainer {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -70%);
    }
    .introtext,
    #logo {
        font-weight: 300;
    }
}
@media screen and (max-height: 350px) {
    #subhead {
        display: none;
    }
    #hero {
        background-position: 80%;
    }
    #jobs {
        display: inline;
        width: 30vw;
    }
}
