/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

/*
    Bootstrap Breakpoints
    * xs (for phones - screens less than 768px wide)
    * sm (for tablets - screens equal to or greater than 768px wide)
    * md (for small laptops - screens equal to or greater than 992px wide)
    * lg (for laptops and desktops - screens equal to or greater than 1200px wide)
 */

body {
  font-family: "Roboto", sans-serif !important;
}

a {
  color: #3a9aff;
}

a:hover {
  color: #2174cc;
}


.designer-cred {
  font-size: 14px;
  color: #e4e4e4;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  background-color: transparent !important;
  height: 40px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

.card-body h4 {
  font-weight: 400;
}

.bg-primary {
  /*background-color: #2c3e50 !important;*/
  background-color: white !important;
}

body {
  padding-top: 50px;
}

a:hover {
  text-decoration: none !important;
}

#home-nav {
  min-height: 50px;
}

#banner-logo {
  width: 304px !important;
  height: 92px !important;
}

#banner-tagline {
  color: #525252 !important;
  margin-left: -1px;
  font-weight: 400;
  font-size: 16.4px;
}

.mb-5,
.my-5 {
  margin-bottom: 1rem !important;
}

header.bg-primary {
  position: relative;
  overflow: hidden;
  padding-bottom: 0px !important;
}

header {
  /*
  position: absolute;
  width: 100%;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;*/
  /*
  background: url('/img/banner3dark.png') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; */

  background-color: white !important;
  background-size: 110% 100%;
  background-attachment: fixed;
  background-position: 80% 0px;
}

img {
  flex-shrink: 0;
}

.nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-size: 12pt;
  font-weight: 400;
  text-transform: uppercase;
}

/*
.navbar-nav a {
    text-shadow: 1px 1px 2px #0000007d;
}*/

#navbarResponsive {
  margin-bottom: 3px;
}

.navbar-brand {
  display: block;
  background: transparent;
  width: 100%;
  height: 50px;
  position: relative;
  float: left;
  padding: 0px;
  margin-top: 2px;
  
  left: 0;
}

#navbar-brand-img {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 90%;
}

@media (min-width: 991px) {
  #navbar-brand-img {
    bottom: 5px;
  }
}

@media (max-width: 576px) {
  #navbar-brand-img {
    height: 90%;
  }
}

.transparentNav .navbar-brand {
  display: none;
}

.transparentNav + .page-content {
  margin-top: 0px !important;
}

.navbar-toggler {
  position: absolute;
  right: 0;
}

@media (max-width: 991px) {
  #navbar-1 {
    position: relative;
    width: 100%;
    height: 40px;
  }
}

#pdf-icon {
  font-size: 35px !important;
}

.breadcrumb {
  overflow-y: visible;
  overflow-x: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb .breadcrumb-item {
  float: none;
}

/* this prevents the mobile hamburger icon from working
nav {
    height: 50px;
}
*/

.page-content {
  margin-top: 80px;
}

@media (max-width: 992px) {
  .page-content {
    margin-top: 30px;
  }

  #banner-tagline {
    text-align: center;
    padding-top: 5px;
  }
}

@media (min-width: 992px) {
  .transparentNav {
    position: absolute;
    background-color: transparent !important;
  }

  body {
    padding-top: 0px;
  }
}

@media (max-width: 992px) {
  #banner-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}

@media (max-width: 765px) {
  #banner-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  position: relative;
}
.page-content {
  min-height: 100vh; /* will cover the 100% of viewport */
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 100px; /* height of your footer */
}
footer {
  width: 100%;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  background-color: #f8f8f8;
  border: 1px solid #dfdfdf;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.row.h-10 {
  height: 150px;
}

.card.horizontal {
  padding: 8px;
  margin: 12px 0;
}

.card-hor .card-block {
  padding: 14px 0px;
}

.card-hor .col-auto {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}

.social-buttons {
}

.controls label {
  float: left;
  width: 150px;
}

.controls .form-control {
  width: auto !important;
  min-width: 350px;
}

.social-button img {
  height: 32px;
  margin: 0 4px;
}

.contact-us-col hr {
  margin-top: 8px;
}

.hr2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.services-row h1 {
  margin-top: 20px;
}

.products-row .card,
.services-row .card {
  border-color: transparent !important;
}

#contactForm textarea {
  width: 100% !important;
}

@media (max-width: 1200px) {
  .contact-us-col .social-buttons {
    display: none;
  }
}

@media (max-width: 1200px) {
  .card-block {
    text-align: center;
  }

  .card > .row > .col-auto {
    margin: 0 auto !important;
  }

  .card > .row > .col-md-8 {
    margin: 0 auto;
  }
}


