/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
:root {
    --font-color: #222;
    --primary: #001344;
    --primary-button: #e3c038;
    --primary-button-dark: #ad8f18;
    --secondary: #f0f0f0;
    --warning-bg: #e3c138bb;
    --required-bg: #e3c1382a;
    --error: #e3312d;
}

@media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px;
    }
  }
  @media (min-width: 1600px) {
    .container {
      max-width: 1300px;
    }
  }
  
  .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .container-sm, .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container-md, .container-sm, .container {
      max-width: 720px;
    }
  }
  @media (min-width: 1200px) {
    .container-lg, .container-md, .container-sm, .container {
      max-width: 1170px;
    }
  }
  @media (min-width: 1600px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1300px;
    }
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  
  .col-xl,
  .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
  .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
  .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
  .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
  .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  
  .row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  
  .row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .order-first {
    order: -1;
  }
  
  .order-last {
    order: 13;
  }
  
  .order-0 {
    order: 0;
  }
  
  .order-1 {
    order: 1;
  }
  
  .order-2 {
    order: 2;
  }
  
  .order-3 {
    order: 3;
  }
  
  .order-4 {
    order: 4;
  }
  
  .order-5 {
    order: 5;
  }
  
  .order-6 {
    order: 6;
  }
  
  .order-7 {
    order: 7;
  }
  
  .order-8 {
    order: 8;
  }
  
  .order-9 {
    order: 9;
  }
  
  .order-10 {
    order: 10;
  }
  
  .order-11 {
    order: 11;
  }
  
  .order-12 {
    order: 12;
  }
  
  .offset-1 {
    margin-left: 8.3333333333%;
  }
  
  .offset-2 {
    margin-left: 16.6666666667%;
  }
  
  .offset-3 {
    margin-left: 25%;
  }
  
  .offset-4 {
    margin-left: 33.3333333333%;
  }
  
  .offset-5 {
    margin-left: 41.6666666667%;
  }
  
  .offset-6 {
    margin-left: 50%;
  }
  
  .offset-7 {
    margin-left: 58.3333333333%;
  }
  
  .offset-8 {
    margin-left: 66.6666666667%;
  }
  
  .offset-9 {
    margin-left: 75%;
  }
  
  .offset-10 {
    margin-left: 83.3333333333%;
  }
  
  .offset-11 {
    margin-left: 91.6666666667%;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
  
    .row-cols-sm-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .row-cols-sm-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .row-cols-sm-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  
    .row-cols-sm-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .row-cols-sm-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
  
    .row-cols-sm-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
  
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
  
    .col-sm-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
  
    .col-sm-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
  
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .col-sm-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  
    .col-sm-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
  
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-sm-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
  
    .col-sm-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
  
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-sm-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
  
    .col-sm-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
  
    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .order-sm-first {
      order: -1;
    }
  
    .order-sm-last {
      order: 13;
    }
  
    .order-sm-0 {
      order: 0;
    }
  
    .order-sm-1 {
      order: 1;
    }
  
    .order-sm-2 {
      order: 2;
    }
  
    .order-sm-3 {
      order: 3;
    }
  
    .order-sm-4 {
      order: 4;
    }
  
    .order-sm-5 {
      order: 5;
    }
  
    .order-sm-6 {
      order: 6;
    }
  
    .order-sm-7 {
      order: 7;
    }
  
    .order-sm-8 {
      order: 8;
    }
  
    .order-sm-9 {
      order: 9;
    }
  
    .order-sm-10 {
      order: 10;
    }
  
    .order-sm-11 {
      order: 11;
    }
  
    .order-sm-12 {
      order: 12;
    }
  
    .offset-sm-0 {
      margin-left: 0;
    }
  
    .offset-sm-1 {
      margin-left: 8.3333333333%;
    }
  
    .offset-sm-2 {
      margin-left: 16.6666666667%;
    }
  
    .offset-sm-3 {
      margin-left: 25%;
    }
  
    .offset-sm-4 {
      margin-left: 33.3333333333%;
    }
  
    .offset-sm-5 {
      margin-left: 41.6666666667%;
    }
  
    .offset-sm-6 {
      margin-left: 50%;
    }
  
    .offset-sm-7 {
      margin-left: 58.3333333333%;
    }
  
    .offset-sm-8 {
      margin-left: 66.6666666667%;
    }
  
    .offset-sm-9 {
      margin-left: 75%;
    }
  
    .offset-sm-10 {
      margin-left: 83.3333333333%;
    }
  
    .offset-sm-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
  
    .row-cols-md-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .row-cols-md-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .row-cols-md-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  
    .row-cols-md-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .row-cols-md-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
  
    .row-cols-md-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
  
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
  
    .col-md-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
  
    .col-md-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
  
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .col-md-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  
    .col-md-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
  
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-md-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
  
    .col-md-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
  
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-md-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
  
    .col-md-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
  
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .order-md-first {
      order: -1;
    }
  
    .order-md-last {
      order: 13;
    }
  
    .order-md-0 {
      order: 0;
    }
  
    .order-md-1 {
      order: 1;
    }
  
    .order-md-2 {
      order: 2;
    }
  
    .order-md-3 {
      order: 3;
    }
  
    .order-md-4 {
      order: 4;
    }
  
    .order-md-5 {
      order: 5;
    }
  
    .order-md-6 {
      order: 6;
    }
  
    .order-md-7 {
      order: 7;
    }
  
    .order-md-8 {
      order: 8;
    }
  
    .order-md-9 {
      order: 9;
    }
  
    .order-md-10 {
      order: 10;
    }
  
    .order-md-11 {
      order: 11;
    }
  
    .order-md-12 {
      order: 12;
    }
  
    .offset-md-0 {
      margin-left: 0;
    }
  
    .offset-md-1 {
      margin-left: 8.3333333333%;
    }
  
    .offset-md-2 {
      margin-left: 16.6666666667%;
    }
  
    .offset-md-3 {
      margin-left: 25%;
    }
  
    .offset-md-4 {
      margin-left: 33.3333333333%;
    }
  
    .offset-md-5 {
      margin-left: 41.6666666667%;
    }
  
    .offset-md-6 {
      margin-left: 50%;
    }
  
    .offset-md-7 {
      margin-left: 58.3333333333%;
    }
  
    .offset-md-8 {
      margin-left: 66.6666666667%;
    }
  
    .offset-md-9 {
      margin-left: 75%;
    }
  
    .offset-md-10 {
      margin-left: 83.3333333333%;
    }
  
    .offset-md-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 1200px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
  
    .row-cols-lg-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .row-cols-lg-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .row-cols-lg-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  
    .row-cols-lg-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .row-cols-lg-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
  
    .row-cols-lg-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
  
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
  
    .col-lg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
  
    .col-lg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
  
    .col-lg-3 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  
    .col-lg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  
    .col-lg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
  
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-lg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
  
    .col-lg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
  
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-lg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
  
    .col-lg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
  
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .order-lg-first {
      order: -1;
    }
  
    .order-lg-last {
      order: 13;
    }
  
    .order-lg-0 {
      order: 0;
    }
  
    .order-lg-1 {
      order: 1;
    }
  
    .order-lg-2 {
      order: 2;
    }
  
    .order-lg-3 {
      order: 3;
    }
  
    .order-lg-4 {
      order: 4;
    }
  
    .order-lg-5 {
      order: 5;
    }
  
    .order-lg-6 {
      order: 6;
    }
  
    .order-lg-7 {
      order: 7;
    }
  
    .order-lg-8 {
      order: 8;
    }
  
    .order-lg-9 {
      order: 9;
    }
  
    .order-lg-10 {
      order: 10;
    }
  
    .order-lg-11 {
      order: 11;
    }
  
    .order-lg-12 {
      order: 12;
    }
  
    .offset-lg-0 {
      margin-left: 0;
    }
  
    .offset-lg-1 {
      margin-left: 8.3333333333%;
    }
  
    .offset-lg-2 {
      margin-left: 16.6666666667%;
    }
  
    .offset-lg-3 {
      margin-left: 25%;
    }
  
    .offset-lg-4 {
      margin-left: 33.3333333333%;
    }
  
    .offset-lg-5 {
      margin-left: 41.6666666667%;
    }
  
    .offset-lg-6 {
      margin-left: 50%;
    }
  
    .offset-lg-7 {
      margin-left: 58.3333333333%;
    }
  
    .offset-lg-8 {
      margin-left: 66.6666666667%;
    }
  
    .offset-lg-9 {
      margin-left: 75%;
    }
  
    .offset-lg-10 {
      margin-left: 83.3333333333%;
    }
  
    .offset-lg-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 1600px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
  
    .row-cols-xl-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .row-cols-xl-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .row-cols-xl-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  
    .row-cols-xl-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .row-cols-xl-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
  
    .row-cols-xl-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
  
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
  
    .col-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
  
    .col-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
  
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .col-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  
    .col-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
  
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
  
    .col-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
  
    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-xl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
  
    .col-xl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
  
    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .order-xl-first {
      order: -1;
    }
  
    .order-xl-last {
      order: 13;
    }
  
    .order-xl-0 {
      order: 0;
    }
  
    .order-xl-1 {
      order: 1;
    }
  
    .order-xl-2 {
      order: 2;
    }
  
    .order-xl-3 {
      order: 3;
    }
  
    .order-xl-4 {
      order: 4;
    }
  
    .order-xl-5 {
      order: 5;
    }
  
    .order-xl-6 {
      order: 6;
    }
  
    .order-xl-7 {
      order: 7;
    }
  
    .order-xl-8 {
      order: 8;
    }
  
    .order-xl-9 {
      order: 9;
    }
  
    .order-xl-10 {
      order: 10;
    }
  
    .order-xl-11 {
      order: 11;
    }
  
    .order-xl-12 {
      order: 12;
    }
  
    .offset-xl-0 {
      margin-left: 0;
    }
  
    .offset-xl-1 {
      margin-left: 8.3333333333%;
    }
  
    .offset-xl-2 {
      margin-left: 16.6666666667%;
    }
  
    .offset-xl-3 {
      margin-left: 25%;
    }
  
    .offset-xl-4 {
      margin-left: 33.3333333333%;
    }
  
    .offset-xl-5 {
      margin-left: 41.6666666667%;
    }
  
    .offset-xl-6 {
      margin-left: 50%;
    }
  
    .offset-xl-7 {
      margin-left: 58.3333333333%;
    }
  
    .offset-xl-8 {
      margin-left: 66.6666666667%;
    }
  
    .offset-xl-9 {
      margin-left: 75%;
    }
  
    .offset-xl-10 {
      margin-left: 83.3333333333%;
    }
  
    .offset-xl-11 {
      margin-left: 91.6666666667%;
    }
  }
  

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Nunito Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: var(--font-color);
}

