html, body {
font-family: 'Open Sans', sans-serif;	
/*background-image:url(/nabStudio/images/lensFlare.jpg); */
background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-attachment: fixed;
  height:100%; /* to add sticky footer */

}

 /* to add sticky footer */
 body > footer {
  position: sticky;
  top: 100vh;
}
/* end sticky footer */


/* BUTTONS MOD */
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #000;
    color: #fefefe; }
  .button:hover, .button:focus {
    background-color: #333;
    color: #fefefe; }

  .button.nab, .button.nab.disabled, .button.nab[disabled], .button.nab.disabled:hover, .button.nab[disabled]:hover, .button.nab.disabled:focus, .button.nab[disabled]:focus {
    background-color: #d63192;
    color: #fefefe; }
  .button.nab:hover, .button.nab:focus {
    background-color: #239bb3;
    color: #fefefe; }


  .button.nabshow, .button.nabshow.disabled, .button.nabshow[disabled], .button.nabshow.disabled:hover, .button.nabshow[disabled]:hover, .button.nabshow.disabled:focus, .button.nabshow[disabled]:focus {
    background-color: #026cb7;
    color: #fefefe; }
  .button.nabshow:hover, .button.nabshow:focus {
    background-color: #404040;
    color: #fefefe; }

  .button.wab, .button.wab.disabled, .button.wab[disabled], .button.wab.disabled:hover, .button.wab[disabled]:hover, .button.wab.disabled:focus, .button.wab[disabled]:focus {
    background-color: #1f9bde;
    color: #fefefe; }
  .button.wab:hover, .button.wab:focus {
    background-color: #404040;
    color: #fefefe; }


.rounded {
  border-radius: 10px;
}

body {
  font-family: 'Lexend Deca', sans-serif;
}

.signalBG {
  background-image: url(../images/signalBg.jpg);
  background-position: center 200px;
  background-repeat: repeat-y;
    background-attachment: fixed;
}

.audioBG {
  background-image: url(../images/audioBg.jpg);
  background-position: center 200px;
  background-repeat: repeat-y;
    background-attachment: fixed;
}

.brandingBar {
  background-color:#000;
  padding:30px 0 30px 0;
}

.nabHeaderLogoContainer {
  text-align: center;
}
.nabHeaderLogo {
  width:500px;
}
.nabShowHeaderLogoContainer {
  text-align: center;
}
.nabShowHeaderLogo {
  width: 500px;
}

/* GLOBAL BAR STYLING */
.globalBarNab {
background-color:#f89828;
text-align:center;
font-size:.9rem;padding:10px;
}
.globalBarNab a {
  color:#fff;
}
.globalBarNab a:hover {
color:#666;
}

.globalBarNabshow {
background-color:#f89828;
text-align:center;
font-size:.9rem;padding:10px;
}
.globalBarNabshow a {
  color:#fff;
}
.globalBarNabshow a:hover {
color:#666;
}


.globalBarGeneric {
background-color:#333;
text-align:center;
font-size:.9rem;padding:10px;
}
.globalBarGeneric a {
  color:#fff;
}
.globalBarGeneric a:hover {
color:#666;
}

/* END GLOBAL BAR STYLING */

.globalNav {
  background-color: #666;
  color: #999;
  padding: 20px 0 0 0;
}
.globalNav_left {
  font-size: 1.50rem;
}
.globalNav_right {
  text-align: right;
}
.globalNav a {
  color: #f4f4f4;
}
.globalNav a:hover {
  color: #f89828;
}
.homepageHero {
  text-align: center;
}

.imageStyle1 {
  padding: 3px;
  border: solid 1px #666;
  border-radius: 5px;
}
.homepageBoxes {
  border-radius: 10px;
  text-align: center;
}
.rounded {
  border-radius: 10px;
}

.homepageContentContainer {
background-color:#f9f9f9;
padding:20px;
box-shadow: 0 0 10px #888888;
}



/* TYPOGRAPHY */
h1 {
  font-family: 'Lexend Deca', sans-serif;
}
h2 {
  font-family: 'Lexend Deca', sans-serif;
}
h3 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
}







/* TYPOGRAPHY */

p {
	font-weight:400;
}

h1 {
	font-weight:900;
  font-size: 2rem;
}

h2 {
	font-weight:900;
}


a {
	color:#f89828;
	transition: .3s ease-in-out;
  font-weight: bold;
}
a:hover {
	color:#f89828;
	transition: .3s ease-in-out;
	cursor: pointer;
}

.center {
	text-align:center;
}

.article {
color:#fff;

}

/* NAVIGATION  BAR */
.top-bar-section ul {
	display: table; margin: 0 auto;
}

.top-bar-section ul li {
	display: table-cell;
}

.dropdown.menu li a {
	color:white;
	font-weight:800;
	font-size: 18px;
	padding: 20px 30px;
	text-align:center;
}

.dropdown.menu li a:hover {
	color:#f89828;
	transition:.3s ease-in-out;
	cursor: pointer;
}

.drilldown a {
	color:white;
	background-color:black;
	font-size:16px;
	font-weight:800;
	text-align:center;
	padding: 5px 18px;
}

.drilldown a:hover {
	color:#f89828;
	transition:.3s ease-in-out;
	cursor: pointer;
}

.callout {
	padding:30px;
}

/* IMAGE HOVER */

.image-hover-wrapper {
  position: relative;
}

.image-hover-wrapper a {
  display: inline-block;
  letter-spacing: normal;
  line-height: initial;
  margin: 0;
  padding: 0;
  position: relative;
}

.image-hover-wrapper a img {
  float: left;
  overflow: hidden;
  width: 100%;
}

.image-hover-wrapper a .image-hover-wrapper-reveal {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fefefe;
  display: inline;
  height: 100%;
  margin-left: -100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 80;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.25s;
}

.image-hover-wrapper a .image-hover-wrapper-reveal:hover {
  opacity: 1;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 10px;
}

.image-hover-wrapper a .image-hover-wrapper-reveal:hover p {
  opacity: 1;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.25s;
}

.image-hover-wrapper a .image-hover-wrapper-reveal p {
  bottom: 0;
  display: block;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.image-hover-wrapper a .fa {
  font-size: 24px;
}

.image-hover-wrapper .image-hover-wrapper-banner {
  background-color: rgba(23, 121, 186, 0.8);
  color: #fefefe;
  font-weight: 900;
  font-size: 1.5rem;
  border-radius: 0 20px 20px 0;
  left: 0;
  padding: 0.75rem;
  position: absolute;
  top: 25%;
  width: 75%;
  z-index: 10;
  line-height:1.5rem;
}

/* FOOTER */


/* IMAGE STYLING */
.roundedImage {
  border-radius: 10px;
}

/* CALLOUT */
.roundedCallout {
  border-radius: 10px;
  border: solid 1px #e2e2e2;
}
.vendorTitle {
}

/* BUTTON STYLES */
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #f89828;
    border-radius: 5px;
    color: #fefefe; }
  .button:hover, .button:focus {
    background-color: #000;
    color: #fefefe; }





footer {
  position: relative;
  bottom: 0;
  background-color: black;
  color: white;
  padding-top: 20px;
  padding-bottom:10px;
  margin-top: 80px;

}
