body {
  background-color: ;
  color: #333333;
}
.webpage-block .jumbotron h1, h1 {
  color: ;
  font-family: ;
  font-size: 36px;
}
.webpage-block .jumbotron h2, h2 {
  color: ;
  font-family: ;
  font-size: 30px;
}
.webpage-block .jumbotron h3, h3 {
  color: ;
  font-family: ;
  font-size: 24px;
}
.webpage-block .jumbotron h4, h4 {
  color: ;
  font-family: ;
  font-size: 18px;
}
.webpage-block .jumbotron h5, h5 {
  color: ;
  font-family: ;
  font-size: 14px;
}
.webpage-block .jumbotron h6, h6 {
  color: ;
  font-family: ;
  font-size: 12px;
}
.webpage-block .jumbotron p, p, .content-block div, .panel div, li {
  color: ;
  font-family: ;
  font-size: 18px;
}
.jumbotron blockquote, blockquote {
  color: ;
  font-family: ;
  font-size: 18px;
}
.jumbotron .lead, .content-block .lead, .lead {
  color: ;
  font-family: ;
  font-size: 21px;
}
@media (max-width: 767px) {
  .webpage-block .jumbotron h1, h1 {
    font-size: 36px;
  }
  .webpage-block .jumbotron h2, h2 {
    font-size: 30px;
  }
  .webpage-block .jumbotron h3, h3 {
    font-size: 24px;
  }
  .webpage-block .jumbotron h4, h4 {
    font-size: 18px;
  }
  .webpage-block .jumbotron h5, h5 {
    font-size: 14px;
  }
  .webpage-block .jumbotron h6, h6 {
    font-size: 12px;
  }
  .webpage-block .jumbotron p, p {
    font-size: 18px;
  }
  .webpage-block .jumbotron blockquote, blockquote {
    font-size: 18px;
  }
  .webpage-block .jumbotron .lead, .lead {
    font-size: 20px;
  }
}
.webpage-background a {
  color: #1f5b5c;
}
.webpage-block a {
  color: #1f5b5c;
}
.webpage-contact a {
  color: #1f5b5c;
}
.webpage-about a {
  color: #1f5b5c;
}
.webpage-footer {
  background-color:  !important;
  color:  !important;
}
.webpage-footer a{
  color:  !important;
}
.webpage-footer .site-footer-simple {
  background-color:  !important;
  color:  !important;
}

.webpage-footer p {
  color:  !important;
}
.webpage-footer .site-footer-simple a,
.webpage-footer .site-footer-simple a:hover {
  background-color:  !important;
  color:  !important;
}
.webpage-header .navbar {
  background-color: #ffffff;
  color: ;
}
.webpage-header .navbar a,
.webpage-header .navbar a:hover {
  color: #359492 !important;
}
.webpage-header.navbar-fixed-top {
  background-color: ;
}
.webpage-group .webpage-hero > div > div {
  padding-top: 20px;
}
.webpage-header.navbar-fixed-top.hero-behind.transparent {
  background-color: transparent;
}
.webpage-header.hero-behind.transparent .navbar {
  background-color: transparent;
}
body.hero-behind .webpage-group .webpage-hero > div {
  margin-top: 0 !important;
}
.webpage-footer .site-footer-columns .site-footer-upper,
.webpage-footer .site-footer-layers {
  background-color:  !important;
  color:  !important;
}
.webpage-footer .site-footer-columns .site-footer-upper a,
.webpage-footer .site-footer-columns .site-footer-upper a:hover,
.webpage-footer .site-footer-layers a,
.webpage-footer .site-footer-layers a:hover {
  color:  !important;
}
body {font-size: 18px; font-family: 'Crimson Text', serif;

background-color: #a9e1e6;
background-image: url("https://www.transparenttextures.com/patterns/grey-sandbag.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.webpage-block .jumbotron h1, h1, h2, h3, .lead {font-family: 'Montserrat', sans-serif;}

/*Hero Styling w custom class "welcome"*/
.welcome .jumbotron {font-size: 26px; font-weight: 400;}
.welcome .jumbotron h1 {font-size: 54px;}
.welcome .btn { text-align: center; vertical-align: middle; font-size: 21px;}
.welcome .jumbotron .container  {margin-top: 250px;} 

/* Smaller font in mobile hero */
@media (max-width: 768px) {
.welcome .jumbotron .container {margin-top: 0;}
.welcome .jumbotron h1, .webpage-block .jumbotron .well h1 {font-size: 28px;}
.welcome .jumbotron h1, .webpage-block .jumbotron .well {font-size: 18px;}
}

.center-button {text-align: center;
    vertical-align: middle;}

.webpage-call-to-action .panel img {
    object-fit: cover;
    max-height: 203px;
    width: 100%; 
border-radius: 50%;
}
.btn-primary {background: #2a6e6c; color: #FFF; border: 1px solid #fff; font-size: 16px;}
.webpage-block .btn {background: #2a6e6c; color: #FFF; border: 1px solid #fff;}
.webpage-block .btn:hover {background: #fff; color: #2a6e6c;border: 1px solid #2a6e6c;}

.cta-bar {color: #fff; }
.cta-bar .webpage-block .btn {background: #2a6e6c; color: #fff;border: 1px solid #fff;} 
.cta-bar .webpage-block .btn:hover {background: #fff; color: #2a6e6c; border: 1px solid #2a6e6c;}