hr {
    max-width: 50px;
    border-color: var(--primary);
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

hr.full {
    max-width: 100%;
    border-width: 1px;
}

a {
    /* color: var(--primary); */
    color: inherit;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: var(--primary-button-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.4em;
}

strong {
    font-weight: 600;
}

.form-control {
    border-radius: 0;
}

p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.5;
}

button i {
    margin-right: 5px;
}

.float-right {
    float: right;
}

.text-muted {
    opacity: 0.55;
    color: inherit;
}

.text-faded {
    color: var(--font-color) !important;
    opacity: 0.75;
}

/* primary */
.bg-primary {
    background-color: var(--primary);
}

.bg-primary a:not(.btn) {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
}

.bg-primary a:not(.btn):hover {
    color: var(--primary-button);
}

.bg-primary .text-muted,
.bg-primary .text-faded {
    color: rgba(255, 255, 255, 0.7) !important;
}

.bg-primary .text-faded {
    opacity: 0.9;
}

.bg-primary .text-muted {
    opacity: 0.8;
}

/* secondary */
.bg-secondary {
    background-color: var(--secondary);
    /* color: #000; */
    color: var(--font-color);
}

.bg-secondary a:not(.btn) {
    text-decoration: underline;
}

.bg-secondary a:not(.btn):hover {
    color: var(--primary-button);
}

.bg-green {
    color: #fff;
    background-image: url("../img/hero-bkg_bg.jpg");
}

.bg-register {
    color: #fff;
    background-color: #bfced3;
}

.bg-dark-green{
   color: #fff;
   background-color: #1d4755;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.bg-warning {
    background-color: var(--warning-bg);
}

.bg-dark a:not(.btn) {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
}

.bg-dark a:hover {
    color: rgba(255, 255, 255, 1);
}

.bg-dark .text-faded {
    color: rgba(255, 255, 255, 0.9) !important;
}

.bg-dark .btn {
    color: #000;
}

.warning {
    padding: 10px;
    text-align: center;
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

/* tooltips */
label i.fa-info-circle,
th i.fa-info-circle {
    position: relative;
    margin-left: 10px;
}

span[data-tooltip] {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

span[data-tooltip]::before {
    content: attr(data-tooltip);
    font-family: "Nunito Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.3em;
    position: absolute;
    display: none;

    /* vertically center */
    top: 50%;
    transform: translateY(-50%);

    /* move to right */
    left: 100%;
    margin-left: 15px; /* and add a small left margin */

    /* basic styles */
    width: 250px;
    padding: 10px 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    z-index: 100000000;
}

th span[data-tooltip]::before {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}

span[data-tooltip]:hover::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

th span[data-tooltip]:hover::after {
    content: " ";
    position: absolute;
    top: 10px; /* At the top of the tooltip */
    right: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

span[data-tooltip]:hover::before {
    display: block;
}

/*price*/
/* Style the list */
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  /* Add shadows on hover */
  .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
  }
  
  /* Pricing header */
  .price .header {
    background-color: #2d6679;
    color: white;
    font-size: 25px;
  }
  
  /* List items */
  .price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
  }
  
  /* Grey list item */
  .price .grey {
    background-color: #eee;
    font-size: 20px;
  }
  
  /* The "Sign Up" button */
  .button {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
  }

/* video */
.video-container {
    padding-bottom: 56.25%;
    padding-top: 0;
    margin-bottom: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    top: 0;
    left: 0;
}

/* battleship */
input[required] {
    background-color: var(--required-bg);
}

input.ng-touched.ng-invalid {
    border: 1px solid var(--error);
}

p.error {
    background-color: var(--warning-bg);
    font-size: 14px;
    padding: 6px 12px;
}

.faq p {
    font-size: 16px;
}

li {
  font-size: 16px;
}


#battleship-coding-contest-player .modal-body p {
    font-size: 15px;
}

#battleship-coding-contest-prices img {
    padding: 20px;
    max-width: 100%;
    max-height: 160px;
    transition: all 0.3s ease-out;
}

