/*
 * Globals
 */

/* Links */
a,
a:focus {
  color: #99f23f;
  outline: 0;
  text-decoration: none;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}
a:hover {
  color: #6ca300;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
}

/* Selection */
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background-color: #6ca300;
}
::selection {
  color: #fff;
  background-color: #6ca300;
}

/* Custom default button */
.btn-primary {
  color: #6ca300;
  border-width: 2px;
  border-radius: 1.25rem;
  background-color: #99f23f;
  border-color: #99f23f;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}
.btn-primary:hover,
.btn-primary:hover:active,
.btn-primary:focus,
.btn-primary:focus:active {
  color: #7ab700;
  border-radius: 1.25rem !important;
  background-color: transparent;
  border-color: #7ab700;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
  cursor: pointer;
  outline: 0;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(170, 255, 0, .5);
}
.btn-secondary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(170, 255, 0, .5);
}


/*
 * Fonts and Icons
 */


html {
  position: relative;
  min-height: 100%;
}

body {
  font-size: 18px;
  color: #555;
  background-color: #fff;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

/* Display responsive fonts */
.display-responsive {
  font-size: 3rem;
  font-weight: 300;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

.icon-circle {
  color: #6ca300;
  padding: .5rem;
  background-color: #99f23f;
  border: 2px solid #99f23f !important;
  border-radius: 100%;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

/* Down button */
.scroll-down-container {
  text-align: center;
  height: 60px;
  margin-bottom: -60px;
  z-index: 30;
}
.scroll-down-container .scroll-down {
  position: relative;
  bottom: 6rem;
  z-index: 30;
}
.scroll-down {
  cursor: pointer;
  color: #fff !important
}

.scroll-down:focus .icon-circle,
.scroll-down:hover .icon-circle {
  color: #7ab700;
  background-color: transparent;
  border: 2px solid #7ab700 !important;
  border-radius: 100%;
  outline: 0;
}

/* reCAPTCHA badge */
.grecaptcha-badge {
  box-shadow: none !important;
  z-index: 80;
}


@media (min-width: 544px) {
  .display-responsive {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .display-responsive {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .display-responsive {
    font-size: 5rem;
  }
}


/*
 * Base structure
 */

 .img-fluid {
   width: 100%;
 }
 .mb-custom {
   margin-bottom: 2rem;
 }
 .mt-custom {
   margin-top: 2rem;
 }
 .py-custom {
   padding-top: 2rem;
   padding-bottom: 2rem;
 }
 .pb-custom {
   padding-bottom: 2rem;
 }
 .my-custom {
   margin-top: 2rem;
   margin-bottom: 2rem;
 }
 .br-0 {
   border-radius: 0;
 }
 .hidden {
   display: none !important;
 }
 /* Backwards compatibility to Bootsrap 4.0.0-alpha.6 */
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}


 /*
 * Jumbotrons
 */

.jumbotron:not(:first-child) {
  margin-top: 2rem;
}
.jumbotron {
  margin-bottom: 0;
  background-color: #eee;
  border-radius: 1.5rem;
}
.jumbotron-fluid {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eee;
}


/*
 * Marketing and Featurettes
 */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.featurette {
  padding: 5rem 0;
}

.featurette .figure:last-child {
  margin: 0;
}
.featurette p:last-child {
  margin-bottom: 0;
}

.marketing-img {
  border: 2px solid #37a5a6;
}
.figure-caption {
  color: #37a5a6 !important;
}


/*
 * Masthead for nav
 */

.blog-masthead {
  position: relative;
  width: 100%;
  background-color: rgba(170, 255, 0, 1);
  padding: 0 !important;
  z-index: 20;
}

@media (max-width: 767px) {
  .blog-masthead .container {
    max-width: 100%;
    padding-right: none !important;
    padding-left: none !important;
    text-align: center;
  }
  .navbar-brand {
    margin-left: 1rem;
  }
}

/* Nav links */
.blog-masthead .nav-link {
  position: relative;
  padding: 1rem !important;
  font-weight: 500;
  color: #6ca300 !important;
}
.blog-masthead .nav-link:hover,
.blog-masthead .nav-link:focus {
  color: #fff !important;
  background-color: #7ab700;
}

.blog-masthead .nav-link.active {
  color: #fff !important;
  background-color: #6ca300;
}

.navbar-toggler,
.navbar-toggler:focus {
  padding: 1rem;
  font-size: 18px;
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #7ab700;
  outline: 0;
  -webkit-transition: background-color .3s ease-out;
       -o-transition: background-color .3s ease-out;
          transition: background-color .3s ease-out;
}
.navbar-toggler:hover {
  background-color: #6ca300;
  outline: 0;
  cursor: pointer;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-brand,
.navbar-brand:focus {
  color: #7ab700 !important;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}
.navbar-brand:hover {
  color: #6ca300 !important;
}

/* Social buttons */
.nav-social {
  text-align: center;
  margin-top: 2rem;
}

.nav-social a,
.nav-social a:focus {
  font-weight: 500;
  color: #fff;
  margin-left: 1rem;
  margin-right: 1rem;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

.nav-social a:hover {
  color: #99f23f;
  text-decoration: none;
}


/*
 * Blog
 */

.blog-post {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-post:nth-child(odd) {
  background-color: #eee;
}
.blog-post:not(:last-child) {
  border-bottom: 2px solid #32beff;
}

.blog-post a,
a:focus {
  color: #7ab700;
}

.blog-post-featured,
.blog-post-featured .blog-post-title,
.blog-post-featured .blog-post-meta {
  color: #fff;
}

.blog-post a:hover {
  color: rgb(108, 163, 0);
}

.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
}
.blog-description {
  font-size: 1.1rem;
  color: #fff;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

.article {
  padding-top: 3rem;
  padding-bottom: 3rem;
}


/*
 * Blog posts
 */

.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
  color: #007cba;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}


/*
 * Logo overlay
 */

.logo-overlay {
  position: absolute;
  padding-top: 2rem;
  padding-left: 2rem;
  z-index: 6;
}
.logo-overlay svg {
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .6));
        o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .6));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .6));
}

@media (max-width: 767px) {
  .logo-overlay {
    padding-left: calc(50% - 45.185px);
  }
}


/*
 * Carousel
 */

.turtle-carousel {
  height: calc(100vh - 59px);
  min-height: 480px;
  max-height: 1024px;
  background-color: #007cba;
}
.blog-header,
.turtle-carousel .carousel-cell {
  height: calc(100vh - 59px);
  min-height: 480px;
  max-height: 1024px;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #007cba;
}

.blog-header h1,
.carousel-cell h1 {
  color: #fff;
}
.blog-header p,
.carousel-cell p {
  color: #fff;
}

@media (min-width: 768px) {
  .turtle-carousel,
  .turtle-carousel .carousel-cell,
  .blog-header {
    height: calc(60vh - 59px);
    min-height: 480px;
    max-height: 1024px;
  }
}

.carousel-header {
  color: #fff !important;
}

@media (min-width: 768px) {
  .caption-center-sticky {
    position: relative;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
  }
  .cover {
    padding: 3rem;
  }
  .contact {
    padding: 1.5rem;
  }
}
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .turtle-carousel .carousel-caption p {
    font-size: 1.25rem;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .caption-center-sticky {
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 0;
    min-height: 100%;
  }
  .caption-center-sticky {
    border-radius: 0 !important;
  }
  .cover {
    min-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
  .cover-scroll-down {
    padding-bottom: 6rem !important;
  }
  .flickity-prev-next-button {
    display: none;
  }
}

.carousel-indicators li {
  background-color: rgba(170, 255, 0, .5) !important;
}

.carousel-indicators .active {
  background-color: rgba(170, 255, 0, 1) !important;
}

.turtle-carousel .glide--horizontal .glide__arrows {
  top: 50%;
  width: 100%;
  margin-left: 0;
}

/* position dots up a bit */
.piece-carousel-background .flickity-page-dots,
.turtle-carousel .flickity-page-dots {
  bottom: 2rem;
}
/* dots are lines */
.deck-carousel .flickity-page-dots .dot,
.piece-carousel-background .flickity-page-dots .dot,
.turtle-carousel .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0 .25rem;
  background-color: #99f23f;
  border-radius: 0;
}
.turtle-carousel .flickity-prev-next-button {
  width: 64px;
  height: 64px;
  bottom: 0 !important;
  border-radius: 0;
  background: rgba(244, 207, 40, 0);
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}
.turtle-carousel .flickity-prev-next-button .arrow {
  fill: rgba(255, 255, 255, 0);
}
.turtle-carousel .flickity-prev-next-button:hover {
  fill: #fff;
  background: rgba(244, 207, 40, 1);
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}
.turtle-carousel .flickity-prev-next-button:hover .arrow {
  fill: rgba(255, 255, 255, 1);
}
.turtle-carousel .previous {
  left: 0 !important;
}
.turtle-carousel .next {
  right: 0 !important;
}


/* Piece Carousel */

.piece-carousel .carousel-item.active,
.piece-carousel .carousel-item-next,
.piece-carousel .carousel-item-prev {
  display: block;
}

.piece-carousel-background {
  max-width: 100%;
  height: auto;
}
.piece-carousel-background .piece-carousel-item,
.piece-carousel-background .carousel-item {
  background-color: #3d3d62;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 75%; /* (img-height / img-width * container-width) */
                    /* (853 / 1280 * 100) */
}


/* Deck Carousel */

.deck-carousel .card {
  width: 100%;
  border: none;
}
@media (min-width: 768px) {
  .deck-carousel .card {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .deck-carousel .card {
    width: 33.333333%;
  }
}
/* position dots up a bit */
.deck-carousel .flickity-page-dots {
  bottom: -22px;
}

.piece-carousel-background .flickity-prev-next-button,
.deck-carousel .flickity-prev-next-button {
  display: none;
}


/*
 * Cover
 */

.jumbo-cover-inner {
  background-color: #3d3d62;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .jumbo-cover {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 2732px;
    min-height: 32em;
  }
  .jumbo-cover-inner {
    position: absolute;
    width: 100%;
    height: 100vh;
    max-height: 2732px;
    min-height: 32em;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 5;
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
  }
}

/* Make space for footer below jumbo cover */
.jumbo-cover-footer {
  height: calc(100vh - 59px);
  max-height: calc(100vh - 59px);
}
.jumbo-cover-footer .jumbo-cover-inner {
  position: absolute;
  width: 100%;
  height: calc(100vh - 59px);
  max-height: calc(100vh - 59px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 5;
}

.cover {
  color: #fff;
  width: 100%;
  border-radius: 2rem;
  background: rgba(1, 135, 193, .5);
  -webkit-backdrop-filter: blur(1px);
       -o-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

.cover-flickity {
  color: #fff;
  width: 100%;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

.cover h1,
.cover h2,
.cover h3,
.cover h4 {
  color: #fff;
}


/*
 * Album
 */

.album {
  min-height: 50rem; /* Can be removed; just added for demo purposes */
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
}

.album .card {
  float: left;
  width: 33.333%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
}

.album .card > img {
  margin-bottom: .75rem;
}

.album .card-text {
  font-size: 85%;
}


/*
 * Marketing and Featurettes
 */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.featurette {
  margin-top: 4rem;
}
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.marketing-img {
  border: 2px solid #37a5a6;
}
.figure-caption {
  color: #37a5a6 !important;
}


/*
 * Headlines
 */

.headline {
  padding-top: 1.25rem;
  padding-bottom: .75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: rgb(108, 163, 0);
  text-align: center;
}
.headline h1 {
  font-weight: normal;
  color: #fff;
  text-shadow: none;
}

.headline small {
  color: #fff;
}


/*
 * Tables
 */

.table th,
.table td {
  border-top: 1px solid #99f23f;
}

.table thead th {
  border-bottom: 2px solid #99f23f;
}

.thead-inverse th {
  background-color: #99f23f !important;
}

.table-description {
  border-top-color: transparent !important;
}


/*
 * Cards
 */

.card-transparent {
  background-color: transparent;
  border-color: #99f23f;
  border-radius: .5rem;
}
.card-transparent b {
  color: #129d4a;
}
.card-header {
  background-color: transparent !important;
  border: none;
}
.card-transparent .card-img {
  border-radius: 0;
  border-top: 1px solid #99f23f;
  border-bottom: 1px solid #99f23f;
}

/* Card margins */

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.card .figure .rounded-circle {
  padding-left: 2rem;
  padding-right: 2rem;
}

.card-custom-group:not(:last-child),
.card-custom-deck:not(:last-child),
.card-container:not(:last-child) {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .col-12:not(:last-child),
  .card-transparent:not(:last-child) {
    margin-bottom: 2rem;
  }
  .events .card {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 768px) {
  .row:not(:last-child) {
    margin-bottom: 2rem;
  }
  .card-container {
    margin-left: 25%;
    margin-right: 25%;
  }
  .card-custom-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-custom-deck .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-custom-deck .card:not(:first-child) {
    margin-left: 15px;
  }
  .card-custom-deck .card:not(:last-child) {
    margin-right: 15px;
  }
  .card-custom-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-custom-group .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .card-custom-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-custom-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-custom-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-custom-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-custom-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-custom-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-custom-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-custom-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-custom-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-custom-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
  .card-custom-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .card-custom-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem;
  }
}

.no-gutters {
  margin-bottom: 0 !important;
}


/*
 * Reviews
 */

.reviews {
 margin: 3rem;
}
©
@media (min-width: 768px) {
 .reviews .review .card p {
   font-size: 1.25rem;
   font-weight: 300;
 }
 .reviews {
    margin-left: 8rem;
    margin-right: 8rem;
 }
}

.reviews .review .col-7 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.reviews .review .card-block {
  padding: 1.5rem;
}
.reviews .review h3 {
  color: #007cba;
}
.reviews .review .card {
  min-width: 10rem;
  background-color: #007cba;
  border-color: #007cba;
}
.reviews .review .card-right {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 0;
  -webkit-transform: skewX(-10deg);
       -o-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.reviews .review .card-right p {
  color: #fff;
  -webkit-transform: skewX(10deg);
       -o-transform: skewX(10deg);
          transform: skewX(10deg);
}
.reviews .review .card-left {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2rem;
  -webkit-transform: skewX(10deg);
       -o-transform: skewX(10deg);
          transform: skewX(10deg);
}
.reviews .review .card-left p {
  color: #fff;
  -webkit-transform: skewX(-10deg);
       -o-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.reviews .review:not(:last-child) {
  margin-bottom: 3rem;
}
.review .align-self-center {
  /* Center h3 with margin equal to half of h3 font-size */
  margin-top: .875rem;
}

.box-arrow-up-container {
  width: 100%;
  background: #eee;
}
.box-arrow-up {
  position: relative;
  left: calc(50% - 50px);
  top: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #0090d3;
}


/*
 * Contact
 */

.contact .card-transparent {
  border-color: rgba(255, 255, 255, .6);
  border-radius: .5rem;
  /*border-top-left-radius: .5rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: 0;*/
  border-width: 2px;
  /*height: 100%;*/
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}
.card-no-border {
  border: none;
}
/*.contact .card-transparent:focus,
.contact .card-transparent:hover {
  border-color: rgba(255, 255, 255, 1);
  border-radius: 1rem;
}*/

.contact .card-transparent b {
  color: #fff;
}

@media (min-width: 768px) {
  .contact {
    padding: 1.5rem;
  }
}


/*
 * Gallery
 */

.gallery-list {
  background-color: #fff;
}
.gallery-list a,
.gallery-list a:focus {
  color: #7ab700;
}
.gallery-list a:hover {
  color: rgb(108, 163, 0)
}

.gallery-description {
  background-color: #007cba;
  color: #fff;
}
.gallery-description h1 {
  color: #fff;
}

.gallery {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.gallery .card {
  width: 100%;
  margin-bottom: 15px;
}

.gallery img:hover {
  -webkit-filter: brightness(110%);
       -o-filter: brightness(110%);
          filter: brightness(110%);
}

.gutter-sizer {
  width: 2%;
}

.gallery-icon-left {
  position: fixed;
  top: calc(50vh - 37.5px);
  border-radius: 100%;
  left: -25px;
}
.gallery-icon-right {
  position: fixed;
  top: calc(50vh - 37.5px);
  right: -25px;
}

.gallery-icon-left img {
  border-top-right-radius: .75rem;
  border-bottom-right-radius: .75rem;
}
.gallery-icon-right img {
  border-top-left-radius: .75rem;
  border-bottom-left-radius: .75rem;
}

.gallery-icon-left,
.gallery-icon-right {
  opacity: .6;
  -webkit-transition: opacity .2s ease-out, left .2s ease-out, right .2s ease-out;
       -o-transition: opacity .3s ease-out, left .2s ease-out, right .2s ease-out;
          transition: opacity .2s ease-out, left .2s ease-out, right .2s ease-out;
}
.gallery-icon-left:hover {
  opacity: 1;
  left: 0;
}
.gallery-icon-right:hover {
   opacity: 1;
   right: 0;
}

@media (min-width: 576px) {
  .gallery .card {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media (min-width: 768px) {
  .gallery .card {
    width: 31.33%;
    margin-bottom: 2%;
  }
}
@media (min-width: 1200px) {
  .gallery .card {
    width: 18.4%;
    margin-bottom: 2%;
  }
}


/*
 * Forms
 */

.form-control {
  border-radius: .5rem;
  border-width: 0;
  color: #fff;
  background-color: rgba(50, 190, 255, .6);
  -webkit-transition: background-color .3s ease-out, border-radius .3s ease-out;
       -o-transition: background-color .3s ease-out, border-radius .3s ease-out;
          transition: background-color .3s ease-out, border-radius .3s ease-out;
}
.form-control:focus {
  border-radius: .75rem;
  border-width: 0;
  color: #fff;
  background-color: rgba(50, 190, 255, 1);
  /*background-color: rgba(55, 165, 166, 0.8);*/
  border-color: rgba(50, 190, 255, 1);
  outline: 0;
}
.col-form-label,
.control-label {
  color: #fff;
}
.form-control::placeholder {
  color: rgba(255, 255, 255, .8);
}
.form-control:focus::placeholder {
  color: rgba(255, 255, 255, 1);
}

.custom-control-indicator {
  background-color: rgba(255, 255, 255, .6);
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #99f23f;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #99f23f;
}

.custom-control-input:active ~ .custom-control-indicator,
.custom-control-input:checked~.custom-control-indicator {
  color: #fff;
  background-color: #6ca300;
}

textarea {
  min-height: 39px;
  height: 78px;
  border-bottom-right-radius: 0 !important;
}


/*
 * Footer
 */

.blog-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  text-align: center;
  line-height: 60px; /* Vertically center the text there */
  color: #fff;
  background-color: #007cba;
}
