html {
    font-size: 100%;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Sans;
    background-color: gray;
    padding-left: 5%;
    padding-right: 5%;
}

@media screen and (max-width: 900px) {
    body {
        padding: 0;
    }
}

#header {
    background: linear-gradient(to bottom, transparent, 80%, #ddcfbb), url("img/header-background.png");
    background-position: center;
    text-align: center;
    padding: 1.25rem;
}

.logo-container {
    position: relative;
}

.logo-text {
    position: absolute;
    top: 1.8rem;
    left: 0;
    width: 100%;
    font-size: xxx-large;
    font-weight: 900;
    font-variant-caps: petite-caps;
    color: yellow;
    -webkit-text-stroke-width: thin;
    -webkit-text-stroke-color: black;
}

@media screen and (max-width: 56rem) {
    .logo-text {
        font-size: xx-large;
        -webkit-text-stroke-width: thin;
    }
}

#content {
    background-color: #decfbcff;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
}

#tagline {
    text-align: center;
    font-size: large;
}

#call_us {
    text-align: center;
    vertical-align: middle;
    font-size: 2rem;
    font-weight: bold;
}

#services {
    background-color: #a25f38a2;
    border-radius: 1rem;
}

#services h3 {
    margin-bottom: 0;
}

#services ul {
    margin-top: 0;
}

#insurance p {
    font-size: 1.5rem;
    text-align: center;
    border-radius: 1rem;
    background-color: yellow;
    border-style: solid;
    padding: 0.626rem;
    margin-top: 0;
}

#sb_contact {
    font-weight: bold;
    /* font-size: 1.2rem; */
    font-size: large;
    color: yellow;
    border-radius: 1rem;
    background-color: #b3303b;
    /* -webkit-text-stroke-width: thin;
    -webkit-text-stroke-color: black; */
}

#sb_contact div {
    padding: 1rem;
}

#sb_contact p {
    margin: 0;
}

#sb_contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#testimonials {
    background-color: white;
    border-radius: 1rem;
    min-height: 16rem;
    margin-bottom: 5%;
}

#map {
    margin-top: 5%;
    /* width: 100%;
    align-items: center; */
    /* margin-left: 20%;
    margin-right: 20%; */
}

#map img {
    max-width: 80rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer {
    background-color: #a25f38a2;
    padding-left: 5%;
    padding-right: 5%;
}

.center {
    text-align: center;
}

@font-face {
    font-family: "cedarville-cursive";
    src: url("font/cedarville-cursive/cedarville-cursive.ttf") format("truetype");
}

@font-face {
    font-family: "otto";
    src: url("font/otto/otto.ttf") format("truetype");
}

@font-face {
    font-family: "qd-comic-sans";
    src: url("font/qd-comic-sans/qd-comic-sans.ttf") format("truetype");
}

@font-face {
    font-family: "sacramento";
    src: url("font/sacramento/sacramento.ttf") format("truetype");
}

@font-face {
    font-family: "terrible-cursive";
    src: url("font/terrible-cursive/terrible-cursive.ttf") format("truetype");
}