@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*//////////////////////////////////////////////////////////////////*/
header {
  overflow: hidden;
  background: #00539b;
}
header a, header label {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  line-height: 20px;
}
header a:hover, header label:hover {
  color: #aaa;
}
header label {
  float: right;
  padding: 28px 20px;
  cursor: pointer;
}
header label:after {
  content: "\2261";
  font-size: 1.8em;
}
.logo {
  float: left;
  font-weight: bold;
  font-size: 1.5em;
}
nav {
  float: right;
  max-height: 0;
  width: 100%;
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
nav ul {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
nav li {
  display: block;
  text-align: center;
}
nav a {
  padding: 10px;
  width: 100%;
}
#nav {
  display: none;
}
#nav:checked ~ nav {
  max-height: 500px; /* This can be anything bigger than your nav height. The transition duration works with this */
}
.hero {
	background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url("corporate.jpg");

}
.hero-1 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url("product.jpg");
}

.hero-2 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url("corporate2.jpg");
}

.hero-b-1 {
  background-image: url("alba.jpg");min-height: 400px
}

.hero-b-4 {
  background-image: url("betacom.jpg");min-height: 400px
}
.hero-b-10 {
  background-image: url("wireless.jpg");min-height: 400px
}

.hero-b-5 {
  background-image: url("bush.jpg");min-height: 400px
}

.hero-b-16 {
  background-image: url("hero.jpg");min-height: 400px;
}
.hero-b-19 {
  background-image: url("goodmans-bm.jpeg");min-height: 400px;
}
.hero-c-6 {
  background-image: url("hero.jpg");min-height: 400px
}
body {
  font-family: "corporate-s", sans-serif;

  background: #141414;
}

a {
  color: white;
  text-decoration: none; /* no underline */
}

.brand-logo {
	max-width:300px;
	width:60%;
  	margin: 40px 40px 20px 40px;
}

.customer-logo {
	height:60px;
  	margin: 20px 40px 20px 40px;
}


.footer {
  color: white;
  padding: 10px 10px 30px 10px;
  text-align: center;
  font-size: 10px;
}
.level-0 {
  display: flex;
  margin: 0px 5px 5px 5px;
  flex-wrap: wrap
}
.display-normal {
  flex-direction: row
}
.display-reverse {
  flex-direction: row-reverse !important;
}
.level-1 {
  margin: 0px 5px 5px 5px;
  background-color: #000;
  width: 100%;
}
.hero-background {
  background-size: cover;
  background-position: center;
}
.title-0 {
  color: white;
  font-weight: bold;
  font-size:30px;
  margin: 60px 40px 0px 40px;
}
.title-1 {
  color: white;
  font-weight: bold;
  font-size: 20px;
  margin: 60px 40px 0px 40px;
}
.title-2 {
  color: white;
  font-weight: bold;
  font-size: 26px;
  margin: 60px 40px 0px 40px;
}
.title-p {
  color: white;
  font-weight: 400;
  font-size: 16px;
  margin: 20px 40px 0px 40px;
  line-height: 22px;
}
.title-1-p {
  color: white;
  font-weight: 400;
  font-size: 16px;
  margin: 20px 40px 60px 40px;
  line-height: 22px;
}
.logo-image {
  height: 60px;
  background-color: none;
  padding: 10px 10px 0px 10px;
}
.logo-link {
  top: 0px;
  padding: 0px 10px 0px 10px;
}
@media screen and (min-width: 480px) {
  .title-p {
    font-weight: 400;
  }
  .title-1-p {
    font-weight: 400;
    max-width: none;
  }
}
@media screen and (min-width: 640px) {
  .title-p {
    font-weight: 400;
  }
  .title-1-p {
    font-weight: 400;
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .level-0 {
    display: flex;
    margin: 0px 5px 5px 5px;
    flex-wrap: nowrap
  }
  .level-1 {
    margin: 0px 5px 5px 5px;
    background-color: #000;
    flex-grow: 1;
    width: 100%;
  }
  .hero-background {
  }
  .title-p {
    font-weight: 100;
  }
  .title-1-p {
    font-weight: 100;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .level-0 {
    display: flex;
    margin: 0px 5px 5px 5px;
    flex-wrap: nowrap
  }
  .level-1 {
    margin: 0px 5px 5px 5px;
    background-color: #000;
    flex-grow: 1;
    width: 100%;
  }
  .hero-background {
  }
  .title-p {
    font-weight: 100;
  }
  .title-1-p {
    font-weight: 100;
    max-width: 50%;
  }
}
@media only screen and (min-width: 485px) {
  header a, header label {
    line-height: 40px;
  }
  header label {
    display: none;
  }
  nav {
    width: auto;
    max-height: none;
  }
  nav ul {
    padding: 0;
    padding-right: 10px;
  }
  nav li {
    display: inline-block;
    text-align: left;
  }
  header nav a {
    display: inline-block;
    padding: 20px 10px;
    width: auto;
  }
}