/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Special+Elite&display=swap');

body {
    box-sizing: border-box;
    background-color: #fff;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: "Special Elite", system-ui;
    vertical-align: middle;
}

main {
    position: relative;
    padding: 20px;
}

.bg-image {
    z-index: -1;
    position: absolute;
    top: 20px;
    right: 50%;
    transform: translate(50%, 0);
}

.bg-image > i {
    color: #fafafa;
    display: inline-block;
    width: 50%;
    font-size: 300px;
    line-height: 300px;
}

h1, h2, h3 {
    text-align: center;
}

h1 {
    margin: 20px 0 20px 0;
    padding: 20px 0;
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
}

p {
    text-align: center;
}

a {
    text-decoration: none;
}

gmp-map {
    width: 100%;
    height: 400px;
}

.form-small {
    max-width: 400px;
    margin: 0 auto;
}

.form-control {
    padding-top: 14px;
}

.text-muted {
    color: #aaa !important;
}

.image {
    border: 1px solid #ddd;
    border-radius: 20px;
}

.card-header {
    padding-top: 22px;
}

.card-img {
    aspect-ratio: 1;
    width: 100%;
    overflow: hidden;
    background: #f8f9fa;
    object-fit: contain;
}

label {
    font-weight: bold;
}

.btn {
    padding: 14px 30px 8px 30px;
    border-radius: 50px;
    /*background-image: linear-gradient(-5deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0.0) 100%);*/
}

.nav-link.active {
    text-decoration: underline dotted;
    text-underline-offset: 6px;
}
