/* universal */
html, body {
    height:100%;
}

.intro {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sets-us-apart {
  background: -moz-linear-gradient(90deg, #162334 0%, #141F2E 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #141F2E), color-stop(100%, #162334)); /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, #162334 0%, #141F2E 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, #162334 0%, #141F2E 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, #162334 0%, #141F2E 100%); /* ie10+ */
  background: linear-gradient(0deg, #162334 0%, #141F2E 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141F2E', endColorstr='#162334',GradientType=0 ); /* ie6-9 */
}

.team {
  background: -moz-linear-gradient(90deg, #162334 0%, #141F2E 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #141F2E), color-stop(100%, #162334)); /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, #162334 0%, #141F2E 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, #162334 0%, #141F2E 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, #162334 0%, #141F2E 100%); /* ie10+ */
  background: linear-gradient(0deg, #162334 0%, #141F2E 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141F2E', endColorstr='#162334',GradientType=0 ); /* ie6-9 */
}





/*.contact {
  background: -moz-linear-gradient(90deg, #0C1520 0%, #111D2C 100%); /* ff3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0C1520), color-stop(100%, #111D2C)); /* safari4+,chrome */
  /*background: -webkit-linear-gradient(90deg, #0C1520 0%, #111D2C 100%); /* safari5.1+,chrome10+ */
  /*background: -o-linear-gradient(90deg, #0C1520 0%, #111D2C 100%); /* opera 11.10+ */
  /*background: -ms-linear-gradient(90deg, #0C1520 0%, #111D2C 100%); /* ie10+ */
  /*background: linear-gradient(0deg, #0C1520 0%, #111D2C 100%); /* w3c */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0C1520', endColorstr='#111D2C',GradientType=0 ); /* ie6-9 */
  /*padding-bottom: 0;
}*/

a {
  color: #50BEFF;
  text-decoration: none;
  -webkit-transition: color .5s linear;
  -moz-transition: color .5s linear;
  -ms-transition: color .5s linear;
  -o-transition: color .5s linear;
  transition: color .5s linear;
}

a:hover {
  color: #1F9EEA;
}

video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(reb-still.jpg) no-repeat;
    background-size: cover;
}

.profile img {
    max-width:100%;
    max-height:100%;
    margin:auto;
    display:block;
    margin-bottom:24px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.26);
}

/* type */
@font-face {
	font-family: 'BankGothicMdBT';
	src: url('../fonts/bankgothicmdbt.eot');
	src: url('../fonts/bankgothicmdbt.eot?#iefix') format('embedded-opentype'),
             url('../fonts/bankgothicmdbt.woff2') format('woff2'),
	     url('../fonts/bankgothicmdbt.woff') format('woff'),
	     url('../fonts/bankgothicmdbt.ttf') format('truetype'),
	     url('../fonts/bankgothicmdbt.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3 {
  /*font-family: BankGothicMdBT;
  text-transform: uppercase;*/
  font-family: Lato;
  font-weight: 700;
  letter-spacing: .02em;
}

.bold {
    font-weight: 700;
}

.data-quote {
    text-transform: uppercase;
    text-align: center;
}

.center {
    text-align: center;
}

.data-image {
    text-align: center;
    max-width: 90%;
    height:80px;
    padding:1em;
    margin-left:0;
}

/* scroll stuff */
.next {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  padding-top:30px;
  letter-spacing: .2rem;
}

a.smoothScroll {
  color: #ffffff;
  text-decoration: none;
  transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   line-height: 1rem;
   opacity: 0.33;
}

a.smoothScroll {
  color: #ffffff;
  text-decoration: none;
}

a:hover.smoothScroll {
  opacity: 1;
}

/* Responsive */
/* small screens */
@media (max-width: 600px) {
  /* panels */
  .logo {
    width: 137px;
    margin-left: 20px;
  }

  header {
      height: 20px;
      position: fixed;
      top: 0;
      transition: top 0.2s ease-in-out;
      width: 100%;
      z-index: 5;
      padding-top: .4em;
      padding-bottom: 1.2em;
  }

  .panel {
    padding: 60px 0 60px 0;
  }

  .intro {
      height:90vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .contact {
    background: url('../images/building-sm.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .about-us {
    background: url('../images/grocery-sm.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  /* type */
  h1 {
    margin: 16rem 0 8rem;
  }

  h2 {
      margin-top:1em;
  }

  h3 {
      margin-top:1.5em;
  }

  /* general */


  .footer-logo {
    width: 156px;
  }

  .data {
      background: url('../images/data-points-vert.png') no-repeat;
      background-size: 90%;
      height:455px;
      background-position: center;
      clear:both;
  }

  .profile img {
      max-width:70%;
    max-height:70%;
    margin:auto;
    display:block;
    margin-bottom:24px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.26);
  }

  .overlay ul li a {
      font-family: BankGothicMdBT;
      font-size: 3.25rem;
  	display: block;
  	color: #3B8AF0;
  	-webkit-transition: color 0.5s;
  	transition: color 0.5s;
    line-height:3.25rem;
  }

  .avatar {
      float:left;
  }

}


/* Large screens */
@media (min-width: 700px) {
  /* panels */
  .intro {
      height:90vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  header {
      height: 40px;
      position: fixed;
      top: 0;
      transition: top 0.2s ease-in-out;
      width: 100%;
      z-index: 5;
      padding-top: 1.2em;
      padding-bottom: 1em;
  }

  .contact {
      height:90vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .sets-us-apart {
      /*height:93vh;
      display: flex;
      flex-direction: column;
      justify-content: center;*/
  }

  .contact {
      /*height:93vh;
      display: flex;
      flex-direction: column;
      justify-content: center;*/
  }

  .panel {
    padding: 35px 0 35px 0;
  }

  .data {
      background: url('../images/data-points.png') no-repeat;
      background-size: 100%;
      max-width:100%;
      height:220px;
      clear:both;
  }

  /* type */
  h1 {
    /*margin: 27rem 0 37rem 0;*/
  }

  h2 {
      margin-top:4rem;
  }

  h3 {
      margin-top:2rem;
  }

  .feature-statement {
      font-family: BankGothicMdBT;
      text-transform: uppercase;
      font-size: 2.25rem;
      margin-bottom: 13rem;
  }

  .overlay ul li a {
      font-family: BankGothicMdBT;
      font-size: 6.25rem;
  	display: block;
  	color: #3B8AF0;
  	-webkit-transition: color 0.5s;
  	transition: color 0.5s;
  }

  /* general */
  .logo {
    width: 206px;
    margin-left:30px;
  }

  .footer-logo {
    width: 156px;

  }

  .avatar {
      float:right;
  }

  .contact {
    background: url('../images/building.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .about-us {
    background: url('../images/grocery.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

}





.final-footer {
    text-align: center;
    margin-top: 3em;
}












.menu {
    text-align: right;
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(20,31,46,0.98);
    z-index: 10;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/close.svg) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */


.nav-down {
    background: rgba(22, 35, 53, .7);
}

.nav-up {
    top: -5em;
}

.overlay nav {
	text-align: center;
	position: relative;
	top: 45%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*    font-family: BankGothicMdBT;
    font-size: 6.25rem;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}*/

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #83B9FF;
}

/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	/*-webkit-transform: scale(0.9);
	transform: scale(0.9);*/
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

/*@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}*/

.hamburger {
    float: right;
    margin-right:30px;
    top:30px;
    right:0;
    z-index: 5;
}

.red {
    color:#d21f33;
}

ul.footer-info{
    list-style:none;
}

.profs {
    margin: 3rem 0;
}

.prof-break {
    text-align: center;
    margin:1.5em;
}
