html,
body {
  margin: 0;
  font-family: sans-serif;
}

.header {
  position: fixed;
  top: 0;
  height: 125px;
  width: 100%;
  background-color: rgb(240, 126, 38);
  z-index: 2;
}

.logo {
  margin-top: 25px;
  margin-left: 20px;
  max-width: 27%;
}

.footer {
  background-color: rgb(240, 126, 38);
  height: 125px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
  text-align: right;
  line-height: 125px;
}

.links {
  margin-right: 2%;
}

a {
  margin: 10px;
}

.container {
  min-height: 100vh;
}

.landing {
  padding: 0 !important;
  margin-top: 100px;
}

.landingbg {
  max-width: 100vw !important;
}

.azubis {
  position: absolute;
  left: 0;
  bottom: 125px;
  z-index: 2;
}

.cards {
  margin-top: 10%;
  margin-bottom: 10%;
  /* width: 80%;
    margin-left: auto;
    margin-right: auto; */
}

.card {
  background: hsla(0, 0%, 0%, 0) !important;
  border: 0px !important;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.img-input {
  transform: rotate(8deg);
  /* max-width: 100vw;
  margin: auto; */
}

.mainframe {
  background-image: linear-gradient(rgb(168, 202, 239), rgb(243, 240, 235));
}

.nav-link {
  padding: 8px !important;
}

.card-body {
  height: 100px !important;
}

.spacerbottom {
  min-height: 100px;
}

.claimbox {
  width: 70vw !important;
}

.claimclaim {
  max-height: 400px !important;
  margin-left: auto !important;
}

.modal-header {
  height: 370px !important;
}

.carousel-inner {
  width: 350px;
  height: 350px;
}

.applybtn {
  position: absolute !important;
  left: 0 !important;
  margin-left: 12px !important;
  background-color: rgb(240, 126, 38) !important;
}

.footerbtn {
  margin-left: 4px !important;
  background-color: rgb(240, 126, 38) !important;
}

.desc {
  text-align: left;
  text-align-last: none;
}

.info {
  width: 200px;
  border: 1px solid black !important;
  background-color: rgb(0, 209, 0) !important;
  transform: rotate(-8deg);
  text-align: center;
  font-weight: bold !important;
  color: black !important;
  translate: -200px -25px !important;
  position: absolute;
  z-index: 1 !important;
  pointer-events: none !important;
}

.info1 {
  width: 200px;
  border: 1px solid black !important;
  background-color: rgb(240, 126, 38) !important;
  transform: rotate(-8deg);
  text-align: center;
  translate: -200px -25px !important;
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none !important;
}
