/** Notices and Errors **/
.message {
  clear: both;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 5px; }

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
  clear: both;
  color: #fff;
  background: #ffcc00;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 18px;
  padding: 7px 14px;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); }

.success,
.message,
.cake-error,
p.error,
.error-message {
  clear: both;
  color: #fff;
  background: #c43c35;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

.success {
  clear: both;
  color: #fff;
  background: #3B8230;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

body, a {
  font-family: 'Roboto', sans-serif; }

a {
  text-decoration: none !important; }

.handing {
  font-family: 'Cookie', cursive !important; }

@media (max-width: 768px) {
  .sub-title {
    font-size: 2rem; } }
@media (min-width: 768px) {
  .sub-title {
    font-size: 2.3rem; } }

.hr-bg-brown {
  background-color: #356e94 !important; }

.hr-text-brown {
  color: #356e94 !important; }

.hr-border-brown {
  border: 2px solid #356e94 !important; }

.hr-h-40 {
  height: 40px !important; }

@media (max-width: 768px) {
  .so-mobile {
    display: block !important; }

  .so-desktop {
    display: none !important; } }
@media (min-width: 768px) {
  .so-mobile {
    display: none !important; }

  .so-desktop {
    display: block !important; } }

/*# sourceMappingURL=config.css.map */
