html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.menu-card {
    min-height: 200px;
    margin-bottom: 20px;
}

.search-type-card {
    min-height: 250px;
}

.menu-card-footer {
    background-color: white;
    border-top: 0px;
}

.site-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.site-subtitle {
    font-size: 1.5rem;
    font-weight: bold;
}

.header-logo {
    height: 90px;
}

.search-type-card-row {
    margin-top: 20px;
}

@media (min-width: 576px) {
    .site-title {
        font-size: .9rem;
        font-weight: bold;
    }

    .site-subtitle {
        font-size: .9rem;
        font-weight: bold;
    }

    .header-logo {
        height: 70px;
    }

    .container {
        max-width: 700px;
    }
}

@media (min-width: 768px) {
    .site-title {
        font-size: 1rem;
        font-weight: bold;
    }

    .site-subtitle {
        font-size: 1rem;
        font-weight: bold;
    }

    .header-logo {
        height: 70px;
    }
}

@media (min-width: 992px) {

    .site-title {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .site-subtitle {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .header-logo {
        height: 90px;
    }

    .container {
        max-width: 1200px;
    }
}



