:root {
  --primary-color: #3899A1;
  --blue: #3899A1;
  --primary-color-lighter: #2C7B82;
  --blue-lighter: #2C7B82;
  --primary-color-darker: #2C7B82;
  --blue-darker: #2C7B82;
  --secondary-color: #A07438;
  --gold: #A07438;
  --secondary-color-lighter: #B4833F;
  --gold-lighter: #B4833F;
  --secondary-color-darker: #8A6330;
  --gold-darker: #8A6330;
  --tertiary-color: #FFFFFF;
  --white: #FFFFFF;
  --tertiary-color-lighter: #FFFFFF;
  --white-lighter: #FFFFFF;
  --tertiary-color-darker: #E6E6E6;
  --white-darker: #E6E6E6;
  --quaternary-color: #2B2E33;
  --black: #2B2E33;
  --quaternary-color-lighter: #2B2E33;
  --black-lighter: #2B2E33;
  --quaternary-color-darker: #2B2E33;
  --black-darker: #2B2E33;
}/* insert custom css below */

.b-tile__img
{ box-shadow: none !important; }

.b-form-basic input[type="text"],  .b-form-basic input[type="email"], .b-form-basic input[type="password"], .b-form-basic textarea
{ border-radius: 50px; background-color: #2b2e33; border-color: #9f7438; color: #ffffff !important; }

.b-form-basic.b-form-basic--c-button--theme-primary .btn-toolbar.Actions input[type="submit"]
{ background-color: #9f7438;}

.b-form-basic.b-form-basic--c-button--theme-primary .btn-toolbar.Actions input[type="submit"]:hover
{ background-color: #8A6330;}

.b-testimonials-simple__content
{ color: #000000; }

/* Map Styling */
@media (min-width: 992px) 
{ #e184 > section > div, #e187> section > div, #e188> section > div, #e189> section > div, #e190> section > div
{ display: flex;} }

.b-map
{ border-radius: 50px !important; }

#e184 > section > div > div.row.justify-content-center, #e187 > section > div > div.row.justify-content-center, #e188 > section > div > div.row.justify-content-center, #e189 > section > div > div.row.justify-content-center, #e190 > section > div > div.row.justify-content-center
{ width: 50% !important; }

/* Form Styling */
.b-form-basic select
{   width: 100%;
    border-radius: 50px;
    background-color: #2c2d33;
    border: solid 1px #9f7339;
    color: white; }

.b-form-basic .field.dropdown .middleColumn:after
{
    color: #9f7339;
}

/* Blog Styling */
.c-blogs__article-content
{   color: #2c2d33 !important;}
.c-blogs__article-button .c-button
{ font-weight: 700; }

.b-article.c-blog-article__recent > div > div.block-title.text-center
{   color: #2c2d33 !important;}

/* Contact Page */
@media only screen and (min-width: 992px) {
#e190 > section > div > div.row.justify-content-center
{ 
  padding-right: 50px;
} 
}

.blocks-map .text-tertiary > a {
  color: var(--tertiary-color);
}