html {
  height: 100%;
  overflow-y: scroll; }

body {
  min-height: 100%;
  /*or maybe 170em*/
  margin: 0;
  overflow: hidden;
  font-family: 'PT Sans Narrow', sans-serif; }

header {
  width: 100%;
  background: #1e1e1e; }

.page-title {
  font-size: 6em;
  color: #33ffff;
  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

#headernav {
  position: relative;
  height: 7em;
  width: 100%;
  bottom: 0;
  margin: 0 auto;
  text-align: center; }

#header-logo {
  position: absolute;
  left: 2em;
  top: 0.4em;
  z-index: 11; }

#headerlinks-container {
  width: 600px;
  position: absolute;
  bottom: 1.3em;
  right: 0; }

.headerlink {
  width: 20%;
  color: black;
  margin-left: 1em;
  display: inline; }

.headerlink-a {
  text-decoration: none;
  color: white;
  font-size: 1.2em;
  padding: 0.1em 1em; }

.headerlink-a:hover {
  color: #00ccff; }

section {
  position: relative;
  width: 100%;
  background-color: white;
  min-height: 500px;
  margin: 0 auto;
  overflow-y: hidden; }

.section-type1, .section-header {
  min-height: 600px;
  width: 100%;
  background: url(../img/background2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0; }

.section-type1 {
  background: url(../img/background1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0; }

.section-header {
  min-height: 300px;
  clear: both; }

.section-header-container {
  min-height: 300px;
  background: rgba(51, 102, 255, 0.4);
  width: 100%; }

.section-type1-h1 {
  font-size: 5em;
  margin: 0 auto;
  color: white;
  text-align: center; }

.section-header-h1 {
  font-size: 4em;
  margin: 0 auto;
  color: white;
  text-align: center; }

.section-type1-h2 {
  width: 85%;
  font-size: 1.2em;
  margin: 0 auto;
  color: white;
  text-align: center; }

.white-background {
  height: auto;
  background: white;
  padding: 1em 0; }

.thin-silver-border {
  border: solid 0.05em gainsboro; }

h1 {
  color: rgba(0, 204, 255, 0.8);
  text-align: center;
  font-size: 3em; }

h2 {
  color: #323232;
  font-size: 1.4em;
  padding: 0 1em; }

p {
  color: #505050;
  font-size: 1.4em;
  padding: 0 1em; }

.sectiondivider {
  height: 1px;
  width: 100%;
  background: gainsboro; }

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

.text-centered-big {
  text-align: center;
  font-size: 1.6em;
  width: 80%;
  margin: 0 auto 2em auto;
  color: #646464; }

footer {
  position: relative; }

#footer-bottom {
  min-height: 5em;
  width: 100%;
  bottom: 0;
  text-align: center;
  background: #1e1e1e; }

#footer-logo {
  margin: 2em auto; }

.mapsection {
  width: 100%;
  padding: 0; }

#map_canvas {
  width: 100%;
  height: 500px; }

.big-square-link {
  border: solid thin #cccccc;
  display: inline-block;
  width: 45%;
  overflow: hidden;
  margin: 2em 0 0 4%;
  -webkit-box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.25);
  /*-webkit-box-shadow: $inset $h-shadow $v-shadow $blur $spread $color;*/
  -moz-box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.25); }

.texcontainer-left, .texcontainer-right {
  width: 30%;
  display: inline-block;
  float: left; }

.texcontainer-right {
  float: none; }

.floatleft-imgage {
  float: left;
  width: 65%; }

.floatright-image {
  width: 65%; }

.clearboth {
  clear: both; }

.appstore-div {
  margin: 0 1em;
  text-align: center;
  clear: both; }

a {
  text-decoration: none; }

.phone-mockup {
  float: left;
  width: 50%; }

.loadmore {
  font-size: 2em;
  width: 60%;
  margin: 1em auto;
  text-align: center;
  color: #999999;
  height: 1.5em;
  line-height: 1.5em;
  border: solid thin #c8c8c8;
  background: whitesmoke;
  cursor: pointer; }

