html, head, body {
    height:100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    scroll-behavior: smooth;
    overscroll-behavior: none;
}

@font-face {
    font-family: WhitneyBold;
    src: url(../fonts/whitneybold.woff);
}

@font-face {
    font-family: WhitneyMedium;
    src: url(../fonts/whitneymedium.woff);
}

@font-face {
    font-family: WhitneySemiBold;
    src: url(../fonts/whitneysemibold.woff);
}

p.generalDesc {
    margin: 0px;
    line-height: 26px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:black;
}

div.mainContent {
    min-height: 100vh;
}

section.mainContentSection {
    margin: 0;
    padding: 0px;
    width: 100%; 
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 1em;
}

section.homePageSection {
    margin: 0;
    padding: 0px;
    width: 100%; 
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr;
    grid-gap: 1px;
}

section.homePageSection article {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.roboticsPageSection {
    margin: 0;
    padding: 0px;
    width: 100%; 
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr;
    grid-gap: 1px;
}

section.roboticsPageSection article {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

h1.MR {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 35px;
    font-size: 42px;
    font-family: WhitneyMedium;
    display: flex;
    justify-content: center;
    color:#2d2d2d;
}

nav.navbarItems li a {
    font-size: 15px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:gray;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

ul.navbarLinks {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navbarLinks li {
    display: inline-block;
    color: gray;
    padding: 0px 20px;
}

ul.navbarLinks li a:hover {
    color: rgb(0, 0, 0);
}

section.aboutSection {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%; 
    display: grid;

    align-items: center;
    justify-content: center;
    grid-template-columns: auto 550px;
    grid-gap: 40px;
}

.pfp-container {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%; /* Makes it a circle */
    border: 2px solid #d9d9d9; /* Adjust color and width as needed */
}

img.pfp {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Maintain aspect ratio and cover container */
}

article.MRDesc {
    display: flex;
    align-items: center;
    justify-content: center;
}

article.MRDesc p {
    margin: 0px;
    line-height: 22px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:rgb(87, 87, 87);
}

i.socialsStyle {
    padding: 0px 6px 0px 0px;
    size: 40px;
    color:#d9d9d9;
    transition-duration: 0.25s;
}

i.socialsStyle:hover {
    cursor: pointer;
    color: #000000; 
}

a.aboutLinks {
    border-bottom: 1px dotted #000000;
    text-decoration: none;
    color: #000000;
}

a.aboutLinks:hover {
    border-bottom: 1px solid #000000;
}

section.roboticsMainSection {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%; 
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

section.roboticsSection {
    margin: 0;
    padding: 0;
    width: 100%; 
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr;
    grid-gap: 1px;
}

section.roboticsSection article {
    display: flex; 
    justify-content: left;
}

h1.roboticsTitles {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #436cf2;
}

h1.roboticsSubTitles {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 28px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #436cf2;
}

article.ytvideo {
    margin-top: 20px;
    margin-bottom: 20px;
}

section.photographyPageSection {
    margin: 0;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 20px;
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr 6fr;
    grid-gap: 20px;
}

section.photographyPageSection article {
    align-items: flex-start;
}

h1.photographyTitles {
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 45px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #436cf2;
}

section.photographyImageSection {
    margin: 0;
    padding: 0px;
    padding-top: 60px;
    display: grid;

    /* Define our columns */
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
}

img.photos {
    width: 350px;
    height: auto;
    padding: 0px;
    transition: 0.5s;
}

img.photos:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}

img.photos2 {
    padding: 0px;
    transition: 0.5s;
}

img.photos2:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}

section.robotpicturessection {
    padding: 0px;
    padding-top: 0px;
    display: grid;
    width: 100%;
    justify-content: center;

    /* Define our columns */
    grid-template-columns: auto auto;
    grid-gap: 15px;
}

img.photos3 {
    width: 100%;
    height: auto;
    padding-top: 15px;
    transition: 0.5s;
}

img.photos3:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}

section.filmmakingPageSection {
    margin: 0;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 20px;
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr 3fr;
    grid-gap: 50px;
}

section.filmmakingPageSection article {
    align-items: flex-start;
}

h1.filmmakingTitles {
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 45px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #436cf2;
}

span.filmmakingSubTitles {
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: gray;
}


section.workshopsMainSection {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 1200px; 
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr;
    grid-gap: 40px;
}

section.workshopsSection {
    margin: 0;
    padding: 0;
    width: 100%; 
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr;
    grid-gap: 1px;
}

section.workshopsSection article {
    display: flex;
    justify-content: left;
}

section.workshopsSection section {
    margin: 0;
    padding: 0;
    width: 100%; 
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

h1.workshopTitles {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 28px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #436cf2;
}

img.workshopPhotos {
    width: 100%;
    height: auto;
    padding: 0px;
}

section.programmingMainSection {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 1200px; 
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr;
    grid-gap: 40px;
}

section.programmingSection {
    padding-top: 0px;
    padding-bottom: 00px;
    width: 1200px;
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr 2fr;
    grid-gap: 40px;
}

section.programmingSection article {
    display: inline;
}

a.programmingLinks {
    font-size: 14px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:gray;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    padding-left: 20px;
    padding-right: 20px;
}

a.programmingLinks:hover {
    color: black;
}

img.programmingImgs {
    width: auto;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 5px;
    -webkit-box-shadow: 1px 2px 50px -6px rgba(0,0,0,0.28); 
    box-shadow: 1px 2px 50px -6px rgba(0,0,0,0.28);
}

h1.programmingTitle {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #436cf2;
}

p.programmingSubTitle {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 15px;
    font-family: WhitneyBold;
    color: black;
}

p.programmingDesc {
    margin: 0px;
    line-height: 26px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:black;
}

section.progProjectsMainSection {
    padding-top: 20px;
    padding-bottom: 0px;
    width: 1200px; 
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr;
    grid-gap: 40px;
}

h1.progProjectSectionTitle {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 40px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #436cf2;
}

section.progProjectsSection {
    padding-top: 0px;
    padding-bottom: 00px;
    width: 900px;
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr 8fr;
    grid-gap: 40px;
}

section.progProjectsSection article {
    display: inline;
}

img.progProjectImgs {
    width: 225px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 5px;
    float: left;
    border-radius: 10px;
    max-height: 240px;
    -webkit-box-shadow: 1px 2px 50px 5px rgba(0,0,0,0.24); 
    box-shadow: 1px 2px 50px 5px rgba(0,0,0,0.24);
}

a.progProjectLinks {
    background-color: #436cf2;
    color: white;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    padding: 5px 20px 5px 20px;
    margin-right: 10px;
}

a.progProjectLinks:hover {
    background-color: #2751df;
}

h1.progProjectTitle {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #436cf2;
}

p.progProjectSubTitle {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-family: WhitneyBold;
    color: black;
}

p.projectDesc {
    margin: 0px;
    line-height: 26px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:black;
}

section.projectsMainSection {
    padding-top: 50px;
    padding-bottom: 0px;
    width: 1200px; 
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

section.progProjectsRobotImageSection {
    margin: 0;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 20px;
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

h1.projectSectionTitle {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 40px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #436cf2;
}

h1.projectSubSectionTitle {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: black;
}

article.robotEmbedVideoDiv {
    margin: 0% 10% 0% 10%;
    position: relative;
    padding-bottom: 45%
}

iframe.robotEmbedVideo {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.subBorder {
    border-bottom: 2px solid black;
}

section.pianoMainSection {
    padding-top: 50px;
    padding-bottom: 0px;
    width: 1200px; 
    display: grid;

    /* Define our columns */
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

/* .gradient {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 28px;
	background: linear-gradient(to right, rgb(42, 171, 226) 0%, rgb(236, 61, 198) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
} */