/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Oct 1, 2017, 7:26:04 PM
    Author     : mandyblyss
*/
/* extend colours */
.info {
  color: #17a2b8; }

.success {
  color: #28a745; }

.danger {
  color: #dc3545; }

.warning {
  color: #ffc107; }

.primary {
  color: #0062cc; }

.smallgrey {
  font-size: 80%;
  color: #ccc; }

/* makes field invisible to catch the spam bots */
input.nosee {
  display: none; }

input.invis {
  display: none; }

/*# sourceMappingURL=custom-site.css.map */
