@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
}

.list li {
  list-style-type: none;
}

.navbar-nav li {
  font-size: 15px;
  margin-left: 8px;
}

.navbar-nav li a {
  color: white;
}

.navbar-nav li:hover {
  border-bottom: 1px solid #618ce1;
}

.containerr {
  background-color: #0e2023;
  color: white;
  padding: 40px;
}

.list li a {
  text-decoration: none;
  color: white;
  position: relative;
  right: 25px;
}

.list li a:hover {
  border-bottom: 2px solid white;
}

.footer {
  font-size: 13px;
}

.footer h6 {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.assistance {
  width: 100%;
  padding: 100px 0;
  background-color: #0d2351;
  color: white;
  text-align: center;
}

.assistance2 {
  width: 100%;
  padding: 30px 0;
  background-color: #618ce1;
  color: white;
  text-align: center;
}

.assistance3 {
  width: 100%;
  padding: 30px 0;
  background-color: #618ce1;
  margin-top: 3%;
  color: white;
  text-align: left;
}

.landing {
  width: 100%;
  padding: 130px 0 60px;
  background-color: #313c52;
  color: white;
  text-align: left;
}

.landinghome {
  padding: 300px 0;
  background-image: url("../images/printhassist-banner.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.data-services-img {
  padding: 200px 0;
  background-image: url("../images/data-services.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.cloud-computing-img {
  padding: 200px 0;
  background-image: url("../images/cloud-computing.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.cyber-security-img {
  padding: 200px 0;
  background-image: url("../images/cyber-security.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.managed-it-img {
  padding: 200px 0;
  background-image: url("../images/managed-it.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-us-img {
  padding: 200px 0;
  background-image: url("../images/contact-us.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.privacy-policy-img {
  padding: 200px 0;
  background-image: url("../images/privacy-policy.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.terms-of-services-img {
  padding: 200px 0;
  background-image: url("../images/terms-of-services.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us-img {
  padding: 200px 0;
  background-image: url("../images/about-us.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.disclaimer-img {
  padding: 200px 0;
  background-image: url("../images/disclaimer.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.assis {
  font-size: 20px;
}

.fixed-footer {
  background-color: #618ce1;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.fixed-footer p a {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 7px;
  color: white;
  text-decoration: none;
}

@media (max-width: 500px) {
  .banner img {
    height: 150px;
  }

  .images {
    height: 300px;
  }

  .main img {
    margin-top: 15%;
  }
}