html {
    font-size: 18px;
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Mulish';
    margin-bottom: 60px;
}

header {
    background-color: #6100FF;
}

h1 {
    font-weight: 900;
    color: #6100FF
}
h3 {
    font-weight: 600;
    color: #6100FF
}

a {
    color: #6100FF;
}

.font22 { font-size: 32px; }

.w200px { width: 200px; }
.w300px { width: 300px; }
.w400px { width: 400px; }

.carepool-blue { color: #6100FF; }
.dark-text { color: #333; }
.bg-carepool-blue { background-color: #6100FF; }
.bg-carepool-blue-full { box-shadow: 0 0 0 100vmax #6100FF; clip-path: inset(0 -100vmax); }
.bg-carepool-pink { background-color: #FFE9D9; }
.bg-carepool-pink-full { box-shadow: 0 0 0 100vmax #FFE9D9; clip-path: inset(0 -100vmax); }
.city-field { display: none; }

.error-border { border: 1px solid #D3008B; }

.btn { border-radius: 2rem; }
.btn-primary { background-color: #6100FF; border-color: #6100FF; }
.btn:hover { background-color: #6100FF; }
.btn-outline-primary { border-color: #6100FF; }
