@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin-top: 3.25rem;
    font-family: 'Fira Sans', sans-serif;
}

img {
    pointer-events: none;
}

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

.anchor {
    margin-top: -3.25rem;
    display: block;
    height: 3.25rem;
    visibility: hidden;
    position: relative;
}

#services .box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#services .box p:nth-child(odd) {
    font-size: 30px;
    display: inline-block;
    margin-right: 15px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

#services .box p:nth-child(even) {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
}

.service-badge {
	font-size: 12px;
}

.checkbox:hover {
    color: white;
}

.timeline-content {
    cursor: pointer;
}

ul {
    text-align: justify;
    list-style-type: disc;
}

li {
    margin-bottom: 7px;
}

.address-stripe p {
    font-size: 20px;
}

.map {
    width: 100%;
    height: 100%;
}