.container {
    max-width: 960px;
  }

/*
  * Custom translucent site header
  */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

p {
  font-size: 1.2vw;
}

.section-header {
  vertical-align: top;
  margin-bottom: 3vh;
}

div.section-header > h1 {
  font-size: 4vw;
  padding-top: 2vh;
  text-align: center;
}

div.section-header > h2 {
  font-size: 2.5vw;
  text-align: center;
}

div.section-doc > h1 {
  font-size: 3vw;
  padding-top: 2vh;
  text-align: left;
}

div.section-doc > h2 {
  font-size: 2.5vw;
  text-align: left;
}

div.section-doc > h3 {
  font-size: 1.5vw;
  text-align: left;
}

div.section-doc > p {
  font-size: 1.0vw;
  text-align: justify;
  align-content: left;
}

.section-endnote {
  padding-top: 2vh;
  padding-left: 10%;
  padding-right: 10%;
  font-size: small
}

.bullet-block {
  margin: 1.0em;
  margin-left: 2vw;
  font-size: 1vw;
  padding-inline-start:1.5%;
}

.bullet-subblock {
  font-size: 1vw;
  padding-inline-start:1.5%;
}


div.section-block > h1 {
  font-size: 4vw;
  text-align: center;
}

div.section-block > h2 {
  font-size: 2.5vw;
  text-align: center;
}

div.section-block > h3 {
  font-size: 1.5vw;
  text-align: center;
}

div.section-block > p {
  font-size: 1.0vw;
  text-align: justify;
  align-content: center;
}

div.section-block > ul > li {
  font-size: 1.0vw;
  text-align: left;
  align-content: left;
}

div.ud-column-group {
  margin-top: 1.2vh;
  margin: auto;
  width: 95%;
}

div.ud-column-group::after {
  content: "";
  display: table;
  clear: both;
}

div.ud-column-group > span {
  float: left;
  margin-left: 2.0%;
  margin-right: 2.0%;
  text-align: center;
}

div.ud-column-group > span > h1 {
  font-size: 1.8vw;
  text-align: center;
}

div.ud-column-group > span > form {
  font-size: 1.8vw;
  text-align: left;
}


div.ud-column-group > span > p {
  font-size: 0.9vw;
  text-align: justify;
  text-justify: auto;
}

div.ud-column-group > span > img {
  width: 40%;
  margin: 10%;
}

label {
  font-size: 1.0vw;
}

.ud-topic-header {
  font-size: 5vw;
  display: block;
  text-align: center;
}

h2.ud-topic-header {
  font-size: 4vw;
}

h3.ud-topic-header {
  font-size: 2.5vw;
}

.ud-topic-text {
  font-size: 0.9vw;
  display: block;
  text-align: center;
}

.bg-ud-header {
  background-image: url("../images/ud_logo_header_fade.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 800px;
}

.bg-ud-logo {
  background-image: url("../images/ud_logo_full.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 30%;
}

.sm-ud-logo {
  padding: 1vw;
  width: 15%;
}

.ud-frame {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

#cover {position: fixed; height: 100%; width: 100%; top:0; left: 0; background: #FFF; z-index:9999;}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  height: 100%;
}

.section-block {
  padding-left: 10%;
  padding-right: 10%;
  font-size: large
}

.center-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

#contact-form {
  font-size: 1.5rem;
}

#job-form {
  max-width: 70%;
  margin-left: 15%;
  font-size: 1.5rem;
}

#slide-services {
  background-color: #E4E0E0;
}

#slide-training {
  background-color: #E0E4E0;
}

#slide-products {
  background-color: #E0E0E4;
}

#slide-jobs {
  background-color: #E0E0E0;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}