body {
    margin: auto;
    font-family: lora, Roboto, Verdana, Geneva, Tahoma, sans-serif;

    font-size: 1.25rem;
    /*font-weight: 300;*/
    /*max-width: 80%;*/
    background-color: #f9eee5;
}

main {
    margin: auto;
    /*font-family: "Open-Dyslexic", Arial, Helvetica, sans-serif;*/
    /*max-width: 80%;*/
    max-width: 80rem;
    color: #87371a;
}

/*
footer {
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
}
*/

h1 {
    text-align-last: center;
}

input {
    text-align-last: center;
}

input,
textarea {
    width: 100%;
    min-height: 2em;
    margin: 0.1em auto 0 auto;
    font-size: 1em;
}

form {
    text-align: center;
    max-width: 25rem;
    min-width: 15rem;
    margin: auto;
    border: none;
}

input[type="submit"] {
    display: block;
    width: 25%;
    margin: 0 auto;
    height: 2.5em;
    font-size: 1.2rem;
    background-color: #cc6147;
    /*border-color: white;*/
    border: none;
    border-radius: 20px;
    min-width: 158px;
    color: white;
    font-family: Georgia, Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1px;
    box-shadow: 5px 5px 15px grey;
}

input[type="submit"]:hover {
    translate: 3px 2px;
}

fieldset {
    border: none;
}

.contact-form {
    max-width: 40rem;
    text-align: center;
    margin: 1rem auto;
}

p {
    /*letter-spacing: 1px;*/
    word-spacing: 4px;
    /*color: #111111;*/
}

body {
    background-image: url(media/star-fall-minimalistic-svgrepo-com.svg), url(media/flower-lilac.svg);
    background-repeat: no-repeat;
    background-position:
        left top,
        right bottom;
    background-size: 30%, 18%;
    background-attachment: fixed;
}

nav {
    /*list-style-type: none;*/
    /*margin: 0 auto;*/
    /*padding: 0;*/
    /*overflow: hidden;*/
    background-color: #333;
    position: sticky;
    top: 0;
}

ul.topnav {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    position: sticky;
    top: 0;
    max-width: 80rem;
    max-height: 2.7em;
}

ul.topnav li {
    float: left;
    /*max-height: 3em;*/
    /*
    display: flex;
    align-items: center;
    */
}

ul.topnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 1rem 1rem;
    text-decoration: none;
    max-height: 2.75em;
}

ul.topnav li a:hover:not(.active) {
    background-color: #111;
}

ul.topnav li a.active {
    background-color: #cc6147;
    color: #161616;
    font-weight: 600;
}

ul.topnav li.right {
    float: right;
}

.socials-icon {
    height: 1.8em;
    width: auto;
    padding-top: 5px;
}

/*
ul.topnav li a.socials-link {
  padding: 0
}
*/

.topnav {
    display: flex;
    align-items: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    padding: 0 1rem;
}

.contact-form {
    padding: 0 1rem;
}

.feature {
    flex: 0 0 58%;
    /*width: 58%;*/
}

.feature-pic {
    flex: 0 0 38%;
    /*width: 38%;*/
}

.feature-pic img {
    width: 100%;
    height: auto;
    max-width: 500px;
    min-width: 200px;
}

.shadow {
    box-shadow: 5px 5px 15px grey;
    border-radius: 25px;
}

.reverse {
    order: 2 !important;
}

.divider {
    margin: 1rem auto;
    width: 75%;
    color: inherit;
    border: 0;
    border-top: 3px solid;
    opacity: 0.25;
}

header {
    padding-bottom: 1.5rem;
}

footer {
    text-align: center;
}

.quote {
    font-style: italic;
    font-size: 1em;
    margin: 0 1em;
}

.thankyou img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    max-width: 500px;
    min-width: 200px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media screen and (max-width: 600px) {
    ul.topnav {
        display: flex;
        flex-direction: column; /* Stacks items vertically */
        align-items: center; /* Centers them horizontally */
    }

    ul.topnav li.right,
    ul.topnav li {
        float: none;
    }
}

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .feature-blurb {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-head {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-head {
        margin-top: 7rem;
    }
}

@media screen and (max-width: 768px) {
    .feature,
    .feature-pic {
        flex: 0 0 100%;
    }
}
