
body{
  font-family: Archivo, sans-serif;
  width:100%;
  background-color: #fafafa;
}

a{
   color:#fff;
}

a:hover{
   color:#ddd;
   text-decoration: none;
}

a.footer{
   color:#fff;
   text-transform: uppercase;
}

a.footer:hover{
   color:#777;
   text-decoration: none;
}

.navbar-bagikata{
   background: #white;
   color: #094a9e;
}

.navbar-toggler{
   color: white;
}

a.nav-link{
  color: #fff;
}

a.nav-link:hover{
  color: #888;
}

/* utilities */
   .text-center{
   text-align: center;
   }
   .grey-color{
   color:#535960;
   }
   .marginalized{
   margin-top:20px;
   margin-bottom:20px;
   margin-left:20px;
   margin-right:20px;
   }


   .dragged-up{
   margin-top:-67.5px;
   }

   .padded-bottom-bit{
   padding-bottom:50px;
   }

   .padded-top{
   padding-top:25px;
   }

   .padded-bottom{
   padding-bottom:25px;
   }

   .centered{
   text-align: center;
   }
   .font-bolden{
   font-style: Ubuntu;
   font-weight: bold;
   }
   .font-belittle{
   font-size: 0.7em;
   }
   .rounders{
   border-radius: 50%;
   background: #fff;
   padding: 15px;
   border: 1px solid #eee;
   }
   .height-spacing{
   line-height: 1.5;
   }
   .padded-up{
   padding: 60px;
   }

   .text-center{
     text-align: center;
   }
   @media(max-width: 986px) {
   .padded-up{
   padding: 30px;
   }
   }
   @media (max-width: 576px) {
   .padded-up{
   padding: 10px;
   }
   }
   h1,h2,h3,h4{
   font-weight:bold;
   margin:10px;
   }
   footer{
   background:#666;
   text-align: center;
   padding: 20px;
   color: white;
   font-size: 0.8rem;
   }

   .hero-logo-inset{
     width: 150px;
     margin: 8px 12px;
   }

   .form-directive{
      font-weight: bolder;
      font-style: oblique;
      color: white;
   }


   .help-block{
      font-style: oblique;
   }

   .stat-section{
      color: white;
      background-color: #eb3246;
   }

   .yellow-column{
     background-color:#ffcc33;
     color: black;
   }

   .footer{
       width: 100%;
       background-color: #ddd;
       padding: 10px;
   }

   .footer-link{
       color: #094a9e;
   }

   .color-red{
     color: #eb3246;
   }

   .color-white{
     color: #fff;
   }

   .big-footer{
     background-color:#094a9e;
     color: white;
   }

/* new classes */

/* navbar */
#navbar{
  padding: 30px 50px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#navbar-logo{
  margin-left:10px;
  width: 190px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#navbar-toggler{
  border: 1px solid rgba(255,255,255,0.2);
}

.navbar-internationalization{
  padding: 8px;
  margin: 0 30px;
  height: 40px;
  display:block;
}


@media (max-width: 986px) {
  #navbar{
    padding: 10px;
    background-color:#084e9b;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }

  #navbar-logo{
    margin-left:10px;
    width: 100px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .navbar-mobile-padding{
    padding-top: 100px;
  }
}

#nav-icon{
  width: 100%;
}

.nav-link{
  margin: 0px 30px;
}

/* layout containers */


.container-whole-bagikata{
    /* max-width: 100% !important; */
    min-height: 100vh;
    background:#fff;
}

.container-blue{
  background-color:#084e9b;
}

.container-red{
  background-color:#e93a47;
}

.container-white{
  background-color:#fafafa;
}

.container-grey{
  background-color: #ededed;
}

.container-darkgrey{
  background-color: #ddd;
}

.container-yellow{
  background-color: #fec60b;
}

.container-teal{
  background-color: #3abaa4;
}

@media (min-width: 986px) {
  .full-column{
    min-height: 100vh;
  }
}

.section-head{
  padding: 50px 0px 30px 0px;
  text-align: center;
}

.section-descriptor{
  text-transform: uppercase;
  color: #fec60b;
  font-weight: bold;
  font-family: Chivo;
  letter-spacing: 3px;
}

/* hero section */

.title-container{
  max-width: 700px;
}

.title{
  color: #fec60b;
  font-family: Archivo;
  font-weight: 700;
  font-size: 2rem;
}

.sub-title{
  font-family: Archivo;
  text-decoration: underline;
}

.title-paragraph{
  margin: 10px;
  color: white;
}

.title-image{
  width: 100%
}

.title-subimage{
  position: absolute;
  top:80px;
  width: 85%;
  left:0px;
}

.title-buttons{
  margin:10px;
}

/* services section */

.services-step-container{
  color: white;
  font-weight: lighter;
  font-size: 1.5rem;
}

.services-step-paragraph{
  margin: 10px;
  color: white;
}

.services-footnote{
  font-size: 0.5rem;
  line-height: 0.5;
}