#battleship-coding-contest-prices img.basta {
    max-height: 120px;
}

#battleship-coding-contest-prices p.text-center {
    font-weight: bold;
}

#battleship-coding-contest-prices img:hover {
    transform: scale(1.1);
}

/* tables */
.table > thead > tr > th {
    border-bottom: 1px solid #555;
}

.table > tbody > tr > td {
    border-top: 1px solid #555;
}

section.bg-dark .table > tbody > tr > td {
    border-top: 1px solid #777;
}

/* nav */
#mainNav {
    box-shadow: 2px 2px 15px 7px rgba(0, 0, 0, 0.05);
}

.navbar-default {
    /* border-color: rgba(255, 255, 255, .3);
    background-color: transparent; */
    border-color: rgba(34, 34, 34, 0.05);
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    background-color: #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.navbar-brand {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    /* color: var(--primary); */
    color: rgba(255, 255, 255, 0.7);
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    /* color: #0288d1; */
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    /* color: #222; */
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    /* color: var(--primary); */
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: var(--primary-button) !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

@media (max-width: 767px) {
    .table td,
    .table th {
        display: block;
        height: auto !important;
        overflow: hidden;
    }
}

/* #page .navbar-default.affix, #page .navbar-default.affix-top {
    border-color: rgba(34, 34, 34, .05);
    background-color: #fff;
} */

@media (min-width: 768px) {
    .navbar-default {
        border-color: rgba(255, 255, 255, 0.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7);
    }

    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix,
    #page .navbar-default.affix-top {
        border-color: rgba(34, 34, 34, 0.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand,
    #page .navbar-default.affix-top .navbar-header .navbar-brand {
        font-size: 14px;
        color: var(--primary-button);
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    #page
        .navbar-default.affix-top
        .navbar-header
        .navbar-brand:hover
        .navbar-default.affix
        .navbar-header
        .navbar-brand:focus,
    #page .navbar-default.affix-top .navbar-header .navbar-brand:focus {
        color: #0288d1;
    }

    .navbar-default.affix .nav > li > a,
    #page .navbar-default.affix-top .nav > li > a,
    .navbar-default.affix .nav > li > a:focus,
    #page .navbar-default.affix-top .nav > li > a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li > a:hover,
    #page .navbar-default.affix-top .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover,
    #page .navbar-default.affix-top .nav > li > a:focus:hover {
        color: var(--primary-button);
    }
}

