﻿/*hiding the blazor error*/
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

    /*skip content stuff*/
.skip-link {
    background: #fff;
    color: #000;
    font-weight: 700;
    left: 50%;
    padding: 4px;
    position: absolute;
    transform: translateY(-100%);
}

    .skip-link:focus {
        transform: translateY(0%);
    }


/*attempts stop make the header look more like the powerpoint*/

.navbar {
    border-bottom: 5px solid #13365c;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

/*attempts stop make the footer look like powerpoint*/

.footer.footer-dark {
    background: #13365c;
}

.footer-light.footer p {
    color: #000;
}

.footer p {
    color: #fff;
}

/*text colours to match powerpoint*/

body {
    color: #13365c;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat", sans-serif;
    color: #13365c;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    letter-spacing: -0.2px;
    line-height: 1.3;
}

.promo-box-text {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    letter-spacing: -0.2px;
    line-height: 1.3;
    font-size: 30px;
}

.region-box-text {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 1.35714286em;
    line-height: 1.68421053em;
}

.bg-swai{
    background:#13365c;
}

.bg-swai-light {
    background: #b5b8cb;
}

.lead {
    font-weight: 800;
    color: #13365c;
}

.promo-box.promo-dark {
    padding: 10px 10px 5px;
    font-weight:800;
}

.promo-box.promo-dark-mob {
    padding: 10px 10px 5px;
    font-size:16px;
}

.team-card-default {
    border: 3px solid #13365c;
    background: #13365c;
}


.btn.btn-sm {
    padding: 9px 10px 9px !important;
    font-size: .75rem;
}

.promo-box.promo-swai {
    padding: 5px 5px 2px;
}

.region-box-text-light {
    font-family: "Montserrat", sans-serif;
    color: #13365c;
    font-weight: 400;
    font-size: 1.35714286em;
    line-height: 1.68421053em;
}


.btn-primary {
    background: #d6d7e2;
    color: #13365c;
}

a {
    color: #13365c;
    text-decoration: none;
}

.cat-headings {
    font-family: "Montserrat", sans-serif;
    color: #13365c;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    letter-spacing: -0.2px;
    line-height: 1.3;
    font-size:16px;
    color:#fff;
}

.news-headings {
    font-family: "Montserrat", sans-serif;
    color: #13365c;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    letter-spacing: -0.2px;
    line-height: 1.3;
    font-size: 26px;
    
}

.fullscreen {
    width: 100%;
    height: 80%;
}

.title1 {
    font-family: "Montserrat", sans-serif;
    color: #13365c;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    letter-spacing: -0.2px;
    line-height: 1.3;
}

.hero-text-style1 h1 {
    font-size: 36px;
    line-height: 1.3;
}

.nav-link a:focus,
.nav-link:focus,
.nav-link.active:focus,
.team-card-default:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.team-card-default:hover {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
