html {
  font-size: 14px;
  background-color: hsl(60, 47%, 98%);
  position: relative;
  height: 100vh;
  line-height: 1.5;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  box-sizing: border-box;
  color: hsl(210, 14%, 20%);
}
input,
button,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
body * {
  overflow: hidden;
}
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
}
h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  overflow: visible;
}
.text-muted {
  color: hsl(0, 0%, 80%);
}
.text-muted a {
  color: hsl(210, 15%, 80%);
}
.text-muted a:hover {
  color: hsl(210, 25%, 80%);
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
}
.navbar {
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px 0px;
  color: #212529;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
  text-align: left;
  text-size-adjust: 100%;
  overflow: visible;
  margin-bottom: 1rem;
}
.navbar .navbar-brand {
  margin-right: 1rem;
}
.navbar ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  display: flex;
  padding-inline-start: 0;
}
.navbar ul .nav-item {
  display: list-item;
}
.navbar ul .nav-item .nav-link {
  display: block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-decoration: none;
  color: hsl(210, 14%, 20%);
}
.navbar ul .nav-item .nav-link:focus,
.navbar ul .nav-item .nav-link:hover {
  text-decoration: none;
}
.navbar-wrap {
  display: flex;
  flex-basis: auto;
  flex: 1 1 auto;
}
.navbar-collapse {
  display: flex;
  flex-basis: auto;
  flex: 1 1 auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.container main {
  align-self: start;
  flex: 1 1 auto;
}
.container main a {
  color: hsl(34, 43%, 46%);
}
.text-center {
  text-align: center;
}
.footer {
  margin: 12px;
}
.footer .container {
  display: block;
}
.row {
  display: flex;
  flex-flow: row wrap;
}
.row > .col-md-4:first-child,
.row > .col-md-6:first-child,
.row > .col-md-8:first-child,
.row > .col-md-10:first-child {
  margin-left: 0;
}
.row > .col-md-4,
.row > .col-md-6,
.row > .col-md-8,
.row > .col-md-10 {
  margin: 0 0 0 30px;
}
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-10 {
  position: relative;
}
.col-md-10 {
  flex: 0 0 calc((100% / 12) * 10 - 30px);
  max-width: calc((100% / 12) * 10 - 30px);
}
.col-md-8 {
  flex: 0 0 calc((100% / 12) * 8 - 30px);
  max-width: calc((100% / 12) * 8 - 30px);
}
.col-md-6 {
  flex: 0 0 calc((100% / 12) * 6 - 30px);
  max-width: calc((100% / 12) * 6 - 30px);
}
.col-md-4 {
  flex: 0 0 calc((100% / 12) * 4 - 30px);
  max-width: calc((100% / 12) * 4 - 30px);
}
.form-group {
  margin-bottom: 1.05rem;
}
.control-label {
  display: inline-block;
  margin-bottom: 0.25rem;
}
.form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: hsl(210, 14%, 20%);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 6px 12px;
  width: calc(100% - (12px + 1px) * 2);
  /* width padding (12px) + border width (1px) * both sides */
  font-size: 1rem;
}
.btn-default {
  background-color: hsl(34, 43%, 46%);
  border-radius: 0;
  border: none;
  padding: 12px 36px;
  color: hsl(60, 47%, 98%);
  cursor: pointer;
  font-size: 1rem;
}
.btn-link {
  background: transparent;
  border: none;
  display: inline-block;
  font-size: 1rem;
  cursor: pointer;
  color: currentColor;
}
.boooooold {
  font-weight: bold;
}
/*# sourceMappingURL=site.css.map */