header {
    position: relative;
    width: 100%;
    min-height: 650px;
    /* min-height: auto; */
    text-align: center;
    color: #fff;
    background-image: url("../img/hero-bkg.jpg");
    backdrop-filter: grayscale(30%);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    /* position: relative;
    padding: 100px 15px;
    text-align: center; */
    position: absolute;
    width: 100%;
    top: 50%;
    /* padding: 0 50px; */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p.title {
    margin-top: 50px;
    font-weight: 300;
    font-size: 26px;
}

header .header-content .header-content-inner p.date {
    margin-bottom: 50px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

header .subtitle {
    font-size: 22px;
}

header .fa-chevron-circle-down {
    margin-right: 5px;
}

@media (min-width: 768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 24px;
    }

    header .header-content .header-content-inner p.title {
        font-weight: 300;
        font-size: 44px;
        line-height: 80px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media (min-width: 992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240, 95, 64, 0.9);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: var(--primary-button);
}

.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.btn {
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
}

.btn-default {
    border-color: var(--secondary);
    color: #000 !important;
    border-width: 1px;
    border-style: solid;
    background-color: var(--secondary);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: var(--primary-button-dark);
    color: #000;
    background-color: var(--primary-button-dark);
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #e3c038;
    background-color: #e3c038;
    color: #000;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    text-decoration: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: var(--primary-button-dark);
    color: #000;
    background-color: var(--primary-button-dark);
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: var(--primary-button);
    background-color: var(--primary-button);
}

.btn-primary .badge {
    color: var(--primary-button);
    background-color: #fff;
}

.btn-info {
    border-color: #d0d0d0;
    color: #000;
    background-color: #d0d0d0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #aaa;
    color: #000;
    background-color: #aaa;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

.btn-success {
    background-color: #4ca30a;
    border-color: #4ca30a;
    text-decoration: none !important;
}

.btn-success:hover {
    background-color: #3a7d07;
    border-color: #3a7d07;
}

.discord-button {
    margin-top: 10px;
}

.discord-button img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

#map {
    height: 500px;
    overflow: visible;
    position: relative;
}

#mce-error-response {
    margin-top: 20px;
    padding: 12px;
    background-color: var(--primary-button);
    color: #555;
}

#mce-success-response {
    margin-top: 20px;
    padding: 12px;
    background-color: #82d10a;
    color: #555;
}

