@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);









body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Merriweather', serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Merriweather', serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Merriweather', serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Merriweather', serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Merriweather', serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Merriweather', serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #c0a375 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #c0a375;
  border-color: #c0a375;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #a07e49;
  border-color: #a07e49;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a07e49 !important;
  border-color: #a07e49 !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #8e7041;
  color: #8e7041;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c0a375;
  border-color: #c0a375;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c0a375 !important;
  border-color: #c0a375 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #c0a375 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #c0a375;
}
.btn-social:hover {
  background: #c0a375;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #c0a375;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #c0a375;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c0a375;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c0a375;
}
.lead a,
.lead a:hover {
  color: #c0a375;
}
.lead blockquote {
  border-color: #c0a375;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e8ddcd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #c0a375;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  padding: 0.9rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.extCountdown1 .number,
.extCountdown2 .number {
  font-family: 'Merriweather', serif;
}
.extCountdown1 .period,
.extCountdown2 .period {
  font-family: 'Lora', serif;
}
.extCountdown1 .dot,
.extCountdown2 .dot {
  font-family: 'Merriweather', serif;
}
.features6 .feature-subtitle {
  font-family: 'Lora', serif;
}
.features6 .feature-title {
  font-family: 'Merriweather', serif;
}
.features6 .description {
  font-family: 'Merriweather', serif;
}
.count,
.counter-title {
  font-family: 'Merriweather', serif;
}
.counter-subtitle {
  font-family: 'Lora', serif;
}
.mbr-iconfont-counters1 {
  color: #c0a375;
}
.extHeader1 .container h3,
.extHeader2 .container h3,
.extHeader3 .container h3,
.extHeader5 .container h3,
.extHeader6 .container h3,
.extHeader7 .container h3,
.extHeader8 .container h3,
.extHeader9 .container h3,
.extHeader10 .container h3,
.extHeader12 .container h3,
.extHeader13 .container h3,
.extFeatures10 .container h3 {
  font-family: 'Merriweather', serif;
}
.extHeader1 .container p,
.extHeader2 .container p,
.extHeader3 .container p,
.extHeader5 .container p,
.extHeader6 .container p,
.extHeader7 .container p,
.extHeader8 .container p,
.extHeader9 .container p,
.extHeader10 .container p,
.extHeader12 .container p,
.extHeader13 .container p,
.extFeatures10 .container p {
  font-family: 'Lora', serif;
}
.extHeader5 .container label {
  font-family: 'Lora', serif;
}
.extHeader9 form p.form-subtitle {
  font-family: 'Merriweather', serif;
}
.extHeader11 .container span {
  font-family: 'Merriweather', serif;
}
.extHeader11 .container p.element {
  font-family: 'Merriweather', serif;
}
.extHeader11 .container p {
  font-family: 'Lora', serif;
}
.extHeader12 h4,
.extFeatures10 h4 {
  font-family: 'Merriweather', serif;
}
.extHeader12 .subtitle,
.extFeatures10 .subtitle {
  font-family: 'Lora', serif;
}
.extHeader13 h4 {
  font-family: 'Merriweather', serif;
}
.extHeader13 .number {
  font-family: 'Merriweather', serif;
}
.extHeader13 .period {
  font-family: 'Lora', serif;
}
.extHeader13 .dot {
  font-family: 'Merriweather', serif;
}
.extFeatures .feature-title {
  font-family: 'Merriweather', serif;
}
.extFeatures .feature-subtitle {
  font-family: 'Lora', serif;
}
.extFeatures .feature-text {
  font-family: 'Merriweather', serif;
}
.extFeatures2 h4 {
  font-family: 'Merriweather', serif;
}
.extFeatures3 .border-wrap {
  border-color: #c0a375;
}
.extFeatures4 h4,
.extFeatures6 h4,
.extFeatures5 .card-title h4 {
  font-family: 'Merriweather', serif;
}
.extFeatures4 h5,
.extFeatures6 h5,
.extFeatures5 .card-title h5 {
  font-family: 'Lora', serif;
}
.extForm1 h4,
.extForm2 h4,
.extForm3 h4,
.extForm4 h4 {
  font-family: 'Merriweather', serif;
}
.extForm1 .subtitle,
.extForm2 .subtitle,
.extForm3 .subtitle,
.extForm4 .subtitle {
  font-family: 'Lora', serif;
}
.extForm2 .container h3 {
  font-family: 'Merriweather', serif;
}
.extForm2 .container p {
  font-family: 'Lora', serif;
}
.extPricingTable1 .bottom_line {
  border-bottom-color: #c0a375;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Lora', serif;
}
.extPricingTable1 .mbr-plan-label {
  background: #c0a375;
}
.extCounters2 h4 {
  font-family: 'Merriweather', serif;
}
.extCounters2 h5 {
  font-family: 'Lora', serif;
}
.extCounters3 .count {
  font-family: 'Merriweather', serif;
}
.extCounters3 .counter-title {
  font-family: 'Merriweather', serif;
}
.extCounters3 .counter-subtitle {
  font-family: 'Lora', serif;
}
.extProgressBar .progress-primary[value]::-webkit-progress-value {
  background-color: #c0a375;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #c0a375;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #c0a375;
  }
}
.extProgressBar .title-wrap {
  font-family: 'Lora', serif;
}
.extProgressBarRound .progress-radial .overlay {
  font-family: 'Merriweather', serif;
}
.extProgressBar4 .feature-title {
  font-family: 'Merriweather', serif;
}
.extProgressBar4 .feature-subtitle {
  font-family: 'Lora', serif;
}
.extTabs1 ul.nav-tabs li a:hover,
.extTabs2 ul.nav-tabs li a:hover {
  color: #c0a375;
}
.extAccordion1 .panel-heading a {
  font-family: 'Merriweather', serif;
}
.extAccordion1 .pseudoPlus,
.extAccordion2 .pseudoPlus,
.extToggle1 .pseudoPlus,
.extAccordion1 .pseudoPlus:after,
.extAccordion2 .pseudoPlus:after,
.extToggle1 .pseudoPlus:after,
.extAccordion1 .pseudoMinus,
.extAccordion2 .pseudoMinus,
.extToggle1 .pseudoMinus {
  background-color: #c0a375;
}
.extAccordion2 .panel-heading a,
.extAccordion3 .panel-heading a,
.extToggle1 .panel-heading a {
  font-family: 'Merriweather', serif;
}
.extProgressBar5 .progress-primary[value]::-webkit-progress-value {
  background-color: #c0a375;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #c0a375;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #c0a375;
  }
}
.extProgressBar5 .title-wrap {
  font-family: 'Lora', serif;
}
.extMsg-box1 .container h3 {
  font-family: 'Merriweather', serif;
}
.extMsg-box1 .container p {
  font-family: 'Lora', serif;
}
.extMsg-box1 h4 {
  font-family: 'Merriweather', serif;
}
.extMsg-box1 .subtitle {
  font-family: 'Lora', serif;
}
.extMsg-box2 .container span,
.extMsg-box3 .container span,
.extMsg-box4 .container span {
  font-family: 'Merriweather', serif;
}
.extMsg-box2 .container p,
.extMsg-box3 .container p,
.extMsg-box4 .container p {
  font-family: 'Lora', serif;
}
.extProgressBarRound .pie_progress__number {
  font-family: 'Merriweather', serif;
}
.extMenu1 span.icon a:hover {
  color: #c0a375 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #c0a375;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #c0a375;
}
.theme-border {
  border: 1px solid #c0a375;
}
#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-0 .link {
  font-size: 0.75rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #271206;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header1-0 H1 {
  font-family: 'Merriweather', serif;
}
#header1-0 SPAN {
  color: #54270c;
}
#header1-0 P {
  color: #54270c;
}
#header1-0 .btn {
  font-family: 'Merriweather', serif;
}
#header1-0 .mbr-section-lead {
  font-size: 24px;
}
#header1-0 .mbr-section-title SPAN {
  font-size: 60px;
}
#msg-box8-52 .mbr-section-title,
#msg-box8-52 p {
  color: #fff;
}
#msg-box8-52 .mbr-section-title {
  color: #000000;
}
#msg-box8-52 .lead P {
  color: #000000;
}
#msg-box8-53 .mbr-section-title,
#msg-box8-53 p {
  color: #fff;
}
#msg-box8-53 .mbr-section-title {
  color: #000000;
  font-size: 24px;
}
#msg-box8-53 .lead P {
  color: #000000;
}
#msg-box8-5j .mbr-section-title,
#msg-box8-5j .lead {
  color: #fff;
}
#msg-box8-5h .mbr-section-title,
#msg-box8-5h p {
  color: #fff;
}
#msg-box8-5h .mbr-section-title {
  color: #000000;
  font-size: 24px;
}
#msg-box8-5h .lead P {
  color: #000000;
}
#msg-box8-5k .mbr-section-title,
#msg-box8-5k .lead {
  color: #fff;
}
#social-buttons1-0 .mbr-section-title {
  font-family: 'Merriweather', serif;
  font-size: 32px;
}
#footer1-0 P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}







