* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #ffff;
  font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 1024px) {
  .desktop {
    display: block;
  }
  .mobile,
  .tablet {
    display: none;
  }

  body {
    margin: 0px;
    min-height: 100%;
    padding: 0;
    background-image: url("Assets/Web@2x@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

  .logo {
    position: absolute;
    top: 20%;
    left: 58%;
    height: 35%;
    width: 35%;
  }

  .building {
    position: absolute;
    right: 12%;
    bottom: 8%;
    font-size: 30px;
    text-align: center;
    line-height: 2;
  }

  #soc {
    width: 50px;
    height: 50px;
  }

  #social {
    position: absolute;
    right: 21%;
    bottom: 2%;
  }

  .headlines {
    position: absolute;
    bottom: 10px;
    left: 1%;
    color: #ffff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 10px;
    font-style: italic;
  }

  #one {
    padding-left: 20%;
  }

  #two {
    padding-left: 40%;
  }

  #three {
    padding-left: 60%;
  }

  #four {
    padding-left: 80%;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .mobile,
  .tablet {
    display: block;
  }
  .desktop {
    display: none;
  }

  body {
    min-height: 100%;
    padding: 0;
    background-image: url("Assets/sep09.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

  .maincontainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .logo {
    height: 100%;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .headlines {
    color: #ffff;
    font-size: 2em;
    font-weight: 900;
    letter-spacing: 10px;
    font-style: italic;
    align-self: center;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
  }

  /* #one {
    padding-left: 1%;
  }

  #two {
    padding-left: 6%;
  }

  #three {
    padding-left: 9%;
  }

  #four {
    padding-left: 12%;
  } */

  .building {
    font-size: 2em;
    text-align: center;
    line-height: 2;
    align-self: center;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  #soc {
    width: 4em;
    height: 4em;
  }

  #social {
    align-self: center;
  }
}
