@media (min-width: 1025px) {
  body {
    background-color: #010C1E;
    color: white;
    font-size: 1vw;
  }
  header {
    width: 23.4375%;
    position: absolute;
    margin-left: 6.25%;
  }
  .container {
    background-image:  linear-gradient(#1d5b96, #010C1E);
    overflow-x: hidden;
  }
  .menu {
    color: #6B7A86;
    padding-top: 4%;
    font-size: 2vw;
    font-weight: 500;
    font-family: Helvetica, Arial, sans-serif;
  }
  .menu a {
    color: #eaf3fb;
  }
  .menu a:hover,
  .menu a:visited {
    text-decoration: none;
  }
  .menu-btn {
    display: none;
  }
  .menu ul {
    padding-left: 0em;
    line-height: 1em;
  }
  .menu ul li {
    list-style-type: none;
  }
  .menu ul li.active,
  .menu ul li.active a,
  .menu ul li a:hover {
    color: #e4a024;
  }
  .menu-arrow {
    position: absolute;
    top: 0%;
    width: 25%;
  }
  .menu-arrow img {
    width: 100%;
    height: auto;
  }
  .divider {
    display: none;
  }
  .bg-d {
     visibility: hidden;
  }
  .bg-m {
     display: none;
  }
  .logo-d {
    width: 40%;
  }
  .logo-d img {
    width: 100%;
    height: auto;
  }
  .logo-m {
    display: none;
  }
}

@media (max-width: 1024px) {
  body {
    background-color: #549BDE;
    background-image: linear-gradient(#549BDE, #010C1E);
    color: white;
    font-size: 16px;
  }
  header {
    height: 110px;
    width: 100%;
    position: fixed;
    top: 0px;
    background-color: #0A2034;
  }.container {
    overflow-x: hidden;
  }
  .logo {
    float: left;
    margin: 0px 0px 0px 15px;
  }
  .logo-d {
    display: none;
  }
  .menu-btn {
    float: right;
    padding: 20px 10px 20px 0px;
  }
  .divider {
    clear: both;
  }
  .menu {
    display: none;
    color: #6b7a86;
    padding: 20px 0px 0px 0px;
    font-size: 32px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 200px;
  }
  .menu a {
    color: #6b7a86;
    display: block;
  }
  .menu a:hover,
  .menu a:visited {
    text-decoration: none;
  }
  .menu ul li {
    list-style-type: none;
  }
  .menu ul li.active,
  .menu ul li.active a,
  .menu ul li a:hover {
    color: #e4a024;
  }
  .menu-arrow {
    display: none;
    width: 40px;
    position: absolute;
    top: 0px
  }
  .menu-arrow img {
    width: 100%;
  }
  .bg-d {
      display: none;
  }
  .bg-m {
      visibility: hidden;
  }
}