html, body {
	font-family:'Roboto',Helvetica,Arial,san-serif !important;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  margin-bottom: -20px;
}

h1, h2, h3, h4, h5, h6, p, bloquote, label, dt, dd {
	font-family:'Roboto',Helvetica,Arial,san-serif !important;
	color: #000000;
	font-weight: 200;
}

strong {
  font-weight: 700 !important;
}

.no-padding {
  padding; 0 0;
}

.padding {
  padding: 5rem;
}

.padding-sm {
  padding: 2.125rem 2.125rem;
}

.padding-right {
  padding-right: 5rem;
}

.padding-left {
  padding-left: 5rem;
}

.padding-top {
  padding-top: 5rem;
}

.padding-bottom {
  padding-bottom: 5rem;
}

.margin-top {
  margin-top: 5rem;
}

.margin-bottom {
  margin-bottom: 5rem;
}

.flexbox-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.large-font {
  font-size: 3.75rem;
}

.medium-font {
  font-size: 1.75rem;
}

.small-font {
  font-size: .75rem;
}

.box-shadow {
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.25);
}

.light {
  line-height: 1.25;
  font-weight: 200;
  color: #ffffff;
}

.dark {
  line-height: 1.25;
  font-weight: 200;
  color: #000000;
}

.gold-button {
  background-color: rgb(255,162,0);
}

.gold-text {
  color: rgb(255,162,0);
}

img.img-fluid {
  width: 100%;
  max-width: 100%;
}

nav {
  position: absolute;
	z-index: 1000;
  top: 0;
  left: 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

nav .nav-wrapper {
  padding-right: 30px;
  padding-left: 30px;
}

nav .nav-wrapper a img {
  height: 6.5rem;
  padding-top: 20px;
}

.parallax-container {
  min-height: 450px;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 0;
	background: black;
  color: rgba(255,255,255,.9);
}

.parallax-container.height-large {
  min-height: 78vh;
	margin-bottom: -5px;
}

.parallax-container .section {
  width: 100%;
}

.parallax-container.color-hidden {
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
	background-image: url(../images/ISTE-LIVE-2021_header-bg.jpg);
}

.parallax-container.white-hidden {
  background-color: transparent;
  background-image: url(../images/ISTE-Parallax-white-hidden-x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

h1.header {
  display: block;
  margin-top: 0;
}

h1.header img {
  height: 27vh;
	max-width: 100%;
}

.carousel.carousel-slider {
  min-height: 500px;
}

.carousel .indicators {
  bottom: 12.5%;
}

.carousel .indicators .indicator-item {
  height: 12px;
  width: 12px;
  margin: 6px 12px;
  background-color: transparent;
  border: 2px solid rgb(255,255,255);
}

.carousel.dark .indicators .indicator-item {
  border: 2px solid rgb(0,0,0);
}

.carousel.dark .indicators .indicator-item.active {
  background-color: rgb(0,0,0);
}

.carousel.carousel-slider .carousel-item p {
  height: 35px;
}

footer {
  line-height: 1.25;
}

footer .row.teq-talk {
  padding-bottom: 1.25rem;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  .padding {
    padding: 30px;
  }
  .padding-right {
    padding-right: 30px;
  }

  .padding-left {
    padding-left: 30px;
  }

  .padding-top {
    padding-top: 30px;
  }

  .padding-bottom {
    padding-bottom: 30px;
  }
  #index-banner .section {
    top: 0;
  }
	img {
		width: 100%;
	}
	.parallax-container, .parallax-container.large-height {
		min-height: 555px;
		height: 666px;
	}
	.parallax-container .section {
		top: 1%;
	}
	.carousel-item .row.padding-top {
		padding-top: 0;
	}
	.carousel .indicators {
		bottom: 0;
	}
}
