﻿/*******************************************************************************
 * File: style.css
 * Author: Andy Franqueira
 *
 * Blue            #00b5e2
 * Green           #97d700
 * Dark Blue       #003a70
 * Dark Green      #00843d
 * Gold            #ffb81c
 * Black           #111111
 * White           #fefefe
 *
 ******************************************************************************/


/*******************************************************************************
* Element styling
*******************************************************************************/
body {
  min-height: 100vh;
  margin: 0;
  background-color: #fefefe;
  color: #111111;
  font-family: "Red Hat Display", Verdana;
}

h1, h2, h3, h4 {
  margin: 12px 0;
  color: #003a70;
}

h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 24px;
  color: #00843d;
}

h2 {
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 21px;
}

h3 {
  font-size: 1.1em;
  line-height: 18px;
}

h4, h5, h6 {
  color: #111111;
  font-weight: bold;
  font-size: 1em;
}

a:link, a:visited {
  color: #00843d;
  font-weight: bold;
  text-decoration: none;
}

a:focus, a:hover, a:active {
  color: #003a70 !important;
}

button,
a.button,
input.btn {
  display: inline-block;
  margin: 0 6px 6px 6px;
  padding: .4em .8em !important;
  border: none;
  border-radius: 4px;
  font-weight: normal;
  font-size: 16px !important;
  background-color: #003a70 !important;
  color: #97d700 !important;
  text-decoration: none;
}

  button:hover,
  button:focus,
  button:active,
  a.button:hover,
  a.button:focus,
  a.button:active,
  input.btn:hover,
  input.btn:focus,
  input.btn:active {
    background-color: #97d700 !important;
    color: #003a70 !important;
    text-decoration: none;
  }

iframe {
  overflow: scroll;
  width: 100%; 
  min-height: 80vh;
}

.modal-body iframe {
  height: 800px;
}


/*******************************************************************************
* Class styling
*******************************************************************************/
.header-dark {
  background-color: #003a70;
  color: #fefefe;
  border-bottom: solid 1px #00843d;
  font-family: "Red Hat Display", Verdana;
  text-transform: uppercase;
}

  .header-dark h1,
  .header-dark h2 {
    margin: 0;
  }

  .header-dark h1,
  .header-dark h2,
  .header-dark a {
    color: #97d700;
  }

.navbar-toggler, 
.navbar-toggler:focus {
  background-color: #fefefe !important;
}

.navbar-toggler:hover, 
.navbar-toggler:focus, 
.navbar-toggler:active {
  background-color: #97d700;
}

.navbar-nav a:hover, 
.navbar-nav a:focus, 
.navbar-nav a:active {
  color: #003a70;
  background-color: #97d700;
}

.donation-form label {
  font-weight: 600;
}

.donation-form div.section {
    margin-bottom: 2em;
}

.donation-form div.field {
  margin-left: 2em;
}

.donation-form input[type="radio"],
.donation-form input[type="checkbox"] {
  margin-right: 1em;
}

.kindful-embed-wrapper { 
  width: 400px !important;
} 

.ctct-popup-content div.ctct-form-defaults h2.ctct-form-header,
.ctct-popup-content div.ctct-form-defaults p.ctct-form-text,
.ctct-popup-content div.ctct-form-defaults p.ctct-gdpr-text {
  font-family: "Red Hat Display", Verdana !important;
}

div.ctct-form-popup form.ctct-form-custom label.ctct-form-label {
  margin-left: .8em;
}


/*******************************************************************************
* Breakpoint styling
*******************************************************************************/
@media (max-width: 768px) {
  .navbar-nav {
    border-top: solid 1px #97d700;
  }

  footer {
    font-size: 0.8em;
  }
}
