/*!
 * Start Bootstrap - Landing Page v5.0.7 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */
@font-face {
        font-family: 'Figtree-Regular'; /* A descriptive name for your font */
        src: url ('https://www.afassanoco.com/ase/css/fonts/Figtree-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
@font-face {
        font-family: 'Figtree-Bold'; /* A descriptive name for your font */
        src: url ('https://www.afassanoco.com/ase/css/fonts/Figtree-Bold.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
    }

body {
  font-family: 'Figtree-Regular', 'Segoe UI', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Figtree-Bold', 'Segoe UI', Arial, sans-serif;
  font-weight: 700;
}

/* .bg-custom-blue {
  background-color: #000232 !important;
} */

.bg-custom-blue1 {
  background-color: #003D79!important;
}

.bg-custom-gradient {
  background-image: linear-gradient(to right, #E80315, #1A1AC6) !important; /* Example gradient colors */
}
.nav-link {
  color:#FFFFFF !important;
  font-family: 'Figtree-Regular', 'Segoe UI', Arial, sans-serif;
}
header.masthead1 {
  position: relative;
  background-color: #FFFFFF;
  background-size: cover;
  width: 100%;
  padding: 8rem 0 4rem 0;
}

header.masthead {
  position: relative;
  /* background-color: #000232; */
  background-size: cover;
  width: 100%;
  padding: 4rem 0 4rem 0;
}

header.masthead .overlay {
  position: absolute;
  /* background-color: #212529; */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 368px) {
  header.masthead {
    padding-top: 8rem;
  }
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 8rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}
.nav .bg-dark {
  background-color:#000232;
}

section.features-icons {
  /* background-color:#000232 !important;
  color:#ffffff; */
  color:#000232;
  /* padding-top: 5rem; */
  padding-bottom: 4rem;
}

section.features-icons.white {
  background-color:#FFFFFF !important;
  color:#000000;
  /* padding-top: 5rem; */
  padding-bottom: 4rem;
}

section.features-icons h1,h2,h3,h4,h5,h6 {
    color:#003D79;
  }
}

/* .features-icons {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color:#000232;
} */

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

section.testimonials {
  background-color:#000232 !important;
  color:#ffffff;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.testimonials {
  /* padding-top: 7rem; */
  /* padding-bottom: 7rem; */
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("https://www.afassanoco.com/aats/AATS2021_AM_20_Seattle_2437x772.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #4C149B;
  color:#ffffff;
}
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}
