body {
  width: 1280px;
  height: auto;
  font-family: 'Open Sans', sans-serif;
}

#border-box {
  border-top: 2px solid grey;
  border-right: 2px solid grey;
  margin-top: 2%;
  margin-right: 2%;
  margin-left: 2%;
  display: flex;
}

.futuristic-office {
  width: 90%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 2px;
  margin-left: 2%;
}

.futuristic-office img {
  width: 800px;
  height: auto;
}

.futuristic-office h1 {
  font-size: 2.10em;
  margin-top: 1.6%;
}

.futuristic-office p {
  font-size: 1em;
  margin-top: 3%;
}

.futuristic-office h3 {
  color: white;
  font-size: 1em;
  width: 120px;
  height: 25px;
  text-align: center;
  background-color: #4D4D4D;
  margin-right: 20px;
  margin-top: 18px;
  margin-bottom: 40px;
}

.nav {
  display: none;
}

.top-stories {
  margin-top: 50px;
  margin-right: 30px;
  margin-left: 80px
}

.top-stories h2 {
  font-size: 1.25em;
  font-weight: bold;
}

.top-stories ul {
  list-style: none;
  font-size: .9em;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    width: 990px;
    height: auto;
  }
  #border-box {
    border-top: 2px solid grey;
    border-right: 2px solid grey;
    border-bottom: 2px solid grey;
    margin-top: 2%;
    margin-right: 10%;
    margin-left: 2%;
    margin-bottom: 2%;
    display: flex;
  }
  .top-stories {
    display: none;
  }
}

@media (max-width: 767px) {
  body {
    width: 766px;
    height: auto;
  }
  #border-box {
    border-top: 2px solid grey;
    border-right: 2px solid grey;
    margin-top: 2%;
    margin-right: 10%;
    margin-left: 2%;
    /*margin-bottom: 2%;*/
    display: flex;
  }
  .top-stories {
    display: none;
  }
  .futuristic-office {
    width: 80%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 2px;
    margin-left: 10%;
  }
  .futuristic-office img {
    width: 550px;
    height: auto;
  }
  .futuristic-office h1 {
    font-size: 2.00em;
    margin-top: 1.6%;
  }
  .futuristic-office p {
    font-size: 1em;
    margin-top: 3%;
  }
  .futuristic-office h3 {
    color: white;
    font-size: 1em;
    width: 120px;
    height: 25px;
    text-align: center;
    background-color: #4D4D4D;
    margin-right: 30px;
    margin-top: 18px;
    margin-bottom: 40px;
  }
  .nav {
    background-color: #4D4D4D;
    margin-right: 10%;
    margin-left: 3%;
    display: flex;
  }
  .nav .menu-box {
    justify-content: space-between;
    width: 50%;
    margin-right: 80px;
    margin-left: 70px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .nav h4 {
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 10px;
  }
  .nav ul {
    list-style: none;
    padding-right: 45%;
    color: white;
    font-size: .8em;
  }
}
