@font-face {
    font-family: Panamaregular;
    src: url(fonts/panamaregular.ttf);
}

* {
    font-family: Panamaregular;
    font-size: 13.5px;
    line-height: 1.3;
}

body {
    font-family: Panamaregular;
    font-size: 13.5px;
    font-weight: 300;
    line-height: 1.3;
    background-color: #dfdfdf;
    color: #000000;
}

.ui-wrapper {
    position: fixed;
    top: 0px;
    pointer-events: none;
    height: 100%;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    box-sizing: border-box;
    z-index: 100;
}
.header-btn-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;

    background-color: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    position: relative;

    font-family: Panamaregular;
    /* font-size: 17px;
  font-weight: 400;
  line-height: 1.3; */

    border-radius: 8px;
    margin-top: 1.1em;
    z-index: 300;

    /* border: 1px solid rgba(162, 162, 162, 0.336); */
}
.header-btn {
    border: none;
    background-color: transparent;
    color: white;
    padding: 9px 30px;
    pointer-events: all;
    cursor: pointer;
}

.header-btn p {
    padding: 0 10px;
}

.header-btn a {
    text-decoration: none;
    color: white;
}

.gap-line {
    color: white;
    font-size: 26px;
    background-color: transparent;
}

.active-btn {
    background-color: #9747ff;
}

/* .header-btn-cont {
  background-color: rgba(255, 255, 255, .15);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  position: relative;
} */

.container {
    width: 60vw;
    height: auto;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 5%;
    background-color: rgba(255, 255, 255, 0.45);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    position: relative;
    z-index: 1;
    overflow: scroll;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7%;
    padding: 3%;
    font-size: 17px;
    line-height: 1.3;
}

.about p {
    margin-bottom: 1em;
}

.about a {
    color: #9747ff;
    /* background-color: #9747ff; */
    text-decoration: none;
}

.experience a {
    color: #000000;
    text-decoration: none;
}

hr.dotted {
    border-bottom: 2px dotted #707070;
    border-top: 0px dotted #707070;
    opacity: 0.3;
    margin-bottom: 1em;
}

.links {
    margin-bottom: 1em;
}

.links a {
    color: #000000;
    text-decoration: none;
}

.experience {
    margin-bottom: 1em;
}

.education {
    margin-bottom: 1em;
}

.footer {
    margin-left: 3%;
    margin-right: 3%;
    height: 5vh;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.knots {
    height: 12vh;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}

info,
a:hover {
    color: #ff9500;
}

@-moz-document url-prefix() {
    * {
        background-color: #dfdfdf;
        color: #000000;
        mix-blend-mode: difference;
    }

    .container {
        background-color: rgba(223, 233, 223, 0.8);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .footer {
        color: #ffffff;
    }
}

@media screen and (min-width: 300px) and (max-width: 600px) {
    body {
        font-family: Panamaregular;
        /* font-size: 0.925em; */
        font-weight: 400;
        line-height: 1.3;
        background-color: #dfdfdf;
        color: #000000;
        mix-blend-mode: difference;
    }

    .container {
        width: 90vw;
        background-color: rgba(223, 233, 223, 0.8);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        margin: auto;
        margin-top: 20%;
        margin-bottom: 3%;
        /* font-size: 18px; */
        border-radius: 30px;
        padding: 4%;
    }

    .header-btn-cont {
        background-color: rgba(223, 233, 223, 0.8);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .header-btn a {
        color: #000000;
    }

    .about a {
        color: #538d17;
    }

    .active-btn {
        background-color: #538d17;
    }

    .footer {
        color: #ffffff;
    }
}
