:root {
    --primary-colour: #009DD9;
    --secondary-colour: #b1c854;
    --text-colour: #667685;
}

body {
    background-color: white;
    margin: 0;
} 

h1 {
    display: block;
    font-family: "Roboto Condensed", Sans-serif;
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1em;
    margin: 10px;
}

h2 {
    display: block;
    font-family: "Roboto Condensed", Sans-serif;
    color: var(--primary-colour);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1em;
}

h3 {
    display: block;
    font-family: "Roboto Condensed", Sans-serif;
    color: var(--primary-colour);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.1em;
}

h4 {
    display: block;
    font-family: "Roboto", Sans-serif;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 0px;
    margin-left: 35px;
    margin-right: 35px;
}

h5 {
    display: block;
    font-family: "Roboto", Sans-serif;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 0px;
    margin-left: 35px;
    margin-right: 35px;
}

p {
    display: block;
    font-family: "Roboto", Sans-serif;
    color: var(--text-colour);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em;
}

p1 {
    display: block;
    font-family: "Roboto", Sans-serif;
    color: white;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.5em;
}

p2 {
    display: block;
    font-family: "Roboto", Sans-serif;
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0;
}

ul{
    display: block;
    font-family: "Roboto", Sans-serif;
    color: var(--text-colour);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em;
}


.center-content{
    display: flex;
    justify-content: center;
}

.fixed-vertical-centre {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical-centre {
    position: absolute;
    top: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.justify-content-left{
    display: flex;
    justify-content: start;
    margin-left: 35px;
}


.bottom-bar-100-width{
    width: 100%;
    position: fixed;
    bottom: 0;
}

.width-50{ 
    width: 50%;
    height: auto;
    margin-right: 0.5em;
    margin-left: 0.5em;
}


.full-screen-blackout {
    position: fixed;
    background-color: rgba(15, 15, 15, 0.95);
    height: 100vh;
    width: 100vw;
    top: 0;
    z-index: 11;
    display: none;
}
.full-screen-blackout-feedback {
    position: fixed;
    background-color: rgba(15, 15, 15, 0.95);
    min-height: 100vh;
    width: 100vw;
    top: 0;
    z-index: 11;
    display: none;
    overflow-y: scroll;
    overflow-x: none;
}

.navbar-background{ 
    background-image: url('../img/EAMN_Background-scaled_blue.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.img-pet-logo {
    width: 340px;
    margin: 2em;
}

.springer-logo {
    width: 630px;
    display: block;
    margin: 40px auto;
}

.background-container{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1; 
}

.headerConatainer {
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 160px; */
}

.headerStripe {
    width: 100%;
    height: 20px;
    background-color: var(--primary-colour);
    /*align-self: flex-end;*/
}

.headerLogo {
    height:100px;
    margin-left: 1em;
    background: none;
}

.headerButtons{
    margin-right: 4em;
}

.genral-button {
    background-color: var(--primary-colour);
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1em;
    cursor: pointer;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
}

.genral-button:hover {
    background-color: #b1c854;
}

.white-button {
    background-color: white;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0.3em;
    border: none;
    color: var(--primary-colour);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 1px 1px 3px 5px rgba(0, 0, 0, 0.12);
    max-height: 8vh;
    min-height: 45px;
    line-height: 45px;
}

.navbar-background .white-button {
    font-size: 1.5em;
}

.white-button:hover {
    background-color: transparent; /*var(--secondary-colour);*/
    outline:2px solid white;
    color: white;
}

.next-page-button {
    background-color: white;
    margin: 0.3em;
    border: none;
    color: var(--primary-colour);
    display: flex;
    cursor: pointer;
    box-shadow: 1px 1px 3px 5px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    min-height: 51px;
}

.next-page-button svg{
    height: 51px;
    width: 51px;
}

.next-page-button:hover {
    background-color: transparent; /*var(--secondary-colour);*/
    outline:2px solid white;
    color: white;
}

.center-content-container {
    position: absolute;
    top: 132px;
    padding-bottom: 132px;
    width: 100vw;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentContainer {
    margin-top: 120px;
}

.difficulty-container {
    max-width: 1200px;
    display: flex;
    margin: 0 1em;
}

.difficulty-container .center-content {
    flex-direction: column;
}
.difficulty-container .center-content button{
    margin:10px 0!important;
}

/* =============================== Mobile CSS for generic classes ==================================*/
/*767px*/
@media (max-width: 1000px) {
    h1 {
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
    }/*
    .headerConatainer {
        justify-content: center;
    }
    h2 {
        font-size: 5em;
    }
    h3 {
        font-size: 3.5em;
    }
    p {
        font-size: 2em;
    }*/
}

/* =============================== Feedback (used on quiz and results pages) ==================================*/

.feedback-window {
    max-width: 1000px;
    min-height: 500px;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.493);
    background: white;
}

.feedback-conatiner {
    display: flex;
}

.feedback-content {
    height: 100%;
    min-height: 650px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.feedback-content h2 {
    margin-top: 2em;
}

.feedback-stripe {
    width:100%;
    height:10px;
    margin: 0;
    background-color: var(--primary-colour);
    top:0px;
    margin-bottom: 0px;
}

/* =============================== Footer ==================================*/

.footer-logo {
    height: 30px; 
    width: auto; 
    max-height: 4vw;
}

.feedback-video-container{
    height: 650px;
    width: 40%;
}

.feedback-video {
    height: 650px;
}

.scan-image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Two columns with equal width */
    gap: 16px; /* Adjust the gap between images as needed */
}

.scan-image {
    width: 150px; /* Ensure images take up 100% of the container width */
    height: auto; /* Maintain aspect ratio */
    max-width: 100%; /* Prevent images from exceeding their natural size */
    display: block;
}

.desktop-feedback {
    display: block;
}

.mobile-feedback {
    display: none;
}
.mobile-feedback h2 {
    text-align: center;
}
.mobile-feedback p {
    text-align: center;
}

/*(max-width: 767px)*/

@media (max-width: 1000px) {

    .white-button {
        padding: 0 10px;
        font-size: 1.15em!important;
    }

    .feedback-conatiner {
        flex-direction: column-reverse;
    }
    .feedback-content {
        width: 100%;
        justify-content: start;
        height: 100%;
        margin-bottom: 100px;
    }

    .feedback-video-container {
        width: 100%;
    }
    .full-screen-blackout-feedback .vertical-centre {
        padding:0;
    }
    .feedback-stripe {
        display: none;
    }
    .desktop-feedback {
        display: none;
    }
        
    .mobile-feedback {
        display: block;
    }
    /*
    .next-page-button svg {
        height: 150px;
        width: 150px;
    }
    .footer-logo {
        height: 65px;
        max-height: 7vw;
    }*/
}