/*
Theme Name:
Theme URI:
Description:
Author: GPSIMPACT
Author URI: http://gpsimpact.com
Version: 1.0
DB: #002856;
GREEN: #95D600;
lightblue: #00B3E3;
*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");

/* #loading-icon {
  height: 150px;
  width: 150px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 75px);
  z-index: 1;
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, top 5s linear;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
} */

.body-no-js #loading-icon {
  /* display: none !important; */
}

/* .fade-out {
  opacity: 0;
  transition: none;
} */

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

a:not(.btn) {
}

a {
  color: #002856;
}

a:hover,
a:focus,
a:active {
  color: #95d600;
}

.smMargTop {
  margin-top: 15px;
}

/* ------- Typography ------- */

h1,
h2,
h3,
h4,
.btn,
.nav > li > a {
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

strong {
  -webkit-font-smoothing: antialiased;
}

/* ------- Header ------- */

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 5000;
}

#header {
  position: relative;
  z-index: 5000;
}

#header .navbar {
  border: none;
  margin-bottom: 0;
  padding: 5px 0px 0px 0px;
}

#header .nav {
  margin-top: 23px;
}

@media (min-width: 768px) AND (max-width: 1199px) {
  #header .nav {
    margin-top: 110px;
  }
}

#header .navbar-brand {
  padding: 0 0 0 15px;
  margin: 0;
}

.navbar-brand {
  text-indent: -99999px;
  background-image: url("assets/images/Kim-Schrier-Logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 175px auto;
  -o-background-size: 175px auto;
  -webkit-background-size: 175px auto;
  background-size: 175px auto;
  width: 175px;
  height: 100px;
}

.navbar-toggle {
  padding: 10px 5px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 15px;
  text-transform: uppercase;
}

.dropdown-menu {
  border-radius: 0px;
}

.dropdown-menu > li,
.nav > li {
  font-size: 15px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.dropdown-menu > li > a,
.nav > li > a {
  text-transform: uppercase;
  color: #002856;
}

.dropdown-menu > li:hover > a,
.dropdown-menu > li:focus > a,
.nav > li:hover > a,
.nav > li:focus > a {
  color: #00b3e3;
  background-color: transparent;
}

#header .donate {
  margin-top: 10px;
  font-size: 15px;
}

@media (min-width: 1200px) {
  #header .donate {
    margin-top: 20px;
    margin-left: 10px;
  }
}

.navbar-toggle {
  margin: 5px 0 0 0;
  padding: 0.5rem 1rem;
  background: #eaeaea;
}

.donate > a {
  letter-spacing: 1px;
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #95d600;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 1200px) {
  .donate > a {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.donate > a:hover,
.donate > a:focus {
  background-color: #002856;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }

  .navbar-header:nth-of-type(2) {
    margin-right: 0;
  }

  .navbar-header:nth-of-type(2) > * {
    display: block;
    width: 100%;
    text-align: center;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    /*float: none!important;*/
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}

.navbar-collapse.collapse {
  transition: height 0.2s;
}

.navbar-collapse.collapsing {
  width: 100%;
  height: 0 !important;
}

.navbar-collapse.collapse.in {
  width: 100%;
  max-height: none;
  padding-bottom: 20px;
}

/* ------- Front Page ------- */

.hero {
  background-color: #262261;
  position: relative;
}

.hero .container,
.hero .container-fluid {
  position: relative;
  z-index: 30;
  padding: 20px 15px;
}

@media (max-width: 992px) {
  .hero {
    background-image: none !important;
  }
}

@media (min-width: 992px) {
  .hero {
    height: 90vh;
    min-height: 600px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;

    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  .hero .container,
  .hero .container-fluid {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 30;
    top: 50%;
    padding: 50px 15px;

    transform: translateY(-50%);
  }
}

@media (min-width: 1600px) {
  .hero {
    height: 85vh;
    min-height: 650px;
  }

  .hero .container {
    width: 80%;
    margin: auto auto;
  }
}

.hero-video {
  border: 1px solid #262261;
  margin-bottom: 15px;
}

.hero-row {
  min-height: 500px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;

  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.intro-icons {
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-kim {
  font-size: 16px !important;
}

/* ------- Footer ------- */

#footer {
  background-color: #002856;
  padding: 50px 0px;
}

#footer p.disco {
  width: auto;
  max-width: 450px;
  margin: 25px auto;
  display: block;
  padding: 10px 20px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  -webkit-font-smoothing: antialiased;

  text-align: center;
  text-transform: uppercase;
  background: none;
}

#footer .info a {
  font-size: 12px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

#footer .navbar-nav {
  width: 100%;
  text-align: center;
}

#footer .navbar-nav li {
  float: none;
  display: inline-block;
}

#footer .navbar-nav li a {
  font-size: 1.2em;
  color: #fff;
}

#footer .navbar-nav li a:hover,
#footer .navbar-nav li a:focus,
#footer .navbar-nav li a:active {
  color: #00b3e3;
}

#footer .nav > li.donate > a {
  background-color: transparent;
  color: #95d600;
  text-transform: uppercase;
}

#footer .nav > li.donate:hover > a,
#footer .nav > li.donate:focus > a {
  color: #00b3e3;
}

#footer .nav > li.social > a {
  background-color: transparent;
  color: #00b3e3;
  text-transform: uppercase;
}

#footer .facebook a:before,
#footer .twitter a:before {
  font-size: 30px;
}

#footer .nav > li.social:hover > a,
#footer .nav > li.donate:focus > a {
  color: #95d600;
  background-color: transparent;
}

