
@font-face {
    font-family: 'Vectis';
    src: url('../fonts/Vectis.otf') format('opentype');
}
body {
    margin: 0;
    padding: 0;
    background: url('../images/bg.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    position: relative;
}
h1 {font-family:'Vectis', serif;

    font-size: 5em;
    margin: 0.2em 0;
    text-shadow: 1px 1px 4px black;
}
h2 {
    font-size: 1.5em;
    font-weight: normal;
    color: #ddd;
    text-shadow: 1px 1px 3px black;
}
a {
    color: #9cf;
    text-decoration: none;
    margin: 0 10px;
    font-size: 1.2em;
}
a:hover {
    text-decoration: underline;
}
footer {
    margin-top: 2em;
}
#rec-logo {
    margin-top: 1.5em;
    height: 60px;
}
.social-links {
    margin-top: 1em;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.social-links a { display:inline-flex; }
#colibri {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    opacity: 0.85;
}


.social-links img {
  width: 26px;
  height: 26px;
  opacity: 0.9;
}
.social-links img:hover { opacity: 1; }

.email {
  margin-top: 14px;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.email a {
  color: white;
  text-decoration: none;
  opacity: 0.9;
}
.email a:hover { opacity: 1; text-decoration: underline; }

footer { margin-top: 28px; }
#rec-logo { width: auto; max-width: 180px; height: auto; }
.rec-link { margin-top: 8px; font-size: 13px; }
.rec-link a { color: white; opacity: 0.85; text-decoration: none; }
.rec-link a:hover { opacity: 1; text-decoration: underline; }
