@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,800;1,100;1,400;1,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Special+Elite');

:root {
    --clr-leeds-white: #FFF;
    --clr-leeds-yellow: #FFCD00;
    --clr-leeds-blue: #1D428A;
    --clr-leeds-gold: #AC944D;   
    --clr-leeds-orange: #FF4500; 
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #292a2b;
}

html, body {
    height: 100%;
    margin: 0;
}

#button-53 {
    background-color: #ffd500;
    border: 0 solid #E5E7EB;
    box-sizing: border-box;
    color: #000000;
    font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 500;
    justify-content: center;
    padding: .75rem 1.65rem;
    line-height: 1.75rem;
    position: relative;
    text-align: center;
    text-decoration: none #000000 solid;
    width: 100%;
    max-width: 200px;
    cursor: pointer;
    transform: rotate(-1.5deg);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

#button-53:focus {
    outline: 0;
}

#button-53:after {
    content: '';
    position: absolute;
    border: 1px solid #000000;
    bottom: 4px;
    left: 4px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
}

#button-53:hover:after {
    bottom: 2px;
    left: 2px;
}

@media (min-width: 768px) {
    #button-53 {
        padding: .75rem 3rem;
        font-size: 1.25rem;
    }
}

/* unvisited link */
a:link {
    color: black;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: black;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: var(--clr-leeds-blue);
    text-decoration: none;
}

/* selected link */
a:active {
    color: var(--clr-leeds-blue);
    text-decoration: none;
}

#front_page{
    font-size: 17px;
}


.highlight-container, .highlight {
    position: relative;
}

.highlight-container {
    display: inline-block;
    font-size: 20px;
    font-color: black;
}

.highlight-container:before {
    content: " ";
    display: block;
    height: 90%;
    width: 101%;
    position: absolute;
    background: #ffd500;
    transform: rotate(2deg);
    border-radius: 20% 25% 20% 24%;
    padding: 10px 3px 3px 10px;
}

#front_page ol li {
    list-style-type: none;
    counter-increment: item;
}

#front_page ol li:before {
    content: counter(item);
    margin-right: 5px;
    font-size: 80%;
    background-color: #ffd62e;
    color: var(--clr-leeds-blue) !important;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 20px;
}

mark{
    background-color: #ffd62e !important;
    width: initial;
    border-radius: 20px;
}


.quote_section{
    background: #fffdf5;
    color: #3f3f5a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

blockquote {
    font-family: 'Special Elite', cursive;
    margin-top: 50px;
    font-weight: 100;
    font-size: 2rem;
    max-width: 600px;
    line-height: 1.4;
    position: relative;
    padding: .5rem;
}

blockquote:before,
blockquote:after {
    position: absolute;
    color: #f1efe6;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
}

blockquote:before {
    content: '“';
    left: -5rem;
    top: -2rem;
}

blockquote:after {
    content: '”';
    right: -5rem;
    bottom: 1rem;
}

cite {
    line-height: 3;
    text-align: left;
}

body {
    background: #eaeaea;
}

.navbar-custom {
    background-color: #ffd62e;
    color: var(--clr-leeds-blue) !important;
}

.dropdown-menu> li> a:hover{
    background-color: #ffd62e !important;
    color: black !important;
}

.sticky-top {
    z-index: 10200;
}

main { 
    margin: 1rem;
    padding: 1rem;
    background: var(--clr-leeds-white);
}

.banner {
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
}

footer {
    background-color: #ffd62e;
    /*color: var(--clr-leeds-blue);*/
}

footer p {
    font-size: 12px;
}

h2 {
    color: var(--clr-leeds-blue);
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    font-weight: 400;
    letter-spacing:0.5px;
}

p.score {
	top: 1.6rem;
	width: 40px;
	height: 40px;
}

/* SOCIAL ICONS */
a.me-4.text-reset {
    text-decoration: none;
}

#lower-latin {
	list-style-type: lower-latin;
}

.events {
	width: 100%;
}

.logo {
	width: 40px;
	height: 40px;
	margin-right: 1.6rem;
	margin-top: 0.5rem; 
}

.logo-centered {
	margin: 0 auto;
}

#img1 {display:block;
    width:100%;
    height:100%; }
#img2 {display:none;
    width:100%;
    height:100%;}

@media only screen  and (max-width: 640px) {

    .carousel-item img {
        position: relative;
        top: 0;
        left: 0;
        min-height: 200px
    }

    #img1 {display: none;}
    #img2 {display: block;}
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    height: auto;
}

h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
    overflow: auto;

}

h1 em {
    font-style: normal;
    font-weight: 600;
}

.nine h1 {
    text-align:center; font-size:50px;
    /*text-transform:uppercase;*/
    color:#222; letter-spacing:1px;
    font-family:"Playfair Display", serif; font-weight:400;
}
.nine h1 span {
    margin-top: 5px;
    font-size:15px; color:#444; word-spacing:1px;
    letter-spacing:2px;
    text-transform: uppercase;
    font-family:"Raleway", sans-serif; font-weight:500;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;t
}

.nine h1 span:after,.nine h1 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 5px;
    background-color:#f8f8f8;
}


.cookie-consent{
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;

    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 3px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}