* {
  margin: 0;
  padding: 0;
  transition: all 300ms; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

body {
  font-size: 16px;
  font-family: Helvetica, Verdana, sans-serif;
  background: #fff;
  color: #fff;
  background-color: #f7f7f7; }

h1 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 150px;
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 3em;
  position: relative;
  z-index: 5;
  color: #ddb527; }

.white {
  color: #fff; }

h2 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  position: relative;
  z-index: 5;
  color: #758087; }

h3 {
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 1.5em;
  color: #ddb527;
  max-width: 900px;
  margin: 50px auto; }

p.body-copy {
  color: #000;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  z-index: 3;
  line-height: 2;
  text-align: left; }

p.body-copy-2 {
  color: #fff;
  margin: 0 auto;
  max-width: 900px; }

p.bio-copy {
  color: #f7f7f7;
  margin: 0 auto;
  max-width: 900px; }

p.dev-copy {
  color: #fff;
  margin: 0px auto;
  max-width: 900px;
  margin-bottom: 50px; }

.hero {
  width: 100vw;
  height: 100vh;
  background-image: url(../img/Vadala-assets/hero.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

.hero-logo {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 100px; }

.grad-fill {
  background: #fff;
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0; }

.grad-fade {
  height: 500px;
  width: 100%;
  position: absolute;
  top: 100px;
  background: linear-gradient(to bottom, white 30%, rgba(255, 255, 255, 0) 100%); }

.button {
  position: relative;
  margin: 20px auto 0px auto;
  text-align: center;
  left: 0;
  right: 0;
  width: 300px;
  color: #fff;
  padding: 15px 50px;
  border-radius: 50px;
  background-color: #ddb527;
  text-transform: uppercase;
  border: 2px solid #ddb527; }
  .button:hover {
    border: 2px solid #ddb527;
    background-color: #f7f7f7;
    color: #758087; }

.navtext {
  position: absolute;
  top: 32px;
  left: 100px;
  color: #ddb527;
  display: block;
  z-index: 2000;
  text-transform: uppercase;
  font-size: .8em; }

.navtext2 {
  position: absolute;
  top: 32px;
  right: 100px;
  color: #ddb527;
  display: block;
  z-index: 2000;
  text-transform: uppercase;
  font-size: .8em; }

.nav-bar {
  width: 100%;
  height: 80px;
  background-color: #fff;
  color: #fff;
  position: absolute;
  text-align: center;
  box-shadow: 0px 15px 50px -35px #000; }
  .nav-bar:hover {
    box-shadow: 0px 15px 60px -35px #000; }
  .nav-bar .nav-logo {
    width: 50px;
    height: auto;
    margin: 20px auto;
    left: 0px;
    right: 0px; }
    .nav-bar .nav-logo:hover {
      transform: scale(1.05); }
  .nav-bar p {
    position: absolute;
    right: 50px;
    margin-top: -40px;
    color: #101010; }
  .nav-bar a {
    text-decoration: none;
    color: #101010;
    text-transform: uppercase;
    padding: 0px 10px; }
    .nav-bar a:hover {
      color: #ddb527; }
    .nav-bar a:active {
      color: #ddb527; }
  .nav-bar .nav-button {
    padding: 10px 20px;
    border: 2px solid #ddb527;
    border-radius: 50px;
    text-transform: uppercase; }
    .nav-bar .nav-button:hover {
      background-color: #ddb527;
      color: #fff; }

.nav-fixed {
  position: fixed;
  top: 0;
  z-index: 100; }

.overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 2001;
  left: 0;
  top: 0;
  background: #ddb527;
  overflow-x: hidden; }
  .overlay:hover {
    box-shadow: 0px 15px 60px -40px #000; }
  .overlay .nav-logo {
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0; }
  .overlay p.nav-links {
    position: absolute;
    font-size: 1.5em;
    text-align: right;
    right: 100px; }
  .overlay a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 10px 10px 10px;
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(16, 16, 16, 0.2);
    max-width: 300px; }
    .overlay a:hover {
      color: #101010; }
    .overlay a:active {
      color: #101010; }
  .overlay .closebtn {
    color: #fff;
    position: absolute;
    top: 25px;
    right: 5%;
    margin-left: -100px;
    font-size: 3em;
    margin-top: 0px;
    border-bottom: 0px solid rgba(16, 16, 16, 0.2); }

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  text-transform: uppercase; }

.nav {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5%;
  font-size: 2em;
  color: #ddb527;
  transform: rotate(180deg);
  display: block;
  z-index: 2000; }
  .nav:hover .bar2 {
    transform: rotate(90deg); }
  .nav:hover .bar1 {
    transform: translateY(8px); }
  .nav:hover .bar3 {
    transform: translateY(-8px); }

.bar {
  width: 25px;
  height: 3px;
  border-radius: 50px;
  background: #ddb527;
  margin-bottom: 5px;
  margin: 5 auto; }

.contact {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 50px;
  color: #ddb527;
  display: block;
  z-index: 2000; }
  .contact:hover {
    transform: scale(1.2); }

.main-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }

.footer-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: left; }

.about {
  width: 100%;
  background-color: #f7f7f7;
  padding: 250px 100px 150px 100px;
  margin-top: 50px;
  overflow-x: hidden; }

.portfolio {
  width: 100%;
  background-color: #f7f7f7;
  padding: 250px 100px 150px 100px;
  overflow-x: hidden; }

.contact-info {
  position: relative;
  height: 100vh;
  background-color: #f7f7f7;
  padding: 200px 100px 150px 100px;
  overflow-x: hidden; }

.clients {
  position: relative;
  background-color: #f7f7f7;
  padding: 200px 100px 150px 100px;
  overflow-x: hidden; }

.align-right {
  width: 50%;
  float: right; }

.thesign {
  height: 200px;
  width: auto;
  margin: 0 auto; }

.featured {
  width: 100%;
  background-color: #fff;
  padding: 150px 100px 275px 100px;
  overflow-x: hidden;
  position: relative; }

.services {
  width: 100%;
  background-color: #ddb527;
  padding: 150px 100px 275px 100px;
  overflow-x: hidden;
  position: relative; }

.box {
  position: relative;
  height: 400px;
  width: 280px;
  margin: 20px 5px;
  display: inline-block;
  color: #101010;
  background-color: #fff;
  overflow: hidden;
  border-radius: 25px; }
  .box:hover {
    transform: scale(1.03);
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.5); }
  .box:hover .box-img-cont {
    transform: scale(1.02); }

.box-img-cont {
  width: 100%;
  height: 345px;
  background: black;
  overflow: hidden; }

.drone {
  height: 100px; }

.box-img {
  width: 100%;
  height: auto; }

.box-copy {
  padding: 20px;
  height: 151px;
  text-align: left; }

.more {
  width: 100%;
  background-color: #101010;
  text-align: center;
  color: #fff;
  height: 60px;
  padding: 15px;
  text-transform: uppercase; }

.carousel {
  height: 400px; }

.carousel-control.left, .carousel-control.right {
  background-image: none; }

.carousel-control img {
  margin-top: 175px; }

.carousel-inner p {
  text-align: center;
  max-width: 800px;
  margin: 10px auto; }

.carousel-inner a {
  color: #fff;
  text-decoration: none;
  font-family: "Helvetica", sans-serif; }

.keyline {
  width: 100%;
  height: 2px;
  background-color: #758087;
  opacity: .2;
  margin: -25px auto 25px auto; }

.keyline-alt {
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: .2;
  margin: -25px auto 25px auto; }

.footer {
  padding: 50px 100px;
  background: #101010; }

.footer-section {
  width: 100%;
  text-align: left;
  margin-bottom: 60px;
  opacity: .9; }
  .footer-section a {
    color: #758087; }
    .footer-section a:hover {
      color: #ddb527; }

.social-section {
  width: 25%;
  float: right;
  margin-bottom: 30px; }

.social-icon {
  display: inline-block;
  width: 30px;
  margin: 10px;
  height: auto; }
  .social-icon:hover {
    transform: scale(1.2); }

.ref {
  text-align: left;
  font-size: .8em;
  opacity: .5;
  float: left;
  color: #758087; }
  .ref:hover {
    color: #ddb527;
    opacity: 1; }

.ref-2 {
  text-align: right;
  float: right;
  font-size: .8em;
  opacity: .5;
  color: #758087; }
  .ref-2:hover {
    color: #ddb527;
    opacity: 1; }

.main-page {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  top: 75px;
  box-shadow: 0px 0px 50px -5px rgba(0, 0, 0, 0.5); }

.head-logo {
  width: 275px;
  height: auto;
  position: fixed;
  left: 5%;
  margin: 0 auto;
  z-index: 10;
  top: 30px;
  transform: translateX(2px); }
  .head-logo:hover {
    transform: scale(1.05) translateX(2px); }

.nav-band {
  background-color: #fff;
  width: 100%;
  height: 60px;
  top: 35px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  text-align: center; }

.nav-band-fill {
  background-color: #fff;
  width: 30%;
  height: 80px;
  top: 15px;
  position: fixed;
  border-radius: 100px;
  left: -50px;
  z-index: 8;
  margin: auto;
  text-align: center;
  box-shadow: 0px 0px 40px -5px rgba(0, 0, 0, 0.2); }

.nav-band-shadow {
  background-color: #ddb527;
  width: 100%;
  height: 65px;
  top: 30px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 7;
  margin: auto;
  text-align: center;
  box-shadow: 0px 5px 40px -5px rgba(0, 0, 0, 0.2); }

.nav-band-contact {
  background-color: #fff;
  width: 100%;
  height: 80px;
  top: 0px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 6;
  margin: auto;
  text-align: center;
  padding: 5px;
  opacity: .95; }
  .nav-band-contact a {
    color: #758087;
    opacity: .75; }
    .nav-band-contact a:hover {
      color: #ddb527; }
  .nav-band-contact p {
    position: fixed;
    text-align: right;
    right: 5%;
    font-size: .9em; }

.navigation-button {
  color: #fff !important;
  padding: 7.5px 20px;
  border-radius: 50px;
  background-color: #ddb527;
  border: 2px solid #ddb527; }
  .navigation-button:hover {
    border: 2px solid #ddb527;
    background-color: #ddb527;
    color: #758087; }

.bubble {
  width: 600px;
  position: relative;
  height: 50px;
  border-radius: 50px;
  margin: -100px auto;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 15px 50px;
  animation: expand 1.5s linear forwards; }
  .bubble p {
    color: #758087;
    opacity: .75;
    font-style: italic;
    font-weight: lighter;
    animation: fadein 2s linear forwards; }

.gradient-overlay {
  width: 100%;
  position: relative;
  height: 100px;
  margin: -100px auto;
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, #f7f7f7 80%); }

.about-logos {
  text-align: center;
  height: 60px;
  width: auto;
  margin-top: 100px; }

.laptop-divide {
  padding: 150px 100px;
  background-color: #f7f7f7;
  width: 100%;
  position: relative; }

.laptop {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -300px;
  height: 300px;
  width: auto; }

.mvector {
  transform: translateX(-20px);
  height: 225px;
  width: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: -300px auto;
  opacity: .10; }

.right-cont {
  right: 5%;
  position: fixed;
  transform: translateX(20px); }

.navigation {
  color: #758087;
  font-size: 1.15em;
  position: relative;
  margin: 17.5px auto; }
  .navigation a {
    color: #758087;
    opacity: .75;
    transition: all 300ms; }
    .navigation a:hover {
      opacity: 1;
      color: #ddb527; }

.break {
  margin-left: 10px;
  margin-right: 10px; }

.footer-logo {
  height: 50px;
  width: auto;
  position: relative;
  margin-bottom: 60px;
  transform: translateX(-67px); }
  .footer-logo:hover {
    transform: scale(1.1) translateX(-55px); }

.contact-logo {
  width: 275px;
  height: auto;
  position: absolute;
  left: 0px;
  z-index: 10;
  transform: translateX(-68px); }
  .contact-logo:hover {
    transform: scale(1.05) translateX(-68px); }

p.contact-copy {
  color: #758087;
  top: 150px;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  z-index: 3;
  line-height: 2;
  text-align: left; }

.go-back {
  color: #758087;
  top: -150px;
  margin: 0 auto;
  line-height: 2;
  text-align: left;
  position: absolute;
  opacity: .75;
  z-index: 10;
  transform: translateX(-10px); }
  .go-back:hover {
    color: #ddb527;
    opacity: 1;
    transform: scale(1.05) translateX(-10px); }

p.contact-scroll {
  color: #758087;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  opacity: .5;
  z-index: 3;
  line-height: 2;
  text-align: left;
  margin-top: 500px;
  font-style: italic; }

.secondary-nav {
  width: 80%;
  position: fixed;
  height: 100px;
  left: 0;
  right: 0;
  margin: -30px auto 0px auto;
  background-color: #fff;
  border-radius: 50px;
  padding: 50px 100px 0px 100px;
  text-align: center;
  z-index: 6;
  box-shadow: 0px 5px 40px -5px rgba(0, 0, 0, 0.2); }

.secondary-navigation {
  color: #758087;
  font-size: 1.15em;
  position: relative;
  margin: 15px auto; }
  .secondary-navigation a {
    color: #758087;
    opacity: .75;
    transition: all 300ms; }
    .secondary-navigation a:hover {
      opacity: 1;
      color: #ddb527; }

.h1-shift {
  margin-top: 150px; }

.port-cont {
  width: 100%;
  position: relative;
  margin: 0px auto 50px auto;
  text-align: center; }
  .port-cont .port-img {
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    margin: 0px 20px 50px 20px; }
  .port-cont img {
    width: 300px;
    height: auto;
    border: 10px solid #fff;
    box-shadow: 0px 5px 40px -5px rgba(0, 0, 0, 0.2); }
  .port-cont iframe {
    width: 400px;
    height: 300px;
    border: 10px solid #fff;
    box-shadow: 0px 5px 40px -5px rgba(0, 0, 0, 0.2); }

.matterport {
  width: 100vw;
  height: 80vh; }

.audio-block {
  width: 300px;
  display: inline-block; }

.audio-img {
  background-image: url(../img/radio.jpg);
  background-position: center center;
  width: 100%;
  height: 200px; }

audio::-internal-media-controls-download-button {
  display: none; }

audio::-webkit-media-controls-enclosure {
  overflow: hidden; }

audio::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */ }

.client-icon-row {
  width: 100%;
  position: relative;
  margin: 0px auto 50px auto;
  text-align: center; }
  .client-icon-row .client-icon {
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    margin: 0px 20px 50px 20px; }
    .client-icon-row .client-icon img {
      height: auto;
      width: 200px;
      margin: 0px 20px 50px 25px; }

.icon-row {
  width: 100%;
  position: relative;
  margin: 0px auto 50px auto;
  text-align: center; }
  .icon-row .icon-icon {
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    margin: 0px 20px 50px 20px; }
    .icon-row .icon-icon img {
      height: 120px;
      width: auto;
      margin: 0px 20px 50px 25px; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadein {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadein {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes expand {
  0% {
    opacity: 0;
    width: 0px;
    border-radius: 0px; }
  10% {
    opacity: 1; }
  100% {
    width: 600px; } }

@-moz-keyframes expand {
  0% {
    opacity: 0;
    width: 0px;
    border-radius: 0px; }
  10% {
    opacity: 1; }
  100% {
    width: 600px; } }

@-ms-keyframes expand {
  0% {
    opacity: 0;
    width: 0px;
    border-radius: 0px; }
  10% {
    opacity: 1; }
  100% {
    width: 600px; } }

@keyframes expand {
  0% {
    opacity: 0;
    width: 0px;
    border-radius: 0px; }
  10% {
    opacity: 1; }
  100% {
    width: 600px; } }

.typeform-cont {
  width: 50%;
  height: 100vh;
  position: fixed; }

.linda-cont {
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: right; }

a {
  color: #ddb527; }

.michael-cont {
  position: absolute;
  right: 0px;
  bottom: 0px; }

.contact-bars {
  display: inline-block;
  margin: 0 auto; }

.vert-key {
  background-color: #f7f7f7;
  width: 2px;
  height: 400px;
  margin: 0px 50px;
  transform: translateY(100px); }

h1.contact-name {
  font-size: 2em; }

.linda h1 {
  color: #ddb527;
  text-align: right; }

.linda p {
  text-align: right;
  color: #ddb527; }

.michael h1 {
  color: #ddb527;
  text-align: left; }

.michael p {
  color: #ddb527;
  text-align: left; }

.listing-box {
  width: 100%;
  margin: 40px 0px; }

.listing-picture {
  height: 500px;
  border: 2px solid #ddb527;
  overflow: hidden; }

.listing-info {
  background-color: #ddb527;
  padding: 30px;
  color: #fff;
  height: 250px; }

.info-blocks {
  float: left;
  text-align: left;
  width: 50%;
  margin-bottom: 15px; }

.info-key {
  height: 2px;
  width: 100%;
  background-color: #fff;
  clear: both; }

.info-price {
  font-size: 1.2em;
  text-align: right;
  margin-top: 20px; }

.listing-desc {
  padding: 30px;
  color: #101010;
  height: auto; }
  .listing-desc p {
    text-align: left; }

.listing-block {
  padding: 15px 30px;
  height: 50px;
  background-color: #ddb527;
  text-align: left; }

.listing-feature {
  padding: 30px;
  color: #101010;
  height: 100px;
  text-align: left; }
  .listing-feature p {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3;
    -moz-column-gap: 3;
    column-gap: 50px; }

.currentCarousel {
  height: 500px; }

.carousel-control.left, .carousel-control.right {
  background-image: none; }

.carousel-control img {
  margin-top: 175px; }

.carousel-inner p {
  text-align: center;
  max-width: 800px;
  margin: 10px auto; }

.carousel-inner a {
  color: #fff;
  text-decoration: none;
  font-family: "Helvetica", sans-serif; }

.item img {
  height: 500px;
  width: auto; }

.box-img-cont-tool {
  width: 100%;
  height: 185px;
  overflow: hidden;
  background-color: #fff; }

.box-img-tool {
  margin-top: 40px;
  height: 125px;
  width: auto; }

.tool-title {
  height: 40px;
  padding: 20px;
  font-family: "Helvetica", sans-serif;
  font-size: 1.2em;
  color: #ddb527; }

.box-copy-tool {
  padding: 20px;
  height: 101px;
  text-align: left; }

.test-quote {
  margin: -25px auto 35px auto;
  width: 50px; }

.sold-band {
  position: absolute;
  width: 250px;
  color: #fff;
  font-size: 2em;
  background-color: #ddb527;
  height: 45px;
  transform: rotate(-45deg) translate(-70px, -20px); }

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

.rss-item a {
  font-size: 2em;
  font-family: "Helvetica", sans-serif; }

.rss-date {
  line-height: 3; }

ul.rss-items {
  text-decoration: none;
  list-style: none;
  padding-bottom: 50px;
  border-bottom: 1px solid #f7f7f7; }

@media screen and (max-width: 1100px) {
  .middle {
    margin: auto 0px; }
  .box {
    margin: 25px 10px; }
  .social-section {
    width: 35%; } }

@media screen and (min-width: 978px) {
  .nav {
    display: none; } }

@media screen and (max-width: 978px) {
  .navigation {
    display: none; }
  .nav-band-contact {
    display: none; }
  .nav-band-fill {
    width: 100%;
    border-radius: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .head-logo {
    width: 225px; }
  .nav {
    display: block; } }

@media screen and (max-width: 866px) {
  .about-logos {
    width: 400px;
    height: auto; }
  .footer-container {
    text-align: center; }
  .footer-logo {
    margin: 0 auto;
    position: relative;
    height: 50px;
    width: auto;
    transform: none; }
    .footer-logo:hover {
      transform: none; }
  .footer-section {
    display: none; }
  .social-section {
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 50px auto;
    position: relative;
    float: none; }
  .ref {
    text-align: center;
    float: none; }
  .ref-2 {
    text-align: center;
    float: none; }
  .typeform-cont {
    width: 100%;
    height: 80vh;
    position: relative; }
  .align-right {
    width: 100%;
    position: relative;
    text-align: center; }
  .go-back {
    display: none; }
  .contact-info {
    text-align: center;
    height: 500px;
    overflow: hidden; }
  .contact-logo {
    width: 300px;
    height: auto;
    position: relative;
    margin-top: -150px;
    z-index: 10;
    transform: none; }
    .contact-logo:hover {
      transform: none; }
  p.contact-copy {
    color: #758087;
    top: 0px;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    z-index: 3;
    line-height: 2;
    text-align: center; } }

@media screen and (max-width: 625px) {
  .about {
    padding: 250px 50px 150px 50px; }
  .featured {
    padding: 150px 50px 275px 50px; }
  .laptop-divide {
    padding: 150px 50px; }
  .services {
    padding: 150px 50px; }
  .footer {
    padding: 50px 50px; }
  .portfolio {
    padding: 250px 50px 150px 50px; }
  .overlay {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 2001;
    left: 0;
    top: 0;
    background: #ddb527;
    overflow-x: hidden; }
    .overlay p.nav-links {
      font-size: 1.5em;
      text-align: left;
      margin-left: 50px; }
    .overlay .closebtn {
      margin-left: -50px; }
  .bubble {
    display: none; }
    .bubble p {
      display: none; }
  .laptop {
    height: 200px; }
  .footer-container {
    text-align: center; }
  .footer-logo {
    margin: 0 auto;
    position: relative;
    height: 50px;
    width: auto;
    transform: none; }
    .footer-logo:hover {
      transform: none; }
  .footer-section {
    display: none; }
  .social-section {
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 50px auto;
    position: relative;
    float: none; }
  .ref {
    text-align: center;
    float: none; }
  .ref-2 {
    text-align: center;
    float: none; } }

@media screen and (max-width: 500px) {
  h1 {
    font-size: 1.8em; }
  .about {
    padding: 250px 20px 150px 20px; }
  .featured {
    padding: 150px 20px 275px 20px; }
  .laptop-divide {
    padding: 150px 20px; }
  .services {
    padding: 150px 20px; }
  .footer {
    padding: 50px 20px; }
  .portfolio {
    padding: 250px 20px 150px 20px; }
  .laptop {
    height: 175px;
    margin-top: -250px; }
  .footer-container {
    text-align: center; }
  .footer-logo {
    margin: 0 auto;
    position: relative;
    height: 50px;
    width: auto;
    transform: none; }
    .footer-logo:hover {
      transform: none; }
  .footer-section {
    display: none; }
  .social-section {
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 50px auto;
    position: relative;
    float: none; }
  .ref {
    text-align: center;
    float: none; }
  .ref-2 {
    text-align: center;
    float: none; }
  .contact-logo {
    width: 250px;
    height: auto;
    position: relative;
    margin-top: -150px;
    z-index: 10;
    transform: none; }
    .contact-logo:hover {
      transform: none; }
  .contact-info {
    padding: 200px 20px 150px 20px;
    overflow-x: hidden; }
  .clients {
    padding: 200px 20px 150px 20px;
    overflow-x: hidden; }
  .about-logos {
    width: 250px;
    height: auto; }
  .port-cont iframe {
    width: 300px;
    height: 200px; } }
