html {
    scroll-behavior: smooth;
}
body{
    background-color: white;
    margin: 0;
    padding: 3px;
}
/* ---------- navbar -------- */
.navbar-container{
    background-color: #f5f5f5;
    position: fixed;
    width: 12.5%;
    height: 100vh;
    padding: 15px;
    margin: 0;
    left: 0; /*fixes navbar to the left*/
    outline: lightgray 1px solid;
}

.logo{
    max-width: 100%;
    max-height: 100%;
    border-bottom: 1px solid #333333;
    margin-bottom: 0;
}
nav{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
}
nav ul{
    display: flex;
    flex-direction: column; /*vertically aligned*/
    align-items: flex-end; /*text to be aligned to right*/
    padding: 0;
    width: 100%;
}
nav ul li{
    margin: 2px;
    padding: 0;
    list-style: none;
    text-align: right;
}
nav ul li a{
    text-decoration: none;
    color: #5e83bd;
    font-size: 17px;
    font-family: Palatino, serif;
    line-height: 1.3;
}
.research{
    /*text-decoration: underline;*/
    border-bottom: 1px solid #2c456d;
    color: #2c456d;
    font-size: 17px;
    font-family: Palatino, serif;
}
nav ul li a:hover{
    border-bottom: 1px dotted gray;
}

/* ------------ Main Content ------------ */

.main-container{
    background-color: transparent;
    width: 83%;
    height: 100%;
    display: flex;
    flex-direction: column; /* so overall content are vertical */
    align-items: flex-start; /*items start at top */
    padding: 10px;
    margin-left: 15%;
}

                /*MIA Lab Heading*/
.lab-heading{
    display: flex;
    gap: 10px;
    flex-direction: row; /* side by side */
    align-items: center;
    /*flex-wrap: wrap;*/
    width: 100%;
    border-bottom: 1px solid #333333; /*makes solid line under heading*/
    padding-bottom: 8px;
}
.lab-heading h1{
    font-weight: bolder;
    font-size: 25px;
}
.youtube{
    width: auto;
    height: auto;
    max-height: 20px;
}

                /*Description*/
.description{
    width: 100%;
    border-top: 1px solid #333333;
    margin-top: 1px;
}
.description h4{
    font-size: 16px;
    font-weight: normal;
    font-family: Palatino, serif;
    line-height: 1.3;
    margin-bottom: 12px;
}
                /*Publications*/
.publications{
    width: 100%;
    border-bottom: 1px solid #333333;
}
.publications h2{
    color: #cc1408;
    font-size: 20px;
    font-weight: bolder;
    font-family: Palatino, serif;
    margin-bottom: 8px;
}
.publications-description h4{
    font-size: 16px;
    font-weight: normal;
    font-family: Palatino, serif;
    margin-top: 10px;
    margin-bottom: 10px;
}
.publications-description a{
    font-size: 16px;
    font-weight: normal;
    font-family: Palatino, serif;
    color: #244c8c;
    text-decoration: none;
}
                        /*Ph.D. Dissertation*/
.Ph\.D-heading h2{
    color: black;
    font-size: 16px;
    font-weight: bolder;
    font-family: Palatino, serif;
    margin-bottom: 8px;
}
.Dissertation ul li{
    font-size: 16px;
    font-weight: normal;
    font-family: Palatino, serif;
    line-height: 1.3;
    margin-bottom: 12px;
    list-style-type: square;
}
.bold{
    font-size: 16px;
    font-weight: bolder;
    font-family: Palatino, serif;
    color: #244c8c;
    text-decoration: none;
}
.defense{
    font-size: 16px;
    font-weight: normal;
    font-family: Palatino, serif;
    color: #244c8c;
    text-decoration: none;
}


        /* Projects */

