/* Text Elements */

h6.section-header {
  margin-top: 6px;
  padding: 6px 10px;
  border: .0625rem solid #eb5b2c;
  border-radius: 5px;
  color: #eb5b2c;
  text-transform: none;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  -webkit-transition-delay: .45s;
     -moz-transition-delay: .45s;
       -o-transition-delay: .45s;
          transition-delay: .45s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1.5s;
     -moz-transition-duration: 1.5s;
       -o-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

h6.section-header.outofview {
  opacity: .1;
  -webkit-transform: scaleX(.4) scaleY(.4);
     -moz-transform: scaleX(.4) scaleY(.4);
       -o-transform: scaleX(.4) scaleY(.4);
          transform: scaleX(.4) scaleY(.4);
}

p.paragraph.paragraph-1 {
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  min-width: 340px;
  max-width: 1200px;
  text-align: justify;
  font-size: 20px;
  font-family: 'Roboto', cursive;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-2 {
  font-style: italic;
}

p.paragraph span.paragraph-text-3 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-4 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-5 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-6 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-7 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-8 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-9 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-10 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-11 {
  text-decoration: underline;
}

ul.unorder-list.unordered-list-1 {
  min-width: 340px;
  max-width: 1200px;
}

a.link-text.nav-link {
  color: rgba(255, 255, 255, .5);
  font-family: 'Roboto', cursive;
}

/* Interaction Elements */

a.link-button.btn-1 {
  float: none;
  clear: none;
  padding: 0 5vw 0 0;
  background-color: #1b75bc;
  color: #fff;
  text-align: left;
  font-family: 'Roboto', cursive;

  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

.container-grid.navbar.navbar-dark.navbar-expand-md {
  background-color: #1b75bc;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-left: auto;
  min-width: 340px;
  max-width: 575px;
}

.container-grid.section-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 20px auto;
  max-width: 1200px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.rule.section-rule hr {
  border-top-color: #eb5b2c;
}

.rule.section-rule {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

li.list-item.list-item-1 {
  font-size: 20px;
  font-family: 'Roboto', cursive;
}

li.list-item.list-item-2 {
  font-size: 20px;
  font-family: 'Roboto', cursive;
}

li.list-item.list-item-3 {
  font-size: 20px;
  font-family: 'Roboto', cursive;
}

.container-grid.justify-content-center-1 {
  position: -webkit-sticky;
  position:         sticky;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 0;
  padding: 5px 1px;
  width: 100%;
  background-color: #1b75bc;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container-grid.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: start;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

li.list-item.list-item-4 {
  font-size: 20px;
  font-family: 'Roboto', cursive;
}

.container-grid.sd-three-cols {
  padding-top: 10px;
  padding-bottom: 0;
}

.container-grid.jumbotron.jumbotron-fluid {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h6.section-header {
    font-size: 15px;
  }

  .container-grid.collapse.navbar-collapse {
    padding-left: 30px;
  }
}