/* import Mountains of Christmas and Unkempt from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Mountains+of+Christmas:wght@400;700&family=Unkempt:wght@400;700&display=swap');

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;

  background-color: aliceblue;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

body {
    font-family: "Unkempt", 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}

h1, .navbar-brand {
    font-family: "Mountains of Christmas", 'Times New Roman', Times, serif;
}

/* realtor/house images */
td img {
    width: 150px;
}

/* cupcake icon at top left */
img {
    padding-right: 8px;
}

/* home image */
.text-center img {
    width: 400px;
    padding: 10px;
    border: double;
}

th {
    font-size: 150%;
}
td {
    font-size: 120%;
}

th:nth-of-type(2n), td:nth-of-type(2n) {
    background-color: indianred;
    color: white;
}

th:nth-of-type(3), td:nth-of-type(3) {
    width: 25%;
}

td a {
    color: lightskyblue;
}