.projects{
    width: 100%;
    border-bottom: 1px solid #333333;
}
.projects h2{
    color: #cc1408;
    font-size: 20px;
    font-weight: bolder;
    font-family: Palatino, serif;
    margin-bottom: 7px;
}
.projects-heading h2{
    color: black;
    font-size: 16px;
    font-weight: bolder;
    font-family: Palatino, serif;
    margin-bottom: 22px;
    margin-top: 17px;
}
.projects-heading h2 a{
    font-size: 16px;
    font-weight: bolder;
    font-family: Palatino, serif;
    color: #244c8c;
    text-decoration: none;
}
.project-description{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.project-description h4{
    font-size: 16px;
    font-weight: normal;
    font-family: Palatino, serif;
    line-height: 1.3;
    margin-bottom: 12px;
}
.project-description h4 a{
    font-size: 16px;
    font-weight: normal;
    font-family: Palatino, serif;
    color: #244c8c;
    text-decoration: none;
}
                            /* Projects:FLASH */

.FLASH-image{
    width: auto;
    height: auto;
    max-height: 118px;
    margin-left: 10px;
}
                        /* Projects:Registration Uncertainty Quantification */
.Registration-image {
    width: auto;
    height: auto;
    max-height: 200px;
    margin-left: 10px;
}
                        /* Projects:Motion Correction */
.placental-image{
    width: auto;
    height: auto;
    max-height: 85px;
    margin-left: 10px;
}
                        /* Projects: Shape Analysis */
.shapeAnalysis-image{
    width: auto;
    height: auto;
    max-height: 98px;
    margin-left: 10px;
}

/* Tonmoy Projects */
                        /* Projects: MGAug */
.MGAug-image{
    width: auto;
    height: auto;
    max-height: 250px;
    margin-left: 10px;
}
                        /* Projects: Invariant Shape Representation */
.InvariantShape-image{
    width: auto;
    height: auto;
    max-height: 300px;
    margin-left: 10px;
}
                        /* Projects: ToRL */
.ToRL-image{
    width: auto;
    height: auto;
    max-height: 330px;
    margin-left: 10px;
}
                    /* Projects: Multimodal Deep Learning  */
.MultimodalDP-image{
    width: auto;
    height: auto;
    max-height: 200px;
    margin-left: 10px;
}
                    /* Projects: SADIR  */
.SADIR-image{
    width: auto;
    height: auto;
    max-height: 265px;
    margin-left: 8px;
}
                /* Projects: Diffusion Models  */
.DiffusionModels-image{
    width: auto;
    height: auto;
    max-height: 215px;
    margin-left: 10px;
}
                /* Projects: Deep Learning; myocardial scar  */
.DL-Scar-image{
    width: auto;
    height: auto;
    max-height: 150px;
    margin-left: 10px;
}
                /* Projects: TLRN  */
.TLRN-image{
    width: auto;
    height: auto;
    max-height: 300px;
    margin-left: 10px;
}

            /* Projects: IGG  */
.IGG-image{
    width: auto;
    height: auto;
    max-height: 270px;
    margin-left: 10px;
}
        /* Projects: Neurepdiff  */
.Neurep-image{
    width: auto;
    height: auto;
    max-height: 390px;
    margin-left: 10px;
}
        /* Projects: LaMoD  */
.lamod-images-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.lamod-image1-container, .lamod-image2-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.LaMoD-image1, .LaMoD-gif {
    width: auto;
    height: auto;
    max-width: 420px;
    margin-left: 10px;

}
        /* Projects: scar-aware  */
.scar-aware-image{
    width: auto;
    height: auto;
    max-height: 250px;
    margin-left: 10px;
}
        /* Projects: Multimodal Learning  */
.Multimodal-image{
    width: auto;
    height: auto;
    max-height: 270px;
    margin-left: 10px;
}
        /* Projects: Joint DL  */
.JointDL-image{
    width: auto;
    height: auto;
    max-height: 350px;
    margin-left: 10px;
    margin-right: 5px;
}
        /* Projects: Multitask Learning  */
.Multitask-image{
    width: auto;
    height: auto;
    max-height: 200px;
    margin-left: 10px;
    margin-right: 5px;
}
        /* Projects: Deep Networks  */
.DeepNetworks-image{
    width: auto;
    height: auto;
    max-height: 370px;
    margin-left: 10px;
}
        /* Projects: TPIE  */
.TPIE-images-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.TPIE-image1-container, .TPIE-image2-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.TPIE-image, .TPIE-gif{
    width: auto;
    height: auto;
    max-width: 420px;
    margin-left: 10px;
}

footer{
    font-size: 12px;
    font-weight: normal;
    font-family: Palatino, serif;
    line-height: 1.3;
    text-align: right;
    width: 100%;
}

