@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Raleway:wght@500;700&display=swap');

body {
    font-family: 'Raleway', sans-serif;
}

.nav-item a {
    display: none
}

.displayDiv h1 {
    font-size: 30px;
}

.displayDiv p {
    font-size: 16px;
}

.card-titulo, h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.card-texto {
    font-family: 'Raleway', sans-serif;
}

body, html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    background-color: white;
}

.card-wrapper {
    margin: 5% 0;
}

.custom-circle-image {
    width: 20vw;
    height: 20vw;
}

.custom-circle-image img {
    object-fit: cover;
}

.card-title {
    letter-spacing: 1.1px;
}

.card-text {
    font-family: MerriweatherRegular;
    font-size: 22px;
    line-height: initial;
}

.display1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    height: 520px;
    font-size: large;
}

.desc {
    line-height: 1.6;
}

.background {
    position: absolute;
    z-index: -99;
    height: 100vh;
    width: 100%;
    top: 0;
    object-fit: cover;
}

#displayDots {
    display: none
}

@media (min-width: 800px) {
    .nav-item a {
        display: block
    }
}

@media (min-width: 700px) {

    .displayDiv h1 {
        font-size: 32pt;
    }

    .displayDiv p {
        font-size: 18px;
    }

    .btnConf {
        padding: .5rem 1rem;
        font-size: 1.10rem;
        line-height: 1.5;
        border-radius: .3rem
    }

    .display1 {
        text-align: left;
        justify-content: left;
        height: 100vh;
        padding-top: 50px;
    }

    .desc {
        width: 50%;
    }

    .displayDiv {
        padding-left: 75px !important;
    }

    #displayDots {
        display: none
    }
}