/* ============================================================
   Lamoni Rose Hill Cemetery - Main Stylesheet
   ============================================================ */

/* Base Styles */
body {
    background-color: #EEEEEE;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
}

/* Layout */
#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-color: #99CCCC;
    min-width: 960px;
    -webkit-box-shadow: 5px 5px 5px #333333;
    -moz-box-shadow: 5px 5px 5px #333333;
    box-shadow: 5px 5px 5px #333333;
}

#content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
    background-color: #FFFFFF;
    margin-left: 160px;
}

/* Content with policy navigation */
.policy-page #content {
    margin-left: 350px;
}

#content img, #content video, #content embed {
    float: left;
    padding-right: 20px;
    outline-style: none;
}

#content ul {
    list-style-position: inside;
}

/* Typography */
h1 {
    background-color: #003300;
    background-image: url(photos/banner.jpg);
    background-repeat: no-repeat;
    background-position: right;
    color: #FFFFFF;
    line-height: 200%;
    height: 72px;
    font-size: 22pt;
    font-family: Georgia, serif;
    padding-left: 10px;
    margin-bottom: 0;
}

h2, h3, h4 {
    color: #003300;
    font-family: Georgia, serif;
}

dt {
    color: #003300;
}

.resort {
    color: #003300;
    font-size: 1.2em;
}

/* Navigation */
#nav {
    font-weight: bold;
    float: left;
    width: 130px;
    padding: 15px 0 0 20px;
    position: sticky;
    top: 0;
}

#nav a {
    text-decoration: none;
}

#nav a:link, #nav a:visited {
    color: #003300;
}

#nav a:hover {
    color: #FFFFFF;
}

#nav ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

/* Policy Navigation Sidebar */
#policy-nav {
    font-weight: bold;
    float: left;
    width: 180px;
    padding: 15px 0 0 20px;
    position: sticky;
    top: 0;
    margin-left: 0;
    background-color: #FFFFFF;
    border-right: 1px solid #CCCCCC;
    min-height: calc(100vh - 72px);
}

#policy-nav h3 {
    color: #003300;
    font-size: 1em;
    margin: 20px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCCCCC;
}

#policy-nav h3:first-child {
    margin-top: 0;
}

#policy-nav ul {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding-left: 0;
}

#policy-nav li {
    margin: 5px 0;
}

#policy-nav a {
    text-decoration: none;
    color: #003300;
    font-size: 0.9em;
    display: block;
    padding: 3px 0;
}

#policy-nav a:link, #policy-nav a:visited {
    color: #003300;
}

#policy-nav a:hover {
    color: #006600;
    text-decoration: underline;
}

#policy-nav p {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #CCCCCC;
}

#policy-nav p a {
    font-size: 0.85em;
    font-weight: normal;
}

.list ul {
    margin: 0;
    padding-left: 5px;
}

.list li {
    margin-bottom: 6px;
}

/* Footer */
#footer {
    font-size: .70em;
    font-style: italic;
    text-align: center;
    padding: 10px;
    clear: both;
}

.clear {
    clear: both;
}

/* Tables */
table {
    width: 600px;
    margin: auto;
    border: 1px solid #006600;
    border-spacing: 0;
}

th, td {
    padding: 5px;
    border: 1px solid #006600;
}

td {
    text-align: center;
}

.text {
    text-align: left;
}

tr:nth-of-type(even) {
    background-color: #EEFFEE;
}

table.left-align * {
    text-align: left;
}

table.left-margin {
    margin-left: 0;
}

table.small-font {
    font-size: 10pt;
}

/* Forms */
label {
    float: left;
    display: block;
    text-align: right;
    width: 120px;
    padding-right: 10px;
}

input, textarea {
    display: block;
    margin-bottom: 20px;
}

#mySubmit {
    margin-left: 130px;
}

/* Gallery */
#gallery {
    position: relative;
}

#gallery ul {
    width: 300px;
    list-style-type: none;
}

#gallery li {
    display: inline;
    float: left;
    padding: 10px;
}

#gallery img {
    border-style: none;
    float: none;
}

#gallery a {
    text-decoration: none;
    color: #333;
    font-style: italic;
}

#gallery span {
    display: none;
}

#gallery a:hover span {
    display: block;
    position: absolute;
    top: 10px;
    left: 340px;
    text-align: center;
}

/* Notes and Special Content */
.notes {
    font-size: smaller;
    font-style: italic;
}

.notes > div {
    margin-top: 8px;
}

.notebox {
    font-size: 80%;
    background: #DEF;
    width: 350px;
    border: 2px solid black;
    float: right;
    margin: 0 30px 0 0;
}

.caution {
    display: inline-block;
    background-color: yellow;
    float: right;
    font-family: sans-serif;
    margin: -30px 50px 0 0;
    padding: 5px 15px;
    font-size: 14pt;
}

.caution a:link, .caution a:visited {
    color: red;
}

.caution a:hover, .caution a:active {
    color: black;
}

.phone * {
    display: inline-block;
}

/* Details/Summary Elements */
summary {
    font-family: serif;
    font-size: 150%;
    font-weight: bold;
    padding: 9px 0;
}

details > div {
    padding: 0 0 18px 18px;
}

/* FAQ Page Styles */
.faq-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 80%;
    background-color: #FFFDDD;
    min-width: 200px;
    border: black 1px solid;
    -webkit-box-shadow: 5px 5px 5px #333333;
    -moz-box-shadow: 5px 5px 5px #333333;
    box-shadow: 5px 5px 5px #333333;
}

.faq-wrapper dt {
    margin: 12px 0 3px 8px;
    font-weight: bold;
}

.faq-wrapper details {
    margin: 8pt 0;
}

.faq-wrapper summary {
    font-weight: normal;
    margin: 8pt 0 0 10pt;
}

.faq-wrapper details div {
    margin: 6pt 24pt;
}

/* Lots for Sale Page Styles */
.lots-page {
    box-sizing: border-box;
}

.lots-page body {
    font-family: sans-serif;
}

.center {
    text-align: center;
}

/* Map and Plat Styles */
.mapbox {
    position: relative;
    margin: auto;
    min-width: 450px;
    max-width: 800px;
}

.mapbox > img {
    width: 100%;
    height: auto;
}

.used {
    position: absolute;
    color: yellow;
    border: yellow .3vw solid;
    font: bold 150% Arial, sans-serif;
    text-align: center;
    padding-top: .5vw;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.unused {
    position: absolute;
    color: yellow;
    border: none;
    font: italic 100% Arial, sans-serif;
    text-align: center;
    padding-top: .5vw;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

/* PDF Button Styles */
.pdf-button {
    display: inline-block;
    margin: 15px 0 20px 0;
    padding: 10px 20px;
    background-color: #0066cc;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.pdf-button:hover {
    background-color: #0052a3;
}

.pdf-button:visited {
    color: white;
}

/* Policy Navigation Back Link */
.policy-nav-back {
    margin-top: 20px;
}

/* Lots for Sale Intro */
.lots-sale-intro {
    font-size: 14pt;
    margin-bottom: 20px;
}