@charset "utf-8";

@font-face {
    font-family: 'Arista Pro';
    src: url('../fonts/AristaPro-ExtraLight.woff2') format('woff2'),
        url('../fonts/AristaPro-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

a,
a:focus,
a:hover,
button:focus {
    outline: 0;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'Arista Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    background-image: url(../images/bg.jpg);
    background-position: bottom center;
}

@-moz-document url-prefix() {
    body {
        font-weight: 300 !important;
    }
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: gray;
}

.email-container {
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 3rem;
}

.gallery-item {
    cursor: pointer;
  }

@media (max-width: 500px) {
    .email-container {
        font-size: 2rem;
        position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    }
}