@import url('https://fonts.googleapis.com/css?family=Caveat Brush&display=swap');
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body,p,li,td,h3,h4 { 
   font-family: 'Montserrat', sans-serif; 
  font-weight:normal; font-size: 12pt; line-height: 1.5em; color: #034c5a; 
}
table { margin-bottom: 15px; }
table td p { margin: 0; }
table td { vertical-align: top;}
p,li { 
font-family: 'Montserrat', sans-serif; 
  font-size: 12pt !important; line-height: 1.5em !important; color: #034c5a; 
}
h1,.Head, .lead {font-family: 'Caveat Brush', cursive;  color: #04adc5; }
h1,.Head, .lead { font-size: 36pt; line-height: 1.3em; font-weight: normal; }
h2 {font-family: 'Caveat Brush', cursive;  color: #004c59; font-size: 22pt; line-height: 1.3em; font-weight: normal; }
h3 {font-size: 18pt; line-height: 1.3em; font-weight: normal; }
h4 {font-size: 14pt; line-height: 1.3em; font-weight: normal; }
.btn.btn-default {
  background-color: #ffc90d;
  color:#000;
  border-color:#ffc90d;
  -webkit-transition: background 500ms ease-in-out;
-moz-transition: background 500ms ease-in-out;
-ms-transition: background 500ms ease-in-out;
-o-transition: background 500ms ease-in-out;
transition: background 500ms ease-in-out;
}
.btn.btn-default:hover {
 background-color: #ffe792;
}
.btn.btn-info:visited { color: #fff; }
.btn.btn-success:visited { color: #fff; }

#dnn_dnnLOGO_imgLogo::before {
    content: "";
    background-image: url('/portals/0/build/kingfisher.png');
    width: 100px;
    height: 100px;
}

.bright-content h1,
.bright-content h2,
.bright-content h3,
.bright-content h4,
.bright-content p,
.bright-content i,
.bright-content a {
    color: white !important;
}

.background-image-cover { background-size: cover; background-position: center center; background-repeat: no-repeat; }

.bg-windale-light { background-color: #fff4cc; }

.p-30 { padding: 15px; }
.p-60 { padding: 30px; }
.p-90 { padding: 45px; }
.p-120 { padding: 60px; }
.spacer-30 { height: 15px; }
.spacer-60 { height: 30px; }
@media (min-width: 768px) {
.p-30 { padding: 30px; }
.p-60 { padding: 60px; }
.p-90 { padding: 90px; }
.p-120 { padding: 120px; }
.spacer-30 { height: 30px; }
.spacer-60 { height: 60px; }
}

.personabar-visible .stripe-on-admin {
    background-color: rgba(255, 153, 0, 0.5);
}
.show-on-admin {
    display: none;
    color: #ff9900;
}
.personabar-visible .show-on-admin {
    display: block;
}

footer a { color: #fff !important; }

.dnnModuleSettings h2 { font-family: Arial !important; font-size: 14pt; }
.dnnModuleSettings a { text-decoration: none !important; }
.dnnFormExpandContent { display: inline-block; padding: 4px 10px; margin: 4px 0;border: 1px solid #ccc; border-radius: 8px; }

header .app-snippetinject3-edit { display: none !important; }


