.services-testimonial{
  text-align: center;
  margin-bottom: 80px;
}

.testi-image{
  width: 60%;
}

.services-testimonial-paragraph{
  width: 60%;
  margin: 10px auto;
  line-height:1.15;
}

.services-testimonial-profile{
  font-weight: bold;
}

.services-testimonial-quote{
  text-transform: uppercase;
  font-weight: bold;
  color: #084e9b;
  font-family: Chivo;
  font-size: 1.15rem
}

.services-credibility-descriptor{
  text-transform: uppercase;
  font-weight: bold;
  color: #084e9b;
  font-family: Chivo;
  letter-spacing: 3px;
}

.services-credibility-paragraph{
  font-size: 1rem;
  margin: 10px;
}

.services-credibility{
  margin: 30px 0;
}

.credibility-image{
  margin: 20px;
  border-radius: 50%;
  width: 70%;
}

.services-freqchat-placeholder{
  background: white;
  padding: 20px;
  margin: 70px auto;
  border-radius: 20px;
}

.services-freqchat-image-background{
  margin:-70px auto;
  margin-bottom: 1rem;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  background-color: #fec60b;
}

.services-freqchat-paragraph{
  color: #6c7284;
  font-weight: 600;
  font-style: oblique;
}

.services-statistics-descriptor{
  color: #000;
}

.services-statistics-numbers{
  color: #084e9b;
  margin-bottom: 0px;
}

.services-statistics-sub{
  color: #084e9b;
  margin: 0px auto;
  font-weight: normal;
}

.services-statistics-image{
  width: 100%;
  max-width: 150px;
}



.services-statistics-pad{
  padding-bottom: 80px
}

/* partnership */

.partnerships-descriptor{
  color: white;
}

.partnerships-key-message{
  color: #fec60b;
  font-family: Archivo;
  font-weight: 700;
  font-size: 2rem;
  margin: 10px;
  line-height: 2.375rem;
}

.partnership-partners-descriptor{
  font-size: 0.75rem;
  color: white;
  margin: 10px;
}

.partnership-testimonial-placeholder{
  background: white;
  padding: 20px;
  margin: 70px auto;
  border-radius: 20px;
}

.partnership-testimonial-image{
  margin:-70px auto;
  margin-bottom: 1rem;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  background-color: #fec60b;
}

.partnership-testimonial-paragraph{
  font-weight: normal;
  font-size: 1.25rem;
  text-align: left;
  font-style: oblique;
}

.partnership-testimonial-profile{
  font-weight: bold;
  font-size: 1.25rem;
  text-align: left;
}

/* bagisuara */

.bagisuara-container{
  padding-bottom: 30px;
}

.bagisuara-introduction-paragraph{
  font-weight: 400;
  font-size: 1.5rem;
  margin:10px;
}

.bagisuara-structure{
  padding: 50px 0;
}

.bagisuara-placeholder{
  padding: 20px;
  margin: 30px auto;
  border-radius: 20px;
}

.bagisuara-quote-paragraph{
  color: #6c7284;
  font-weight: 600;
  font-style: oblique;
}

.bagisuara-profile{
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.bagisuara-key-message{
  color:#e93a47;
  font-family: Archivo;
  font-weight: 700;
  font-size: 2rem;
  margin: 10px;
  line-height: 2.375rem;
}

/* join */

.join-descriptor{
  color: black;
}

.join-handler-testimonies{
  background: white;
}

.join-handler-paragraph{
  color: #6c7284;
  font-weight: 600;
  font-style: oblique;
}

.join-handler-profile{
  color: #000;
  font-style: normal;
}

.join-handler-image{
  margin-bottom: 1rem;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  background-color: #fec60b;
}

.join-handler-placeholder{
  background: white;
  padding: 20px;
  margin: 20px auto;
  border-radius: 20px;
}

.join-introduction-paragraph{
  margin: 10px;
}

.join-handler-form{
  padding-bottom: 30px;
}

/* footer */
.main-footer{
  font-size: 0.5rem;
  padding:15px;
}

.secondary-footer{
  font-size: 0.75rem;
  padding:15px;

  display: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.footer-padding{
  padding-top: 175px;
}

.footer-label{
  text-transform: uppercase;
  font-size: 0.5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.footer-social-descriptor{
  margin-right:20px;
}

.footer-logo{
  width: 200px;
  margin:15px;
}

.fab{
  font-size: 1rem;
}

.mobile-footer{
  margin: 10px;
}

/* button */

.button{
  font-family: Archivo;
  font-weight: bold;
  border: 0;
  border-radius: 5px;
  padding: 3px 20px;
}

.button-primary{
  background-color: white;
  color: #084e9b;
}

.button-secondary{
  background: transparent;
  color: white;
  border: 1px solid white;
}

.button-incopy{
  color: white;
  border: 1px solid white;
  border-radius: 30px;
  padding: 0px 20px;
}