#mce-error-response a,
#mce-success-response a {
    color: #555;
}

/* Modal */
.modal-content {
    border-radius: 0;
}

.modal h4 {
    font-weight: bold;
}

/* Hero */
.hero-image {
    max-height: 25vh;
    max-width: 90vw;
}

.gather-town-link {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 767px) {
    .gather-town-link {
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px;
        letter-spacing: normal;
        font-weight: 700;
    }
}

.gather-town-link i {
    margin-right: 20px !important;
}

.join-us {
    color: var(--primary-button);
    font-weight: bold;
    font-size: 30px;
    margin-top: 40px;
}

/* About */
#about hr,
#junior-bootcamp hr {
    border-color: var(--primary-button);
    border-width: 2px;
}

#about hr:first-of-type,
#junior-bootcamp hr:first-of-type {
    border-color: #000;
    border-width: 3px;
}

#about p.text-faded {
    font-size: 16px;
}

/* Sponors */
#sponsors,
#sponsors h2,
#sponsors h3,
#sponsors p,
#sponsors a:not(.btn) {
    color: #000;
}

.sponsors p {
    font-size: 16px !important;
    color: #000;
}

.sponsors img {
    max-width: 250px;
    width: 80%;
    margin-bottom: 20px;
}

.sponsors img.prio1 {
    max-width: 400px;
    width: 80%;
}

