* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Roboto Serif", serif;
}

body {
  background-image: url(/IMG/road-image2-mirror.png);
  background-attachment: fixed;
  background-size: cover;
}

a {
  text-decoration: none;
  color: #15222b;
}

#hero {
  width: 100%;
  height: 600px;
  background-image: url(/IMG/condition-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  position: relative;
}

#hero .img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  opacity: 60%;
}

#hero h1 {
  color: white !important;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  bottom: 50px;
}

/* body {
  background-color: wheat;
} */

#hero .container {
  height: 100%;
}

#condition p {
  /* text-align: center; */
  font-size: 18px;
}

#condition .icon {
  color: #d1b000;
  position: relative;
  top: 6px;
}

ul {
  list-style-type: none;
}

#condition .description {
  display: flex;
  align-items: center;
}

::selection {
  background-color: #d1b000;
  color: white;
}
