body {
    background-color: #111111;
    overflow-y: scroll; overflow-x:hidden;
}

.title {
    padding-top: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
    transform: translate(-50%, -50%)
}
#padding-left {
    padding: 10px;
}
.title_img {
    width: 30%;
}
.col-xs-5 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5 {
        width: 20%;
        float: left;
    }
}
ul {
    list-style-type: none;
}
li {
    float: left;
}
h1, h2, h4, h5, h6  {
    font-family: 'roboto', sans-serif; 
    padding: 0px;
    margin: 0px;
    color: #444;
}
h3 {
    font-size: 26px;
    color: #adadad
}
p {
    
    font-family: 'Open Sans', sans-serif;
    color: 444;
   
}
a {
    color: #444;
    list-style-type: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #e45a00;
}
/*SCROLL BACK UP */
.back-to-top {
background: none;
margin: 0;
position: fixed;
bottom: 0;
right: 0;
width: 55px;
height: 55px;
z-index: 100;
display: none;
text-decoration: none;
color: #d3d3d3;
text-align: center;

}
.back-to-top-img {
    font-size: 35px;
}
.back-to-top>i {
 
}
/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */


@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */
.front-page-h1-font {
    font-size: 48px;
}
.port-nav-container {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    width: 100%;
}
.menu-top-container-gregg {
    padding: 0px;
    margin: 0px; 
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  color: white;
  width: 100%;
  float: left;
    font-weight: 700;
    letter-spacing: 1px;  
}
.menu-top-container-gregg a {
    color: white;
}
.menu-top-container {
    padding: 0px;
    margin: 0px; 
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  color: #0d0d0d;
  width: 100%;
  float: left;
    font-size: 16px; 
    font-weight: 700;
    letter-spacing: 1px;
    
}
.menu-top {
    padding: 0px 12px;
}
.port-logo-img {
    width: 60px;
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background: none;
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
    right: 0;
  top: 0;
    margin: 0 auto;
    max-width: 991px;
    
    
   

}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  line-height: 55px;
    width: 10%;
}



/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  background: none;
  padding: 1.5em 1.5em;
  color: #0d0d0d;
  width: 100%;
  float: left;
    font-size: 16px; 
    font-weight: 700;
    letter-spacing: 1px;
}

