* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* background-image: linear-gradient(109.6deg, rgba(75, 228, 255, 1) 11.2%, rgba(188, 204, 251, 1) 100.6%); */
    /* background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(202,248,255,1) 0%, rgba(186,204,227,1) 51.2%, rgba(117,144,179,1) 100.1% ); */
    background-color: #fff;
    background-image: url("./images/pageBackground.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.header {
    display: flex;
    height: 60px;
    /* width: 60%; */
    margin-top: 1rem;
    background-color: #e7e9e9;
    border-radius: 1rem;
}

.main-title {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-family: "Inter";
    font-weight: 700;
    color: #d81a1a;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 0.5rem;
}

.bsf-logo {
    width: 3.5rem;
    margin-right: 0.5rem;
}

.navbar {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-family: "Lexend Deca";
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    list-style: none;
}

.navbar li {
    padding-left: 1rem;
}

.navbar a {
    text-decoration: none;
    text-shadow: 2px 2px 2px #fff;
}

.navbar a:link,
.navbar a:visited {
    color: #534f56;
}

.navbar a:hover,
.navbar a:active {
    color: #d81a1a;
}

.title-separator {
    width: 2px;
    height: 80%;
    background-color: #c8c8c8;
    margin-left: 1rem;
    margin-top: 0.4rem;
}

.bibs-mini-link {
    margin-right: 2rem;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    height: 85%;
}

.bibs-mini {
    border: #fff solid 4px;
    border-radius: 10px;
    height: 100%;
}

.page-heading {
    color: #fff;
    text-shadow: 3px 3px 3px #000;
    text-align: center;
    font-family: "Inter";
    font-size: 4rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.ross-image {
    display: block;
    width: 13rem;
    margin: auto;
    border-radius: 20px;
    margin-bottom: 2rem;
    background-color: rgba(36, 36, 36, 0.076);
}

.image-div {
    text-align: center;
}

.bibs-image {
    width: 40rem;
    background-color: #fff;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    margin-bottom: 2rem;
}

.box {
    display: grid;
    grid-template-columns: 3;
    grid-template-rows: 2;
    margin-bottom: 5rem;
}

.investigator {
    width: 80%;
    /* background-color: #03e285; */
    display: flex;
    color: #fff;
    font-family: "Lexend Deca";
    text-align: center;
    margin: auto;
    margin-bottom: 2rem;
}

.invest-section .investigator:nth-child(odd) .uni-logo {
    margin-left: 2rem;
}

.invest-section .investigator:nth-child(even) .uni-logo {
    margin-right: 2rem;
}

.invest-year {
    text-shadow: 3px 3px 3px #000;
    background-color: #5f5f5f7c;
    color: #fff;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 4rem;
    border-radius: 20px;
}

.invest-header {
    /* background-color: #26232325; */
    text-shadow: 2px 2px 2px #000;
    color: #fa3030;
    font-size: 3rem;
    font-weight: 500;
}

.invest-desc {
    /* width: 80%; */
    background-color: #26232325;
    text-shadow: 2px 2px 2px #000;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}

.research-link {
    text-decoration: none;
}

.research-link:link,
.research-link:visited {
    color: #e10126;
}

.research-link:hover,
.research-link:active {
    cursor: pointer;
    color: #ccc;
}

.uni-logo {
    width: 15rem;
    height: 10rem;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 1rem;
}

.desc {
    color: white;
    background-color: #26232325;
    text-shadow: 2px 2px 2px #000;
    font-family: "Lexend Deca";
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.spa-logo {
    width: 40rem;
    background-color: #fff;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    margin-bottom: 2rem;
}


/* Style inputs with type="text", select elements and textareas */
input[type=text],
select,
textarea {
    font-family: "Lexend Deca";

    width: 100%;
    /* Full width */
    padding: 12px;
    /* Some padding */
    border: 1px solid #ccc;
    /* Gray border */
    border-radius: 4px;
    /* Rounded borders */
    box-sizing: border-box;
    /* Make sure that padding and width stays in place */
    margin-top: 6px;
    /* Add a top margin */
    margin-bottom: 16px;
    /* Bottom margin */
    resize: vertical
        /* Allow the user to vertically resize the textarea (not horizontally) */

}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    font-family: "Lexend Deca";
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.form-container {
    border-radius: 5px;
    background-color: #f2f2f2;
    font-family: "Lexend Deca";
    padding: 20px;
    width: 50%;
    margin: auto;
    margin-top: 4rem;
}

.footer {
    position: fixed;
    display: flex;
    justify-content: end;
    bottom: 0;
    width: 100%;
    color: #534f56;
    background-color: #e7e9e9;
    font-family: "Lexend Deca";
    font-size: 1.1rem;
    font-weight: 500;
    border-top: 2px solid #000;
}

.footer-item {
    margin-right: 1rem;
    text-decoration: none;
}

.footer a:link,
.footer a:visited {
    color: #534f56;
}

.footer a:hover,
.footer a:active {
    color: #e10126;
    cursor: pointer;
}