
* {
    font-family: "Ovo", serif;
    font-weight: 500;
    font-style: normal;
    margin: 0px;
    padding: 0px;
}

html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0px;
    overflow-x: hidden;
}

h2 {
    font-size: 2vw;
    margin-bottom: 0.6vw;
}

i {
    font-style: italic;
}

.squish {
    padding-left: 10vw;
    padding-right: 10vw;
}

.navbar {
    display: flex;
    justify-content: space-between;
    height: fit-content;
    margin-top: 4vh;
    margin-bottom: 4vh;
}

.navbar .logo {
    font-size: 3.5vw;
    display: flex;
    align-items: center;
    /* font-weight: bolder; */
    font-family: "Tangerine", serif;
    font-weight: 900;
    font-style: normal;
}

.navbar .logo:hover {
    transition: 0.5s ease;
}

.navbar .logo img {
    width: 25vw;
}

.navbar ul {
    display: flex;
    align-items: center;
}

.navbar ul li {
    list-style: none;
    padding: 3vw;
}

.navbar ul li a {
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    text-decoration: none;
    font-size: 1.7vw;
    color: black;
    transition: all 0.3s ease-in-out;
}

.navbar ul li a:hover {
    color: cornflowerblue;
}

.main {
    width: 100%;
}

.main .header p {
    font-weight: 800;
}

.main .header img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

p[id="header-top"] {
    color: white;
    width: 100%;
    font-weight: 800;
    font-size: 2vw;
    display: flex;
    float: right;
    justify-content: right;
    align-items: right;
    position: relative;
    transform: translate(-13vh, -22vw);
}

p[id="header-bottom"] {
    color: white;
    width: 100%;
    font-weight: 800;
    font-size: 2vw;
    display: flex;
    float: right;
    justify-content: right;
    align-items: right;
    position: relative;
    transform: translate(-13vh, -22vw);
}


.intro {
    width: 50vw;
    margin-top: 10vh;
    margin-left: 15vw;
    margin-right: 15vw;
    display: flex;
}

.intro .left {
    width: 50%;
}

.intro .right {
    width: 50%;
    padding: 5vw;
    display: flex;
    align-items: center;
    transform: translate(0vh, -1.2vw);
}

.intro .right p {
    font-size: 1.2vw;
    font-family: "Ovo", serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 1vw;
    display: flex;
}

.intro img {
    width: 100%;
    border: 1px solid;
}

.publications {
    width: 90vw;
    padding: 5vw;
}

.research {
    width: 90vw;
    padding: 5vw;
}

.outreach {
    width: 90vw;
    padding: 5vw;
}

.research-box {
    background-color: rgb(250, 235, 217);
    padding: 1.2vw;
    width: 85.6vw;
    border-radius: 15px;
    box-shadow: 0.5vw 0.5vw 0.5vw rgb(212, 212, 212);
}

.research-box h2 {
    font-weight: 800;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 1.7vw;
}

.research-box i {
    font-size: 1.2vw;
}

.research-box p {
    font-size: 1.2vw;
}

.research-box a {
    font-size: 1.2vw;
    text-decoration: none;
    color: dodgerblue;
    transition: 0.2s ease-in-out;
    width: fit-content;
}

.research-box a:hover {
    color: rgb(0, 97, 195);
}

[id="research-img"] {
    width: 20%;
    border-radius: 10px;
}

[id="research-text"] {
    padding: 1%;
    padding-left: 2%;
    padding-right: 2%;
}

.current {
    width: 90vw;
    padding: 5vw;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1vw;
}

.row p {
    font-size: 2vw;
    font-family: "Ovo", serif;
    font-weight: 500;
    font-style: normal;
}

.bar {
    background-color: black;
    height: 2px;
    width: 30vw;
}

.flex {
    display: flex;
    width: 100%;
}

.column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.column .hdr {
    display: flex;
    flex-direction: column;
}

.column .footer {
    display: flex;
    flex-direction: column;
}

.current-left {
    background-color: bisque;
    padding: 2vw;
    height: 100%;
}

.current-right {
    background-color: blanchedalmond;
    padding: 2vw;
    height: 100%;
}

.current-left p {
    font-family: "Ovo", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2vw;
}

.current-right p {
    font-family: "Ovo", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2vw;
}

