
body {
  font-family: Verdana, Geneva, Tahoma, sans-serif
}

.gg-mail,
.gg-mail::after {
display: block;
box-sizing: border-box;
height: 14px;
border: 2px solid
}

.gg-mail {
overflow: hidden;
transform: scale(var(--ggs,1));
position: relative;
width: 18px;
border-radius: 2px
}

.gg-mail::after {
content: "";
position: absolute;
border-radius: 3px;
width: 14px;
transform: rotate(-45deg);
bottom: 3px;
left: 0
}


.gg-paypal {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 18px;
    transform:
    skew(-10deg)
    scale(var(--ggs,1));
    background:
    linear-gradient(
    to left,
    currentColor 20px,transparent 0)
    no-repeat 3px bottom/4px 2px,
    linear-gradient(
    to left,
    currentColor 20px,transparent 0)
    no-repeat 5px bottom/3px 10px
}

.gg-paypal::after,
.gg-paypal::before {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  border: 2px solid
}

.gg-paypal::before {
  width: 8px;
  height: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 0;
  left: 5px;
  box-shadow: 2px 2px 0
}

.gg-paypal::after {
  width: 6px;
  height: 16px;
  border-right: 0
}

/* LANDING PAGE STYLES */

 body {
    font-weight: 200;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
  }

  header.masthead {
    position: relative;
    background-color: #343a40;
    background: url("../img/bg-masthead.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  header.masthead .overlay {
    position: absolute;
    background-color: white;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
  }

  header.masthead h1 {
    font-size: 2rem;
  }

  @media (min-width: 768px) {
    header.masthead {
      padding-top: 5rem;
      padding-bottom: 12rem;
    }
    header.masthead h1 {
      font-size: 3rem;
    }
  }

  .showcase .showcase-text {
    padding: 3rem;
  }

  .showcase .showcase-img {
    min-height: 15rem;
    background-size: cover;
  }

  @media (min-width: 768px) {
    .showcase .showcase-text {
      padding: 7rem;
    }
  }

  .features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .features-icons .features-icons-item {
    max-width: 20rem;
  }

  .features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
  }

  .features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem;
  }

  .features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem;
  }

  .testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .testimonials .testimonial-item {
    max-width: 18rem;
  }

  .testimonials .testimonial-item img {
    max-width: 12rem;
    -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
    box-shadow: 0px 5px 5px 0px #adb5bd;
  }

  .call-to-action {
    position: relative;
    background-color: #343a40;
    background: url("../img/bg-masthead.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .affiliates {
    position: relative;
    padding-top: 7rem;
  }

  .call-to-action .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
  }

  footer.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }


  /* ------------------------------------------------------------------------------ */
/* GENERAL STYLES */

.navbar{
    position: fixed;
    z-index: 30;
    background: rgba(255, 255, 255, .97) !important;
    /* box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15); */
    transition: top 0.2s ease-in-out !important;
    width: 100% !important;
    top: 0;
}




/* ------------------------------------------------------------------------------ */
/* LANDING PAGE STYLES */



.element {
    margin: 20px auto;
    width: 100%;
    max-width: 800px;
    padding: 10px;
}


.containerBox {
    max-width: 800px;
    margin: 50px auto !important;
}

.marginTop{
    margin-top: 100px !important;
}

.containerBox p, .containerBox h1, .containerBox h2, .containerBox h3, .containerBox h4, .containerBox h5 {
    padding: 10px
}


img {
    max-width: 100% !important;
}


/* MOBILE */
@media(max-width: 768px){
    header.masthead{
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position:  center center !important;
      }

    .call-to-action{
        background-position:  center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .learnmore{
        background-position:  center right !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .start{
        padding-right: 5px
    }
}


/* DESKTOP */
@media(min-width: 768px){
    header.masthead{
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position:  center right !important;
      }

    .call-to-action{
        background-position:  left center !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .learnmore{
        background-position:  center right !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .right{
        text-align: right
    }
}

.showcase-img{
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* for async image load... */
.fit-image{
    width: 550px !important;
    max-width: 100% !important;
    display:block;
    margin:auto;
}



/* ------------------------------------------------------------------------------ */
/* BLOG STYLES */

table {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    }

th {
    border-bottom: 1px solid lightgrey;
}
td {
    padding-left: 5px;
    padding-right: 5px
}
.blogBox{
    height: 300px;
    position: relative;
    background-color: black;
    overflow: hidden;
}

.blogTitle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.blogImage{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
}



/* ------------------------------------------------------------------------------ */
/* REACT FORM STYLES */



.form-control {
    margin-bottom: 10px !important;
}

.electrade-form {
    margin: 0px auto;
    margin-top: 0px;
}

.electrade-form input.btn-primary{
    margin-left: 0px !important;
}


.electrade-form input, .electrade-form select {
    border-radius: 0px;
}

.start{
    justify-content: flex-start !important;
}

.br-none{
    border-right: 0px !important
}


.rounded {
    border-radius: 30px;
}


label{
    justify-content: flex-end !important;
    padding-left: 0px !important;
}


.my-node-enter {
    opacity: 0;
  }

.my-node-enter-active {
    opacity: 1;
    transition: opacity 2000ms;
}

.my-node-exit {
    opacity: 1;
}

.my-node-exit-active {
    opacity: 0;
    transition: opacity 2000ms;
}



.carousel-control-prev, .carousel-control-next {
  background-color: black; 
  height: 50px; 
  max-width: 50px; 
  margin-top: 30%;
}


.icon {
  max-width: 50px;
}

.index-title{
    color: rgba(0,0,0,.84);
    margin-top:20px;
}
.index-sub{
    color: rgba(0,0,0,.54);

}
.index-text{
    margin-top:20px;
    color: rgba(0,0,0,.44);
}
.index-image{
    width: 400px;
}
.social-icon{
    color: rgba(0,0,0,.44);
    font-size:1.5rem;
}
.clock{
    margin-left: 25px;
}
 
.error{
    text-align: center !important;
}
@media(min-width: 769px){
    .md-nopad-right{
        padding-right: 0px !important;
    }
    .md-nopad-left{
        padding-left: 0px !important;
    }
}



.shadows{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}



.carousel-control-prev, .carousel-control-next {
  background-color: black !important; 
  height: 50px ; 
  max-width: 50px; 
  margin-top: 30%;
}


.center{
  text-align: center;
  margin: 0 auto;
}


#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}



td {
  padding: 5px;
}

table {
  margin-bottom: 10px;
}


.overlay{
  background-color: rgba(0,0,0,.44)
}


a {text-decoration: none}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#jumboCarousel .carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
#jumboCarousel  .carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
#jumboCarousel  .carousel-item {
  height: 35vh;
}

#jumboCarousel  .carousel-item > img {
  position: absolute;
  width: 100%;
  bottom: -40px;
}



#jumboCarousel .carousel-control-prev, #jumboCarousel .carousel-control-next {
  background-color: black !important; 
  height: 50px ; 
  max-width: 50px; 
  margin-top: 20%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  #jumboCarousel  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  #jumboCarousel .featurette-heading {
    font-size: 50px;
  }

  #jumboCarousel .carousel-item {
    height: 50vh;
  }

  
}

@media (min-width: 62em) {
  #jumboCarousel .featurette-heading {
    margin-top: 7rem;
  }

  #jumboCarousel .carousel-item {
    height: 70vh;
  }
}

code {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #f36d33;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}