@font-face {
  font-family: "HelveticaNeueGreek";
  src: url("../assets/fonts/HlGrCnRg.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "HelveticaNeueGreek";
  src: url("../assets/fonts/HlGrMd__.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "HelveticaNeueGreek";
  src: url("../assets/fonts/HelveticaNeueGreek Light.otf") format("truetype");
  font-weight: 300;
}
body {
  font-family: "HelveticaNeueGreek", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

h1 {
  font-weight: 400;
}

.navbar{
  height: 7rem;
  display: flex;
  justify-content: space-around;
  background-color: rgb(166, 166, 166);
      max-width: 856px;
    margin: 0 auto 2rem auto;
}

.nav-link{
  text-decoration: none;
  color: #424242;
  font-size: 1.3rem;
}
.nav-link:hover, .nav-link:active{
  color: #111;
  font-size: 1.4rem;

  transition: all .3s ;
}

.img-txt {
  padding: 1rem 0 ;
}
.img-txt .logo {
  margin-bottom: 1rem;
}
.img-txt .logo img {
  width: auto;
  max-width: 205px;
}
.img-txt .img-wrap {
  max-height: 385px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.img-txt .img-wrap img {
  max-height: 420px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-txt .logo,
.img-txt .img-wrap {
  text-align: center;
}
.img-txt .row {
  justify-content: center;
}
.img-txt p {
  font-weight: 300;
  opacity: 0.6;
}

.footer-logo {
  text-align: center;
}
.footer-logo img {
  max-width: 350px;
}

.larger{
  max-width: 10rem;
}

footer {
  padding: 20px 0 35px;
}
footer .row {
  justify-content: center;
}

.larger-footer-content{
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  h1 {
    font-size: 25px;
  }
}/*# sourceMappingURL=styles.css.map */

.contact-info{
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}

.contact-title{
  font-size: 1.5rem;
}

.tel, .email {
  color: rgb(55, 111, 244);
}

.attached-files{
  margin-top: 2rem;
  display: grid;
  grid-template-rows: repeat(2, auto);
  gap: 0.5rem;
}

.attached-files-body{
  display: flex;
}

.strong-txt{
  font-weight: 700;
  color: black;
}