.sponsors img.prio3 {
    max-width: 250px;
    width: 80%;
}

.sponsors img.prio4 {
    max-width: 150px;
    width: 80%;
}

.sponsors img.prio5 {
    max-width: 180px;
    width: 80%;
}

.sponsors a img {
    transition: all 0.4s ease-in-out;
}

.sponsors a img:hover {
    transform: scale(1.1);
}

.sponsor {
    padding-top: 40px;
    margin-top: -40px;
}

.sponsor-type {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26.4px;
    font-weight: lighter;
}

.sponsor-overview h3.sponsor-type {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sponsor-logo {
    margin-top: auto;
    margin-bottom: auto;
}

/* Speakers */
.sessions .row {
    padding-top: 30px;
    margin-top: -30px;
}

.sessions .text-muted,
.sessions .text-muted p,
.speakers .text-muted {
    font-size: 16px;
}

.streaming-link {
    border-radius: 30px;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.sessions .bio {
    font-weight: 300;
}

.sessions .btn-info,
.schedule-session .btn-primary {
    margin-right: 10px;
}

.sessions h4,
.schedule-session h4 {
    margin-top: 30px;
}

.sessions .avatar img,
.speakers .avatar img,
.speaker .avatar img,
.schedule-speaker .avatar img {
    width: 100%;
    max-width: 160px;
    border-radius: 50%;
    margin-top: 20px;
    box-shadow: 2px 2px 15px 7px rgba(0, 0, 0, 0.05);
}

.modal-dialog .speaker .avatar img {
    float: right;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.modal-dialog .bio,
.modal-dialog .bio p {
    font-size: 15px;
}

.schedule-speaker .avatar img {
    float: right;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.speakers .speaker {
    cursor: pointer;
}

.speaker {
    margin-bottom: 20px;
}

.speaker .link {
    margin-bottom: 2px;
    overflow: hidden;
}

.speaker .link i {
    margin-right: 10px;
}

.speaker .sessions a {
    font-size: 14px;
}

/* Contact */
#contact h3 {
    font-size: 20px;
}

#contact p {
    font-size: 15px;
}

#mc_embed_signup input[type="submit"] {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.discord-link img {
    width: 22px;
}

.email-link,
.discord-link {
    line-height: 28px;
}

.discord-link img,
.email-link i {
    margin-right: 8px;
}

/* Schedule */
#schedule .btn-default {
    margin-top: 20px;
    margin-bottom: 20px;
}

