﻿body {
    font-family: 'Niramit', Arial, sans-serif;
    font-size: 100%;
    color: #222;
    background-color: #00a7bd;
}

h1,
h2,
h3,
h4,
p
{
    font-family: 'Niramit', Arial, sans-serif;
}

.dark-purple {
    color: #fff;
    background-color: #5c2c83;
}

.white {
    color: #000;
    background-color: #fff;
}

.content-top-padding {
    padding-top: 30px;
}

.white-text,
.white-text a {
    color: #fff;
}

.white-text a:hover {
    color: #b6c3c4;
}

.contact-bg {
    font-family: 'Roboto Slab', 'Niramit', serif;
    background-color: #00a7bd;
    color: #fff;
    /*background: url('../img/missing.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.contact-title {
    font-size: 1.4em;
    padding-top: 30px;
}

.contact-instructions {
    font-size: 0.9em;
    padding: 20px 0 30px 0;
}

.contact-links {
    font-size: 0.9em;
    padding: 15px 0;
}

.contact-links a {
    color: #fff;
}

.contact-links a:hover {
    color: #ddd;
}

.contact-notice {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 0.75em;
    color: #ddd;
    padding: 20px;
}

.contact-input {
    font-size: 0.9em;
    width: 25%;
    max-width: 240px;
    display: inline;
    height: 40px;
}

.contact-input-small {
    font-size: 0.9em;
    width: 100%;
    max-width: 240px;
    display: inline;
    height: 40px;
}

.contact-button {
    width: 12%;
    max-width: 120px;
    display: inline;
    background-color: #00a7bd;
    color: #fff;
    border: ridge 2px #fff;
    height: 42px;
}

.contact-button-small {
    width: 100%;
    max-width: 240px;
    display: inline;
    background-color: #00a7bd;
    color: #fff;
    border: ridge 2px #fff;
    height: 42px;
}

.spacer {
    height: 6em;
    border-top: solid 3px #b6c3c4;
}

.footer {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 0.7em;
    color: #ddd;
    text-align: center;
}

.logo
{
    margin: 4em 0 0 0;
    padding: 1em;
    width: 85%;
    max-width: 680px;
}

.logo-smaller
{
    margin-top: 2em;
    padding-top: 1em;
    width: calc(100% - 4em);
    max-width: 500px;
}

.center
{
    text-align: center;
}

.motto,
.motto2 {
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
}

.motto {
    font-size: 2.9em;
    padding: 0 10px;
}

.motto2
{
    font-size: 2.3em;
    padding: 20px 10px;
}

.section-title,
.section-title2 {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 2.7em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    text-align: left;
    padding: 30px 10px 0 10px;
}

.section-title {
    color: #fff;
}

.section-title2 {
    color: #000;
}

.section-title span {
    border-bottom: solid 3px #b1c3ca;
}

.section-title2 span {
    border-bottom: solid 3px #000;
}

.section-subtitle {
    font-size: 1.3em;
    font-weight: bold;
    color: #333;
    padding: 30px 10px 0 10px;
}

table {
    /*border-spacing: 40px;*/
}

th {
    text-align: left;
}

table, th, td {
    border: 1px solid #000;
    border-collapse: collapse;
}

th, td {
    padding: 10px;
}

tr:nth-child(even) {
    background-color: #fff;
}

tr:nth-child(odd) {
    background-color: #ddd;
}

/* susan pic */
.susan-logo {
    text-align: center;
    padding: 1.5em;
    width: 320px;
}

.susan-title
{
    color: #333;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 1.5em;
}

.susan-info {
    font-size: 17px;
    padding: 20px;
    min-height: 22em;
}

.info {
    font-size: 1.1em;
    padding-bottom: 1.2em;
}

/* more info click */
.more-button {
    font-size: 0.8em;
    color: #993300;
}

.read-more-content,
.read-more {
    display: none;
    margin-top: 1rem;
}

.read-more-content.expanded .read-more,
.read-more.expanded .read-more {
    display: block;
}

/* nav-menu */
.nav-menu
{
    font-size: 0.85em;
    text-align: center !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    padding: 32px;
    width: 100%;
    border-bottom: solid 1px #aaa;
}

.nav-menu-logo
{
    height: 1.5em;
    margin-top: -.5em;
    padding: 0 5em;
}

.small-logo
{
    height: 25px;
    margin-top: -8px;
}

.nav-menu-links
{
    font-family: 'Roboto Condensed', Arial, sans-serif;
    display:flex;
    flex-direction:row;
}

.nav-menu-links span
{
    flex:1 1 auto;
    padding: 0 20px;
}

.nav-menu-links span a
{
    color: #5c2c83;
}

.nav-menu-links span a:hover
{
    color: #ccc !important;
}

.menu-height {
    height: 4em;
}

.mobile-menu-height {
    padding-top: 1em !important;
    max-height: 15em !important;
}

.mobile-menu-item {
    padding: 0 15px;
    font-size: 1.1em;
    font-weight: bold;
}

.top-link {
    /* */
}

.top-link-active {
    font-weight: bold;
    text-decoration: underline;
}

