@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&family=Qwigley');

body {font:1em 'Fira Sans', sans-serif; color: #222; margin:0; font-weight: 600; letter-spacing: -.5px; overflow-x: hidden; position: relative;}

.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:20px;
    right:0;
    display:none;
    text-indent:-9999px;
    background: url(graphics/icon_top.png) no-repeat;
}

a {text-decoration: none;}
a:hover {text-decoration: none;}

.serif {font-family: 'Playfair Display', serif;}
.sans-serif {font-family: 'Fira Sans', sans-serif;}
.cursive {font-family: 'Qwigley', cursive;}

.brown {color:#613d1d;}
.tan {color:#d39c65;}
.white {color:#fff;}
.black {color:#222;}
.gray {color:#555;}

.small {font-size: 90%!important;}
.smaller {font-size: 85%!important;}
.large {font-size: 110%!important;}
.larger {font-size: 115%!important;}

.header {
  padding:5px;
  background: #222;
  z-index:999999;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2); 
  box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background:#222;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}

.divider-gray {border-top:1px solid #ddd;}
.divider-families {border-top:4px solid #613d1d;}

.bar-brown {width:150px; border-top: 10px solid #613d1d;}
.bar-tan {width:150px; border-top: 10px solid #d39c65;}
.bar-gray {width:150px; border-top: 10px solid #555;}

.border-brown {border: 1px solid #613d1d;}

h1 {
    font-family: 'Playfair Display', serif;
	font-size: 2.5em!important;
	font-weight: 800;
	color: #613d1d;
	letter-spacing: -.5px;
}

h2 {
    font-family: 'Playfair Display', serif;
	font-size: 2em!important;
	font-weight: 600;
	color: #d39c65;
	letter-spacing: -.5px;
}

h3 {
    font-family: 'Playfair Display', serif;
	font-size: 1.5em!important;
	font-weight: 700;
	color: #613d1d;
	letter-spacing: -.5px;
}

.bg-top {background:#555; color:#fff; font-size:.7em; font-weight:500; letter-spacing: -.25px!important; border-top:3px solid #613d1d;}
.bg-top a {color: #fff; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.bg-top a:hover {color: #d39c65; text-decoration: none;}
.bg-top ul {padding:0; margin:0; text-align:right;}
.bg-top ul li {list-style-type:none; display:inline;}
.bg-top ul li:before {content:'';}
.bg-top ul li:after {content:''; margin:0 15px;}
.bg-top ul li:last-child:after {content:'';}

.phone-mobile {font-size: 100%;}

.navbar-light .navbar-nav .nav-link {
	font-family: 'Playfair Display', serif;
	font-size:1.05em;
	font-weight: 700;
	color:#d39c65; 
	text-transform: uppercase;
	padding:10px 1.5rem!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 2px solid #222;
}
.navbar-light .navbar-nav .nav-link:hover {color:#fff!important; border: 2px solid #613d1d;}

.navbar-toggler {border-color:#000!important; background-color:transparent!important; border:0!important; color:(0,0,0,1.0)!important;}
.navbar-light .navbar-toggler {outline: none;}

.navbar-brand {height:100%;}
.navbar-brand img {height:100px;}
.navbar-brand.js-scrolling img {
	height: 65px;
	-webkit-transition: height 0.3s ease; 
	-moz-transition: height 0.3s ease; 
	-ms-transition: height 0.3s ease; 
	-o-transition: height 0.3s ease; 
	transition: height 0.3s ease;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {color:#009ba8!important;}

.bg-callout {background-image:url(graphics/bg-callout.jpg); color:#fff;}

.content-index {min-height:250px;}
.content {min-height:550px;}
.content a {color:#613d1d; text-decoration:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.content a:hover {color:#d39c65; text-decoration:none;}

.btn-content {
	background-color:#613d1d;
	font-size:1.05em;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none!important;
	color:#fff!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-content:hover {
	background:#d39c65; 	
	color:#fff!important;
	cursor: pointer;
}

.bg-tagline {background-image: url(graphics/bg-tagline.jpg); color:#fff;}
.tagline-text {font-size: 5.5em; font-weight: 300; line-height: .55em;}
.btn-tagline {
	background-color:#613d1d;
	font-size:1.15em;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none!important;
	color:#d39c65!important;
	letter-spacing: 2.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:2px solid #613d1d;
}
.btn-tagline:hover {
	background:transparent; 	
	color:#fff!important;
	cursor: pointer;
	border:2px solid #d39c65;
}

.footer {background:#222; font-family: 'Playfair Display', serif; font-size:.95em; font-weight:500; color:#d39c65;}
.footer-heading {font-family: 'Qwigley', cusrive; font-size: 3.5em; font-weight: 300; color:#fff;}
.footer-bar {width:150px; border-top: 4px solid #613d1d;}
.footer a {color: #d39c65; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer a:hover {color: #fff; text-decoration: none;}
.footer ul {padding:0; margin:0; text-align:center;}
.footer ul li {list-style-type:none; display:inline;}
.footer ul li:before {content:'';}
.footer ul li:after {content:''; margin:0 15px;}
.footer ul li:last-child:after {content:'';}

.bg-anchor {background:#555; color:#fff; font-weight:400; font-size:70%;  text-align: center!important; border-bottom: 3px solid #613d1d;}
.bg-anchor a {color:#fff; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.bg-anchor a:hover {color:#d39c65; text-decoration:underline;}

.bg-anchor ul {padding:0; margin:0; text-align:center!important;}
.bg-anchor ul li {list-style-type:none; display:inline;}
.bg-anchor ul li:before {content:'';}
.bg-anchor ul li:after {content:'|'; color:#d39c65; font-weight: 900; margin:0 10px;}
.bg-anchor ul li:last-child:after {content:'';}

.callout-cursive {font-family: 'Qwigley', cursive; font-size: 3em; font-weight: 300; margin-bottom: -20px;}
.callout-title-1 {font-family: 'Playfair Display', serif; font-size: 4em; font-weight: 700; margin-bottom: -15px;}
.callout-title-2 {font-family: 'Playfair Display', serif; font-size: 2.35em; font-weight: 500; margin-bottom: -5px;}
.callout-title-3 {font-family: 'Playfair Display', serif; font-size: 1.5em; font-weight: 300;}
.callout-title-4 {font-family: 'Playfair Display', serif; font-size: 2.25em; font-weight: 700; margin-top: 10px;}
.callout-title-5 {font-family: 'Playfair Display', serif; font-size: 1.75em; font-weight: 400;}
.btn-callout {
	background-color:#613d1d;
	font-size:1.1em;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none!important;
	color:#d39c65!important;
	letter-spacing: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:2px solid #613d1d;
}
.btn-callout:hover {
	background:transparent; 	
	color:#fff!important;
	cursor: pointer;
	border:2px solid #d39c65;
}

.welcome-text {font-size: 1.1em; font-weight: 700; line-height: 2.25em;}

.name {font-family: 'Playfair Display', serif; font-size: 1.65em; font-weight: 900; color:#613d1d; line-height: 1em;}

.reg {color:#222; padding:0; margin:0; text-align:left; font-size: 1.15em; font-weight: 700;}
.reg a {color: #613d1d; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.reg a:hover {color: #d39c65; text-decoration: none;}

.pedigree {font-size: 105%; font-weight: 800; color:#d39c65;}

/*CARD*/
.card {border-radius: 0!important; border:0!important;}

.card-header {	
    padding: .5rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.035);
    border-bottom: 1px solid #d39c65;
	text-decoration: none!important;
}
.card-header:hover {text-decoration: none!important;}

.card-body {padding:1.5rem; font-size: .9em!important;}

.btn-link {
	font-family: 'Playfair Display', serif!important;
	font-size: .5em!important;
    font-weight: 900;
    color: #613d1d;
	text-transform: uppercase;
    background-color: transparent;
}

.btn-link:hover {
    color: #d39c65!important;
	text-decoration: none!important;
}

/*MAP*/
.map-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
border:2px solid #613d1d;
}

.map-container iframe,
.map-container object,
.map-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*END MAP*/

/*FORM*/

#form {
        width:100%;
        float:left;
}


form{
        width: 100%;

        }

fieldset{
        border: 0;
        padding:1% 0;
        clear: left;
		margin-bottom: 10px;
		
        }
        
textarea, input, select{
        border-top:0;
		border-right:0;
		border-left:0;
		border-bottom:1px solid #ccc;
        padding:1% 0;
        width: 98%;
		letter-spacing: -.5px;
        }

label{
        font-weight: 700!important;
		font-size: 90%;
		color:#d39c65;
        }       
        
textarea:focus, input:focus, select:focus{
        border-bottom: 1px solid #613d1d;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        outline: none;
}

input[type="submit"]{
        border: 1px solid #ccc;
        padding: 3px 0;
        margin-top: 5px;
        font-weight: bold;
        /*font-size: 1.3em;*/
        width: 130px;
        cursor: pointer;

        
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        
        background: #f6f5f5; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f6f5f5 0%, #e5ebee 50%, #d7dee3 51%, #ebebeb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f5), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
        }

.submit {
	padding:2.5%;
	background:#613d1d; 	
	color:#d39c65!important;
	font-size:2em;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing: -.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.submit:hover {
	background-color:#222!important;
	color:#fff!important;
	cursor:pointer;
}

input {padding:1% 0!important;}
/*END FORM*/

@media (max-width: 1475px) {
.navbar-brand img {height:80px;}
.navbar-light .navbar-nav .nav-link {font-size:1em; padding:10px .75rem!important;}
}

@media (max-width: 1200px) {
.navbar-brand img {height:110px;}
.navbar-light .navbar-nav .nav-link {font-size:1.05em; padding:10px 0 10px 1.5rem!important;}
.tagline-text {font-size: 4.5em;}
.footer {font-size: .85em;}
.footer ul li:after {margin:0 5px;}
.callout-title-1 {font-size: 3.25em;}
}

@media (max-width: 992px) {
.tagline-text {font-size: 5em;}
.footer {font-size: 1.1em; line-height: 2em;}
.footer ul li {display:block;}
.footer ul li:after {margin:0;}
}

@media (max-width: 768px) {
.bg-top {font-size:.8em; line-height: 1.75em;}
.bg-top ul {text-align:center;}
.bg-top ul li {display:block;}
.bg-top ul li:after {margin:0;}
}

@media (max-width: 576px) {
.navbar-brand img {height:90px;}
.callout-cursive {font-size: 2.5em;}
.callout-title-1 {font-size: 2.9em;}
}

@media (max-width: 480px) {
.navbar-brand img {height:75px;}
.tagline-text {font-size: 4.5em;}
.btn-tagline {font-size:1em; letter-spacing: 1px;}
.footer {font-size: .935em; line-height: 2em;}
.bg-anchor ul li {display:block;}
.bg-anchor ul li:after {content:''; margin:0;}
.callout-cursive {font-size: 2em; margin-bottom: -5px;}
.callout-title-1 {font-size: 2em;}
.callout-title-2 {font-size: 1.75em; margin-top:10px;}
.callout-title-5 {font-size: 1.35em;}
}

@media (max-width: 375px) {
.bg-top {font-size:.7em;}
.navbar-brand img {height:65px;}
.btn-tagline {font-size:.95em; letter-spacing: 0px;}
.footer {font-size: .775em; line-height: 2em;}
.phone-mobile {font-size: 2.25em!important; font-weight: 900;}
.btn-callout {font-size:1.05em; letter-spacing: 1.5px;}
.callout-cursive {font-size: 1.75em; margin-bottom: -5px;}
.callout-title-1 {font-size: 1.85em;}
.callout-title-2 {font-size: 1.5em; margin-top:10px;}
.callout-title-4 {font-size: 1.85em;}
.callout-title-5 {font-size: 1.25em;}
}
