/* Typography  */
h1.cat {
    text-align:center;
    text-transform:uppercase;
    font-weight: 800;
}

h2.cat-l1 {
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
}

.darken {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: background 0.3s;
}

a:hover > .darken {
    background: rgba(0, 0, 0, 0.2);
}

/* #cat-l1 img, #cat-l2 img {opacity: 0.8; border: 1px solid #bbb;} */
#cat-l1 img:hover, #cat-l2 img:hover {opacity: 1; border: 1px solid #333;}

h2.cat-l1 span {
    display: inline;
    padding: 0.05em 0em;
    box-decoration-break: clone;
}

.l1-1, .l1-2, .l1-3, .l1-4 {
    background-color: #222;
    box-shadow: 0.2em 0 0 #222,-0.2em 0 0 #222;
    /* opacity: 0.9; */

}
h2.cat-l2 {
    color: #fff;
    font-size: 1.7rem;
    text-transform: uppercase;
    text-align: center;
}

h2.cat-l2 span {
    display: inline;
    padding: 0.05em 0em;
    box-decoration-break: clone;
}

a:hover .info-l1 {
    color: #333;
}

@media(max-width: 767px) {
    h2.cat-l1, h2.cat-l2 {
        font-size: 1.1rem;
    }

    h1 {
        font-size: 8vw !important;
    }

    h2.info-q1 {
        font-size: 1rem;
    }
}


.l2-1, .l2-2, .l2-3, .l2-4, .l2-5, .l2-6 {
    background-color: #222;
    box-shadow: 0.2em 0 0 #222,-0.2em 0 0 #222;
    /* opacity: 0.9; */

}

fas {
    color: #fff;
    text-align: center;
}

.info-l1-1, .info-l1-2, .info-l1-3, .info-l1-4 {
    text-align: center;
    color: #fff;
}

a.info-l1 {
    color: #fff;
    text-decoration: none;
}

a.info-l1:hover {
    color: #333;
    text-decoration: none;
}


h2.info-l1, h2.info-l1 a {
    font-size: 2rem;
    line-height:2rem;
    text-transform: uppercase;

}

h2 a:hover {
    text-decoration: none;
}

p.info-l1, p.info-l1 a{
    font-size: 1rem;
    line-height:1rem;
    text-transform: uppercase;
    margin-bottom: 0;

}

h2.info-l1 {
    color: #fff;
    font-size: 2rem;
    line-height:2rem;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}

@media(max-width: 767px) {
    h2.info-l1 {
        font-size: 1.4rem;
        font-weight: bold;
    }
}

p.info-l1 {
    color: #fff;
    font-size: 1rem;
    line-height:1rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}


/* position */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alert-core p a {
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
    font-weight: 300;
}

/*colours*/
.bg-core-blue {
    background-color: #0093d0 !important;
}

.core-blue {
    color: #0093d0 !important;
}


/* alert */
.alert-core {
    background-color: darkred;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    padding: 0;
    border-radius: 2px;
    font-weight: 600;
}

.alert-core h4 a {
    color: #fff
}

.alert-core h4 a:hover {
    text-decoration: underline;
}


/* info boxes */
.info-l1-1 {
    background-color: #FF974F;
}
.info-l1-2 {
    background-color: #2BAAE2;
}
.info-l1-3 {
    background-color: #006D99;
}

.info-l1-4 {
    background-color: #4CC7BA;
}


h2.info-q1 {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;

}

.info-q1-1, .info-q1-2, .info-q1-3  {
    background-color: #555;
    text-align: center;
}


.carousel-indicators {
    bottom: 15px !important;
}


.btn-plain {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}