.pad {
    width: 100vw;
    padding: 1vw;
}

a[id="hyperlink"] {
    text-decoration: none;
    color: dodgerblue;
}

[id="link-bubbles"] {
    padding: 10%;
    justify-content: space-between;
    width: 75%;
}

a[id="link-bubble"] {
    text-decoration: none;
    color: dodgerblue;
    border: 2px solid;
    border-radius: 50px;
    padding: 5%;
    transition: 0.3s ease-in-out;
    font-size: 1.2vw;
}

a[id="link-bubble"]:hover {
    background-color: dodgerblue;
    color: white;
    border: 1.2px solid dodgerblue;
    border-radius: 50px;
}

.contact-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-box {
    border: 2px solid;
    box-shadow: 0.5vw 0.5vw 0.5vw rgb(200, 200, 200);
    width: 78%;
    padding: 5%;
    margin-bottom: 5vw;
}

.contact-box h2 {
    font-size: 3vw;
}

.contact-box p {
    font-size: 1.5vw;
}

.main-gallery {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 3vw;
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    background-color: rgb(255, 240, 222);
    height: 100em;
}

.thumbnail-wrapper {
    padding: 3vw;
}

.thumbnail {
    border: 1.5px solid black;
    border-radius: 5vw;
    overflow: hidden;
    background-color: white;
}

.thumbnail img {
    width: 100%;
    object-fit: cover;
    height: 20vw;
    border-bottom: 1.5px solid;
}

.thumbnail-text {
    padding: 2vw;
    font-size: 1.2vw;
    padding-bottom: 3vw;
}

.thumbnail-text h2 {
    font-weight: 1000;
}

.thumbnail-text i {
    font-size: 1.3vw;
    color: gray;
}

.thumbnail-text a {
    text-decoration: none;
    color: black;
    font-weight: 1000;
}

.thumbnail-text a:hover {
    color: dodgerblue;
}

.thumbnail-text a:active {
    color: rgb(0, 89, 177);
}

.thumbnail-text p {
    margin-top: 0.7vw;
}


/* Mobile View */

@media all and (min-width:0px) and (max-width: 900px) {

    .header {
        height: 100vw;
    }

    .header img {
        object-fit: cover;
    }

    .header p {
        font-size: 3.5vw;
    }

    .flex[id="mobile-tag"] {
        display: block;
    }

    .navbar ul li a {
        font-size: 2.7vw;
    }

    p[id="header-top"] {
        transform: translate(-1vh, -10vw);
    }

    p[id="header-bottom"] {
        transform: translate(-1vh, -10vw);
    }

    .intro {
        margin-top: 5vh;
        width: 75vw;
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .intro .right .text p {
        font-size: 2.2vw;
    }
    
    .intro .right .text h2 {
        font-size: 2.3vw;
    }

    .row p {
        font-size: 4vw;
    }

    .row .bar {
        height: 1px;
    }

    [id="research-img"] {
        width: 30%;
        border-radius: 10px;
        height: 30%;
        align-self: center;
    }

    [id="research-text"] {
        padding: 1%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .research-box h2 {
    font-weight: 800;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 3vw;
    }

    .research-box i {
        font-size: 2.3vw;
    }

    .research-box p {
        font-size: 2.5vw;
    }

    .research-box a {
        font-size: 2.5vw;
    }

    .current-left {
        width: 84vw;
    }

    .current-right {
        width: 84vw;
    }

    .current-left h2 {
        font-size: 3vw;
    }

    .current-left p {
        font-size: 2.5vw;
    }

    .current-right h2 {
        font-size: 3vw;
    }

    .current-right p {
        font-size: 2.5vw;
    }

    .current .pad {
        width: 88vw;
    }

    a[id="link-bubble"] {
        text-decoration: none;
        color: dodgerblue;
        border: 1px solid;
        border-radius: 50px;
        padding: 5%;
        transition: 0.3s ease-in-out;
        font-size: 2vw;
    }

    .contact-box h2 {
        font-size: 5vw;
    }

    .contact-box p {
        font-size: 3vw;
    }

    .main-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;

    .thumbnail-text a {
        font-size: 2.8vw;
    }

    .thumbnail-text i {
        font-size: 2vw;
        color: gray;
    }

    .thumbnail-text p {
        font-size: 2vw;
    }
    
}

}