@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed&display=swap');

* {
    font-family: "Roboto", sans-serif;
}

body {
    color: #011A42 !important;
}

.bg-ljmu-blue {
    background-color: #011A42;
    color: white;
}

.bg-ljmu-green {
    background-color: #2CD5C4;
    color: #011A42;
}

.nav-link:hover, .btn-blue:hover, .nav-link:focus, .btn-blue:focus {
    background-color: #2CD5C4 !important;
    color: #011A42 !important;
}

.btn-green:hover, .btn-green:focus {
    background-color: #011A42;
    color: white;
}

a, a:hover, a:focus, a:visited {
    color: inherit;
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
}

.bl-ljmu-green {
    border-left: 2px solid #2CD5C4;
}

.bb-ljmu-blue {
    border-bottom: 1px solid #011A42;
}

.border-ljmu-blue {
    border: 1px solid #011A42;
}

.bg-ljmu-light-blue {
    background-color: #DBE2E9
}

.ml-10 {
    margin-left: 10px;
}

footer {
    background-color: #2CD5C4;
    border: 1px solid #011A42;
    width: 100%;
    padding: 0 !important;
}

@media(max-height: 100vh) {
    footer {
        position: fixed;
        bottom: 0;
    }
}

.header-bar-image {
    width: 217px;
    transition-duration: 0.15s;
    transition-timing-function: linear;
}

.text-align-center {
    text-align: center;
}

.text-break {
    overflow-wrap: break-word;
    word-break: break-word;
}

.navigation {
    font-size: 120%;
}

.more {
    width: 100%;
}

    .more .hide {
        display: none;
        width: 100%;
    }

.hide {
    display: none;
}

.more-details {
    background-color: #e5f3f3;
    padding: 0.8em 2em 0.8em 2em;
    border: 1px solid #011A42;
}

.bg-ljmu-green {
    background-color: #2CD5C4;
    color: #011A42;
}

.red {
    color: #df0000;
}

.vh-25 {
    max-height: 25vh;
}

.vh-40 {
    max-height: 40vh;
}

.vh-50 {
    max-height: 50vh;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.vh-60 {
    min-height: 77.8vh;
}
