@charset "UTF-8";

.myStackIcon {
    width: 2.5rem;
}

@font-face {
    font-family: luciole;
    src: url("../assets/fonts/Luciole-Regular.ttf");
}

@font-face {
    font-family: luciole;
    src: url("../assets/fonts/Luciole-Bold.ttf");
    font-weight: bold;
}

.ff-luciole {
    font-family: luciole;
}

header.masthead {
    background: url("../assets/img/bg-masthead.jpg") no-repeat center center;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-tagline {
    position: relative;
    /* background-color: #FFBF69; */
    /* background: url("../assets/img/bg-bottom-tagline.jpg") no-repeat center center; */
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 7rem;
    padding-bottom: 5rem;
}


.text-with-image img {
    transform: translateY(-20%);
    margin: 0px 1%;
}


/* .darken-layer {
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
} */


/* #contactButton {
    background-color: red;
    color: white;
    transition: background-color 0.5s ease-in-out;
}

#contactButton:hover {
    background-color: green;
    transition: background-color 0.5s ease-in-out;
} */

#myKeyword {
    color: yellowgreen;
    /* color: #2EC4B6; */
}

.wa-button {
    color: #4cd360;
}

#myKeyword::before {
    content: "data";
    animation: animate infinite 16s;
    /* padding-left: 10px; */
}

@keyframes animate {
    0% {
        opacity: 0;
        content: "data";
    }

    5% {
        opacity: 1;
        content: "data";
    }

    20% {
        opacity: 1;
        content: "data";
    }

    24% {
        opacity: 0;
        content: "data";
    }

    25% {
        opacity: 0;
        content: "IT";
    }

    30% {
        opacity: 1;
        content: "IT";
    }

    45% {
        opacity: 1;
        content: "IT";
    }

    49% {
        opacity: 0;
        content: "IT";
    }

    50% {
        opacity: 0;
        content: "software";
    }

    55% {
        opacity: 1;
        content: "software";
    }

    70% {
        opacity: 1;
        content: "software";
    }

    74% {
        opacity: 0;
        content: "software";
    }

    75% {
        opacity: 0;
        content: "analytics";
    }

    80% {
        opacity: 1;
        content: "analytics";
    }

    95% {
        opacity: 1;
        content: "analytics";
    }

    100% {
        opacity: 0;
        content: "analytics";
    }
}