.tp-rightarrow, .tp-bullet, .tp-leftarrow  {
    display: none !important;
}

.text-large {
    font-size: large;
}

.text-xlarge {
    font-size: x-large;
}

.bg-logo {
    background-image: url('../assets/logo.png');
    background-position: center;
    background-size: 50% 50% !important;
    background-repeat: no-repeat;
}

@font-face {
    font-family: 'BigCaslon'; /* Give your font a name to be used in CSS */
    src: url('./BigCaslonMedium/Big Caslon Medium.ttf') format('truetype'); /* Specify the path to your .ttf file */
}

.font-big-caslon {
    font-family: BigCaslon;
}

.unset-opacity {
    opacity: unset !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: BigCaslon;
}

@media (min-width: 320px) {
    #slide-1-layer-07 {
        font-size: 30px !important;
    }
}

@media (min-width: 410px) {
    #slide-1-layer-07 {
        font-size: 40px !important;
    }
}

@media (min-width: 784px) {
    #slide-1-layer-07 {
        font-size: 50px !important;
    }
}

@media (min-width: 1024px) {
    #slide-1-layer-07 {
        font-size: 54px !important;
    }
}