/* IMPORTS -------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
/* open-sans-regular - latin */
@font-face {
  font-family: 'open-sans-regular';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
}

/* lexend-deca-regular - latin */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Lexend-Regular.ttf') format('truetype');
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  font-family: 'Lexend', sans-serif;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

a {
  text-decoration: none;
}

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

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

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

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

.nav-item {
  margin-left: 1.2rem;
  font-weight: 500;
}

.nav-item a {
  color: #000000;
}

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

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

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

/* OVERRIDES -------------------------------------------------- */
/* 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: 400;
  padding-top: 20px;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
/* rtl:end:ignore */

/* Featurettes ------------------------- */

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

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

.list-group-item {
  padding: 1rem 1.25rem;
}

.main-content .container {
  margin-top: 2.5rem;
}

.main-content h1 {
  text-align: center;
}

.main-content .content {
  text-align: justify;
}

blockquote {
  font-size: 1.4em;
  width: 90%;
  margin: 20px auto;
  /* font-family: Open Sans; */
  font-weight: 900;
  color: #555555;
  padding: 1em 30px 1.2em 60px;
  border-left: 8px solid #2196f3;
  line-height: 1.6;
  position: relative;
  background: #ededed;
}

.alert-icon {
  font-family: Arial;
  color: #ff6d00;
  font-size: 1.4em;
  position: absolute;
  left: 15px;
  top: 15px;
}

.factsheet-icon {
  font-family: Arial;
  color: #ff6d00;
  font-size: 1.4em;
  position: absolute;
  left: 15px;
  top: 15px;
}

.factsheet-box {
  background: #e4f2fd;
}

.factsheet-box a {
  align-self: center;
}

.factsheet-box .download-btn {
  margin-top: 10px;
  padding: 1em 2em;
  font-size: 1.4rem;
}

.bg-light-blue {
  background: #e4f2fd;
}

.bg-white {
  background: #ffffff !important;
}

.carousel-item .overlay-text {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  color: #196aee;
  padding: 4rem;
  font-size: 2.4rem;
  /* background: rgba(0, 0, 0, 0.1); */
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
  font-family: 'Lexend', sans-serif;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
