
.temp-home{
    text-align:center;
    color:#fff;
}
    .temp-home h4 {
        color: #fff;
    }

.temp-home img{
    display: block;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.temp-home iframe{
    max-width:100%;
}


html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: url("/img/background.jpg")
}
    

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.navbar {
    background-color: rgba(166,166,166,0.5) !important;
    backdrop-filter: blur(15px);
    margin-bottom: 30px !important;
    padding: 10px;
}

.navbar-brand img {
    max-height: 50px;
}

.breadcrumb {
    background-color: #191919 !important;
    color: #ffffff !important;
    border-radius: 0px !important;
}

.breadcrumb a {
    color: #ffffff !important;
    font-weight: bold;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

div.navbar-collapse {
    flex-grow: 0 !important;
}

h1, h2, h3{
    color:#ffffff;
}

.contact-box {
    align-items: center;
    display: flex;
    text-align: right;
}

.contact-box p, .contact-box a {
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none;
}
.contact-box span{
    display:grid;
}

.contact-box i{
    float: left;
    font-size: 25px;
    margin-top: 10px;
    margin-right: 10px;
}

span.header-small {
    font-size: 13px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
#myCarousel {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
}

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-inner{
    height:100vh;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

}

.empty-home {
    display: block;
    height: 100vh;
}

.home-content {
    background-color: red;
    z-index: 500;
    position: relative;
}

.manufacturers img {
    width: 100%;
    filter: grayscale(100%);
    opacity: .3;
}

    .manufacturers img:hover {
        filter: grayscale(0%);
        opacity: 1;
        cursor:pointer;
    }