@import url(https://fonts.googleapis.com/css?family=Raleway:200,300,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,700);

:root {
  --palette-1: #FFFFFF;
  --palette-2: #379777;
  --palette-3: #F26C4F;
  --palette-4: #7ED4AD;
}

.navbar {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.navbar a:hover {
  text-decoration-line: none;
}

.footer {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--white);

  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer a:hover, .footer a {
  text-decoration-line: none;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 225px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6,
.post-content .h1, .post-content .h2, .post-content .h3, .post-content .h4, .post-content .h5, .post-content .h6 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

h1, .h1 {
  font-weight: 700;
  font-size: 3.0rem;
}

h2, .h2 {
  font-weight: 700;
  font-size: 1.8rem;
}

h3, .h3 {
  font-weight: 600;
  font-size: 1.6rem;
}

h4, .h4 {
  font-size: 1.4rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.bg-site {
  background: var(--palette-1);
}

.bg-palette-1 {
  background: var(--palette-1);
}

.bg-palette-2 {
  background: var(--palette-2);
}

.bg-palette-3 {
  background: var(--palette-3);
}

.bg-palette-4 {
  background: var(--palette-4);
}

.text-palette-1 {
  color: var(--palette-1);
}

.text-palette-2 {
  color: var(--palette-2);
}

.text-palette-3 {
  color: var(--palette-3);
}

.text-palette-4 {
  color: var(--palette-4);
}

.listing-image{
  height: 300px;
  width: auto;
}

@media (min-width: 1600px) {
  .container {
    max-width: calc(100% - 200px);
    margin-left: 100px;
    margin-right: 100px;
  }
}

.category-icon::before {
  display: inline-block;
  content: "";
  background-image: url("../bootstrap-icons/alarm.svg");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

.listing-designator {
  border-left: 5px solid var(--palette-3);
  padding-left: 1rem;
}

hr {
  border: 1px solid lightgray;
}