#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-0 .link {
  font-size: 0.75rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #271206;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-0 .mbr-section-title,
#msg-box8-0 p {
  color: #fff;
}
#msg-box8-0 .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #54270c;
}
#msg-box8-0 .lead P {
  color: #54270c;
  font-family: 'Merriweather', serif;
}
#features1-0 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #d4a555;
}
#features1-0 H5 {
  color: #000000;
}
#features1-0 H4 {
  color: #ffffff;
}
#features1-0 P {
  color: #ffffff;
}
#features1-1 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #eb6b56;
}
#features1-1 H5 {
  color: #000000;
}
#features1-1 H4 {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#features1-1 P {
  font-family: 'Merriweather', serif;
  color: #ffffff;
}
#features1-2 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #f28281;
}
#features1-2 H5 {
  color: #000000;
}
#footer1-0 P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}




#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-0 .link {
  font-size: 0.75rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #271206;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-0 .mbr-section-title,
#msg-box8-0 p {
  color: #fff;
}
#msg-box8-0 .mbr-section-title {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box8-0 .lead P {
  color: #ffffff;
}
#slider-0 H2 {
  font-size: 60px;
}
#msg-box7-0 .mbr-section-title,
#msg-box7-0 .lead p {
  color: #fff;
}
#header3-2k .mbr-section-title,
#header3-2k .mbr-section-subtitle {
  text-align: center;
}
#social-buttons3-0 .mbr-section-title,
#social-buttons3-0 .btn-social {
  color: #fff;
}
#footer1-0 P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}







#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-0 .link {
  font-size: 0.75rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #271206;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1 .mbr-section-title,
#header3-1 .mbr-section-subtitle {
  text-align: center;
}
#header3-1 H3 {
  font-family: 'Merriweather', serif;
  color: #54270c;
}
#header3-1 SMALL {
  color: #54270c;
}
#msg-box5-2 H3 {
  font-family: 'Merriweather', serif;
}
#msg-box5-2 P {
  font-family: 'Merriweather', serif;
}
#content1-3 P {
  font-family: 'Merriweather', serif;
}
#footer1-4 P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}








#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-0 .link {
  font-size: 0.75rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #271206;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-0 .mbr-section-title,
#header3-0 .mbr-section-subtitle {
  text-align: center;
}
#header3-0 H3 {
  font-family: 'Merriweather', serif;
  color: #54270c;
}
#header3-0 SMALL {
  color: #54270c;
}
#msg-box5-0 .btn {
  font-family: 'Merriweather', serif;
}
#msg-box5-0 H3 {
  font-family: 'Merriweather', serif;
  font-size: 36px;
}
#msg-box5-0 P {
  font-family: 'Merriweather', serif;
}
#content1-0 P {
  font-family: 'Merriweather', serif;
}
#footer1-0 P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}







#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-0 .link {
  font-size: 0.75rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #271206;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1 .mbr-section-title,
#header3-1 .mbr-section-subtitle {
  text-align: center;
}
#header3-1 H3 {
  font-family: 'Merriweather', serif;
  color: #54270c;
}
#header3-1 SMALL {
  color: #54270c;
}
#msg-box5-2 H3 {
  font-family: 'Merriweather', serif;
}
#msg-box5-2 P {
  font-family: 'Merriweather', serif;
}
#content1-3 P {
  font-family: 'Merriweather', serif;
}
#footer1-4 P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}







