body {
  margin: 0;
font-family: "europa", sans-serif;
font-size: 20px;
font-weight: 300;
font-style: normal;
}

h1 {
  margin: 0 0 20px 0;
  font-family: "europa", sans-serif;
  font-size: clamp(32px, 6vw, 50px);
  font-weight: 300;
  font-style: normal;
}

h3 {
  margin: 10px 0;
    font-family: "europa", sans-serif;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 300;
  font-style: normal;
}
 

.logo { 
    width: 180px;
    height: auto;  
    position: absolute;  
    top: 80px; 
    left: 150px; 
} 

.hero-image {
  background: url(images/background13.jpg) no-repeat center;
  background-size: cover;
  height: 800px;
  position: relative;
}

/* Desktop */
.hero-text {
  position: absolute;
  top: 70%;
  left: 10%;                    
  transform: translateY(-50%);  
  color: white;
  text-align: left;
  max-width: 600px;
}

/* Tablets */
@media (max-width: 1024px) {
  .hero-text {
    left: 3%;   
    top: 75; 
    padding: 20px;   
  }

}

/* Mobile */
@media (max-width: 600px) {
  .hero-text {
    left: 35%;         
    transform: translate(-50%, -50%);
    text-align: left;
    padding: 20px;
  }

    footer {
    font-size: 16px; /* smaller text for mobile */
  }

  .logo {
        width: 180px;
    height: auto;  
    position: absolute;  
        top: 80px; 
    left: 35px; 
  }

    footer h2 {
    font-size: 16px; /* smaller size for phones */
    }

  }


footer {
            display: flex;
            justify-content: space-around;
            background-color: #333;
            color: #fff;
        }

        .column {
            width: 50%;
        }

        h2 { 
          font-size: 20px;
            font-weight: 300;
        }

        ul {
            list-style-type: none;
            padding: 20px;
        }

        li {
            margin-bottom: 5px;
        }

.social-icons {
  text-align: right;
  margin-top: 35px;
}


.social-icons a{
    display: right;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: right;
    line-height: 0px;
    border-radius: 0%;
    margin-right: 10px;
    margin-bottom: 100px;
    transition: all 0.5s ease;
}
.social-icons a:hover {
    color: #c3c3c3;          
}

a:link {
  text-decoration: none;
      color: #fff;
}

a:visited {
  text-decoration: none;

}

a:hover {
  text-decoration: none;

}

a:active {
  text-decoration: none;

}