.page {
    padding-left: 10em;
    padding-right: 10em;
}

.page_narrow {
    padding-left: 2em;
    padding-right: 2em;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;

    margin-top: 50px;
    margin-bottom: 50px;

    min-height: 85px;
    max-height: 250px;
    max-width: 100%;
}

.heading_br {
    margin-top: 85px;
}

.section {
    margin-top: 40px;
    margin-bottom: 8px;
}

.heading {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 44px;
    font-style: normal;
    color: white;
    line-height: 200%;
}

.sub-heading {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 28px;
    font-style: normal;
    color: white;
    line-height: 200%;
}

.head_sep {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    padding-left:  22px;
    padding-right: 22px;
    font-weight: 400;
    font-size: 44px;
    font-style: normal;
    color: white;
    line-height: 200%;
}

.body {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    line-height: 160%;
    color: white;
}

.banner {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    color: black;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.saturate_effect {
    filter: opacity(50%);
    filter: blur(3px);
}

.image-container {
    position: relative;
    display: flex;
    flex-shrink: 0;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    text-align: center;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
    font-size: 55px;
    font-style: semibold;
    text-shadow: 1px 1px 1px black;
    color: white;
}

.overlay-text-narrow {
    font-size: 35px;
}

#nav p {
    color: #14213d;
    padding-left: 5px;
    padding-right: 5px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgb(242, 113, 113);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

#myBtn:hover {
    background-color: #d70d0d;
}


/* Form Styles */
#fs-frm {
    width: 100%;
}

#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm label,
#fs-frm #card-element:disabled {
    font-family: "Raleway";
    font-size: 100%;
    color: white;
    border: none;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#full-name {
    width: 100%;
    display: inline-flex;
}

#fs-frm label,
#fs-frm legend,
#fs-frm ::placeholder {
    font-size: .825rem;
    margin-bottom: .5rem;
    padding-top: .2rem;
    display: flex;
    align-items: baseline;
}

/* border, padding, margin, width */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm #card-element {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.9);
    padding: .75em 1rem;
    margin-bottom: 1.5rem;
}

#fs-frm input:focus,
#fs-frm select:focus,
#fs-frm textarea:focus {
    background-color: rgb(97, 97, 97);
    outline-style: solid;
    outline-width: thin;
    outline-color: gray;
    outline-offset: -1px;
}

#fs-frm [type="text"],
#fs-frm [type="email"] {
    width: 100%;
}

#fs-frm [type="button"],
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
    width: auto;
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

#fs-frm [type="button"]:focus,
#fs-frm [type="submit"]:focus,
#fs-frm [type="reset"]:focus {
    outline: none;
}

#fs-frm [type="submit"],
#fs-frm [type="reset"] {
    margin-bottom: 0;
}

#fs-frm select {
    text-transform: none;
}


body {
    margin: 0px;
}



p {
    display: inline;
}

hr {
    margin: 0px;
    border: none;
    height: 2px;
    background-color: #e38e03;
    ;
}

a {
    color: white;
}