/*primary colors*/
/*primary*/
/*success*/
/*dark*/
/*secondary colors*/
/*white*/
/*blue*/
/*danger*/
/*danger*/
/*info*/
/*info*/
/*warning*/
/*warning*/
/*brown*/
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-family: inherit;
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 500;
  line-height: 1;
}

h1,
.h1 {
  font-size: 48px;
  font-family: "Lato-Black";
}

h2,
.h2 {
  font-size: 36px;
  font-family: "Lato-LightItalic";
}

h3,
.h3 {
  font-size: 32px;
  font-family: "Lato-Black";
}

h4,
.h4 {
  font-size: 22px;
  font-family: "Lato-ExtraBold";
}

h5,
.h5 {
  font-size: 18px;
  font-family: "Lato-ExtraBold";
}

h6,
.h6 {
  font-size: 16px;
  font-family: "Lato-Bold";
}

p {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: "Lato-Regular";
  color: #fff;
}

.row > * p:nth-last-child(1) {
  margin-bottom: 0px;
}

.default-paragraph {
  font-size: 16px;
  font-family: "Lato-Regular";
}

.second-paragraph {
  font-size: 12px;
  font-family: "Lato-Regular";
}

.heading-1 {
  font-size: 48px;
  font-family: "Lato-Black";
}

.heading-2 {
  font-size: 32px;
  font-family: "Lato-Black";
}

.heading-3 {
  font-size: 36px;
  font-family: "Lato-LightItalic";
}

.subhead-1 {
  font-size: 22px;
  font-family: "Lato-ExtraBold";
}

.subhead-2 {
  font-size: 14px;
  font-family: "Lato-ExtraBold";
}

.subhead-3 {
  font-size: 16px;
  font-family: "Lato-ExtraBold";
}

.subhead-4 {
  font-size: 12px;
  font-family: "Lato-Bold";
}

.f-size-10 {
  font-size: 10px;
}

.f-size-11 {
  font-size: 11px;
}

.f-size-12 {
  font-size: 12px !important;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px;
}

.f-size-20 {
  font-size: 20px;
}

.f-size-22 {
  font-size: 22px;
}

@media (max-width: 991.98px) {
  h6,
  .h6,
  h5,
  .h5,
  h4,
  .h4,
  h3,
  .h3,
  h2,
  .h2,
  h1,
  .h1 {
    margin-bottom: 20px;
  }
  p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .row > * p:nth-last-child(1) {
    margin-bottom: 20px;
  }
  .default-paragraph {
    font-size: 14px;
  }
  .heading-2 {
    font-size: 22px;
  }
}