#ext_menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-7 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-7 .close-icon::before,
#ext_menu-7 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-7 .link,
#ext_menu-7 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-7 .link {
  font-size: 0.75rem;
}
#ext_menu-7 .dropdown-item,
#ext_menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-7 .link:hover,
#ext_menu-7 .dropdown-item:hover,
#ext_menu-7 .link:focus,
#ext_menu-7 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-7 .link[aria-expanded="true"],
#ext_menu-7 .dropdown-menu {
  background: #271206;
}
#ext_menu-7 .nav-dropdown-sm .link:focus,
#ext_menu-7 .nav-dropdown-sm .link:hover,
#ext_menu-7 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-7 .navbar,
#ext_menu-7 .nav-dropdown-sm,
#ext_menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-7 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7 .bg-color.transparent.opened .link:hover,
#ext_menu-7 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-7 .link[aria-expanded="true"],
#ext_menu-7 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-8 .mbr-section-title,
#header3-8 .mbr-section-subtitle {
  text-align: center;
}
#header3-8 H3 {
  font-family: 'Merriweather', serif;
  color: #54270c;
}
#header3-8 SMALL {
  color: #54270c;
}
#msg-box5-9 H3 {
  font-family: 'Merriweather', serif;
  text-align: center;
}
#msg-box5-9 P {
  font-family: 'Merriweather', serif;
  font-size: 20px;
  text-align: center;
}
#content1-a P {
  font-family: 'Merriweather', serif;
}
#footer1-b P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}







#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-0 .link {
  font-size: 0.75rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #271206;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-0 .mbr-section-title,
#header3-0 .mbr-section-subtitle {
  text-align: center;
}
#header3-0 H3 {
  font-family: 'Merriweather', serif;
  color: #54270c;
}
#header3-0 SMALL {
  color: #54270c;
}
#msg-box5-0 H3 {
  font-family: 'Merriweather', serif;
}
#msg-box5-0 P {
  font-family: 'Merriweather', serif;
}
#content1-0 P {
  font-family: 'Merriweather', serif;
}
#footer1-0 P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}







#ext_menu-6 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-6 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6 .close-icon::before,
#ext_menu-6 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6 .link,
#ext_menu-6 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-6 .link {
  font-size: 0.75rem;
}
#ext_menu-6 .dropdown-item,
#ext_menu-6 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-6 .link:hover,
#ext_menu-6 .dropdown-item:hover,
#ext_menu-6 .link:focus,
#ext_menu-6 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-6 .link[aria-expanded="true"],
#ext_menu-6 .dropdown-menu {
  background: #271206;
}
#ext_menu-6 .nav-dropdown-sm .link:focus,
#ext_menu-6 .nav-dropdown-sm .link:hover,
#ext_menu-6 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-6 .navbar,
#ext_menu-6 .nav-dropdown-sm,
#ext_menu-6 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6 .bg-color.transparent.opened .link:hover,
#ext_menu-6 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-6 .link[aria-expanded="true"],
#ext_menu-6 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-7 .mbr-section-title,
#header3-7 .mbr-section-subtitle {
  text-align: center;
}
#header3-7 H3 {
  font-family: 'Merriweather', serif;
  color: #54270c;
}
#header3-7 SMALL {
  color: #54270c;
}
#msg-box5-8 H3 {
  font-family: 'Merriweather', serif;
  font-size: 36px;
}
#msg-box5-8 P {
  font-family: 'Merriweather', serif;
}
#content1-9 P {
  font-family: 'Merriweather', serif;
}
#footer1-a P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}







#ext_menu-c .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-c .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-c .navbar-toggler {
  color: #ffffff;
}
#ext_menu-c .close-icon::before,
#ext_menu-c .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-c .link,
#ext_menu-c .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-c .link {
  font-size: 0.75rem;
}
#ext_menu-c .dropdown-item,
#ext_menu-c .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-c .link:hover,
#ext_menu-c .dropdown-item:hover,
#ext_menu-c .link:focus,
#ext_menu-c .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-c .link[aria-expanded="true"],
#ext_menu-c .dropdown-menu {
  background: #271206;
}
#ext_menu-c .nav-dropdown-sm .link:focus,
#ext_menu-c .nav-dropdown-sm .link:hover,
#ext_menu-c .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-c .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-c .navbar,
#ext_menu-c .nav-dropdown-sm,
#ext_menu-c .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-c .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-c .bg-color.transparent.opened .link:hover,
#ext_menu-c .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-c .link[aria-expanded="true"],
#ext_menu-c .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-d .mbr-section-title,
#header3-d .mbr-section-subtitle {
  text-align: center;
}
#header3-d H3 {
  font-family: 'Merriweather', serif;
  color: #54270c;
}
#header3-d SMALL {
  color: #54270c;
}
#msg-box5-e H3 {
  font-family: 'Merriweather', serif;
  font-size: 36px;
}
#msg-box5-e P {
  font-family: 'Merriweather', serif;
}
#content1-f P {
  font-family: 'Merriweather', serif;
}
#footer1-g P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}







#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-0 .link {
  font-size: 0.75rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #271206;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1 .mbr-section-title,
#header3-1 .mbr-section-subtitle {
  text-align: center;
}
#header3-1 H3 {
  font-family: 'Merriweather', serif;
  color: #000000;
}
#header3-1 SMALL {
  color: #000000;
}
#msg-box5-2 H3 {
  font-family: 'Merriweather', serif;
  font-size: 36px;
  color: #3d8eb9;
}
#msg-box5-2 P {
  font-family: 'Merriweather', serif;
}
#content1-3 P {
  font-family: 'Merriweather', serif;
}
#footer1-4 P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}




#ext_menu-6 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-6 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6 .close-icon::before,
#ext_menu-6 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6 .link,
#ext_menu-6 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-6 .link {
  font-size: 0.75rem;
}
#ext_menu-6 .dropdown-item,
#ext_menu-6 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-6 .link:hover,
#ext_menu-6 .dropdown-item:hover,
#ext_menu-6 .link:focus,
#ext_menu-6 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-6 .link[aria-expanded="true"],
#ext_menu-6 .dropdown-menu {
  background: #271206;
}
#ext_menu-6 .nav-dropdown-sm .link:focus,
#ext_menu-6 .nav-dropdown-sm .link:hover,
#ext_menu-6 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-6 .navbar,
#ext_menu-6 .nav-dropdown-sm,
#ext_menu-6 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6 .bg-color.transparent.opened .link:hover,
#ext_menu-6 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-6 .link[aria-expanded="true"],
#ext_menu-6 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-7 .mbr-section-title,
#msg-box8-7 p {
  color: #fff;
}
#msg-box8-7 .mbr-section-title {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box8-7 .lead P {
  color: #ffffff;
}
#slider-8 H2 {
  font-size: 60px;
}
#slider-8 DIV {
  font-size: 46px;
}
#social-buttons3-a .mbr-section-title,
#social-buttons3-a .btn-social {
  color: #fff;
}
#footer1-b P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}