.nav-collapse a:active,
.nav-collapse .active a {
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #0d0d0d; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}

#port-nav > ul {
    float: right;
}
#port-logo {
    color: white;
}
#port-nav-background {

    background-color: white;
}
.portrait-study {
    padding: ;
}
.cd-intro-background {
    background-color: white;
    padding: 150px 15px ;
}
.port-intro-text {
    font-size: 112px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.background-image {
background-image: url(../img/Disintegration-Frontimage-2.jpg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: top;
    margin-top: -75px;
}
.background-image-wot {
background-image: url(../img/WOT_frontcover.jpg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    margin-top: -75px;
}
.background-image-citidel {
background-image: url(../img/citidel_banner.jpg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: top;
    margin-top: -75px;
}
.background-height {
    width: 100%;
    height: 700px;
  
}
.background-image-midtown {
background-image: url(../img/metropolis_banner.jpg);
    background-size: cover;
    background-position: top;
    margin-top: -75px;
}

.background-image-ruins {
background-image: url(../img/ruin_banner.jpg);
    background-size: cover;
    background-position: top;
    margin-top: -75px;
}
.background-image-luna {
background-image: url(../img/luna_banner.jpg);
    background-size: cover;
    background-position: top;
    margin-top: -75px;
}
.background-image-departure {
background-image: url(../img/departure_banner.jpg);
    background-size: cover;
    background-position: bottom;
    margin-top: -75px;
}
.background-image-ship {
background-image: url(../img/ship_banner.jpg);
    background-size: cover;
    background-position: top;
    margin-top: -75px;
}
.background-image-tower {
background-image: url(../img/towers_banner.jpg);
    background-size: cover;
    background-position: top;
    margin-top: -75px;
}
.background-image-frozen {
background-image: url(../img/frozen_banner.jpg);
    background-size: cover;
    background-position: top;
    margin-top: -75px;
}
.background-image-moon {
background-image: url(../img/moonbase_banner.jpg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    margin-top: -75px;
}
.background-image-cerulean {
background-image: url(../img/cerulean_banner.jpg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: top;
    margin-top: -75px;
}
.background-image-discovery {
background-image: url(../img/discover_banner.jpg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: bottom;
    margin-top: -75px;
}
.background-image-anslem {
background-image: url(../img/anslem_banner.jpg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: top;
    margin-top: -75px;
}
.background-image-euron {
background-image: url(../img/euron_banner.jpg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: top;
    margin-top: -75px;
}
        .background-image-abort {
background-image: url(../img/abort_banner.jpg);
    width: 100%;
    height: 700px;
    background-size: cover;
     background-position: bottom;        
    margin-top: -75px;
}

.background-image-illustration {
background-image: url(../img/composition_1.jpg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    margin-top: -75px;
}
.background-image-illustration {
background-image: url(../img/composition_3.jpg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    margin-top: -75px;
}
.background-image-water {
background-image: url(../img/water_castle_banner_2.jpg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    margin-top: -75px;
}
.background-image-repair {
background-image: url(../img/repair_banner.jpg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: top;
    margin-top: -75px;
}


.banner-img {
    width: 100%;
}
#project-info-background {
    background-color: #111111;
    padding-bottom: 120px;
    
}
#project-info-background-playcare {
    background-color: #ff8f56;
    padding-bottom: 120px;
    
}
.project-info-background-bina {
    background-color: #4ea5bb;
    padding-bottom: 120px;
    
}

#project-info-background-destiny {
    background-color: #29303c;
    padding-bottom: 120px;   
}
.project-info-background-space {
    background-color: #061f2b;
    padding-bottom: 120px;   
}

#project-info-background-pixel {
    background-color: #606570;
    padding-bottom: 120px;   
}
.project-info-background-illustration {
    background-color: #5c646f;
    padding-bottom: 120px;   
}

.project-info-container {
    width: 100%;
    padding-top: 150px;
    margin: 0px;
}

.project-header {
    font-size: 60px;
    font-weight: 700;
    color: white;
}
.project-para {
    font-size: 18px;
    color: white;
    padding-top: 50px;
    line-height: 1.8;
   font-weight: 600;
}
.project-header-dark {
    font-size: 60px;
    font-weight: 700;
    color: white;
}
.project-para-dark {
    font-size: 18px;
    color: white;
    padding-top: 50px;
    line-height: 1.8;
   font-weight: 600;
}
.thick-keyline {
    background-color: white;
    height: 5px;
    width: 99px;
    margin: 40px 0px;
    display: none;
}
.specs-container {
position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}
.proj-specs-header {
    color: white;
    font-weight: 700; 
    font-size: 16px;
}
.proj-specs-para {
    color: white;
    font-weight: 200;
    padding-top: 2px;
    padding-bottom: 12px;
    font-size: 13px;
}
.proj-specs-para-2 {
    color: white;
    font-weight: 200;
    padding-top: 2px;
    padding-bottom: 0px;
    font-size: 11.5px;
}
.proj-specs-top {
    padding-top: 30px;
}
.proj-specs-header-2 {
    color: #444;
    font-weight: 700; 
    font-size: 16px;
    padding-bottom: 15px;
    display: none;
}
.proj-specs-header-2-dark {
    color: white;
    font-weight: 700; 
    font-size: 11px;
    padding-bottom: 15px;
    display:none;
}
.proj-specs-header-dark {
    color: white;
    font-weight: 700; 
    font-size: 15px;
}
.proj-specs-para-dark {
    color: white;
    font-weight: 200;
    padding-top: 2px;
    padding-bottom: 12px;
    font-size: 11.5px;
}
.proj-specs-para-2-dark {
    color: white;
    font-weight: 200;
    padding-top: 2px;
    padding-bottom: 0px;
    font-size: 11.5px;
}
.proj-specs-top-dark {
    padding-top: 30px;
}
.spec-thin {
    font-weight: 200;
    padding-top: 12px;
    
}
#section-1-background {
    background-color: white;
    
}
.section-1-background {
background-color: white;
}

.section-1-container {
    padding-top: 54px;
    padding-left: 0px;
    padding-right: 0px;
}
.section-1-container-2 {
    padding-top: 36px;
    padding-bottom: 66px;
    padding-left: 0px;
    padding-right: 0px;
}
.section-header {
    
}
.section-header>h3 {
    font-weight: 600;
    
}
.section-header-2>h3 {
    font-weight: 600;
    
}
.section-para {
    font-size: 14px;
    line-height: 1.8;
}
.section-para>ul>li {
    list-style-type: disc;
    line-height: 1.8;
}
.wireframe-background {
    border-top: 1px solid #686868;
}
.border-top {
    border-top: 1px solid #686868;
}
.wireframe-gif {
    margin: auto;
    text-align: center;
}
.wireframe-gif-playcare {
    margin: auto;
    text-align: center;
}
.wireframe-gif-img {
    width: 60%;
   
}
.playcare-wireframe-gif-img {
    width: 60%;
   
}
.bina-wireframe-gif-img {
    width: 80%;
    padding-top: 30px;
}
.gregg-wireframe-gif-img {
    width: 91.5%;
}

.full-width-container {
    text-align: center;
}
.full-width-container-2 {
    text-align: left;
}
.image-left {
    text-align: right;
}
.gregg-image-left {
    text-align: right;
    padding-left: 0px;
    margin: 0px;
}
.text-right {
    text-align: left;
    padding-top: 33px;
}
.bina-text-right {
    text-align: left;
    padding-top: 0px;
}


.gregg-text-right {
    text-align: left;
}
.gregg-text-right>h2 {
    padding-bottom: 9px;
    font-size: 16px;
    font-weight: 700;
}
.gregg-text-right>p {
  
}
.gregg-text-right-2 {
    padding-top: 27px;
}
.text-right>h2 {
    padding-bottom: 9px;
    font-size: 16px;
    font-weight: 700;
}
.text-right>p {
    padding-bottom: 50px;
}
#para-space-bottom {
    padding-bottom: 0px;
}
.bina-text-right>h2 {
    padding-bottom: 9px;
    font-size: 16px;
    font-weight: 700;
}
.bina-text-right>p {
    padding-bottom: 50px;
}
.user-flow-img {
    width: 100%;
}
.bina-user-flow-img {
    width: 100%;
    padding-top: 60px;
}
.gregg-user-flow-img {
    width: 90%;
}

.gregg-logo-compare-img {
    width: 90%;
    float: right;
}


.bina-persona-img {
    width: 80%;
}
.gregg-persona-img {
    width: 80%;
}
.dropdown-gif-img {
    width: 220px;
    position: relative;
    
}
.space-gif-img {
    width: 100%;
    position: relative;
    
}
.gregg-dropdown-gif-img {
    width: 280px;
    position: relative;
    
}
.visual-design-img {
    width: 70%;
}
.bina-visual-design-img {
    width: 90%;
}
.space-bottom {
    padding-bottom: 66px;
}
.space-bottom-2 {
    padding-bottom: 0px;
}
.space-bottom-3 {
    padding-bottom: 100px;
}
.bragbook-background-container {
    text-align: center;
}
.app-mockup-container {

}

.bragbook-background-img {
    width: 100%;
}
.gregg-sitemap-img {
    width: 90%;
}
.mockup-one {
    padding: 0;
}
.mockup-one-img {
    width: 100%;
}

.poster-one {
    background-color: #465981;
    padding: 20px 0px
}
.poster-two {
    background-color: #da2722;
    padding: 20px 0px
}
.poster-three {
    background-color: #c3c1c1;
    padding: 20px 0px
}

.poster-four {
    background-color: #f89537;
    padding: 20px 0px
}
.poster-five {
    background-color: #cc5748;
    padding: 20px 0px;
}
.poster-img {
    width: 40%;
}
.bragbook-mockup-container {
    background-color: #111111;
}
.playcare-mockup-container {
    padding: 66px 0px;
    background-color: #f2ebdb;
}
.bina-mockup-container {
     padding: 21px 0px;
    background-color: #4ea5bb;
}
.bina-mockup-container-2 {
     padding: 60px 0px;
    background-color: #f2f0d7;
}
.destiny-mockup-container {
    
    background-color: #29303c;
}
.pixel-mockup-container {
    background-color: #171717;
}

.para-top {
    padding-top: 30px;
     padding-bottom: 9px;
}
.para-top-2 {
 
     padding-bottom: 9px;
}
.vimeo {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.vimeo_2 {
    overflow:hidden;
    padding-bottom:55.7%;
    position:relative;
    height:0;
}


.vimeo iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.vimeo-2 {
    overflow:hidden;
    padding-bottom:44.25%;
    position:relative;
    height:0;
}
.vimeo-2 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
    .section-2-container {
    padding-left: 0px;
    padding-right: 0px;
    
}
.gregg-button-container {
    text-align: center;
}
.gregg-button-container>a {
    color: white;
}
.gregg-button {
    background-color: #60aa30;
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: .5px;
    
}
.gregg-button:hover {
    background-color: #2a3139;
}
.pixel-button-container {
    text-align: center;
}
.pixel-button-container>a {
    color: white;
    
}
.pixel-button {
    background-color: #d12229;
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: .5px;
    
}
.pixel-button:hover {
    background-color: black;
}
.prev-next  {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 30px
}
.space-top {
    padding-top: 70px;
}
.space-top-2 {
    padding-top: 0px;
}
/*FRONT PAGE */
#section-1-background-front {
    padding: 0px 0px;
    background-color: white;
}
.frontpage-background {
    padding-right: 0px;
    padding-left: 0px;
}
.disintegration-orange {
    color: #e45a00
}
.disintegration-white {
    color: #f0f0f0f0
}
#disintegration-header {
    background-color: #111111;
    
}
#illustration-header {
    background-color: #171717;
    
}
.overlay {
    position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #e45a00;
background-clip: content-box; /*THIS CLIP IS WAT MAKES IT WORK!!!*/
    padding: 0px 0px;
}
.overlay-illustration {
    position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .2s ease;
  background-color: black;
background-clip: content-box; /*THIS CLIP IS WAT MAKES IT WORK!!!*/
    padding: 0px 0px;
}
#overlay-gregg {
    background-color: #29303c;
}
#overlay-bina {
    background-color: #f0eed5;
}
#overlay-poster {
    background-color: #5c646f;
}
#overlay-pixel {
    background-color: #606570;
}
#overlay-playcare {
    background-color: #FF8F56;
}
#overlay-space {
    background-color: #07202b;
}
.illustration-background:hover .overlay-illustration {
   opacity: .5;
}
.frontpage-background:hover .overlay {
   opacity: 1;
}

