body {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-family: 'Brandon Text';
    font-weight: normal;
    font-size: 1rem;
  }

  a,
  a:hover {
    color: inherit;
    text-decoration: none;
  }

  hr {
    background: #0077FF;
    width: 45px;
    height: 8px;
    margin: 0;
    border: none;
    opacity: 1;
  }

  img {
    max-width: 100%;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    z-index: 999;
    font-size: .7rem;
  }

  .navbar {
    font-size: 1.5em;
  }

  .navbar {
    background-color: transparent !important;
  }

  .nav-link {
      color: white;
  }

  .navbar-nav .nav-link.active {
    border-bottom: 1px solid #0077FF;
    color: white;
  }

  .navbar-nav .nav-link.active2 {
    border-color:  #091C27 !important;
  }

  .nav-link:focus, .nav-link:hover {
      color: white;
  }

  .navbar-toggler {
    filter: brightness(100);
    border: 1px solid white;
    color: white;
  }

  .section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2rem;
  }

  .section-1 {
    background: url("img/bg1.jpg");
    background-size: cover;
    background-position: center center;
  }

  .section-1 img {
    max-width: 45%;
  }

  .section-1 p {
    margin-left: 9%;
    padding-top: 20px;
  }

  .section-1 hr {
    margin-left: 9%;
  }

  .section-2 {
    background-color: #0077FF;
  }

  .section-2 img {
    max-width: 60%;
  }

  .section-2 .content {
      margin-left: 9%;
  }

  .section-2 hr {
      background: #091C27;
  }

  .section-2 h2 {
    color: #091C27;
    font-family: 'TTFirs';
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 3rem;
    padding-top: 10px;
    padding-bottom: 7px;
  }

  .section-2 h2 span {
    color: white;
    display: block;
  }

  .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    color: #fff;
    text-align: left;
    font-size: .9rem;
  }

  .footer ul {
    width: max-content;
    padding: 0;
  }

  .footer ul,
  .footer p {
    margin-left: 9%;
  }

  .footer ul li {
    list-style: none;
    color: inherit;
    transform: rotate(-90deg);
    padding: 15px 0px;
  }

  @media screen and (max-width:900px) {
    
    .brand-logo {
        position: absolute;
        right: 90px;
        top: 12px;
    }

    .navbar-toggler {
        right: 20px;
        top: 8px;
        position: absolute;
    }

    .navbar-nav {
        margin-top: 45px;
    }

    .section-1 p,
    .section-1 hr,
    .section-2 .content,
    .footer ul,
    .footer p {
        margin-left: 0%;
    }

    .section-1 {
        background: url("img/bg1-mobile.jpg");
        background-size: cover;
        background-position: center bottom;
        align-items: start;
        font-size: 1.2rem;
    }

    .section-1 img {
        max-width: 85%;
        margin-top: 70px;
    }

    .section-2 img {
        max-width: 100%;
    }

    .section {
        padding: 20px;
    }

    .section-2 h2 {
        font-size: 2.5rem;
        line-height: 2rem;
    }

  }