#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-0 .link {
  font-size: 0.75rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #271206;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-1 .mbr-section-title,
#msg-box8-1 p {
  color: #fff;
}
#msg-box8-1 .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-1 .lead P {
  color: #ffffff;
}
#msg-box5-2 H3 {
  font-size: 36px;
}
#header3-3 .mbr-section-title,
#header3-3 .mbr-section-subtitle {
  text-align: center;
}
#header3-3 H3 {
  font-size: 20px;
}
#content1-4 P {
  text-align: center;
}
#social-buttons3-6 .mbr-section-title,
#social-buttons3-6 .btn-social {
  color: #fff;
}
#footer1-7 P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}




#ext_menu-a .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-a .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-a .navbar-toggler {
  color: #ffffff;
}
#ext_menu-a .close-icon::before,
#ext_menu-a .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-a .link,
#ext_menu-a .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-a .link {
  font-size: 0.75rem;
}
#ext_menu-a .dropdown-item,
#ext_menu-a .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-a .link:hover,
#ext_menu-a .dropdown-item:hover,
#ext_menu-a .link:focus,
#ext_menu-a .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-a .link[aria-expanded="true"],
#ext_menu-a .dropdown-menu {
  background: #271206;
}
#ext_menu-a .nav-dropdown-sm .link:focus,
#ext_menu-a .nav-dropdown-sm .link:hover,
#ext_menu-a .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-a .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-a .navbar,
#ext_menu-a .nav-dropdown-sm,
#ext_menu-a .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-a .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-a .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-a .bg-color.transparent.opened .link:hover,
#ext_menu-a .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-a .link[aria-expanded="true"],
#ext_menu-a .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-b .mbr-section-title,
#msg-box8-b p {
  color: #fff;
}
#msg-box8-b .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-b .lead P {
  color: #ffffff;
}
#msg-box5-c H3 {
  font-size: 36px;
}
#social-buttons3-g .mbr-section-title,
#social-buttons3-g .btn-social {
  color: #fff;
}
#footer1-h P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}




#ext_menu-i .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-i .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-i .navbar-toggler {
  color: #ffffff;
}
#ext_menu-i .close-icon::before,
#ext_menu-i .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-i .link,
#ext_menu-i .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-i .link {
  font-size: 0.75rem;
}
#ext_menu-i .dropdown-item,
#ext_menu-i .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-i .link:hover,
#ext_menu-i .dropdown-item:hover,
#ext_menu-i .link:focus,
#ext_menu-i .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-i .link[aria-expanded="true"],
#ext_menu-i .dropdown-menu {
  background: #271206;
}
#ext_menu-i .nav-dropdown-sm .link:focus,
#ext_menu-i .nav-dropdown-sm .link:hover,
#ext_menu-i .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-i .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-i .navbar,
#ext_menu-i .nav-dropdown-sm,
#ext_menu-i .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-i .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-i .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-i .bg-color.transparent.opened .link:hover,
#ext_menu-i .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-i .link[aria-expanded="true"],
#ext_menu-i .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-j .mbr-section-title,
#msg-box8-j p {
  color: #fff;
}
#msg-box8-j .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-j .lead P {
  color: #ffffff;
}
#msg-box5-k H3 {
  font-size: 36px;
}
#social-buttons3-l .mbr-section-title,
#social-buttons3-l .btn-social {
  color: #fff;
}
#footer1-m P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}




#ext_menu-n .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-n .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-n .navbar-toggler {
  color: #ffffff;
}
#ext_menu-n .close-icon::before,
#ext_menu-n .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-n .link,
#ext_menu-n .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-n .link {
  font-size: 0.75rem;
}
#ext_menu-n .dropdown-item,
#ext_menu-n .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-n .link:hover,
#ext_menu-n .dropdown-item:hover,
#ext_menu-n .link:focus,
#ext_menu-n .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-n .link[aria-expanded="true"],
#ext_menu-n .dropdown-menu {
  background: #271206;
}
#ext_menu-n .nav-dropdown-sm .link:focus,
#ext_menu-n .nav-dropdown-sm .link:hover,
#ext_menu-n .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-n .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-n .navbar,
#ext_menu-n .nav-dropdown-sm,
#ext_menu-n .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-n .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-n .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-n .bg-color.transparent.opened .link:hover,
#ext_menu-n .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-n .link[aria-expanded="true"],
#ext_menu-n .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-o .mbr-section-title,
#msg-box8-o p {
  color: #fff;
}
#msg-box8-o .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-o .lead P {
  color: #ffffff;
}
#msg-box5-p H3 {
  font-size: 36px;
}
#social-buttons3-q .mbr-section-title,
#social-buttons3-q .btn-social {
  color: #fff;
}
#footer1-r P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}




#ext_menu-s .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-s .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-s .navbar-toggler {
  color: #ffffff;
}
#ext_menu-s .close-icon::before,
#ext_menu-s .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-s .link,
#ext_menu-s .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-s .link {
  font-size: 0.75rem;
}
#ext_menu-s .dropdown-item,
#ext_menu-s .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-s .link:hover,
#ext_menu-s .dropdown-item:hover,
#ext_menu-s .link:focus,
#ext_menu-s .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-s .link[aria-expanded="true"],
#ext_menu-s .dropdown-menu {
  background: #271206;
}
#ext_menu-s .nav-dropdown-sm .link:focus,
#ext_menu-s .nav-dropdown-sm .link:hover,
#ext_menu-s .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-s .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-s .navbar,
#ext_menu-s .nav-dropdown-sm,
#ext_menu-s .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-s .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-s .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-s .bg-color.transparent.opened .link:hover,
#ext_menu-s .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-s .link[aria-expanded="true"],
#ext_menu-s .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-t .mbr-section-title,
#msg-box8-t p {
  color: #fff;
}
#msg-box8-t .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-t .lead P {
  color: #ffffff;
}
#msg-box5-u H3 {
  font-size: 36px;
}
#social-buttons3-v .mbr-section-title,
#social-buttons3-v .btn-social {
  color: #fff;
}
#footer1-w P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}




