@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');
@import url('all.css');

/* General Styles */
html, body {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  scroll-behavior: smooth;
}

.border {
  border-bottom: 3px solid #0DB148;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.shadow {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}

/* Helper Classes */
.d-flex {
  display: flex!important;
}

.d-block {
  display: block!important;
}

.justify-content-between {
  justify-content: space-between!important;
}

.justify-content-around {
  justify-content: space-around!important;
}

.justify-content-center {
  justify-content: center!important;
}

.align-items-center {
  align-items: center!important;
}

.flex-column {
  flex-direction: column!important;
}

.mt-auto {
  margin-top: auto!important;
}

.flex-fill {
  flex: 1!important;
}

.flex-wrap {
  flex-wrap: wrap!important;
}

.text-decoration-none {
  text-decoration: none!important;
}

.w-100 {
  width: 100%!important;
}

.text-white {
  color: white!important;
}

.p-2 {
  padding: 2rem!important;
}

.pb-1 {
  padding-bottom: 1rem!important;
}

/* Type Styles */
.gr-type {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

  .gr-type h1 {
    font-size: 2.618em!important;
    font-weight: 800;
  }

  .gr-type h2 {
    font-size: 2.618em!important;
    font-weight: 700;
  }

  .gr-type h3 {
    font-size: 1.618em;
    font-weight: 700;
  }

/* Specific Styles */

#kitContainer .panel.panel-primary {
  min-width: 425px;
  max-width: 425px;

  margin: 1rem auto 1rem auto;

  border: 1px solid #0058A8;
}

  #kitContainer .panel.panel-primary .panel-heading {
    background: #0058A8!important;
    color: white;
  }

  #whyBanners {
    position: relative;
    padding: 2rem;
  }

    #whyBanners .icon-container {
      padding: 1rem;
    }

    #whyBanners span.fas {
      padding-bottom: 2rem;
      transition: transform 0.35s ease-in-out;
    }

    #whyBanners span.fas:hover {
      transform: scale(1.15);
    }

/* Background Styles */
.bg-banners {
  background: linear-gradient(to bottom, #0058A8 0%, #007FA0 25%, #009F6B 90%);
}

.bg-banners-blue.panel {
  border: 1px solid #0058A8!important;
}

.bg-banners-blue .panel-heading {
  background: #0058A8;
  color: white;
}

/* Banners Button */
.btn-banners {
  position: relative;
  background: linear-gradient(45deg, #0058a8, #007FA0);

  width: 100%;
  margin: 1rem auto 1rem auto;

  border-radius: 1rem;

  color: white;
  text-transform: uppercase;

  transition: all 0.5s ease;
}

  .btn-banners:hover {
    transform: scale(1.025);
  }

  .btn-banners > strong {
    position: relative;
  }

.btn-banners::before {
  content: '';
  position: absolute;

  width: 100%;
  height: 100%;

  left: 50%;
  top: 50%;

  background: linear-gradient(45deg, #0DB148, #009F6B);

  border: 3px solid white;
  border-radius: 1rem;

  transform: translateX(-50%) translateY(-50%);

  opacity: 0;
  transition: all 0.5s ease;
}

  .btn-banners:hover::before {
    opacity: 0.5;

    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }

.btn-banners.btn-banners-sm {
  padding: 1rem;
}

.btn-banners.btn-banners-md {
  padding: 2rem 1rem 2rem 1rem;
}

.btn-banners.btn-banners-lg {
  padding: 3rem 1rem 3rem 1rem;
}

/* Section Shaped */
.section-shaped .shape
{
    position: absolute;
    z-index: 1;
    top: 0;

    width: 100%;
    height: 100%;
}

.section-shaped .shape-style-1 span
{
    display: block;
    position: absolute;

    width: 120px;
    height: 120px;

    border-radius: 50%;
}
.section-shaped .shape-style-1 .span-200
{
    width: 200px;
    height: 200px;
}
.section-shaped .shape-style-1 .span-150
{
    width: 150px;
    height: 150px;
}
.section-shaped .shape-style-1 .span-100
{
    width: 100px;
    height: 100px;
}
.section-shaped .shape-style-1 .span-75
{
    width: 75px;
    height: 75px;
}
.section-shaped .shape-style-1 .span-50
{
    width: 50px;
    height: 50px;
}
.section-shaped .shape-style-1 :nth-child(1)
{
    bottom: auto;
    left: -4%;

    background: rgba(255, 255, 255, .1);
}
.section-shaped .shape-style-1 :nth-child(2)
{
    top: 10%;
    right: 4%;

    background: rgba(255, 255, 255, .1);
}
.section-shaped .shape-style-1 :nth-child(3)
{
    top: 280px;
    right: 5.66666%;

    background: rgba(255, 255, 255, .3);
}
.section-shaped .shape-style-1 :nth-child(4)
{
    top: 320px;
    right: 7%;

    background: rgba(255, 255, 255, .15);
}
.section-shaped .shape-style-1 :nth-child(5)
{
    top: 38%;
    right: auto;
    left: 1%;

    background: rgba(255, 255, 255, .05);
}
.section-shaped .shape-style-1 :nth-child(6)
{
    top: 44%;
    right: auto;
    left: 10%;

    width: 200px;
    height: 200px;

    background: rgba(255, 255, 255, .15);
}
.section-shaped .shape-style-1 :nth-child(7)
{
    right: 36%;
    bottom: 50%;

    background: rgba(255, 255, 255, .04);
}
.section-shaped .shape-style-1 :nth-child(8)
{
    right: 2%;
    bottom: 70px;

    background: rgba(255, 255, 255, .2);
}
.section-shaped .shape-style-1 :nth-child(9)
{
    right: 2%;
    bottom: 1%;

    background: rgba(255, 255, 255, .1);
}
.section-shaped .shape-style-1 :nth-child(10)
{
    right: auto;
    bottom: 1%;
    left: 1%;

    background: rgba(255, 255, 255, .05);
}