.loadmore:hover {
  background: #ebebeb; }

#copyright {
  color: white; }

.webpage-mockup {
  margin: 2% 0 2em 2%;
  -webkit-box-shadow: -4px 4px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -4px 4px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -4px 4px 5px 0px rgba(0, 0, 0, 0.75); }

#headerlinks-container {
  visibility: visible; }

#headerlinks-container-mobile {
  visibility: hidden;
  width: 200px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 10;
  background-color: #5e5e5e; }
  #headerlinks-container-mobile .headerlink {
    width: 100%;
    height: 4em;
    line-height: 4em;
    color: black;
    margin: 0;
    display: block;
    text-align: center;
    border: solid thin grey; }
  #headerlinks-container-mobile .headerlink:hover {
    cursor: pointer; }

#menu-button {
  visibility: hidden;
  position: absolute;
  width: 50px;
  height: 50px;
  background: url("../img/menubutton.png") no-repeat scroll 0 0 transparent;
  border: none;
  top: 25px;
  right: 5px; }

#menu-button:hover {
  cursor: pointer; }

.projects .section-header-h1 {
  padding: 100px 0; }
.projects .appname {
  font-size: larger;
  font-weight: bold; }
.projects .appicon {
  margin: 1em; }
.projects #section-header-capitalone {
  background: rgba(153, 215, 238, 0.8); }
.projects #section-header-underarmour {
  background: rgba(38, 51, 219, 0.8); }
.projects #section-header-geico {
  background: rgba(32, 73, 142, 0.8); }
.projects #section-header-pushups {
  background: rgba(32, 222, 228, 0.8); }
.projects #section-header-pullups {
  background: rgba(66, 219, 32, 0.8); }
.projects #section-header-situps {
  background: rgba(252, 91, 21, 0.8); }
.projects #section-header-squats {
  background: rgba(251, 15, 29, 0.8); }
.projects #section-header-flagcamera {
  background: rgba(109, 123, 251, 0.8); }
.projects #section-header-guidelines {
  background: rgba(143, 0, 14, 0.8); }
.projects #section-header-drugs {
  background: rgba(76, 167, 140, 0.8); }
.projects #section-header-glossary {
  background: rgba(4, 131, 178, 0.8); }
.projects #section-header-verizoncloud {
  background: rgba(251, 15, 29, 0.8); }
.projects #section-header-pixaroundme {
  background: rgba(0, 102, 255, 0.8); }
.projects #section-header-ffcamera {
  background: rgba(66, 219, 32, 0.8); }

.services h2 {
  color: #30b3d6; }

.privacy-policy li {
  font-size: larger; }
.privacy-policy h2 {
  font-weight: bold; }

.clients {
  /* unvisited link */
  /* visited link */
  /* mouse over link */
  /* selected link */ }
  .clients .client-box {
    margin: 1em;
    padding: 1em;
    min-height: 200px;
    overflow: hidden;
    border: solid thin #cccccc; }
  .clients .client-box:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.25);
    /*-webkit-box-shadow: $inset $h-shadow $v-shadow $blur $spread $color;*/
    -moz-box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.25); }
  .clients .client-icon {
    width: 600px;
    height: 400px;
    float: none;
    display: block;
    margin: 0 auto; }
  .clients .client-name {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center; }
  .clients a {
    color: #30b3d6; }
  .clients a:visited {
    color: #30b3d6; }
  .clients a:hover {
    color: #30b3d6; }
  .clients a:active {
    color: #30b3d6; }

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .big-square-link {
    width: 85%;
    margin: 2em auto;
    display: block; }

  #headerlinks-container {
    bottom: 0.3em; }

  .floatleft-imgage, .floatright-image {
    width: 96%;
    margin: 0 2%; }

  .texcontainer-left, .texcontainer-right {
    width: 96%;
    padding: 0 2%;
    text-align: center; }

  #email {
    font-size: 2.5em; }

  #headerlinks-container {
    visibility: hidden; }

  #menu-button {
    visibility: visible; } }

/*# sourceMappingURL=styles.css.map */
