body {
    width: 100%;
    height: 100%;
}
html {
    width: 100%;
    height: 100%;
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #FFF;
    color: #337AB7;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #337AB7;
    color: #FFF;
}
.welcome-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    background-image: url('../images/cover.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #EFDECD;
    overflow-y: scroll;
    overflow-x: hidden;
    background-image: url('../images/platt.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}
.newsletter-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #EFDECD;
    overflow-y: scroll;
    overflow-x: hidden;
}
.covenants-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #EFDECD;
    overflow-y: scroll;
    overflow-x: hidden;
}
.articles-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #EFDECD;
    overflow-y: scroll;
    overflow-x: hidden;
}
.map-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #EFDECD;
    overflow-y: scroll;
    overflow-x: hidden;
}
.calendar-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
}
.contact-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #EFDECD;
    overflow-y: scroll;
    overflow-x: hidden;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: #F0F0F0;
}
.navbar-default {
    background-color: #EBFAFF;
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}

table.ofoa_schedule td,th {
    text-align: left;
    padding-right: 4pt;
    font-size: 12pt;
    vertical-align: top;
/*    background-color: lightslategray;
    border-style: solid;
    border-color: blue;
    border-width: 2px;*/
}
table.ofoa_schedule pre {
    font-family: sans-serif;
    font-size: inherit;
    padding-left: inherit;
    max-width: 100%;
}
table.ofoa_schedule th {
    text-align: right;
}
table.ofoa_schedule th::after {
    content: ":"
}
table.ofoa_schedule tr {
    border-style: solid;
    border-width: 0px;
    
}


/* property tiles */
a.proptiles {
    display: inline-block;
    position: relative;
    padding: 0px;
    margin-bottom: 8px;
    width: 150px;
    height: 192px;
    margin-right: 4px;
    text-align: center;
    vertical-align: top;
    justify-content: space-around;
    border: 1px;
    border-style: solid;
    border-color: #bebebe;
}
a.proptiles:hover {
    border-color: lightblue;
}
a.proptiles img.photo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -62.7%);
    max-width: 125px;
    max-height: 125px;
    border-radius: 8px;
}
a.proptiles span {
    color: gray;
    position: absolute;
    display: block;
    margin-top: 150px;
    margin-left: 0px;
    width: 148px;
    height: 4em;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 10px;
    line-height: 1em;
    overflow: hidden;
}
a.proptiles span p {
    margin: 0;
    padding: 0;
    margin-top: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
a.proptiles span p.label {
    color: blue;
    font-size: 12px;
    font-weight: bold
}
a.proptiles span img.label {
    display: block;
    position: relative;
    top: 8px;
    border-width: 1px;
    border-color: blue;
    border-style: solid;
    padding: 0;
    spacing: 0;
}
a.proptiles span p.rtag {
    font-color: gray;
    transform: translate;
}
a.proptiles span.price {
    display: block;
    position: absolute;
    left: 0;
    top: 0;

    max-width: 125px;
    max-height: 125px;
    color: green;
    font-size: 16px;
    font-weight: bold;
#    text-shadow: 0px 0px 1px white;
    margin-top: 6px;
    margin-left: 6px;
    padding-top: 14px;
    padding-left: 14px;

    text-shadow: 
    -1px -1px 15px rgba(255,255,255,0.7),
     1px -1px 15px rgba(255,255,255,0.7),
    -1px  1px 15px rgba(255,255,255,0.7),
     1px  1px 15px rgba(255,255,255,0.7);
    
    z-index: 100;
    text-align: left;
}
a.proptiles span.mapto {
    display: block;
    position: absolute;
    left: 0;
    top: 0;

    max-width: 125px;
    max-height: 125px;
    color: green;
    font-size: 16px;
    font-weight: bold;
#    text-shadow: 0px 0px 1px white;
    margin-top: 6px;
    margin-left: 6px;
    padding-top: 14px;
    padding-left: 14px;

    text-shadow: 
    -1px -1px 15px rgba(255,255,255,0.7),
     1px -1px 15px rgba(255,255,255,0.7),
    -1px  1px 15px rgba(255,255,255,0.7),
     1px  1px 15px rgba(255,255,255,0.7);
    
    z-index: 100;
    text-align: left;
}

/* /proptiles */

/* formtiles */
div.formtile {
    display: inline-block;
    position: relative;
    padding: 4px;
    margin-bottom: 8px;
    margin-right: 4px;
    text-align: left;
    vertical-align: top;
    justify-content: space-around;
    border: 1px;
    border-style: solid;
    border-color: #bebebe;

}
div.formtile b:after {
    content: "\a";
    white-space: pre;
}
div.formtile span {
    display: inline-block;
    border-style: solid solid solid solid;
    border: 1px;
}
div.formtile label {
    display: inline;
    vertical-align: bottom;
    text-align: left;
    font-family: sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: gray;
    border-style: none none none none;
    border-width: 0px 0px 0px 0px;
}
div.formtile label:after {
    content: "\a";
    white-space: pre;
}
div.formtile input,textarea {
    vertical-align: top;
    text-align: left;
    background-color: transparent;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-top: none;
    border-width: 1px;
    border-color: pink;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
}
div.formtile textarea {
    border-style: solid;
}
@media screen and (pointer:coarse) {
    div.formtile {
	width: 100%;
    }
    div.formtile span,div.formtile span input {
	width: 100%;
    }
}
/* /formtiles */