#ext_menu-x .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-x .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-x .navbar-toggler {
  color: #ffffff;
}
#ext_menu-x .close-icon::before,
#ext_menu-x .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-x .link,
#ext_menu-x .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-x .link {
  font-size: 0.75rem;
}
#ext_menu-x .dropdown-item,
#ext_menu-x .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-x .link:hover,
#ext_menu-x .dropdown-item:hover,
#ext_menu-x .link:focus,
#ext_menu-x .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-x .link[aria-expanded="true"],
#ext_menu-x .dropdown-menu {
  background: #271206;
}
#ext_menu-x .nav-dropdown-sm .link:focus,
#ext_menu-x .nav-dropdown-sm .link:hover,
#ext_menu-x .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-x .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-x .navbar,
#ext_menu-x .nav-dropdown-sm,
#ext_menu-x .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-x .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-x .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-x .bg-color.transparent.opened .link:hover,
#ext_menu-x .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-x .link[aria-expanded="true"],
#ext_menu-x .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-y .mbr-section-title,
#msg-box8-y p {
  color: #fff;
}
#msg-box8-y .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-y .lead P {
  color: #ffffff;
}
#msg-box5-z H3 {
  font-size: 36px;
  text-align: left;
}
#msg-box5-z B {
  text-align: left;
}
#msg-box5-z P {
  text-align: left;
}
#social-buttons3-14 .mbr-section-title,
#social-buttons3-14 .btn-social {
  color: #fff;
}
#footer1-15 P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}




#page5-ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#page5-ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#page5-ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#page5-ext_menu-0 .close-icon::before,
#page5-ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#page5-ext_menu-0 .link,
#page5-ext_menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#page5-ext_menu-0 .link {
  font-size: 0.75rem;
}
#page5-ext_menu-0 .dropdown-item,
#page5-ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#page5-ext_menu-0 .link:hover,
#page5-ext_menu-0 .dropdown-item:hover,
#page5-ext_menu-0 .link:focus,
#page5-ext_menu-0 .dropdown-item:focus {
  color: #c0a375;
}
#page5-ext_menu-0 .link[aria-expanded="true"],
#page5-ext_menu-0 .dropdown-menu {
  background: #271206;
}
#page5-ext_menu-0 .nav-dropdown-sm .link:focus,
#page5-ext_menu-0 .nav-dropdown-sm .link:hover,
#page5-ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#page5-ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#page5-ext_menu-0 .navbar,
#page5-ext_menu-0 .nav-dropdown-sm,
#page5-ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#page5-ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#page5-ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#page5-ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#page5-ext_menu-0 .bg-color.transparent.opened .link:hover,
#page5-ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#page5-ext_menu-0 .link[aria-expanded="true"],
#page5-ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#page5-footer1-0 P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}
#msg-box8-58 .mbr-section-title,
#msg-box8-58 p {
  color: #fff;
}
#msg-box8-58 .mbr-section-title {
  color: #000000;
}
#msg-box8-58 .lead P {
  color: #000000;
}
#msg-box8-5d .mbr-section-title,
#msg-box8-5d p {
  color: #fff;
}
#msg-box8-5d .mbr-section-title {
  color: #000000;
}
#msg-box8-5d .lead P {
  color: #000000;
}
#msg-box8-59 .mbr-section-title,
#msg-box8-59 p {
  color: #fff;
}
#msg-box8-59 .mbr-section-title {
  color: #000000;
  font-size: 24px;
}
#msg-box8-59 .lead P {
  color: #000000;
}
#msg-box8-5l .mbr-section-title,
#msg-box8-5l .lead {
  color: #fff;
}
#msg-box8-5b .mbr-section-title,
#msg-box8-5b p {
  color: #fff;
}
#msg-box8-5b .mbr-section-title {
  color: #000000;
  font-size: 24px;
}
#msg-box8-5b .lead P {
  color: #000000;
}
#msg-box8-5m .mbr-section-title,
#msg-box8-5m .lead {
  color: #fff;
}
#social-buttons1-45 .mbr-section-title {
  font-family: 'Merriweather', serif;
  font-size: 32px;
}





#ext_menu-19 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-19 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-19 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-19 .close-icon::before,
#ext_menu-19 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-19 .link,
#ext_menu-19 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-19 .link {
  font-size: 0.75rem;
}
#ext_menu-19 .dropdown-item,
#ext_menu-19 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-19 .link:hover,
#ext_menu-19 .dropdown-item:hover,
#ext_menu-19 .link:focus,
#ext_menu-19 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-19 .link[aria-expanded="true"],
#ext_menu-19 .dropdown-menu {
  background: #271206;
}
#ext_menu-19 .nav-dropdown-sm .link:focus,
#ext_menu-19 .nav-dropdown-sm .link:hover,
#ext_menu-19 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-19 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-19 .navbar,
#ext_menu-19 .nav-dropdown-sm,
#ext_menu-19 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-19 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-19 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-19 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-19 .bg-color.transparent.opened .link:hover,
#ext_menu-19 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-19 .link[aria-expanded="true"],
#ext_menu-19 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#footer1-1a P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}
#msg-box8-1b .mbr-section-title,
#msg-box8-1b p {
  color: #fff;
}
#msg-box8-1b .mbr-section-title {
  font-family: 'Merriweather', serif;
}
#content1-1d P {
  text-align: center;
}
#content1-1d H2 {
  text-align: center;
}
#content1-1d H3 {
  text-align: center;
}
#content1-1d H4 {
  text-align: center;
}
#social-buttons1-43 .mbr-section-title {
  font-family: 'Merriweather', serif;
  font-size: 32px;
}



#ext_menu-1e .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1e .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-1e .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1e .close-icon::before,
#ext_menu-1e .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1e .link,
#ext_menu-1e .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-1e .link {
  font-size: 0.75rem;
}
#ext_menu-1e .dropdown-item,
#ext_menu-1e .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1e .link:hover,
#ext_menu-1e .dropdown-item:hover,
#ext_menu-1e .link:focus,
#ext_menu-1e .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-1e .link[aria-expanded="true"],
#ext_menu-1e .dropdown-menu {
  background: #271206;
}
#ext_menu-1e .nav-dropdown-sm .link:focus,
#ext_menu-1e .nav-dropdown-sm .link:hover,
#ext_menu-1e .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1e .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-1e .navbar,
#ext_menu-1e .nav-dropdown-sm,
#ext_menu-1e .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1e .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-1e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1e .bg-color.transparent.opened .link:hover,
#ext_menu-1e .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-1e .link[aria-expanded="true"],
#ext_menu-1e .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#footer1-1f P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}
#msg-box8-3x .mbr-section-title,
#msg-box8-3x p {
  color: #fff;
}
#msg-box8-3x .mbr-section-title {
  font-size: 32px;
}
#content5-3w .mbr-section-title,
#content5-3w p {
  color: #fff;
}
#content5-3w P {
  text-align: center;
}
#content5-3w .mbr-section-title {
  text-align: center;
}
#content5-3z .mbr-section-title,
#content5-3z p {
  color: #fff;
}
#content5-3z P {
  text-align: center;
}
#content5-3z .mbr-section-title {
  text-align: center;
}
#header1-4s .mbr-section-lead {
  text-align: left;
}
#header1-4s .mbr-section-title {
  text-align: left;
}
#header3-41 .mbr-section-title,
#header3-41 .mbr-section-subtitle {
  text-align: center;
}
#header3-41 H3 {
  font-size: 30px;
}
#content5-3y .mbr-section-title,
#content5-3y p {
  color: #fff;
}
#content5-3y P {
  text-align: center;
}
#content5-3y .mbr-section-title {
  text-align: center;
}







