html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #858796;
  text-align: left;
  background-color: #fff;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.nav-wrapper {
  padding: 0 20px;
}

.navbar-image {
  height:100%;
  padding: 5px 0;
  margin-right: 10px;
}

.full-page-height {
  height: 100vh;
}

.fas,.fab {
  padding-left: 8px;
}

main {
  flex: 1 0 auto;
  min-height: calc(100vh - 260px);
  
  background-image: url(../img/hero.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.mb-0, .my-0 { margin-bottom: 0 !important;}
.mt-0, .my-0 { margin-top: 0 !important;}
.mt-1 { margin-top: 0.25rem !important;}
.mb-1 { margin-bottom: 0.25rem !important;}
.mb-3, .my-3 { margin-bottom: 1rem !important; }
.mt-3, .my-3 { margin-top: 1rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.mr-0 { margin-right: 0rem !important;}
.mr-2 { margin-right: 0.5rem !important;}
.ml-3 { margin-left: 1rem !important;}
.pl-0 { padding-left: 0 !important;}
.pr-2 { padding-right: 0.5rem !important;}
.sm {font-size: 0.875rem}

.text-kyt {
  color: #fe2c55 !important;
}

a.text-kyt:hover, a.text-kyt:focus {
  color: #ef2950;
  font-weight: 600;
  text-decoration: none;
}

.font-weight-bold { font-weight: 700 !important; }

.standard-container {
  margin: 0 auto;
  width: 90%;
  padding-top: 100px;
}

@media only screen and (max-width: 700px) {
  nav .brand-logo {
    font-size: 1.5rem;
  }

  main {
    min-height: calc(100vh - 275px);
    background-image: url(../img/hero.webp);
  }

  .standard-container {
    width: 95%;
    padding-top: 50px;
  }
}