.frontpage-img {
    width: 100%;
    height: auto;
    display: block;
}
.frontpage-img-half {
     width: 90%;
    height: auto;
    display: block;
}
.frontpage-text {
  color: white;
 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
    opacity: 1;
}
.frontpage-text>h1 {
    color: white;
     font-size: 36px;
     letter-spacing: 1px;
}
.frontpage-text>p {
    padding-top: 12px;
    font-size: 21px;
}
.playcare-visual-para {
    padding: 33px 0px;
    padding-right: 10%;
}
#bina-h1-frontpage {
    color: #444;
}
#bina-p-frontpage {
    color: #444;
}
.playcare-visual-design {
    
}
.full-width-container>.playcare-type {
     text-align: left;
}
.playcare-type {
    padding-bottom: 9px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid black;
}
    .background-image-space {
background-image: url(../img/space-banner.jpg);
    width: 100%;
    height: 700px;
    background-size: cover;
    margin-top: -75px;
}

/*FRONT PAGE END */

 /* Make the image fully responsive */
  .carousel-inner img {
      width: 100%;
      height: 100%;
  }
.about-header {
    font-size: 75px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.about-space {
    padding-top: 100px;
    padding-bottom: 100px
}
.about-para {
    padding-top: 20px;
}
.about-info {
    line-height: 2;
    font-size: 20px;
}
.about-chat {
    font-size: 16px;
    font-weight: 700
}
.about-resume {
    color: #7b7b7b;
}
.about-email-link {
    color: #e5323f;
    font-weight: 400;
}
.bill-img {
    width: 100%;
}
.pixelpoly-italic {
    
}

.border-bottom {
    border-bottom: 1px solid black;
}
/*LARGE DESKTOP*/
@media all and (max-width: 2000px) 
{
    .background-image-destiny {
background-image: url(../img/Destiny.jpeg);
    width: 100%;
    height: 900px;
    background-size: cover;
    margin-top: -75px;
}
}
/*DESKTOP*/
@media all and (max-width: 1475px) 
{
    .background-image-destiny {
background-image: url(../img/Destiny.jpeg);
    width: 100%;
    height: 700px;
    background-size: cover;
    margin-top: -75px;
}

}
/*TABLET LANDSCAPE*/
@media all and (max-width: 991px) 
{
#section-1-background-front {
    padding: 0px 15px;
    background-color: white;
}
    .background-image {
background-image: url(../img/Disintegration-Frontimage-2.jpg);     
   
}
          .frontpage-text>h1 {
    color: white;
     font-size: 21px;
     letter-spacing: 1px;
}
.frontpage-text>p {
    padding-top: 11px;
    font-size: 14px;
}  
    
    
    .bragbook-mockup-container {
    background-color: #111111;
}
    .background-image-destiny {
background-image: url(../img/Destiny-tablet.jpg);     
   
}
    .project-header {
    font-size: 59px;
    font-weight: 800;
    color: white;
}
.project-para {
    font-size: 19px;
    color: #f0f0f0f0;
    padding-top: 39px;
    line-height: 1.8;
    font-family
}
    .proj-specs-header {
    color: white;
    font-weight: 700; 
    font-size: 15px;
}
.proj-specs-para {
    color: white;
    font-weight: 200;
    padding-top: 3px;
    padding-bottom: 10px;
    font-size: 11.5px;
}
    .proj-specs-header-dark {
    color: white;
    font-weight: 700; 
    font-size: 15px;
}
    .proj-specs-para-dark {
    color: white;
    font-weight: 200;
    padding-top: 3px;
    padding-bottom: 10px;
    font-size: 11.5px;
}
    .vimeo {

        width: 100%;
}
}
/*TABLET PORTRAIT*/
@media all and (max-width: 767px) 
{
    .bina-wireframe-gif-img {
    width: 100%;
    padding-top: 30px;
}
     .background-tablet {

    height: 400px;

}
            .frontpage-text>h1 {
    color: white;
     font-size: 21x;
     letter-spacing: 1px;
}
.frontpage-text>p {
    padding-top: 11px;
    font-size: 14px;
}
    .playcare-wireframe-gif-img {
        width: 100%;}
   
    .playcare-persona {
        padding-bottom: 66px;
    }
    .frontpage-background-destiny {
        margin-bottom: 30px;
    }  
    .frontpage-background-2 {
        padding-bottom: 30px;
    }
    .cd-intro-background {
    background-color: white;
    padding: 150px 15px 75px 15px ;
}
    .port-intro-text {
    font-size: 86px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
    .nav-collapse a {
    font-size: 14px; 
}
    .port-logo-img {
    width: 50px;
}
    .specs-container {
        display: none;
    }
    .proj-specs-header-2 {
    color: white;
    font-weight: 700; 
    font-size: 16px;
    padding-bottom: 15px;
    display: block;
}
    .section-1-container {
    padding-top: 54px;
    padding-left: 0px;
    padding-right: 0px;
    
}

    .section-header {
        padding-bottom: 15px;
    }
    .section-header-2 {
        padding-bottom: 27px;
    }
    .wireframe-gif-img {
    width: 100%;
   
}
    .project-info-container {
        padding-left: 0px;
        padding-right: 0px;
}
    .specs-hidden {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 60px;
    }
    .image-left {
    text-align: center;
     padding-bottom: 33px;
    
}
   .back-to-top-img {
    font-size: 30px;
}
    .back-to-top {
        height: 40px;
        width: 40px;
    }
    .proj-specs-header-2-dark {
    color: white;
    font-weight: 700; 
    font-size: 12px;
    padding-bottom: 15px;
    display: block;
}
 .pull-up {
    margin-top: -50px;
}
    .gregg-user-flow-img {
    padding-bottom: 66px;
}
    .gregg-wireframe-gif-img {
    width: 100%;
}
.gregg-sitemap-img {
    width: 100%;
}
    .gregg-logo-compare-img {
    width: 80%;
    float: none;
}
}
/*MOBILE*/
@media all and (max-width: 480px) 
{
    
    #space-top-vimeo {
        padding-top:  10px;
    }

.background-image {
    background-image: url(../img/Disintegration-Frontimage-2.jpg);
}
            .frontpage-text>h1 {
    color: white;
     font-size: px;
     letter-spacing: 1px;
}
.frontpage-text>p {
    padding-top: 12px;
    font-size: 14px;
}

    .background-image-destiny {
background-image: url(../img/Destiny-tablet.jpg);
        background-position: left;
   
}
    .specs-container {
        display: none;
    }
     .menu-top-container {
        font-size: 14px;
    }
    .menu-top {
        padding: 0px 10px;
    }
}


.thin-container {
    max-width: 1200px;
    margin: auto;
}
#thin-container_3 {
    max-width: 700px;
    margin: auto;
}

.thin-container2 {
    max-width: ;
    margin: auto;
}