
.text-dark-blue {
    color: #1A2B4A !important;
}

.bg-dark-blue {
    background-color: #1A2B4A !important;;
    color: white;
}

.bg-dark-blue a, .bg-dark-blue a:hover {
    color: inherit;
}

.text-light-navy {
    color: #2C3F61 !important;;
}

.bg-light-navy {
    background-color: #2C3F61 !important;;
    color: white;
}

.text-base-grey {
    color: #F2F4F6 !important;
}

.bg-base-grey, .bg-light {
    background-color: #F2F4F6 !important;
}


.text-mid-grey {
    color: #87939C !important;;
}


.text-dark-teal {
    color: #35A1AA !important;
}

.text-mid-teal {
    color: #15C9C9 !important;;
}

.bg-mid-teal {
    background-color: #15C9C9 !important;;
}

.bg-mid-teal {
    background-color: #15C9C9 !important;;
}

.text-dark-purple {
    color: #421C92 !important;;
}

.text-mid-purple {
    color: #5D40D2 !important;;
}

.text-light-purple {
    color: #9F6AFF !important;;
}

.bg-light-purple {
    background-color: #9F6AFF !important;;
}

.text-base-purple {
    color: #DDCEFE !important;;
}


.bg-dark-teal {
    background-color: #35A1AA !important;;
}


html {
    min-height: 100%;
    height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    background-color: white;
    font-family: proxima-nova, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #1A2B4A;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main {
    flex-grow: 1;
}

h1 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.6rem;
    letter-spacing: -1px;
}


h2 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: -0.75px;
}


h3 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: -0.5px;
}


h4 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.5rem;
    letter-spacing: -0.25px;
}

.bb-p-2 {
    padding: 1rem 0;
    border-bottom: 1px solid #C1C4CB;
}

h2 a, h3 a {
    color: inherit;
}

a {
    cursor: pointer;
    font-weight: 700;
    color: #1A2B4A;
}

a:hover {
    color: #5D40D2;
}

cite {
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
}

a:hover {
    text-decoration: none;
    color: #421C92;
}

strong {
    font-weight: 600;
}

.text-normal {
    font-size: 1rem;
}

.text-small {
    font-size: 0.8rem;
    line-height: 1.5rem;
}

#cookie-law {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 0;
    max-width:100%;
    background: white;
    color: black;
    font-size: 12px;
    margin:0 auto 0;
}

#cookie-law p {
    padding:10px;
    text-align:center;
    margin:0;
}

header {
    position: relative;
    z-index: 2;
}
.message-banner-container {
    background-color: #F2F4F6;
    color: #1A2B4A;
    font-size: 2em;
    display: inline-flex;
}

.message-banner {
    display: flex;
    flex-direction: column;
    text-align: center;
    /* gap: 6%; */
    margin: auto;
    font-weight: 600;
    padding: 0.5%
    
}
/* Brand */

header .fa-bars {
    z-index: 2;
    font-size: 24px;
    margin: 27px 0 0 20px;
    color: #212c55;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    margin-top: 10px;
    height: 32px;
}

.navbar-toggler {
    font-weight: bold;
    padding: 0;
}

.navbar-collapse {

}

.navbar-nav {
    margin-top: 1rem;
}

.navbar-nav .dropdown-menu {
    background-color: inherit;
}

.navbar-nav ul {
    padding: 0;
}

.navbar-nav li {
    border-top: 2px solid #E1E8ED;
    padding: 0.5rem 0;
    list-style: none;
}

.navbar-nav li li {
    border: 0;
}

.navbar-nav a {
    color: #1A2B4A;
    font-weight: 600;
}

.navbar-nav li li a {
    color: #2C3F61;
    font-weight: 400;
}

.navbar-nav li.active a {
    color: #5D40D2;
    font-weight: 700;
}

.head-nav a:hover {
    color: #5D40D2;
}

/*
.container-fluid .container {
    padding: 0;
}*/

figure {
    background-color: white;
    padding: 30px;
}

figure img {
    display: block;
    margin: 0 auto;
}

figcaption {
    text-align: center;
    font-style: italic;
}

dt {
    float: left;
    padding-right: 0.25em;
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    font-weight: normal;
}

dd {
    padding-right: 0.25em;
    color: #212c55;
    font-size: 20px;
    font-weight: normal;
}

ul.breadcrumb {
    font-size: 0.8em;
    opacity: 0.6;
}

ul>li.breadcrumb-item {
    list-style: inherit;
    margin-left: inherit;
    margin-top: inherit;

}
article ul>li {
    list-style: disc outside;
    margin-left: 4px;
    margin-top: 0.5em;
}

article ol>li {
    list-style: decimal outside;
    margin-left: 4px;
}

.bt-1 {
    border-top: solid 1px #C1C4CB;
}

.mt-8 {
    margin-top: 2rem;
}