#ext_menu-1k .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1k .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-1k .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1k .close-icon::before,
#ext_menu-1k .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1k .link,
#ext_menu-1k .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-1k .link {
  font-size: 0.75rem;
}
#ext_menu-1k .dropdown-item,
#ext_menu-1k .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1k .link:hover,
#ext_menu-1k .dropdown-item:hover,
#ext_menu-1k .link:focus,
#ext_menu-1k .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-1k .link[aria-expanded="true"],
#ext_menu-1k .dropdown-menu {
  background: #271206;
}
#ext_menu-1k .nav-dropdown-sm .link:focus,
#ext_menu-1k .nav-dropdown-sm .link:hover,
#ext_menu-1k .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1k .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-1k .navbar,
#ext_menu-1k .nav-dropdown-sm,
#ext_menu-1k .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1k .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-1k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1k .bg-color.transparent.opened .link:hover,
#ext_menu-1k .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-1k .link[aria-expanded="true"],
#ext_menu-1k .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1l .mbr-section-title,
#header3-1l .mbr-section-subtitle {
  text-align: center;
}
#header3-1l H3 {
  font-family: 'Merriweather', serif;
  color: #54270c;
}
#header3-1l SMALL {
  color: #54270c;
}
#msg-box5-1m H3 {
  font-family: 'Merriweather', serif;
  font-size: 36px;
}
#msg-box5-1m P {
  font-family: 'Merriweather', serif;
}
#content1-1n P {
  font-family: 'Merriweather', serif;
}
#footer1-1o P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}







#ext_menu-1q .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1q .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-1q .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1q .close-icon::before,
#ext_menu-1q .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1q .link,
#ext_menu-1q .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-1q .link {
  font-size: 0.75rem;
}
#ext_menu-1q .dropdown-item,
#ext_menu-1q .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1q .link:hover,
#ext_menu-1q .dropdown-item:hover,
#ext_menu-1q .link:focus,
#ext_menu-1q .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-1q .link[aria-expanded="true"],
#ext_menu-1q .dropdown-menu {
  background: #271206;
}
#ext_menu-1q .nav-dropdown-sm .link:focus,
#ext_menu-1q .nav-dropdown-sm .link:hover,
#ext_menu-1q .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1q .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-1q .navbar,
#ext_menu-1q .nav-dropdown-sm,
#ext_menu-1q .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1q .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-1q .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1q .bg-color.transparent.opened .link:hover,
#ext_menu-1q .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-1q .link[aria-expanded="true"],
#ext_menu-1q .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1r .mbr-section-title,
#header3-1r .mbr-section-subtitle {
  text-align: center;
}
#header3-1r H3 {
  font-family: 'Merriweather', serif;
  color: #54270c;
}
#header3-1r SMALL {
  color: #54270c;
}
#msg-box5-1s H3 {
  font-family: 'Merriweather', serif;
  font-size: 36px;
}
#msg-box5-1s P {
  font-family: 'Merriweather', serif;
}
#content1-1t P {
  font-family: 'Merriweather', serif;
}
#footer1-1u P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}







#ext_menu-1w .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1w .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-1w .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1w .close-icon::before,
#ext_menu-1w .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1w .link,
#ext_menu-1w .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-1w .link {
  font-size: 0.75rem;
}
#ext_menu-1w .dropdown-item,
#ext_menu-1w .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1w .link:hover,
#ext_menu-1w .dropdown-item:hover,
#ext_menu-1w .link:focus,
#ext_menu-1w .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-1w .link[aria-expanded="true"],
#ext_menu-1w .dropdown-menu {
  background: #271206;
}
#ext_menu-1w .nav-dropdown-sm .link:focus,
#ext_menu-1w .nav-dropdown-sm .link:hover,
#ext_menu-1w .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1w .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-1w .navbar,
#ext_menu-1w .nav-dropdown-sm,
#ext_menu-1w .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1w .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-1w .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1w .bg-color.transparent.opened .link:hover,
#ext_menu-1w .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-1w .link[aria-expanded="true"],
#ext_menu-1w .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1x .mbr-section-title,
#header3-1x .mbr-section-subtitle {
  text-align: center;
}
#header3-1x H3 {
  font-family: 'Merriweather', serif;
  color: #54270c;
}
#header3-1x SMALL {
  color: #54270c;
}
#msg-box5-1y H3 {
  font-family: 'Merriweather', serif;
  font-size: 36px;
}
#msg-box5-1y P {
  font-family: 'Merriweather', serif;
}
#content1-1z P {
  font-family: 'Merriweather', serif;
}
#footer1-20 P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}







#ext_menu-23 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-23 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-23 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-23 .close-icon::before,
#ext_menu-23 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-23 .link,
#ext_menu-23 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-23 .link {
  font-size: 0.75rem;
}
#ext_menu-23 .dropdown-item,
#ext_menu-23 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-23 .link:hover,
#ext_menu-23 .dropdown-item:hover,
#ext_menu-23 .link:focus,
#ext_menu-23 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-23 .link[aria-expanded="true"],
#ext_menu-23 .dropdown-menu {
  background: #271206;
}
#ext_menu-23 .nav-dropdown-sm .link:focus,
#ext_menu-23 .nav-dropdown-sm .link:hover,
#ext_menu-23 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-23 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-23 .navbar,
#ext_menu-23 .nav-dropdown-sm,
#ext_menu-23 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-23 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-23 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-23 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-23 .bg-color.transparent.opened .link:hover,
#ext_menu-23 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-23 .link[aria-expanded="true"],
#ext_menu-23 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-24 .mbr-section-title,
#header3-24 .mbr-section-subtitle {
  text-align: center;
}
#header3-24 H3 {
  font-family: 'Merriweather', serif;
  color: #54270c;
}
#header3-24 SMALL {
  color: #54270c;
}
#msg-box5-25 H3 {
  font-family: 'Merriweather', serif;
  font-size: 36px;
}
#msg-box5-25 P {
  font-family: 'Merriweather', serif;
}
#content1-26 P {
  font-family: 'Merriweather', serif;
}
#footer1-27 P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}