.schedule {
    margin-top: 20px;
}

.schedule td.visible-xs,
.schedule th.visible-xs {
    display: none !important;
}

.schedule th {
    white-space: nowrap;
}

.schedule tr.service-session td {
    background-color: rgba(255, 255, 255, 0.1);
}

.schedule td.service-session {
    font-size: 16px;
    vertical-align: middle;
}

.schedule .service-session-time {
    margin-right: 15px;
}

.schedule .session {
    font-size: 15px;
}

.schedule .session .label {
    margin-right: 5px;
    display: block;
    margin-bottom: 8px;
    text-align: left;
}

.schedule .session-link {
    cursor: pointer;
}

.schedule .session a {
    text-decoration: none;
}

.schedule .timeslot {
    font-size: 12px;
    /* opacity: 0.66; */
}

.schedule .language,
.sessions .language {
    float: right;
    font-weight: 300;
    margin-top: 1px;
}

.schedule .speaker {
    padding-top: 10px;
    font-size: 12px;
}

.schedule .speaker span[onclick] {
    cursor: pointer;
}

.schedule .speaker span[onclick]:hover,
.schedule .session a:hover {
    text-decoration: underline;
}

.schedule .calendar {
    padding-top: 10px;
    font-size: 12px;
}

.schedule .calendar a {
    cursor: pointer;
}

.schedule .calendar a:hover {
    text-decoration: underline;
}

.schedule tr {
    height: 1px;
}

.schedule td {
    height: inherit;
}

.schedule .links,
.sessions .links {
    margin-block-end: 1em;
}

.schedule .links a,
.sessions .links a {
    line-height: 1.6em;
}

.schedule .links a {
    font-size: 12px;
}

.schedule .streaming-link,
.sessions .streaming-link {
    /* text-align: center; */
    cursor: pointer;
}

.schedule .streaming-link a,
.sessions .streaming-link a {
    padding: 2px 10px;
    border-radius: 10px;
    background-color: #2980b9;
}

@-moz-document url-prefix() {
    /* Add CSS here */
    .schedule td.session > div {
        grid-template-rows: auto auto auto 1fr auto;
    }
 }



#schedule .changed-sessions p {
    font-size: 15px;
}

.sessions .links a {
    font-size: 14px;
}

.schedule-junior .calendar-link {
    margin-top: 10px;
    margin-bottom: 10px;
}

.schedule-junior .btn {
    margin-right: 20px;
}

.btn i,
.schedule .links a i,
.sessions .links a i,
.sessions .calendar-link a i,
.schedule-session .links a i,
.schedule-junior a i {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .schedule:not(.schedule-junior) tr td:first-of-type {
        font-weight: bold;
        background-color: #444;
    }

    .schedule td.visible-xs,
    .schedule th.visible-xs {
        display: block !important;
    }
}

.footer-content {
    padding-left: 0;
}

.footer-content li {
    list-style-type: none;
}

.covid {
    color: yellow;
}

/* schedule junior */
#schedule-junior .description,
#schedule-junior .description p {
    font-size: 15px !important;
}

#schedule-junior .streaming-link {
    font-size: 14px;
    padding: 2px 10px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}

.junior-bootcamp p {
    font-size: 16px;
}

/* single page */
.single-page h2:not(.section-heading) {
    text-align: center;
    margin-top: 0;
}

.single-page h2:not(.section-heading)::after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--primary);
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-page p,
.single-page li {
    font-size: 16px;
    color: rgb(119, 119, 119);
}

figure.flex {
    margin-bottom: 20px;
}

figure.flex img {
    width: 100%;
}