.pt-8 {
    padding-top: 2rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.date {
    font-family: "DIN Pro Regular", sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(33, 44, 85, 0.5);
    margin-bottom: 0.2em;
}

.dropdown-menu {
    padding: 0;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    color: #1A2B4A;
}

.dropdown.show>a {
    font-weight: 700;
}

/* Tables */

table {
    width: 100%;
    margin: 1em 0;
}

table td, table th {
    border: 1px solid #e0e0e0;
    padding: 4px;
}

#mobile-navigation {
    padding: 0;
    margin: 0;
}

.menu-button-container {
    display: flex;
    align-items: center;
    justify-content: right;
    color: black;
    font-size: 40px;
}

.menu-button-container a {
    color: black;
}

.menu-button-container .btn {
    color: white;
}

/* buttons */

.btn {
    border-radius: 1.25rem;
    font-weight: 600;
    padding: 0.5rem 2rem;
}

.btn:focus {
    box-shadow: none;
}

.btn-link:hover {
    color: #421c92;
    text-decoration: none;
}

.btn-toolbar .btn {
	margin-top: 2px;
}

.btn-primary {
    background-color: #5434d5;
    border-color: #5434d5;
    color: white;
}

.btn-primary:hover
{
    background-color: #421c92;
    border-color: #421c92;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):focus
{
    background-color: #8770e1;
    border-color: #8770e1;
}

.btn-primary:disabled
{
    background-color: #decefe;
    border-color: #decefe;
}

.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
}

.bubble-white {
    border: 12px solid white;
    border-radius: 12px;
    background-color: white;
}

.fluff {
    position: absolute;
}


.fluff-pencil {
    right: 0;
    top: -20px;
}

.fluff-shield {
    left: 15px;
    bottom: -32px;
}


/* Base styles */

p .btn {
    margin-top: 1rem;
}

.shouty-text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 600;
}

ul.shouty-text {
    padding: 0;
}

ul.shouty-text li {
    margin-top: 1.5rem;
}

.shouty-strapline {
    padding: 2rem 0 0 0;
}

.shouty-bg-teal {
    background-color: #93F5DD;
    display: inline-block;
    line-height: 34px;
}

.shouty-bg-dark-blue {
    padding-top: 8rem;
    color: white;
}

.typing-quote {
    background-color: #1A2B4A70;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 2rem;
}
.typing-quote cite {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}

.logo-link {
    width: 200px;
    max-width: 100%;
    margin-top: 1rem;
}

.social {
    width: 24px;
    display: inline-block;
    margin-left: 0;
    margin-right: 8px;
}

.stock {
    width: 95%;
    max-width: 95%;
    display: block;
    margin: 0 auto;
}

.semibold {
    font-weight: 600;
}

/* Footer */

footer {
}

.logo-band {
    background-color: white;
    border: 8px solid white;
    border-radius: 8px;
    text-align: center;
    vertical-align: middle;
}

.logo-band .col {
    align-items: center;
    display: flex;
    justify-content: center;
}

.logo-band img {
    max-width: 95%;
    max-height: 64px;
    padding: 0.5rem;
}

/* home page */

.page-image {
    background-size: cover;
    width: 100%;
    min-height: 450px;
    position: relative;
}

.digital-divide {
    padding: 0 0 4rem 0;
}

.bg-laptop {
    background-color: #edf5f7;
}

.bg-its-a-laptop-full {
    min-height: 500px;
    background: #edf5f7 url("../img/man-tells-woman-its-a-laptop-full.jpg") bottom right no-repeat;
}

.bg-random-squares-full {
    min-height: 500px;
    background: #edf5f7 url("../img/random-squares-full.png") bottom right no-repeat;
}

.bg-man-with-glasses-on-phone {
    background: none;
}

.bg-man-with-glasses-on-phone .mobile-face {
    background: white url("../img/man-with-glasses-on-phone-small.jpg") top center/cover no-repeat;
    padding-top: 600px;
}

.bg-couple-with-dog {
    background: #1A2B4A url("../img/couple-with-white-dog.jpg") center center/cover no-repeat;
}

.bg-james-tweed {
    background: none;
}

.bg-james-tweed .mobile-james {
    background: white url("../img/james-tweed-in-prison-small.jpg") top center/cover no-repeat;
    padding-top: 600px;
}

.bg-blue-semi {
    background: #0098A1 url("../img/cyan-semi-mobile.png") bottom right no-repeat;
    color: white;
    padding: 3rem 0 120px 0;
}

.bg-purple-semi {
    background: #2C3F61 url("../img/purple-semi-small.png") bottom right no-repeat;
    padding-bottom: 170px;
    color: white;
}

.bg-purple-semi-contact {
    border-radius: 12px;
    background: #9F6AFF url("../img/light-purple-semi-small.png") no-repeat bottom right;
    padding: 2rem 2rem 150px 2rem;
    color: white;
}

.bg-tr-semi {
    background: url("../img/teal-semi-articles-small.png") top right no-repeat;
}

.british-isles-container {
    min-height: 560px;
    background: #35A1AA url("../img/british-isles-teal.png") bottom right no-repeat;
    color: white;
}

