/* Overwrites AB */
html {
    overflow-y: scroll;
}

body {
    hyphens: auto;
}

::selection {
    background-color: var(--bs-secondary) ;
    color: white;
}

sup,
sub {
    line-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

.bg-blur {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.lead {
    font-weight: 400;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: "Cinzel", serif;
}

a,
a:visited {
    text-decoration: none;
}

.btn {
    background-color: transparent;
    border: var(--bs-primary) 1px solid;
    color: var(--bs-primary);
}

.text-justify {
    text-align: justify;
}

.address1 {
    text-align: center;
    padding: 10px 0 3rem;
}

.address2 {
    text-align: center;
}

@media (min-width: 768px){
    .address1 {
        text-align: right;
        padding: 0 2rem 2rem 0;
    }

    .address2 {
        text-align: left;
    }
}

img {
    width: 100%;
    height: auto;
}

.modal-content {
    border-radius: 0!important;
}
