.heading-font {
  font-family: 'Playfair Display', 'Helvetica', 'Arial', 'sans-serif' !important;
  font-weight: 200;
  letter-spacing: 1px;
}
.body-font {
  font-family: 'Libre Baskerville', 'Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
  font-family: 'Libre Baskerville', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;

}
html,
body {
  height: 100%;
  width: 100%;
}
blockquote {
  border-left: 15px solid #056737;
  padding: 30px;
  margin: 0;
}
blockquote cite {
  color: #056737;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #cb2025;
}
a:hover,
a:focus {
  color: #cb2025;
}
hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
  border-color: white;
}
h1,
.h1 {
  font-size: 72px;
  font-weight: 900;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', 'Helvetica', 'Arial', 'sans-serif' !important;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1.7em;
}
p,
.standard {
  font-size: 18px;
  line-height: 1.7;
}
p {
  margin-bottom: 20px;
}
p,
.standard {
  font-size: 18px;
  line-height: 1.7;
}
ul.smaller {
  font-size: 100%;
}
ul.smaller li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.standard {
  padding-right: 20px;
}
.text-italic {
  font-style: italic;
}
.text-primary {
  color: #f6eb13;
}
.text-secondary {
  color: #056737;
}
.text-tertiary {
  color: #cb2025;
}
.bg-primary {
  background: #f6eb13;
}
.bg-grey {
  background: #eeeeee;
}
.bg-secondary {
  background: #056737;
  color: #fff;
}
.bg-secondary a {
  color: #f6eb13;
}
.bg-tertiary {
  background: #cb2025;
}
.floatbox {
  width: 500px;
  margin-bottom: 30px;
}
.floatbox .floatbox-inner {
  padding: 30px;
}
.floatbox.floatbox-right {
  float: right;
  margin-right: -300px;
  margin-left: 30px;
}
.floatbox.floatbox-left {
  float: left;
  margin-left: -300px;
  margin-right: 30px;
}
.dateandshare {
  padding-bottom: 80px;
}
.dateandshare .date {
  letter-spacing: 2px;
}
.extra-large {
  font-size: 24px;
}
.extra-large:first-child:first-letter {
  float: left;
  font-size: 80px;
  line-height: 68px;
  padding-top: 0px;
  padding-right: 3px;
  padding-left: 0px;
}
.letter-spacing-large {
  letter-spacing: 5px;
}
.letter-spacing-medium {
  letter-spacing: 2px;
}
.navbar-brand > img {
  max-height: 43px;
  margin-top: -11px;
}
.is-active {
  display: none;
}
.not-active {
  display: inline-block;
}
hr {
  border-color: #056737;
  margin-bottom: 20px;
}
.headingarea {
  clear: both;
}
.headingarea i.fa {
  font-size: 36px;
  color: #056737;
  margin-bottom: 10px;
}
.headingarea h3 {
  margin: 0;
  padding: 0;
}
.headingarea h3:before,
.headingarea h3:after {
  content: '';
  height: 2px;
  width: 30px;
  background: #056737;
  position: absolute;
  top: 67px;
}
.headingarea h3:before {
  left: 0;
}
.headingarea h3:after {
  right: 0;
}
.headingarea .author {
  letter-spacing: 2px;
}
#reviews .headingarea {
  clear: both;
}
#reviews .headingarea i.fa {
  font-size: 36px;
  color: #f6eb13;
  margin-bottom: 10px;
}
#reviews .headingarea h3:before,
#reviews .headingarea h3:after {
  background: #f6eb13;
}
.quotes {
  margin: 80px 0 20px 0;
}
.quotes:before {
  display: block;
  content: "\201C";
  font-size: 170px;
  line-height: 1em;
  position: absolute;
  /* left: -20px; */
  /* top: -20px; */
  color: #dfdfdf;
  margin-top: -85px;
  text-align: center;
  width: 100%;
  font-style: normal;
}
.review-item .review-item-image {
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.review-item-b {
  margin-top: 20px;
}
.review-item-b p {
  font-size: 14px;
  color: #d5d5d5;
}
.review-item-b h4 {
  color: #d5d5d5;
  margin-top: 20px;
}
.readmore {
  max-height: 95px;
}
.readmore-link {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 10px;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Playfair Display', 'Helvetica', 'Arial', 'sans-serif' !important;
  font-weight: 200;
  letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Playfair Display', 'Helvetica', 'Arial', 'sans-serif' !important;
  font-weight: 200;
  letter-spacing: 1px;
  color: #f6eb13;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #03361d;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #222222;
  padding: 8px 10px;
}
.navbar-default .nav > li > a {
  font-family: 'Libre Baskerville', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #056737;
}
.navbar-default .nav > li.active .is-active {
  display: inline-block;
}
.navbar-default .nav > li.active .not-active {
  display: none;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fff !important;
  background-color: #056737;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: #056737;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #222222;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #056737;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #056737;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: 1px;
  overflow-y: hidden;
  background-color: #056737;
  /* fallback for old browsers */
  background-size: cover;
  color: white;
}
header .header-content {
  padding: 150px 0 50px;
  position: relative;
}
header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
header .header-content .header-content-inner img {
  margin: 0 auto;
  display: inline-block !important;
  clear: both;
  margin-top: 10px;
  margin-bottom: 30px;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 0px;
}
header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}
header .device-container {
  max-width: 300px;
  margin: 0 auto 100px;
}
header .device-container .screen img {
  border-radius: 3px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    padding: 0;
    height: 100vh;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner:before,
  header .header-content .header-content-inner:after {
    content: '';
    height: 2px;
    width: 30px;
    background: #f6eb13;
    position: absolute;
    top: 12px;
  }
  header .header-content .header-content-inner:before {
    left: 0;
  }
  header .header-content .header-content-inner:after {
    right: 0;
  }
  header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0;
  }
}
section {
  padding: 100px 0;
}
section h2 {
  font-size: 50px;
}
section.download {
  padding: 150px 0;
  position: relative;
}
section.download h2 {
  margin-top: 0;
  font-size: 50px;
}
section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}
section.download .badges .badge-link img {
  height: 60px;
}
@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}
section.general .section-heading {
  margin-bottom: 100px;
}
section.general .section-heading h2 {
  margin-top: 0;
}
section.general .section-heading p {
  margin-bottom: 0;
}
section.general .device-container,
section.general .feature-item {
  max-width: 300px;
  margin: 0 auto;
}
section.general .device-container {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  section.general .device-container {
    margin-bottom: 0;
  }
}
section.general .feature-item {
  text-align: center;
  margin-bottom: 100px;
}
section.general .feature-item h3 {
  font-size: 30px;
}
section.general .feature-item i {
  font-size: 80px;
  background: -webkit-linear-gradient(to left, #056737, #cb2025);
  background: linear-gradient(to left, #056737, #cb2025);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  section.general .device-container,
  section.general .feature-item {
    max-width: none;
  }
}
section.cta {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  color: #fff;
}
section.cta a {
  color: #f6eb13;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta .cta-content h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
  max-width: 450px;
  font-size: 50px;
}
@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}
section.cta .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
section.contact {
  text-align: center;
}
section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
section.contact h2 i {
  color: #dd4b39;
}
ul.list-social {
  margin-bottom: 0;
}
ul.list-social li a {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 100%;
  color: white;
}
ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}
ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}
ul.list-social li.social-facebook a {
  background-color: #3b5998;
}
ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}
ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}
ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}
.top-social ul.list-social li {
  padding-right: 2px;
  padding-left: 2px;
  text-align: center;
}
.top-social ul.list-social li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
}
footer {
  background-color: #222222;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #056737;
  background-color: #f6eb13;
  border-color: #f6eb13;
}
.btn {
  font-family: 'Libre Baskerville', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .floatbox {
    width: 400px;
  }
  .floatbox.floatbox-right {
    margin-right: -170px;
  }
  .floatbox.floatbox-left {
    margin-left: -170px;
  }
  section {
    padding: 50px 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .not-active {
    display: none !important;
  }
  .is-active {
    display: block !important;
  }
  .floatbox {
    width: 100%;
    max-width: 500px;
    margin: 0 auto !important;
    display: block;
    float: none !important;
    margin-bottom: 50px!important;
    margin-top: 50px!important;
    clear: both;
  }
  section {
    padding: 50px 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .not-active {
    display: none !important;
  }
  .is-active {
    display: block !important;
  }
  .floatbox {
    width: 100%;
    max-width: 500px;
    margin: 0 auto !important;
    display: block;
    float: none !important;
    margin-bottom: 50px!important;
    margin-top: 50px!important;
    clear: both;
  }
  section {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .navbar-default .nav > li > a {
    letter-spacing: 0px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-default .nav > li > a {
    letter-spacing: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*# sourceMappingURL=new-age.min.css.map */