/*  Notes
    -----
    * Colors inherited from logo:
        #27ACBA; Turqouise blue.
*/

/* Goboal Settings */

.color-do { color: #F05D21; }
.color-tb { color: #27ACBA; }

/* Header Secion */

img.carousel-img {
  width: 880px;
  height: 300px;
}

.btn-outline-info:hover {
  color: #FFFFFF;
}

/* features section */

.features-custom {
  padding-top: 75px;
  color: #000000;
}

/* Contact section */

.contact-custom {
  padding-top: 100px;
  color: #ffffff;
  background-color: #000000;
}

  /* captcha images */
img.numSize { width: 20px; height: 30px; }
img.opSize { width: 15px; height: 20px; }

/* footer > newsletter input */
 
input::placeholder {
    color: #808080 !important;
    opacity: 1; /* Firefox */
  }
  
input::-ms-input-placeholder { /* Edge 12-18 */
    color: #808080 !important;
  }

.nav-link:hover {
  text-decoration: underline;
  text-decoration-color: #27ACBA;
}

   

  