/* Large screen styles using media query */
@media only screen and (min-width: 1025px) {
  .background-image {
    position: absolute;
    top: 55%;
    left: 50%;
    width: auto;
    height: 750px;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    z-index: -1;
  }

  .logo img {
    width: 420px;
    height: auto;
    margin-top: 40px;
  }

  .maintitle {
    font-size: 30px;
  }

  .partners,
  img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }

  #about-us {
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
  }

  footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    background-color: black;
    text-align: center;
    color: white;
    padding: 2%;
  }

  .dots {
    position: fixed;
    bottom: 0px;
    right: -344px;
    /* left: 29px; */
    z-index: -1;
    position: absolute;
  }

  .aboutinfo {
    font-size: 23px;
  }

  .left-graphic img,
  .right-graphic img {
    height: 553px;
    width: 523px;
  }

  .left-graphic img,
  .right-graphic img {
    height: 553px;
    width: 523px;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
      rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    font-size: 20px;
  }
}
