body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Martel", serif;
}
.hide {
  display: none;
}
#navbarDropdown {
  font-weight: 500;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
}
.navbar .navbar-collapse {
  text-align: center;
}
.contact,
.contact h1 {
  font-weight: 200;
}
.languageFont {
  font-weight: 600;
  font-family: Helvetica, sans-serif;
}
.mainBackgroundColor {
  background: #f3f3f2;
}
.contactTitle {
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
}
.contactWeight {
  font-weight: 700;
  padding-right: 5px;
}
.contactLink {
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.setHeight {
  height: 40px;
  line-height: 40px;
}
.addPadding {
  padding: 30px, 0px, 30px, 0px;
}
.alignNames {
  text-align: center;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.btnStyle {
  color: #fff;
  background-color: #e85d42;
}
.addPadding a {
  text-decoration: none;
  color: #e85d42;
}
.hideBorder {
  border-color: transparent !important;
}
#history:hover,
#location:hover,
#lang:hover,
#navbarDropdown:hover {
  background-color: #f8f9fa;
}
.navbarContainer {
  background-color: white;
  position: fixed;
  z-index: 100;
}
#carFirst {
  background: url("Images/procelje2.jpg") no-repeat 65%;
  background-size: cover;
}
#carSecond {
  background: url("Images/basta3.jpg") no-repeat 60%;
  background-size: cover;
}
#carThird {
  background: url("Images/plaza1.jpg") no-repeat 65%;
  background-size: cover, auto, 100%;
}
.customHeight {
  height: 100vh;
}
.fW-200 {
  font-weight: 200;
}
.paddingCustom {
  padding: 2rem;
}
.vintageImage {
  padding-bottom: 2rem;
}
.changingHeight {
  height: 350px;
}
.setDimensions {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.padding {
  padding-left: 90px;
}
.nHeight {
  height: 500px;
}
.paddingBottom {
  padding-bottom: 10px;
}
.padding-top {
  padding-top: 10px;
}
@media only screen and (max-width: 576px) {
  .changingHeight {
    height: 250px;
  }
  .padding {
    padding-left: 50px;
  }
  .noPadding {
    padding: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .nHeight {
    height: 300px;
  }
}

.alert-success {
  z-index: 1000 !important;
  background: #d4edda;
  font-size: 18px;
  padding: 20px 40px;
  min-width: 420px;
  position: fixed;
  right: 0;
  top: 80px;
  border-left: 8px solid #38b261;
  border-radius: 4px;
}

.alert-error {
  z-index: 1000;
  background: #fff3cd;
  font-size: 18px;
  padding: 20px 40px;
  min-width: 420px;
  position: fixed;
  right: 0;
  top: 80px;
  border-left: 8px solid #b23838;
  border-radius: 4px;
}
form {
  display: flex;
  flex-direction: column;
  align-items: start;
  font-family: "Nunito-Bold";
}

label {
  font-size: 16px;
  color: var(--black);
}

input,
textarea,
select {
  padding: 20px;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #828282;
  background: transparent;
  border-radius: 5px;
  color: var(--black);
}

.submit-btn {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  padding: 10px 30px;
  text-decoration: none;
  border: none;
  outline: none;
}