.menu-icn,
.menu-icn-dark {
    position: absolute;
    right: 15px;
    top: 20px;
    display: block;
    width: 30px;
    height: 30px;
}

.menu-icn {
    background: url('../Content/images/menu.png') no-repeat center top;
}

.menu-icn-dark {
    background: url('../Content/images/menu_dark.png') no-repeat center top;
}

.imageBackground {
    width: 100%;
    height: 300px;
    border: solid 2px #00a7bd;
    margin-bottom: 70px;
}

.imageBackgroundFull {
    width: 100%;
    height: 600px;
    background: url('../Content/images/beachsunset.jpg') no-repeat center center scroll;
    background-position: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.imageCallout {
    font-family: 'Roboto Slab', 'Niramit', serif;
    background-color: #00a7bd;
    color: #fff;
    font-size: 30px;
    width: 300px;
    height: 200px;
    margin: auto;
    padding: 30px;
    position: relative;
    top: 200px;
    text-align: center;
}

.imageCalloutSmall {
    font-family: 'Roboto Slab', 'Niramit', serif;
    color: #00a7bd;
    font-size: 23px;
    width: 200px;
    margin: auto;
    padding: 10px;
    position: relative;
    top: 300px;
    text-align: center;
}

.smaller {
    font-size: 18px;
}

.background1 {
    background: url('../Content/images/background1.jpg') no-repeat center center;
    background-size: cover;
}
.background2 {
    background: url('../Content/images/background2.jpg') no-repeat center center;
    background-size: cover;
}
.background3 {
    background: url('../Content/images/background3.jpg') no-repeat center center;
    background-size: cover;
}
.background4 {
    background: url('../Content/images/background4.jpg') no-repeat center center;
    background-size: cover;
}
.background5 {
    background: url('../Content/images/background5.jpg') no-repeat center center;
    background-size: cover;
}
.background6 {
    background: url('../Content/images/background6.jpg') no-repeat center center;
    background-size: cover;
}

.backgroundTwoRoads {
    background: url('../Content/images/tworoads.jpg') no-repeat center center;
    background-size: cover;
}

.backgroundSundial {
    background: url('../Content/images/sundial.jpg') no-repeat center center;
    background-size: cover;
}

.backgroundFish {
    background: url('../Content/images/FishLeadership.jpeg') no-repeat center center;
    background-size: cover;
}

.backgroundArchedDoorway {
    background: url('../Content/images/arched_doorway.jpg') no-repeat center center;
    background-size: cover;
}

.backgroundLamp {
    background: url('../Content/images/lamp.jpg') no-repeat center center;
    background-size: cover;
}

.backgroundCarpet {
    background: url('../Content/images/carpet.jpg') no-repeat center center;
    background-size: cover;
}

.backgroundHydrangea {
    background: url('../Content/images/hydrangea.jpg') no-repeat center center;
    background-size: cover;
}

/* old stuff */


/*

body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-image: url('images/sr_bg.gif');
    background-color: #fff;
    margin-top: 5px;
}

p {
    font-size: .95em;
}

ul li {
    font-size: .85em;
}

a:hover {
    text-decoration: underline;
}

header, footer, nav, section {
    display: block;
}
*/
/* Styles for basic forms
-----------------------------------------------------------*/
/*
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


 Styles for validation helpers
-----------------------------------------------------------/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* Custom /
/* section colors /
.purple {
    background-color: #764e96;
}
.darkpurple {
    background-color: #5c2c83;
}
.white {
    background-color: #f7f7f7;
}
/* font colors /
.contentTitle {
    font-size: 140%;
    color: #5c2c83;
    padding: 10px 0 0 10px;
}
.quoteLightHeader
{
    font-weight: bold;
    font-size: 90%;
    color: #fff;
}
.quoteLight
{
    font-size: 90%;
    color: #ffffdf;
}
.quoteDark
{
    font-size: 90%;
    color: #222;
}
.gray
{
    color: #bbb;
}
.quoteBG {
    background-color: #00a7bd;
}
.right {
    text-align: right;
}

.logo {
    border-left: #330033 1px solid;
    border-right: #330033 1px solid;
    border-top: #330033 1px solid;
}

.lrborder {
    border-left: #330033 1px solid;
    border-right: #330033 1px solid;
}

.lrbborder {
    border-left: #330033 1px solid;
    border-right: #330033 1px solid;
    border-bottom: #330033 1px solid;
}

.padded {
    padding: 8px !important;
}

.morepadded {
    padding: 12px !important;
}

.singleline {
    line-height: 1.2 !important;
}

.singlelineplus {
    line-height: 1.5 !important;
}

.menulink,
.menulink:active,
.menulink:link,
.menulink:visited
{
    color: #fff;
    text-decoration: none;
}
.menulink2,
.menulink2:active,
.menulink2:link,
.menulink2:visited
{
    color: #764e96;
    text-decoration: none;
}
.menulink:hover,
.menulink2:hover
{
    color: #f080f0;
    text-decoration: underline;
}

/* text size /
.text-smaller {
    font-size: 85%;
}
