@font-face {
  font-family:"HafferXH-Regular";
  src: url("/fonts/HafferXH-Regular.woff");
}

@font-face {
  font-family:"HafferXH-SemiBold";
  src: url("/fonts/HafferXH-SemiBold.woff");
}

#container-main {

}


.carousel-caption-below {
  height: 2.4em;
  margin-left:auto;
  margin-right:auto;
  justify-content: center;
  max-width:600px;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;

}


body {
  font-family: HafferXH-Regular, sans-serif;
  font-size: 16px;
  background-color: black;
}


#navbarTop {


  .nav-link {
    color: white;
  }
}

#mainList {
  /* max-width: 600px; */
}

#navbar-top-container {
  background-color: #276AE7;
  /* height: 60px; */
}


#navbarTop, #navbarMain {
  font-size: 14px;
}


.stroked-text {
  color: white;
  text-shadow: -1px -1px 0 #000,
  1px -1px 0 #000,
  -1px 1px 0 #000,
  1px 1px 0 #000; /* Simulates a 1px black stroke */

}

.text-shadow {
  text-shadow: 1px 1px black;
}

#navbarMain {
  background-color: white !important;
  /* height: 60px; */
  font-family: HafferXH-SemiBold, sans-serif;
  box-shadow: 0 4px 2px -2px gray;
}

#american-made-container {
  background-color: white;
}


#requestQuotationBtn {
  font-size: .8em;
}

#footer-specialist-text {
  max-width: 400px;
  font-size: 2.5em;
}

.py-lg-6 {

  @media only screen and (min-width: 992px) {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

.py-lg-7 {
  @media only screen and (min-width: 992px) {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

#safety-first {
  font-family:"HafferXH-SemiBold";
}

#specialist-container {
  background-image: url('/images/layout/safety-monthbanner.webp');
  /* background-image: url('/images/layout/eu/morse_EU_homepage.webp'); */
  background-size: cover;
  background-position: center center;


  @media only screen and (max-width: 992px) {
    /* background-image: url('/images/layout/eu/morse_EU_homepage_opacity.webp'); */
    background-image: url('/images/layout/safety-monthmobile.webp');
  }


  /* background-position: bottom; */

  min-height: 780px;
}




#specialist-text {
  text-align: right;
  top: 20%;
  right: 10%;
}


/* old
#specialist-text {
  top: 10%;
  max-width: 400px;
} */


.mw-lg {
  max-width: 1000px;
}

.mw-md {
  max-width: 600px;
}

.mw-sm {
  max-width: 200px;
}


#about-banner {
  background-image: url('/images/layout/eu/Morse-welding_1900x680.webp');
  background-size: cover;
  background-position: center center;
  height: 680px;
}

#history-img-container {
  background-image: url('/images/layout/eu/about-bob-andrews.webp');
  background-size: cover;
  background-position: bottom;
  height: 780px;
}


.primary-black-bg {
  background-color: #101010;
}

.primary-black-light-bg, .bg-primary-grey {
  background-color: #DCDCDD;
}

.primary-black-light {
  color: #DCDCDD;
}


.primary-blue, .text-blue-primary {
  color: #276AE7 !important;
}

.primary-blue-bg, .bg-blue-primary {
  background-color: #276AE7 !important;
}

.primary-grey, .text-grey-primary {
  color: #BBBBBC !important;
}


#about-container {
  background-color: white;
}

#contact-container {
  background-color: #DCDCDD; /* grey */
}

.card-key-feature {
  min-width: 300px;
  min-height: 150px;
}

#advise-container {
  /* background-image: url('/images/layout/eu/advise-background.webp'); */
  background-image: url('/images/layout/eu/EU-drum-top.webp');
  height: 840px;
  background-position: center;

}

#footer-container {
  background-color: #101010;
  color: #276AE7;

  .secondary-links a {
    color: #7E7E81;
    text-decoration: none;
    display: block;
    margin-bottom: 1rem;
  }


  input, button {
    padding: 10px 5px 10px 5px;
  }

  input::placeholder, button::placeholder {
    color: #3F3F40;
  }

  input {
    background-color: #101010;
    border-radius: 5px;
    color: whitesmoke;
    border: 1px solid #3F3F40;
  }

  button {
    border-radius: 25px;
    background-color: #1F2020;
    font-weight: bold;
    border: 0;
  }
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #EDEDED;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

.number-circle {
  border-radius: 50%;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  font-size: 12px;
  padding: 8px;
  text-align: center;
}

.max-width-300 {
  max-width: 300px;
}

.max-width-400 {
  max-width: 400px;
}

.max-width-500 {
  max-width: 500px;
}

.shortcut-edit {
  color: #ffc107 !important;
  font-weight: bold;
}


.bg-opacity-85 {
  opacity: 0.85;
}

.bg-opacity-90 {
  opacity: 0.90;
}

lite-youtube {
  max-width: unset !important;
}