@import url("https://fonts.googleapis.com/css?family=Lato:300%7COpen+Sans:400,400i,600,800%7CUbuntu:700&display=swap");
body {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #b20b00; }

a:hover {
  text-decoration: none; }

.text-red {
  color: #b20b00 !important; }

h1, h2, h3, h4, h5 {
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

h3 {
  font-size: 1.5rem; }

.lead {
  font-size: 17pt !important;
  line-height: 1.3 !important;
  font-weight: 600 !important; }

.email {
  letter-spacing: -0.5px; }

.card {
  height: 100%; }

.topbar {
  padding: 15px;
  background: url("../images/bg-topbar.jpg") repeat-x top center;
  position: relative;
  height: 160px; }
  @media (max-width: 575.98px) {
    .topbar {
      height: auto; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .topbar {
      height: auto; } }
  .topbar .logo {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 100; }
    @media (max-width: 575.98px) {
      .topbar .logo {
        position: static; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .topbar .logo {
        position: static; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .topbar .logo {
        left: 0; } }
    @media (max-width: 575.98px) {
      .topbar .logo img {
        width: 100%; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .topbar .logo img {
        width: 100%; } }
  .topbar a.phone {
    color: #2f2322;
    font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size: 18pt !important; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .topbar a.phone {
        font-size: 14pt !important; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .topbar .phone-container {
      text-align: right !important; } }
  @media (max-width: 575.98px) {
    .topbar .map {
      margin-top: -50px; } }

.navbar {
  padding: 0;
  background: #1f2128 !important; }
  @media (max-width: 575.98px) {
    .navbar {
      position: static;
      background-color: #b20b00;
      padding: 20px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .navbar {
      background-color: #b20b00;
      padding: 20px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .navbar {
      background-color: #b20b00; } }
  .navbar .navbar-nav {
    margin-right: auto;
    margin-left: 0; }
    @media (max-width: 575.98px) {
      .navbar .navbar-nav {
        margin-top: 30px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .navbar .navbar-nav {
        margin-top: 20px; } }
    .navbar .navbar-nav .nav-item {
      margin-left: 8px;
      margin-right: 8px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .navbar .navbar-nav .nav-item {
          margin-left: 0px;
          margin-right: 0px; } }
    .navbar .navbar-nav .nav-item:last-child {
      margin-right: 0; }
    .navbar .navbar-nav .nav-link {
      font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 14pt;
      line-height: 40pt;
      color: #FFFFFF;
      padding-left: 25px;
      padding-right: 25px;
      font-weight: 600; }
      @media (max-width: 767.98px) {
        .navbar .navbar-nav .nav-link {
          line-height: 30pt; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .navbar .navbar-nav .nav-link {
          font-size: 12pt;
          padding-left: 14px;
          padding-right: 14px; } }
    .navbar .navbar-nav .active {
      background-color: #16171c; }
      .navbar .navbar-nav .active a {
        color: #b20b00 !important; }
  .navbar .navbar-toggler {
    margin-left: auto;
    color: #FFFFFF;
    border-color: #FFFFFF;
    margin-top: -50px; }
    @media (max-width: 575.98px) {
      .navbar .navbar-toggler {
        margin-top: 0; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .navbar .navbar-toggler {
        margin-top: 0; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .navbar .navbar-toggler {
        margin-top: 30px; } }

.hero {
  padding: 50px 0;
  background: url("../images/bg-hero.jpg") repeat-x top center; }
  @media (max-width: 575.98px) {
    .hero {
      padding: 20px 0;
      background-size: 100%;
      background-repeat: repeat; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .hero {
      padding: 20px 0;
      background-size: 100%;
      background-repeat: repeat; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .hero {
      background-size: 80%;
      background-repeat: repeat; } }

.carousel {
  position: relative; }
  @media (max-width: 575.98px) {
    .carousel .container {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .carousel .container {
      padding: 0 !important;
      margin: 0; } }
  .carousel .carousel-caption {
    right: 10%;
    bottom: 10px; }
    @media (max-width: 767.98px) {
      .carousel .carousel-caption {
        padding-bottom: 5px; } }
    @media (max-width: 991.98px) {
      .carousel .carousel-caption {
        bottom: 0px; } }
    .carousel .carousel-caption h1 {
      font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 28pt;
      line-height: 1.1; }
      @media (max-width: 767.98px) {
        .carousel .carousel-caption h1 {
          font-size: 18pt; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .carousel .carousel-caption h1 {
          font-size: 22pt; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .carousel .carousel-caption h1 {
          font-size: 26pt; } }
      .carousel .carousel-caption h1 .tw-600 {
        font-weight: 600; }
      .carousel .carousel-caption h1 .tw-800 {
        font-weight: 800; }

.logos {
  padding: 20px 15px;
  background-color: #FFFFFF; }
  @media (max-width: 575.98px) {
    .logos p {
      text-align: center;
      font-size: 16pt; } }
  @media (max-width: 575.98px) {
    .logos .logo-container {
      margin-top: 15px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .logos .logo-container {
      margin-top: 15px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .logos .logo-container {
      margin-top: 15px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .logos .logo-container img {
      width: 90%; } }
  .logos .logo-container .jaudio {
    max-height: 50px;
    width: auto; }

.features {
  margin-top: 50px; }
  @media (max-width: 575.98px) {
    .features {
      position: static;
      margin-top: 20px !important; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .features {
      position: static; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .features {
      position: static; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .features {
      position: static; } }
  .features a h4 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14pt;
    font-weight: 700;
    display: block;
    padding: 20px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    background-color: #006080;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .features a h4 {
        font-size: 12pt !important;
        padding: 15px; } }
  .features a h4:before {
    left: 0;
    right: 0;
    height: 0;
    background-color: #1f2128;
    position: absolute;
    top: 50px;
    content: '';
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .features a:hover h4 {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    letter-spacing: 2pt;
    background-color: #b20b00; }
  .features a:hover h4:before {
    left: 0;
    right: 0;
    height: 70%;
    background-color: rgba(31, 33, 40, 0.2);
    position: absolute;
    top: 10px;
    content: '';
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

.welcome {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 80px 0;
  background: url("../images/bg-welcome.jpg") repeat-x top center; }
  @media (max-width: 575.98px) {
    .welcome {
      padding-top: 50px;
      padding-bottom: 40px;
      padding-left: 2%;
      padding-right: 2%; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .welcome {
      padding-bottom: 40px; } }
  .welcome h1 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 30pt;
    font-weight: 700;
    color: #b20b00; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .welcome h1 {
        font-size: 24pt; } }
  .welcome h2 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 22pt;
    font-weight: 700;
    color: #b20b00; }
  .welcome p {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #4c5061;
    font-size: 12pt;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 1.5rem; }
  .welcome a {
    color: #3c3c3c;
    position: relative; }
  .welcome a:hover {
    color: #b20b00; }
  .welcome aside {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: #FFFFFF;
    padding: 25px;
    width: 85%; }
    @media (max-width: 575.98px) {
      .welcome aside {
        width: 100%; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .welcome aside {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .welcome aside {
        width: 100%; } }
    .welcome aside address {
      font-size: 11pt; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .welcome aside address {
          font-size: 10pt; } }
      .welcome aside address a {
        font-weight: 300; }
    .welcome aside h4 {
      font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      color: #b20b00;
      font-weight: 800;
      font-size: 20pt; }

.location {
  background: url("https://www.precisionelectronicsalex.com/images/bg-office-location.jpg") #b20b00 no-repeat top center;
  height: 560px;
  padding: 80px 0;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  @media (max-width: 575.98px) {
    .location {
      height: auto;
      background: url("https://www.precisionelectronicsalex.com/images/bg-office-location.jpg") #b20b00 no-repeat bottom center; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .location {
      height: auto;
      background: url("https://www.precisionelectronicsalex.com/images/bg-office-location.jpg") #b20b00 no-repeat bottom center; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .location {
      height: auto;
      background-image: none; } }
  .location h2 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #FFFFFF;
    font-weight: 900; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .location h2 {
        font-size: 23pt; } }
  .location address {
    color: #FFFFFF;
    font-size: 10pt;
    line-height: 16pt; }
    .location address .title {
      font-size: 12pt; }
    .location address a {
      color: #FFFFFF; }

.testimonials {
  background: url("../images/bg-testimonials.jpg") repeat-x top center;
  padding-top: 80px;
  padding-bottom: 125px; }
  @media (max-width: 991.98px) {
    .testimonials {
      background-repeat: repeat;
      padding-top: 50px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .testimonials {
      padding-bottom: 100px;
      padding-top: 60px; } }
  @media (min-width: 1200px) {
    .testimonials {
      background-size: auto 100%; } }
  .testimonials .testimonial-block {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: italic;
    width: 100%;
    padding: 25px;
    border-radius: 10px;
    background-color: #FFFFFF;
    position: relative;
    color: #3a2b25;
    height: 225px; }
    @media (max-width: 575.98px) {
      .testimonials .testimonial-block {
        margin-top: 100px;
        height: auto; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .testimonials .testimonial-block {
        margin-top: 100px;
        height: auto; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .testimonials .testimonial-block {
        margin-top: 100px;
        height: auto; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .testimonials .testimonial-block {
        height: 260px; } }
    .testimonials .testimonial-block .text-small {
      font-size: 11pt; }
    .testimonials .testimonial-block .text-medium {
      font-size: 13pt; }
    .testimonials .testimonial-block .text-large {
      font-size: 15pt; }
    .testimonials .testimonial-block .triangle {
      position: absolute;
      bottom: -37px;
      right: 120px; }
    .testimonials .testimonial-block .client-title {
      position: absolute;
      right: 70px;
      bottom: -70px;
      text-align: right;
      color: #FFFFFF;
      font-size: 11pt;
      display: block; }

footer {
  background-color: #b20b00;
  padding: 100px 0;
  color: #FFFFFF;
  letter-spacing: 0.5pt; }
  @media (max-width: 575.98px) {
    footer {
      padding: 50px 0; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    footer {
      padding: 80px 0 80px 0; } }
  footer a {
    color: #FFFFFF; }
  footer a:hover {
    color: rgba(255, 255, 255, 0.8); }
  footer nav {
    margin: 0 auto;
    display: block;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
    @media (max-width: 1199.98px) {
      footer nav {
        margin-bottom: 30px;
        text-align: center; } }
    footer nav a {
      font-size: 10.5pt;
      display: inline-block;
      padding: 10px 11px;
      font-weight: 600;
      letter-spacing: -0.25px; }
      @media (max-width: 575.98px) {
        footer nav a {
          display: block;
          text-align: center; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        footer nav a {
          padding: 10px 15px; } }
  footer .copyright {
    font-size: 10pt;
    font-weight: 300;
    letter-spacing: 0.5px; }
    @media (max-width: 1199.98px) {
      footer .copyright {
        text-align: center; } }

.content {
  padding: 80px 0; }
  @media (max-width: 575.98px) {
    .content {
      padding-left: 2%;
      padding-right: 2%; } }
  .content h1, .content h2, .content h3, .content h4, .content h5 {
    color: #b20b00;
    font-weight: 900;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .content h1 {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 30pt;
    font-weight: 700;
    color: #b20b00; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .content h1 {
        font-size: 24pt; } }
  .content p, .content ul {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #4c5061;
    font-size: 12pt;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 1.5rem; }
  .content ul {
    margin-bottom: 0; }

.contactmap .content-box {
  position: absolute;
  right: 60px;
  width: 500px;
  height: 230px;
  top: 175px;
  bottom: 0;
  background: rgba(178, 11, 0, 0.8);
  padding: 30px; }
  @media (min-width: 768px) {
    .contactmap .content-box {
      top: 150px; } }
  @media (min-width: 992px) {
    .contactmap .content-box {
      top: 160px; } }
  .contactmap .content-box p, .contactmap .content-box h4 {
    color: #FFFFFF; }

.message {
  background-color: #31B0D5;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #46b8da; }

.message:hover {
  color: #FFFFFF !important;
  padding: 20px 20px; }

#mybutton {
  position: fixed;
  bottom: -4px;
  right: 10px;
  z-index: 999; }
