/* Generic  */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  margin: 0;
  padding: 0;
  max-width: 1000px; }

.container-fluid {
  padding: 0;
  margin: 0; }

a {
  color: #000000;
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease; }

a:hover, a:focus {
  text-decoration: none;
  color: #333333; }

.rph-text-block p {
  margin-left: 20px; }

/* Desktop  */
.dt-header-container {
  margin-bottom: 20px; }

.dt-site-title {
  color: darkblue;
  background-image: linear-gradient(to right, rgba(153, 204, 255, 0.1), rgba(153, 204, 255, 0.8));
  font-size: 40px;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px; }

.dt-site-title-sub {
  font-size: 30px; }

.d-site-subtitle {
  background-color: rgba(61, 16, 16, 0.8);
  color: yellow;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 10px;
  font-size: 24px; }

.desk-intro {
  font-size: 24px; }

.contact-block-desk {
  margin-left: 30px;
  border: 1px darkblue solid;
  border-radius: 5px; }

.dt-bullet-heading {
  font-size: 24px;
  margin-top: 20px; }

.dt-boxtext {
  margin-top: 10px; }

.dt-phonenum {
  font-size: 20px;
  color: green; }

.dt-email {
  font-size: 16px;
  color: green; }

.desk-bullets p {
  border-radius: 5px;
  background-color: rgba(153, 204, 255, 0.6);
  color: brown;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin-left: 40px;
  margin-right: 10px;
  margin-top: 25px;
  text-align: center; }

.dt-key-bullet-wrap {
  background-color: rgba(61, 16, 16, 0.8);
  color: yellow;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 40px;
  margin-right: 10px;
  margin-top: 25px; }

.dt-key-bullet {
  padding-top: 5px;
  padding-bottom: 5px; }

.dt-img {
  max-height: 400px; }

.dt-footer {
  color: darkblue;
  font-weight: bold;
  background-image: linear-gradient(to right, rgba(153, 204, 255, 0.1), rgba(153, 204, 255, 0.8));
  font-size: 15px;
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 2px; }

.row-dt {
  margin-left: 20px;
  margin-right: 20px; }

/* Mobile  */
.mb-img-container {
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
  color: white; }

.mb-bg-img {
  width: 100%; }

.mb-img-top-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }

.mb-site-title {
  color: darkblue;
  background-color: rgba(153, 204, 255, 0.6);
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 20px; }

.mb-title-sub {
  font-size: 24px; }

.mb-contact-block {
  background-color: rgba(61, 16, 16, 0.8);
  color: #ffffff;
  border-radius: 25px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 2px; }

.mb-phonenum {
  font-size: 20px;
  color: white; }

.mb-email {
  margin-top: -10px;
  font-weight: bold;
  color: white; }

.mb-site-subtitle {
  background-color: rgba(61, 16, 16, 0.8);
  color: yellow;
  font-size: 20px;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px; }

.mb-bullets {
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 30px; }

.mb-bullets p {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  color: brown;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 5px; }

/* Contact Form */
.rph-form-container {
  margin-right: auto;
  margin-top: 20px;
  text-align: center; }

.h-contact-form {
  font-size: 18px;
  color: brown;
  text-align: center; }

/* Change FORM cells with the following as applicable ...
.form-control:focus{border-color: brown; box-shadow: none; -webkit-box-shadow: none;} 
.form-control{border-width: 2px; border-color: blue;}
*/
.form-control:focus {
  border-color: brown;
  box-shadow: none;
  -webkit-box-shadow: none; }

.form-control {
  border-width: 1px;
  border-color: rgba(61, 16, 16, 0.8); }

.rphform {
  font-size: 12px; }

.rphform:focus {
  border-color: pink; }

.btn-default {
  background-color: rgba(61, 16, 16, 0.8);
  color: yellow; }

.error {
  color: #e02318; }

.successformat {
  color: darkgreen; }

@media screen and (max-width: 575px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  body {
    margin: 0;
    padding: 0; }

  .container-fluid {
    padding: 0;
    margin: 0; } }
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .mb-site-title {
    font-size: 30px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 20px; }

  .mb-title-sub {
    font-size: 20px; } }
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .rph-form-container {
    margin-left: 20px; }

  .mb-site-title {
    font-size: 70px;
    margin-bottom: 20px;
    margin-top: -300px; }

  .mb-title-sub {
    font-size: 40px; }

  .mb-contact-block {
    border-radius: 25px;
    margin-top: 50px;
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 30px;
    padding-bottom: 20px; }

  .mb-phonenum {
    font-size: 40px; }

  .mb-email {
    margin-top: 0px;
    font-size: 30px; }

  .mb-site-subtitle {
    font-size: 35px;
    border-radius: 10px;
    margin-top: 40px;
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 5px;
    padding-bottom: 5px; }

  .mb-bullets {
    margin-top: 80px;
    margin-left: 80px;
    margin-right: 80px; }

  .mb-bullets p {
    font-size: 28px;
    padding: 0;
    margin: 10px; } }
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  body {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto; }

  .mb-site-title {
    font-size: 30px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 20px; }

  .mb-title-sub {
    font-size: 20px; } }
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .mb-site-title {
    font-size: 30px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 20px; }

  .mb-title-sub {
    font-size: 20px; } }

/*# sourceMappingURL=rph3.css.map */