#ext_menu-37 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-37 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-37 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-37 .close-icon::before,
#ext_menu-37 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-37 .link,
#ext_menu-37 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-37 .link {
  font-size: 0.75rem;
}
#ext_menu-37 .dropdown-item,
#ext_menu-37 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-37 .link:hover,
#ext_menu-37 .dropdown-item:hover,
#ext_menu-37 .link:focus,
#ext_menu-37 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-37 .link[aria-expanded="true"],
#ext_menu-37 .dropdown-menu {
  background: #271206;
}
#ext_menu-37 .nav-dropdown-sm .link:focus,
#ext_menu-37 .nav-dropdown-sm .link:hover,
#ext_menu-37 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-37 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-37 .navbar,
#ext_menu-37 .nav-dropdown-sm,
#ext_menu-37 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-37 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-37 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-37 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-37 .bg-color.transparent.opened .link:hover,
#ext_menu-37 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-37 .link[aria-expanded="true"],
#ext_menu-37 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-38 .mbr-section-title,
#msg-box8-38 p {
  color: #fff;
}
#msg-box8-38 .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-38 .lead P {
  color: #ffffff;
}
#msg-box5-39 H3 {
  font-size: 36px;
  text-align: left;
}
#msg-box5-39 B {
  text-align: left;
}
#msg-box5-39 P {
  text-align: left;
}
#social-buttons3-3b .mbr-section-title,
#social-buttons3-3b .btn-social {
  color: #fff;
}
#footer1-3c P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}



#ext_menu-3f .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3f .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-3f .navbar-toggler {
  color: #ffffff;
}
#ext_menu-3f .close-icon::before,
#ext_menu-3f .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-3f .link,
#ext_menu-3f .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-3f .link {
  font-size: 0.75rem;
}
#ext_menu-3f .dropdown-item,
#ext_menu-3f .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-3f .link:hover,
#ext_menu-3f .dropdown-item:hover,
#ext_menu-3f .link:focus,
#ext_menu-3f .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-3f .link[aria-expanded="true"],
#ext_menu-3f .dropdown-menu {
  background: #271206;
}
#ext_menu-3f .nav-dropdown-sm .link:focus,
#ext_menu-3f .nav-dropdown-sm .link:hover,
#ext_menu-3f .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3f .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-3f .navbar,
#ext_menu-3f .nav-dropdown-sm,
#ext_menu-3f .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3f .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-3f .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-3f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3f .bg-color.transparent.opened .link:hover,
#ext_menu-3f .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-3f .link[aria-expanded="true"],
#ext_menu-3f .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#footer1-3m P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}



#ext_menu-3o .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3o .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-3o .navbar-toggler {
  color: #ffffff;
}
#ext_menu-3o .close-icon::before,
#ext_menu-3o .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-3o .link,
#ext_menu-3o .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-3o .link {
  font-size: 0.75rem;
}
#ext_menu-3o .dropdown-item,
#ext_menu-3o .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-3o .link:hover,
#ext_menu-3o .dropdown-item:hover,
#ext_menu-3o .link:focus,
#ext_menu-3o .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-3o .link[aria-expanded="true"],
#ext_menu-3o .dropdown-menu {
  background: #271206;
}
#ext_menu-3o .nav-dropdown-sm .link:focus,
#ext_menu-3o .nav-dropdown-sm .link:hover,
#ext_menu-3o .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3o .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-3o .navbar,
#ext_menu-3o .nav-dropdown-sm,
#ext_menu-3o .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3o .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-3o .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-3o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3o .bg-color.transparent.opened .link:hover,
#ext_menu-3o .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-3o .link[aria-expanded="true"],
#ext_menu-3o .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header2-3p .mbr-section-title {
  color: #000000;
}
#header2-3p .mbr-section-text {
  color: #000000;
}
#footer1-3q P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}




#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-0 .link {
  font-size: 0.75rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #271206;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-1 .mbr-section-title,
#msg-box8-1 p {
  color: #fff;
}
#msg-box8-1 .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-1 .lead P {
  color: #ffffff;
}
#msg-box5-6 H3 {
  font-size: 36px;
}
#header3-7 .mbr-section-title,
#header3-7 .mbr-section-subtitle {
  text-align: center;
}
#header3-7 H3 {
  font-size: 20px;
}
#content1-8 P {
  text-align: center;
}
#testimonials3-5h .mbr-section-title {
  color: #efefef;
}
#testimonials3-5h .mbr-author-name {
  color: #ccc;
}
#testimonials3-5h .card-block P {
  color: #565656;
  text-align: center;
}
#header3-2d .mbr-section-title,
#header3-2d .mbr-section-subtitle {
  text-align: center;
}
#header3-2d H3 {
  font-size: 30px;
}
#social-buttons3-3 .mbr-section-title,
#social-buttons3-3 .btn-social {
  color: #fff;
}
#footer1-4 P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}