.bg-man-with-mud {
    background: #2C3F61 url("../img/man-with-mud.png") top left no-repeat;
    min-height: 448px;
}

/* Articles */

article blockquote, .carousel-item blockquote {
    margin-top: 4rem;
    padding-top: 40px;
    font-weight: 600;
    text-align: center;
    background: url("../img/double-quote-teal.png") top center no-repeat;

}

article blockquote cite, .carousel-item cite {
    margin-top: 0.25rem;
    display: block;
    text-align: center;
    font-style: normal;
    color: #35A1AA;
}

.lead-paragraph-medium {
    font-weight: 500;
    font-size: 1.1rem;
    color: #1A2B4A;
}

.lead-paragraph-semi {
    font-weight: 600;
    font-size: 1.1rem;
    color: #1A2B4A;
}

/* Impact */

.impact-nonsense figcaption {
    font-style: normal;
    font-weight: 600;
    margin-top: 2rem;
    color: #87939C;
    text-align: center;
}

.quote-carousel .carousel-indicators li {
    background-color: #1A2B4A;
}

/* About us */

.bg-james-tweed blockquote {
    margin-top: 6rem;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: left;
    padding: 6rem 4rem 4rem 4rem;
    background: white url("../img/double-quote-teal.png") 4rem 4rem no-repeat;

}

.bg-james-tweed blockquote cite {
    margin-top: 0.5rem;
    display: block;
    text-align: left;
    font-style: normal;
    color: #35A1AA;
}

/* Contact */
.accordion-button {
    padding: 0.5rem 0;
    text-align: left;
    color: #1A2B4A;
    font-size: 1.25rem;
}

@media all and (min-width: 768px) {
    body {
        font-size: 18px;
        line-height: 28px;
    }
}

@media all and (min-width: 998px)
{
    body {
        font-size: 18px;
        line-height: 30px;
    }


    .mt-8 {
        margin-top: 4rem;
    }

    .pt-8 {
        padding-top: 4rem;
    }

    .mb-8 {
        margin-bottom: 4rem;
    }

    .pb-8 {
        padding-bottom: 4rem;
    }

    .w-lg-100 {
        width: 100%;
    }
    
    h1 {
        font-size: 3.5rem;
        line-height: 3.5rem;
        letter-spacing: -1px;
    }
    
    
    h2 {
        font-size: 2rem;
        margin-top: 2rem;
        line-height: 2.5rem;
        letter-spacing: -0.75px;
    }
    
    
    h3 {
        font-size: 1.8rem;
        margin-top: 2rem;
        line-height: 2.5rem;
        letter-spacing: -0.25px;
    }


    h4 {
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: -0.25px;
    }

    .dropdown-menu {
        padding: 10px 10px;
    }

    .navbar-brand img {
        height: 48px;
        margin: 20px 0;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .navbar-nav li {
        border: 0;
        padding: 0;
        margin: 0 1rem;
    }

    .navbar-nav li a {
        font-weight: 400;
    }
    .navbar-nav .dropdown-menu {
	    background-color: white;
    }

    .half-container {
        max-width: 480px;
    }

    .shouty-strapline {
        padding: 3rem 4rem 3rem 3rem;
    }

    .shouty-bg-dark-blue {
        margin-top: 4em;
        position: relative;
        top: 0;
    }

    /* Footer */
    .social {
        margin-left: 0;
        margin-right: 8px;
    }

    /* Home page */

    .shouty-bg-dark-blue {
        padding-top: 4rem;
    }

    .digital-divide {
        padding: 0 12rem;
    }

    .bg-blue-semi {
        background: #0098A1 url("../img/cyan-semi-mobile.png") bottom right no-repeat;
        color: white;
        padding: 3rem 0 0 0;
    }

    .fluff-planet {
        top: 0;
        right: 0;
    }

    .logo-band {
        position: relative;
        top: -2.5rem;
    }

    /* IT as service */

    .bg-man-with-glasses-on-phone {
        background: white url("../img/man-with-glasses-on-phone.jpg") center center/cover no-repeat;
    }

    .bg-man-with-glasses-on-phone .mobile-face {
        background: none;
        padding-top: 0;
    }

    /* Content */

    .bg-purple-semi {
        background: #2C3F61 url("../img/purple-semi.png") bottom right no-repeat;
        padding-bottom: 0px;
    }

    /* Latest */
    .bg-tr-semi {
        background: url("../img/teal-semi-articles.png") top right no-repeat;
    }

    /* About */

    .bg-james-tweed {
        background: white url("../img/james-tweed-in-prison.jpg") top center/cover no-repeat;
    }

    .bg-james-tweed  .mobile-james {
        background: none;
        padding-top: 0;
    }

    /* Contact */


    .bg-purple-semi-contact {
        background: #9F6AFF url("../img/light-purple-semi.png") no-repeat bottom right;
        padding-bottom: 2rem;
        margin: 0;
    }
}


@media all and (min-width: 1200px)
{
    .half-container {
        max-width: 570px;
    }
}