.section-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #002856;
  text-align: center;
}

#latest {
  padding: 30px 0px 100px;
  background-color: #ddd;
}

.featured-news {
}

.featured-news .content {
  padding: 20px;
  background-color: #fff;
}

.featured-news .content h2 {
  margin-top: 0px;
}

.introduction {
  padding: 50px 0px;
  text-align: center;
}

.introduction h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #002856;
}

/* ------- Misc ------- */

.help-block {
  background: #aa0000;
  color: #fff;
  letter-spacing: 1px;
}

.form-control,
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}

.searchform {
  max-width: 400px;
  margin-bottom: 25px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.2;
}

.overlay.black {
  background-color: #000;
}

.overlay-black {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.3;
  background-color: #000;
}

.top {
  position: relative;
  z-index: 25;
}

.alignleft,
.alignright,
.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}

@media (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 50%;
  }

  .alignleft {
    display: inline;
    float: left;
    margin: 0 15px 10px 0;
  }

  .alignright {
    display: inline;
    float: right;
    margin: 0 0 10px 15px;
  }
}

.social a:before {
  content: none;
}

.nav > li.social > a {
  font-size: 0px !important;
  padding-bottom: 8px;
  font-weight: 400;
}

.social a:before {
  font-family: FontAwesome;
  font-size: 20px;
  display: inline-block;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.action_buttons li a {
  padding: 40px 10px;
  color: #fff;
  line-height: 1.5em;
  font-size: 1.5em;
}

.action_buttons li a:hover,
.action_buttons li a:focus,
.action_buttons li a:active {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .action_buttons li a {
    font-size: 1.5em;
  }
}

@media (min-width: 1400px) {
  .action_buttons li a {
    font-size: 2em;
  }
}

.action_buttons .action_one {
  background-color: #002856;
}

.action_buttons .action_two {
  background-color: #95d600;
}

.action_buttons .action_three {
  background-color: #00b3e3;
}

.about-img-bg {
  position: absolute;
  height: 100%;
  width: 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.about-content {
  padding: 30px 50px;
}

@media (min-width: 992px) {
  .about-content {
    max-width: 620px;
  }
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.about-content {
  overflow: hidden;
}

#about {
  overflow: hidden;
}

.about-image-container {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 25%;
  position: relative;
  min-height: 450px;
  width: 100%;
}

@media (min-width: 992px) {
  .about-image-container {
    background-position: 50% 50%;
    position: relative;
    display: inline-block;
    min-height: 100%;
    height: 100%;
    width: 50%;
    position: absolute;
    z-index: -1;
  }
}

.about-content h1 {
  color: #95d600;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 0.75em;
  font-weight: bold;
}

.btn-border {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 5px solid #95d600;
  background-color: #fff;
  padding: 15px 30px;
  font-size: 1.5em;
  color: #95d600;
}

.btn-border:hover,
.btn-border:focus,
.btn-border:active {
  border: 5px solid #002856;
}

.btn-blue-border {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 5px solid #00b3e3;
  background-color: transparent;
  padding: 15px 30px;
  font-size: 1.5em;
  color: #00b3e3;
}

.btn-blue-border:hover,
.btn-blue-border:focus,
.btn-blue-border:active {
  border: 5px solid #002856;
}

.chipin li:hover a,
.chipin li:focus a,
.chipin li:active a {
  background-color: #fff;
  color: #95d600;
}

.chipin li a {
  margin: 10px 30px;
  background-color: #fff;
  padding: 20px 10px;
  color: #95d600;
  font-size: 2.5em;
  line-height: 1.5em;
}

.chipin li a:hover,
.chipin li a:focus,
.chipin li a:active {
  color: #fff;
  background-color: #002856;
  text-decoration: underline;
}

#chipin {
  font-size: 1.2em;
  padding: 50px 10px;
  background-color: #95d600;
}

#chipin h1 {
  margin-top: 0px;
  text-align: center;
  color: #002856;
}

.share {
  float: right;
}

.share .facebook a:before,
.share .twitter a:before {
  color: rgba(0, 0, 0, 0.4);
}

.share .facebook:hover a:before,
.share .twitter:hover a:before {
  color: #002856;
}

.share {
  margin-top: 20px;
}

.share p,
.share ul {
  float: left;
}

.share p {
  font-weight: bold;
  margin-right: 15px;
  color: rgba(0, 0, 0, 0.4);
}

.sharehero {
  position: absolute;
  right: 0;
  top: 45%;
  z-index: 500;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sharehero li {
  font-size: 30px;
  margin: 0;
  width: 50px;
}

.sharehero li a {
  background-color: #aaa;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 11px 0px 2px 0px;
}

.sharehero li.facebook a {
  background-color: #5774b3;
}

.sharehero li.twitter a {
  background-color: #4099ff;
}

.sharehero li.youtube a {
  background-color: #e52d27;
}

.sharehero li.twitter:hover a,
.sharehero li.facebook:hover a,
.sharehero li.youtube:hover a {
  background-color: #95d600;
}

.sharehero li.email a {
  background-color: #6abd45;
}

.gallery {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.gallery > .gallery-item {
  flex: 1 1 50%; /*grow | shrink | basis */
  border: none;
  padding: 20px;
}

@media (min-width: 762px) {
  .gallery > .gallery-item {
    flex: 1 1 20%; /*grow | shrink | basis */
    max-width: 20%;
  }
}
.gallery > .gallery-item > .gallery-icon > img {
  border: none !important;
}
