body {
  background-color: #d7e7f2;
  color: ;
}
.webpage-block .jumbotron h1, h1 {
  color: ;
  font-family: Cabin;
  font-size: 36px;
}
.webpage-block .jumbotron h2, h2 {
  color: ;
  font-family: Cabin;
  font-size: 30px;
}
.webpage-block .jumbotron h3, h3 {
  color: ;
  font-family: Cabin;
  font-size: 24px;
}
.webpage-block .jumbotron h4, h4 {
  color: ;
  font-family: Cabin;
  font-size: 18px;
}
.webpage-block .jumbotron h5, h5 {
  color: ;
  font-family: Karla;
  font-size: 14px;
}
.webpage-block .jumbotron h6, h6 {
  color: ;
  font-family: Karla;
  font-size: 12px;
}
.webpage-block .jumbotron p, p, .content-block div, .panel div, li {
  color: ;
  font-family: Karla;
  font-size: 18px;
}
.jumbotron blockquote, blockquote {
  color: ;
  font-family: Cabin;
  font-size: 18px;
}
.jumbotron .lead, .content-block .lead, .lead {
  color: ;
  font-family: Cabin;
  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: 16px;
  }
  .webpage-block .jumbotron blockquote, blockquote {
    font-size: 18px;
  }
  .webpage-block .jumbotron .lead, .lead {
    font-size: 20px;
  }
}
.webpage-background a {
  color: #477a7f;
}
.webpage-block a {
  color: #477a7f;
}
.webpage-contact a {
  color: #477a7f;
}
.webpage-about a {
  color: #477a7f;
}
.webpage-footer {
  background-color: #477a7f !important;
  color: #f1f1f1 !important;
}
.webpage-footer a{
  color: #ffffff !important;
}
.webpage-footer .site-footer-simple {
  background-color: #477a7f !important;
  color: #f1f1f1 !important;
}

.webpage-footer p {
  color: #f1f1f1 !important;
}
.webpage-footer .site-footer-simple a,
.webpage-footer .site-footer-simple a:hover {
  background-color: #477a7f !important;
  color: #ffffff !important;
}
.webpage-header .navbar {
  background-color: #ffffff;
  color: ;
}
.webpage-header .navbar a,
.webpage-header .navbar a:hover {
  color: #477a7f !important;
}
.webpage-header.navbar-fixed-top {
  background-color: #d7e7f2;
}
.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: #477a7f !important;
  color: #f1f1f1 !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: #ffffff !important;
}
body {font-size: 18px; font-family: 'Karla', sans-serif;}
.vcard-social {background: #4c89bf; width: 100%; padding: 0 5%; color: #fff;}
.vcard-phone a, .header-social a {color: #fff;}
.webpage-header .navbar li a {font-size: 130%; line-height: 35px!important;}
.dropdown-menu {min-width: 220px;}

/* Custom last nav item with button */
.navbar-right > li:last-of-type {background-color: #477a7f; color: #fff; border-radius: 26px; margin-top: 15px;margin-bottom: 20px; border: 1px solid #fff;}
.navbar-right > li:last-of-type:hover {background-color: #fff; border: 1px solid #477a7f;}
.navbar-right> li:last-of-type a {line-height: 5px!important; color: #fff!important;}
.navbar-right> li:last-of-type a:hover {color: #477a7f;}

/*Add shadow below navbar*/
.webpage-header {border: none; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
                         box-shadow: 0px 0px 10px rgba(0,0,0,.8); 
z-index: 9;}

.webpage-call-to-action .panel img {
    object-fit: cover;
    max-height: 225px;
    width: 100%; }
.col-border img {border: 4px solid white;}

@media (min-width: 769px) {
.webpage-header .navbar-brand-image {z-index: 10000; margin-top: 0; background: #fff;}
.webpage-header .navbar {height: 60px!important;}
.webpage-header .navbar-outside-left .navbar-brand, .webpage-header .navbar-outside-center .navbar-brand, .webpage-header .navbar-outside-right .navbar-brand {margin: 0 !important;}

/*Hero Styling w custom class "welcome"*/
.welcome .btn {margin-top: 12px; text-align: center; vertical-align: middle; font-size: 30px;}
.welcome .jumbotron .container  {margin-top: 320px;} 
}

/*Hero image overlay*/
.webpage-hero .jumbotron:before {position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.2);
    left: 0%; top: 0;
}

/* Smaller font in mobile hero */
@media (max-width: 768px) {
.welcome .jumbotron .container {margin-top: 0;}
.webpage-header .navbar-brand-image img {height: 60px!important; max-height: 60px!important;}
}



/*Buttons*/
.webpage-block .btn {background: #477A7F; color: #fff; border: 1px solid #fff;-webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
          transition: all .5s ease;}
.webpage-block .btn:hover {background: #fff; color: #477A7F;border: 1px solid #477A7F;}
