@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
  box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  margin: 0;
  font-family: "Nunito";
  text-align: center;
  background: #49a5fe;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 30%;
  height: auto;
}

@media (max-width: 768px) {
  img {
    width: 100%; /* Adjust as needed for your design */
    padding: 0px;
    margin: 0px;
  }
}

a {
  color: #fff
}

.topbarvf {
  display: block;
  padding-right: 30%;
  padding-left: 27%;
  overflow: hidden;
  background-color: #2378c9;
}

.sloganvf {
  font-weight: 700;
  float: left;
  text-align: center;
}

.numerovf {
  font-weight: 700;
  float: right;
  text-align: center;
}

.navigation {
  padding: 30px;
}

.content {
  margin-top: 7em;
  margin-bottom: 2em;
}

h2 {
  margin-top: 3em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

h3 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.services-grid {
  margin: 0 auto;
  padding: 25px;
  max-width: 90vh;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.div-grid {
  background-color: #2584de;
  border-radius: 15px;
  padding: 2em;
  text-align: center;
}

.contactsection {
  text-align: center;
  align-content: center;
}

.contacttitle {
  padding-top: 25px;
  padding-bottom: 20px;
}

.contact {
  justify-content: center;
  display: grid;
  margin: 0 auto;
  max-width: 90vh;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 10px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.box {
  text-align: center;
  color: #fff;
  padding: 20px;
  font-weight: 400;
}

.icon {
  text-align: center;
}

.infocontact {
  margin-top: 0;
  font-weight: 900;
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.footer {
  padding: 30px;
  font-size: 14px;
}

.paddingservices {
  padding-bottom: 15px;
}

.smallfont {
  font-size: 12px;
}