header h1 {
    font-size: 6rem;
    color: #722e37;
}

header {
    background-image: url();
    background-repeat: none;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 60vh;
}

#serviceheader p {
    font-size: 3rem;
    font-weight: 400;
    border-radius: 15px;
    color: #efdfbb;
    background-color: #722e37;
}

ul {
    font-family: 'Josefin Sans';
    font-weight: 300;
    list-style-type: square;
    padding: 0 2rem;
}

.included {
    list-style-type: none;
}

li ul {
    padding: 0 1rem 0 0;
    margin-top: 0;
}

#servicestopimg {
    flex-grow: 1;
    object-fit: cover;
    object-position: center;
}

.sidebyside h3 {
    margin: 0;
    padding: 0;
    font-size: 3rem;
    color: #722e37;
}

#servicestopcontent {
    height: auto;
}

.sidebyside {
    height: auto;
}

.sidebyside div {
    margin: 0 2rem 0 2rem;
}

.sidebyside h3 {
    padding: 0 2rem 1rem 2rem;
}

#roots .dropdowntitle {
    background-color: #efdfbb;
    margin: 0;
    padding: .5rem 2rem;
    color: #722e37;
}

#seedling .dropdowntitle {
    background-color: #e49e9f;
    margin: 0;
    padding: .5rem 2rem;
}

#buds .dropdowntitle {
    background-color: #722e37;
    margin: 0;
    padding: .5rem 2rem;
    color: #efdfbb;
}

.dropdowntitle h2 {
    margin: 0;
}

.dropdowncontent p {
    font-weight: 300;
}

.packagedropdown .dropdowntitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.dropdowntitle img {
    width: 50px;
}

.packagedropdown img {
    height: 100%;
}

.packagedropdown .dropdowncontent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0;
    margin: 0;
}

.packagedropdown.active .dropdowncontent {
    max-height: 2000px;
    padding: 1rem;
    margin: 1rem 0;
}

.dropdowntitle img {
    transform: rotate(0deg);    
    transition: transform 0.4s ease;
}

.packagedropdown.active .dropdowntitle img {
    transform: rotate(45deg);
}

.dropdownlinks {
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}

.dropdowncontent a {
    list-style-type: none;
    font-family: 'Josefin Sans';
    font-size: 1rem;
    font-weight: 400;
    line-height: .75rem;
    text-decoration: none;
    color: #722e37;
    padding: .75rem;
    border-radius: 15px;
    background-color: #e49e9f;
    width: fit-content;
    margin: 1rem;
}

.dropdowncontent a:hover {
    color: #efdfbb;
    background-color: #555a00;
    width: 100%;
    padding: .75rem;
    text-decoration: none;
    width: fit-content;
    margin: 1rem;
}

#process {
    margin: 4rem 2rem;
}

#process h2 {
    color: #722e37;
    font-size: 2.5rem;
    margin: 0 0 1rem .75rem;
}

#process ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    font-family: 'Josefin Sans';
    list-style-position: inside;
}

#process li {
    padding: 1rem 1rem 0 1rem;
}

#process li::marker {
    font-family: 'Josefin Sans';
    font-size: 2rem;
    color: #722e37;
    font-weight: 900;
    line-height: normal;
}

.processheadings {
    font-weight: 900;
    font-size: 1.5rem;
    color: #722e37;
}
