body {
  margin: 0;
  background-color: #1f1f1f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}

p {
  line-height: 1.5em;
}

nav {
  background-color: #1f1f1f;
  margin: 0%;
  padding: 0%;
  color: white;
}
nav .main-nav {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  padding-right: 1em;
}
nav .main-nav .logo {
  width: 12em;
  height: 12em;
}
nav .main-nav ul {
  display: flex;
  flex-direction: row;
  gap: 1em;
  list-style: none;
  justify-content: center;
  font-size: 2em;
}
nav .main-nav ul a {
  color: white;
}
nav .main-nav ul a:hover {
  color: #b41e1e;
}
nav .main-nav ul a {
  text-decoration: none;
}
nav .main-nav ul li {
  padding: 0.5em;
}
nav .main-nav .socials-nav {
  display: flex;
  gap: 0.5em;
}
nav .sub-nav {
  display: none;
}
nav #mobNav {
  display: none;
}

h1 {
  color: #b41e1e;
}

header img {
  max-width: 90%;
  margin-top: 2em;
  border: #b41e1e solid 0.5em;
}
header h3 {
  color: #b41e1e;
  font-style: italic;
}
header p {
  text-align: start;
  max-width: 90%;
  margin: 1em auto 3em auto;
}

input {
  width: 20em;
  border: 0.15em solid #1f1f1f;
  border-radius: 0.5em;
  padding: 0.5em;
}

button {
  width: 20em;
  border: 0.15em solid #b41e1e;
  background-color: #1f1f1f;
  color: white;
  border-radius: 0.5em;
  padding: 1em 0.5em;
}

textarea {
  border: 0.25em solid #1f1f1f;
  border-radius: 0.5em;
}

select {
  width: 20em;
  border: 0.15em solid #1f1f1f;
  border-radius: 0.5em;
  padding: 0.5em;
}

footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #1f1f1f;
  color: white;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
footer a {
  text-decoration: none;
}
footer ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
  list-style: none;
  justify-content: center;
  font-size: 1em;
  margin: 0;
  max-width: 45%;
}
footer ul a {
  color: white;
}
footer ul a:hover {
  color: #b41e1e;
}
footer img {
  vertical-align: middle;
  margin-top: 3em;
  max-width: 12em;
}
footer h6 {
  margin: 1em auto;
  width: 80%;
}

.wrapper {
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  background-color: white;
}

.invis {
  display: none;
}

.divide {
  margin: 1em 0;
  padding: 1em;
  background-color: rgb(206, 198, 198);
}

.properties {
  width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1em;
  -moz-column-gap: 1em;
       column-gap: 1em;
  justify-content: center;
  align-items: center;
  margin: 1em auto;
}
.properties #propSearch {
  margin: 0 auto;
  min-width: 10%;
  max-width: 50%;
}

.text h4, .text p {
  text-align: start;
  max-width: 90%;
  margin: 1em auto 3em auto;
}

.resources {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 1em;
       column-gap: 1em;
  justify-content: center;
}
.resources a {
  text-decoration: none;
}
.resources .res-item {
  padding: 1em 2em;
  background-color: #b41e1e;
  color: white;
  border-radius: 4em;
}
.resources p {
  line-height: normal;
}

.contact {
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1em;
  -moz-column-gap: 1em;
       column-gap: 1em;
  justify-content: center;
  align-items: center;
  margin: 1em auto;
}
.contact .text-submit {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  margin: 0 auto;
}
.contact #conSubmit {
  margin: 0 auto;
  max-width: 20%;
}

.buy-sell {
  width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1em;
  -moz-column-gap: 1em;
       column-gap: 1em;
  justify-content: center;
  align-items: center;
  margin: 1em auto;
}
.buy-sell #buySubmit, .buy-sell #sellSubmit {
  margin: 0 auto;
}

.list-figs {
  width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1em;
  -moz-column-gap: 1em;
       column-gap: 1em;
  justify-content: center;
  align-items: center;
  margin: 1em auto;
}
.list-figs a {
  color: white;
  text-decoration: none;
}
.list-figs .fig {
  max-width: 40%;
  margin: auto;
  padding: 0.5em;
  background-color: #1f1f1f;
}
.list-figs .fig img {
  max-width: 70%;
  padding: 0.5em;
  background-color: #b41e1e;
}
.list-figs .fig ul {
  list-style: none;
}
.list-figs .fig p {
  text-align: start;
}

.break {
  width: 100%;
}

.col {
  display: flex;
  flex-direction: column;
}

.error h1, .error h2, .error h3, .error h4, .error h5, .error h6 {
  display: inline-block;
  font-style: normal;
  color: black;
}

@media only screen and (max-width: 720px) {
  button {
    width: 10em;
  }
  .wrapper {
    max-width: 100%;
  }
  nav {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #b41e1e;
    margin: 0%;
    padding: 0%;
  }
  nav .main-nav {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: space-between;
  }
  nav .main-nav .logo {
    width: 9em;
    height: 9em;
  }
  nav .main-nav ul {
    display: none;
  }
  nav .main-nav :last-child {
    margin-right: 0.5em;
  }
  nav .main-nav .socials-nav {
    display: flex;
    gap: 0.5em;
  }
  nav .sub-nav {
    display: flex;
    background-color: #1f1f1f;
    color: white;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
  }
  nav .sub-nav .ham-menu, nav .sub-nav p {
    display: flex;
  }
  nav .sub-nav img {
    display: inline-block;
    padding: 0.5em;
  }
  nav #mobNav {
    width: 40%;
    position: absolute;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    top: 100%;
    right: 0%;
    z-index: 100;
    background-color: #1f1f1f;
  }
  nav #mobNav li {
    padding: 0.35em;
  }
  nav #mobNav a {
    text-decoration: none;
    display: block;
    color: white;
    background-color: #1f1f1f;
    margin: auto;
  }
  header img {
    margin: 1em;
    border-width: 0.5em;
    max-width: 75%;
  }
  header p {
    text-align: start;
    max-width: 85%;
    margin: 1em auto;
  }
  .properties {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 1em;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: center;
    align-items: center;
    margin: 1em auto;
  }
  .properties #propSearch, .properties #listSearch {
    margin: 0 auto;
    min-width: 35%;
    max-width: 500%;
  }
  .text p {
    text-align: start;
    max-width: 85%;
    margin: 1em auto;
  }
  .resources .res-item {
    padding: 0.5em 1em;
    border-radius: 2em;
  }
  .list-figs {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 1em;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: center;
    align-items: center;
    margin: 1em auto;
    flex-direction: column;
  }
  .list-figs .fig {
    max-width: 100%;
    margin: auto;
    padding: 0.5em;
    background-color: #1f1f1f;
  }
  .list-figs .fig img {
    max-width: 70%;
    padding: 0.5em;
    background-color: #b41e1e;
  }
  .list-figs .fig ul {
    list-style: none;
  }
  .list-figs .fig p {
    text-align: start;
  }
}/*# sourceMappingURL=styles.css.map */