/* THIS IS THE CSS FOR THE AGED CARE SITE */

html {
    font-size: 14px;
}

.site-title {
    font-family: "Palatino Linotype", "Palatino", serif;
    font-weight: 1000;
    letter-spacing: 0.02em;
    color: #158CBA; /* ADJUST TO TASTE */
}

.site-title-first {
    color: #FF851B;
    font-weight: 1000;
}

.site-title-last {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #158CBA; /* CHROME,SAFARI*/
    text-stroke: 2px #158CBA; /* future support / non-standard */

    font-weight: 1000;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 20px;
    margin-bottom: 60px;
    font-family: Arial, Helvetica, sans-serif, Verdana;
}

.big-checkbox input[type="checkbox"] {
    width: 20px; /* ADJUST THE WIDTH AS NEEDED */
    height: 20px; /* ADJUST THE HEIGHT AS NEEDED */
    transform: scale(1.5); /* SCALE THE CHECKBOX */
    -webkit-transform: scale(1.5); /* FOR SAFARI */
}

.large-input {
    font-size: 1.25rem; /* INCREASE FONT SIZE */
    padding: 8px; /* INCREASE PADDING */
}

.suggestions-container {
    padding-left: 20px; /* ADJUST THE VALUE AS NEEDED */
    border: 1px solid #ccc;
    background-color: #fff;
    color: #21272E;
    max-height: 200px;
    overflow-y: auto;
}

.suggestions-container div {
    padding: 10px;
    cursor: pointer;
}

.suggestions-container div:hover {
    background-color: #f0f0f0;
}

@media (max-width: 576px) {
    .text-wrap {
        font-size: 1.2rem;
    }
}

/* FOOTER */
.footer {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

.footer-right {
    text-align: right;
    padding-right: 20px;
}

/* PLEASE SEE ALL DOCUMENTATION AT https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
FOR DETAILS ON CONFIGURING THIS PROJECT TO BUNLE & MINIFY STATIC WEB ASSETS. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}
