html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.2;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: dm-sans;
    src: url(./media/dm_sans/DMSans-VariableFont_opsz\,wght.ttf);
}

body {
    font-family: dm-sans, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
}

#first-section {
    background-repeat: no-repeat;
    background-image: url(./media/rainyla.jpg);
    background-size: cover;
    background-position: top;
    height: 550px;
}

header {
    color: #f2f2f2;
    display: flex;
    gap: 30px;
    height: auto;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0px 15px 0px;
}

header img {
    width: 160px;
    margin-left: 0;
}

header div {
    margin: auto;
    text-align: center;
}

.scheduling header div {
    padding-right: 180px;
}

header div h1 {
    margin: 0px 0px 5px 0px;
    text-align: center;
    margin-left: -65px;
    font-style: italic;
}

header div p {
    margin: 8px 0px 0px 0px;
    text-align: center;
    margin-left: -65px;
}

header a {
    margin-right: 40px;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #dc9600;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.cta-button:hover {
    background-color: #c38704;
}

nav {
    height: auto;
    background: #f2f2f2;
    padding: 10px 0px 10px 0px;
}

nav ol {
    width: 575px;
    display: flex;
    gap: 25px;
    margin: auto;
}

nav ol a {
    color: #202020;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    margin: auto;
}

nav ol a:hover {
    color: #dc9600;
}

#subpage #first-section {
    height: 300px;
}

#page-title {
    color: #f2f2f2;
    font-weight: bold;
    font-size: 40px;
    margin: 80px 0px 0px 10px;
}

.calendly-inline-widget {
    background-color: #202020;
}

.scheduling .cta-button {
    display: none;
}

#service {
    color: #f2f2f2;
    text-align: center;
    font-size: 16px;
    margin: 120px auto 0 auto;
    width: 335px;
    background-color: rgba(20, 20, 20, 0.8);
    padding: 15px;
    border-radius: 10px;
}

.service-list {
    display: flex;
    justify-content: center;
    margin: 10px 30px 0px 0px;
    align-items: center;
}

.check-mark {
    height: 40px;
    margin: auto 5px auto 0px;
}

#call-now {
    color: #f2f2f2;
    background-color: #222222;
    gap: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

#call-now h3 {
    margin: 0px 0px 0px auto;
    font-size: 20px;
    font-weight: bold;
}

#call-now a {
    margin: 0 auto 0 0;
}

#how {
    color: #222222;
    height: auto;
    background-color: #f2f2f2;
    padding: 10px 30px 50px 30px;
    font-size: 20px;
    text-align: center;
}

#how h2 {
    font-size: 30px;
    margin: 40px;
    font-weight: bold;
}

#contact-body {
    background-color: #222222;
    padding: 100px 0px 100px 0px;
    color: #f2f2f2;
    text-align: center;
}

#contact-body h2 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 80px;
}

#contact-body p {
    font-size: 20px;
    text-decoration: none;
}

#aboutus-body {
    background-color: #222222;
    padding: 100px 50px 100px 50px;
    color: #f2f2f2;
}

#aboutus-body h2 {
    font-size: 30px;
    line-height: 45px;
}

#aboutus-body p {
    margin-top: 15px;
}

#reviewus-body {
    background-color: #222222;
    padding: 100px 0px 100px 0px;
    color: #f2f2f2;
    text-align: center;
}

#reviewus-body h2 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 80px;
}

#reviewus-body #review-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0px 15% 0px 15%;
}

#review-links img {
    width: 100px;
}

#steps {
    display: flex;
    gap: 20px;
    margin-top: 80px;
    height: auto;
    justify-content: center;
    color: #222222;
}

#steps div {
    background-color: #f2f2f2;
    box-shadow: 0px 0px 40px rgb(199, 199, 199);
    width: 350px;
    height: auto;
    text-align: center;
    display: flex;
    gap: auto;
    flex-direction: column;
}

#steps div h3 {
    font-size: 20px;
    margin: 20px 0px 0px 0px;
}

#steps div h2 {
    font-size: 26px;
    margin: 5px 0 15px 0px;
    font-weight: bold;
}

#steps div p {
    margin: auto 10px auto 10px;
    font-size: 16px;
}

.service-img {
    width: 100%;
    border-radius: 0px;
    margin: 20px 0px 0px 0px;
}

#reasons {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 20px 80px 20px;
    gap: 20px;
    height: auto;
    justify-content: center;
    color: #222222;
}

#reasons div {
    background-color: #f2f2f2;
    box-shadow: 0px 0px 60px rgb(199, 199, 199);
    width: 300px;
    height: auto;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    padding: 4px 10px 10px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: auto;
}

#reasons img {
    width: 100px;
    margin: 30px auto 0px auto
}

#reasons div h3 {
    font-size: 22px;
    margin: 10px 0 15px 0px;
    font-weight: bold;
}

hr {
    margin: 0px 120px 15px 120px;
    border-width: 2px;
    border-style: solid;
    border-color: #dc9600;
}

#reasons div p {
    margin: 0px 15px 10px 15px;
    font-size: 16px;
}

footer {
    background-color: #222222;
    color: #f2f2f2;
    padding: 30px 0px 10px 0px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-decoration: none;
}

footer>* {
    margin: auto;
    text-align: center;
}

.carousel {
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-left: 2%;
    margin-right: 2%;
}

.carousel-item {
    position: absolute;
    width: 100%;
    left: 100%;
    right: 100%;
    align-content: center;
    text-align: center;
}

.carousel-item.active {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .75s ease-out;
}

@media only screen and (max-width: 680px) {
    #first-section {
        height: 550px;
    }

    #subpage #first-section {
        height: auto;
    }

    header {
        flex-direction: column;
        gap: 20px;
        padding: 10px 0px 15px 0px;
    }

    header img {
        display: none;
    }

    .scheduling header div {
        padding-right: 0px;
    }

    nav {
        padding: 10px 10px 10px 10px;
    }

    nav ol {
        width: auto;
        gap: 10px;
    }

    nav ol a {
        font-size: 2.5vw;
    }

    header div {
        margin: auto;
        text-align: center;
    }

    header div h1 {
        margin: 0px 0px 0px 0px;
        margin-left: 0px;
    }

    header div p {
        margin: 8px 0px 0px 0px;
        text-align: center;
        margin-left: 0px;
    }

    header a {
        margin-right: 0px;
    }

    #subpage #page-title {
        padding-bottom: 10px;
    }

    #service {
        margin: 80px auto 0 auto;
    }

    #call-now {
        gap: 15px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 110px;
    }

    #call-now h3 {
        margin: 0px 0px 0px 0px;
        font-size: 20px;
        font-weight: bold;
    }

    #call-now a {
        margin: 0 0 0 0;
    }

    #steps {
        flex-direction: column;
        gap: 15px;
        height: auto;
        justify-content: center;
        align-items: center;
    }

    #aboutus-body h2 {
        font-size: 6vw;
    }

    #contact-body h2 {
        font-size: 6vw;
    }

    #reviewus-body h2 {
        font-size: 6vw;
    }
}