@font-face { font-family: gothic; src: url(/font/gothic.ttf); }
@font-face { font-family: gothici; src: url(/font/gothic-italic.ttf); }

* {
margin: 0;
}

html, body {
height: 100%;
font-family: gothic;
}

.lottext {
width: 100%;
min-width: 250px;
margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
}

.about-mang{
text-align: center;
margin-bottom: 15px;
font-size: 24px;
}

.awardtxt{
margin: 35px 0 15px;
text-align: center;
}

.left{
text-align: justify;
margin-bottom: 10px;
font-size: 16px;
}

.spacer {
height: 100px;
}

.eventd {
vertical-align: top;
width: 50%;
}

h1 {
display: block;
font-size: 64px;
page-break-after: auto;
text-align: center;
padding: 60px 0px 30px;
}

i {
font-family: gothici;
}

.first-first-para {
font-size: 36px;
margin: 0px 0px 15px;
text-align:center;
}

.first-para {
font-size: 36px;
margin: 35px 0 15px;
text-align:center;
}

.mid-para{
text-align: justify;
font-size: 24px;
}

.mid-mid-para{
text-align: justify;
font-size: 24px;
padding-bottom: 24px;
}

.mid-contact{
text-align: center;
font-size: 24px;
margin-bottom: 10px;
}

.eventd ul {
padding-left: 24px;
margin-right: 20px;
}

.mid-plan {
text-align: left;
font-size: 20px;
padding-bottom: 20px;
list-style-type:disc;
display: list-item;
}

.page-wrap, .page-wrap-about, .page-wrap-contact, .page-wrap-gallery, .page-wrap-plans, .page-wrap-sales, .page-wrap-custom {
min-height: 100%;
width:100%;
min-width: 950px;
}

.page-wrap-home {
background: url("/img/footer.jpg") left bottom repeat-x, url("/img/Home/background.jpg") no-repeat 0% 0%;
background-size: auto, 100% auto, 100% auto;
}

.page-wrap-about {
background: url("/img/footer.jpg") left bottom repeat-x, url("/img/About/background.jpg") no-repeat 50% 0%, url("/img/About/background2.jpg") repeat 50% 100%;
background-size: auto, 100% auto, 100% auto;
}

.page-wrap-contact {
background: url("/img/footer.jpg") left bottom repeat-x, url("/img/Contact/background.jpg") no-repeat 50% 0%;
background-size: auto, 100% auto, 100% auto;
}

.page-wrap-gallery {
background: url("/img/footer.jpg") left bottom repeat-x, url("/img/gallery/background.jpg") no-repeat 50% 0%;
background-size: auto, 1950px 1300px;
}

.page-wrap-plans {
background: url("/img/footer.jpg") left bottom repeat-x, url("/img/home-plans/background.jpg") no-repeat 50% 0%;
background-size: auto, 4667px 3500px;
}

.page-wrap-sales {
background: url("/img/footer.jpg") left bottom repeat-x, url("/img/homes-for-sale/mapback.png") no-repeat;
background-size: auto, 3900px 6500px;
}

.page-wrap-custom {
background: url("/img/footer.jpg") left bottom repeat-x, url("/img/custom-building/background.jpg") no-repeat 50% 0%, url("/img/custom-building/background2.jpg") repeat 50% 100%;
background-size: auto, 100% auto, 100% auto;
background-size: auto, 100% auto, 100% auto;
}

.bump {
margin: 0 100px 0 auto;
width: 800px;
}

.inside-link {
color: #a44519;
padding: 0px;
text-decoration: none;
display: inline;
}

a.inside-link:hover:not(.active) {
color: #632a0f; 
}

a.inside-link:visited {
color: #a44519; 
}

.sales-heading {
padding: 0 0 15px;
}

.sales-table {
text-align: left;
margin-bottom: 50px;
}

.sold {
line-height:1px;
font-size: 100px;
color: red;
}

.soldbig {
line-height:1px;
font-size: 200px;
color: red;
text-align: center;
padding: 1px 0px;
}

.div2 {
text-align: center;
margin: 0px auto;
width: 800px;  
padding: 50px;
border: 1px solid black;
background: white;
min-height: 650px;
overflow-wrap: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}

hr { 
display: block;
margin: 8px auto 50px;
border-style: inset;
border-width: 1px;
}

.cappic {
width: 100%;
margin-bottom: 35px;
}

.cappic-vid {
width: 100%;
height: 500px;
margin-bottom: 35px;
}

.table-left-style {
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
}

.table-right-style {
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
}

.tabcss{
font-size: 32px;
text-align: center;
}

.tablink{
color: black;
text-decoration: none;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}

.tabnum {
padding: 10px 0px;
font-size: 24px;
}

.map1 {
width:100%;
overflow:hidden;
height:350px;
max-width:100%;
margin:35px 0;
}

.map2 {
height:100%;
width:100%;
max-width:100%;
}

.map3 {
height:100%;
width:100%;
border:0;
}

a.fancybox img {
border: none;
margin: 8px;
box-shadow: 0 1px 7px rgba(0,0,0,0.6);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
-moz-transform: scale(1,1);
-webkit-transform: scale(1,1);
transform: scale(1,1);
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} 

a.fancybox:hover img {
position: relative;
z-index: 999;
-o-transform: scale(1.03,1.03);
-ms-transform: scale(1.03,1.03);
-moz-transform: scale(1.03,1.03);
-webkit-transform: scale(1.03,1.03);
transform: scale(1.03,1.03);
}

.w3-button.w3-black.w3-display-left, .w3-button.w3-black.w3-display-right {
border-radius: 2px;
padding: 8px;
width: 85px;
font-size: 12px;
border: 1px solid rgba(0,0,0,0.5);
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
outline:none !important;
text-decoration:none;
}

.w3-button.w3-black.w3-display-left:hover, .w3-button.w3-black.w3-display-right:hover {
background-color: rgba(0,0,0,0.5);
color: white;
}

a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: 0;
outline : 0;
}

input, textarea {
border-radius: 5px;
padding: 15px;
width: 100%;
max-width: 250px;
background: rgba(255,255,255,0.5);
margin: 10px 0;
font-size: 16px;
font-family: gothic;
}

input:focus, textarea:focus {
background-color: #dcdcdc;
}

a.first-para:link, a.first-para:visited, .site-footer a:link, .site-footer a:visited {
color: black; 
}

a.first-para:hover:not(.active), .site-footer a:hover:not(.active) {
color: #a44519; 
}

.site-footer {
text-align: center;
font-size: 24px;
padding: 45px 0;
}
