@media (min-width: 990px) {
    .link-fancy-2 {
        font-size: 45px !important;
        font-weight: 900 !important;
    }

    .text-purple,
    .h1-home {
        font-size: 65px !important;
    }

    .text-yellow {
        font-size: 75px !important;
    }

    #logo-main {
        max-width: 80px;
    }


    .navbar {
        height: 100px !important;
    }
    ul.main-nav>li .single-word-inner {
        font-size: 65px !important;
    }



}

.display-1 {
    font-size: 30px !important;
}

@media (max-width: 768px) {
    .text-purple,
    .h1-home {
        font-size: 35px !important;
    }
    ul.main-nav>li .single-word-inner {
        font-size: 28px !important;
    }
}