#ext_menu-2u .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2u .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-2u .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2u .close-icon::before,
#ext_menu-2u .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2u .link,
#ext_menu-2u .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-2u .link {
  font-size: 0.75rem;
}
#ext_menu-2u .dropdown-item,
#ext_menu-2u .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-2u .link:hover,
#ext_menu-2u .dropdown-item:hover,
#ext_menu-2u .link:focus,
#ext_menu-2u .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-2u .link[aria-expanded="true"],
#ext_menu-2u .dropdown-menu {
  background: #271206;
}
#ext_menu-2u .nav-dropdown-sm .link:focus,
#ext_menu-2u .nav-dropdown-sm .link:hover,
#ext_menu-2u .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2u .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-2u .navbar,
#ext_menu-2u .nav-dropdown-sm,
#ext_menu-2u .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2u .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-2u .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2u .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2u .bg-color.transparent.opened .link:hover,
#ext_menu-2u .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-2u .link[aria-expanded="true"],
#ext_menu-2u .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#msg-box8-2v .mbr-section-title,
#msg-box8-2v p {
  color: #fff;
}
#msg-box8-2v .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-2v .lead P {
  color: #ffffff;
}
#header3-36 .mbr-section-title,
#header3-36 .mbr-section-subtitle {
  text-align: center;
}
#header3-36 H3 {
  font-family: 'Merriweather', serif;
  color: #54270c;
}
#header3-36 SMALL {
  color: #54270c;
}
#testimonials3-30 .mbr-section-title {
  color: #efefef;
}
#testimonials3-30 .mbr-author-name {
  color: #ccc;
}
#testimonials3-30 .card-block P {
  color: #565656;
}
#header3-31 .mbr-section-title,
#header3-31 .mbr-section-subtitle {
  text-align: center;
}
#header3-31 H3 {
  font-size: 30px;
}
#form1-32 .form-control-label {
  color: #4b362b;
}
#social-buttons3-33 .mbr-section-title,
#social-buttons3-33 .btn-social {
  color: #fff;
}
#footer1-34 P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}







#ext_menu-46 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-46 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-46 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-46 .close-icon::before,
#ext_menu-46 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-46 .link,
#ext_menu-46 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-46 .link {
  font-size: 0.75rem;
}
#ext_menu-46 .dropdown-item,
#ext_menu-46 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-46 .link:hover,
#ext_menu-46 .dropdown-item:hover,
#ext_menu-46 .link:focus,
#ext_menu-46 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-46 .link[aria-expanded="true"],
#ext_menu-46 .dropdown-menu {
  background: #271206;
}
#ext_menu-46 .nav-dropdown-sm .link:focus,
#ext_menu-46 .nav-dropdown-sm .link:hover,
#ext_menu-46 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-46 .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-46 .navbar,
#ext_menu-46 .nav-dropdown-sm,
#ext_menu-46 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-46 .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-46 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-46 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-46 .bg-color.transparent.opened .link:hover,
#ext_menu-46 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-46 .link[aria-expanded="true"],
#ext_menu-46 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-47 .mbr-section-title,
#header3-47 .mbr-section-subtitle {
  text-align: center;
}
#header3-47 H3 {
  font-family: 'Merriweather', serif;
  color: #54270c;
}
#header3-47 SMALL {
  color: #54270c;
}
#header3-47 .mbr-section-title {
  color: #000000;
}
#msg-box5-48 H3 {
  font-family: 'Merriweather', serif;
  font-size: 36px;
}
#msg-box5-48 P {
  font-family: 'Merriweather', serif;
}
#content1-49 P {
  font-family: 'Merriweather', serif;
}
#footer1-4a P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}







#ext_menu-4g .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4g .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-4g .navbar-toggler {
  color: #ffffff;
}
#ext_menu-4g .close-icon::before,
#ext_menu-4g .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-4g .link,
#ext_menu-4g .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-4g .link {
  font-size: 0.75rem;
}
#ext_menu-4g .dropdown-item,
#ext_menu-4g .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-4g .link:hover,
#ext_menu-4g .dropdown-item:hover,
#ext_menu-4g .link:focus,
#ext_menu-4g .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-4g .link[aria-expanded="true"],
#ext_menu-4g .dropdown-menu {
  background: #271206;
}
#ext_menu-4g .nav-dropdown-sm .link:focus,
#ext_menu-4g .nav-dropdown-sm .link:hover,
#ext_menu-4g .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4g .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-4g .navbar,
#ext_menu-4g .nav-dropdown-sm,
#ext_menu-4g .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4g .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-4g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-4g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4g .bg-color.transparent.opened .link:hover,
#ext_menu-4g .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-4g .link[aria-expanded="true"],
#ext_menu-4g .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-4h .mbr-section-title,
#header3-4h .mbr-section-subtitle {
  text-align: center;
}
#header3-4h H3 {
  font-family: 'Merriweather', serif;
  color: #54270c;
}
#header3-4h SMALL {
  color: #54270c;
}
#header3-4h .mbr-section-title {
  color: #ffffff;
}
#header3-4h .mbr-section-subtitle {
  color: #efefef;
}
#msg-box5-4i H3 {
  font-family: 'Merriweather', serif;
  color: #000000;
}
#msg-box5-4i P {
  font-family: 'Merriweather', serif;
  color: #000000;
}
#content1-4j P {
  font-family: 'Merriweather', serif;
  color: #ffffff;
}
#footer1-4k P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}







#ext_menu-4m .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4m .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
}
#ext_menu-4m .navbar-toggler {
  color: #ffffff;
}
#ext_menu-4m .close-icon::before,
#ext_menu-4m .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-4m .link,
#ext_menu-4m .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-4m .link {
  font-size: 0.75rem;
}
#ext_menu-4m .dropdown-item,
#ext_menu-4m .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-4m .link:hover,
#ext_menu-4m .dropdown-item:hover,
#ext_menu-4m .link:focus,
#ext_menu-4m .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-4m .link[aria-expanded="true"],
#ext_menu-4m .dropdown-menu {
  background: #271206;
}
#ext_menu-4m .nav-dropdown-sm .link:focus,
#ext_menu-4m .nav-dropdown-sm .link:hover,
#ext_menu-4m .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4m .nav-dropdown-sm .dropdown-item:hover {
  background: #47210a!important;
}
#ext_menu-4m .navbar,
#ext_menu-4m .nav-dropdown-sm,
#ext_menu-4m .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4m .nav-dropdown-sm .dropdown-menu {
  background: #54270c;
}
#ext_menu-4m .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-4m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4m .bg-color.transparent.opened .link:hover,
#ext_menu-4m .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-4m .link[aria-expanded="true"],
#ext_menu-4m .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-4n .mbr-section-title,
#header3-4n .mbr-section-subtitle {
  text-align: center;
}
#header3-4n H3 {
  font-family: 'Merriweather', serif;
  color: #54270c;
}
#header3-4n SMALL {
  color: #54270c;
}
#header3-4n .mbr-section-title {
  color: #54270c;
}
#header3-4n .mbr-section-subtitle {
  color: #54270c;
}
#msg-box5-4o H3 {
  font-family: 'Merriweather', serif;
}
#msg-box5-4o P {
  font-family: 'Merriweather', serif;
}
#content1-4p P {
  font-family: 'Merriweather', serif;
}
#footer1-4q P {
  font-family: 'Merriweather', serif;
  color: #cccccc;
}
