/*
    File Name: portfolio-style-2026.css
    Author: Rebecca Arango
    Date: 2026
*/

@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@200;400&family=EB+Garamond:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=News+Cycle:wght@400;700&display=swap');


@font-face {
    font-family: 'Bodoni Italic';
    src: url('BodoniFLF-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url('BodoniFLF-Roman.ttf') format('truetype');
}
@font-face {
font-family: "Bodoni Italic Bold";
src: url('bodoni-flf-bold-italic.ttf') format('truetype');
}

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    --blueprint: rgba(120, 170, 256, 0.25);
    --dustpink: rgba(194, 149, 173);
    --lightdustpink: rgb(227, 206, 217);
    --petalpink: rgb(248, 242, 246);
    --pencil: rgb(133, 130, 130);
    --periwinkle: rgb(99, 57, 215);
    --rose: rgb(200,125,125,1);
    --highlighter: #fce5cd;
}
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--pencil);
    border-radius: 50px;
    border: 7.5px solid white;
}

a:visited {
  color: black;
}

.loading-screen {
    position: fixed;
    width: 100%;
    top: 6vh;
    height: 100vh;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.loader {
    /* width: 20px;
    height: 20px;
    background-color: var(--pencil);
    border-radius: 50px;
    animation: flash 0.5s ease-in alternate infinite; */

    border: 3px solid rgba(0,0,0,0);
    border-top: 3px solid rgba(0,0,0,0.75);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 0.5s linear infinite;
    margin: 0 auto;
}
@keyframes flash {
    from { opacity: 0};
    to { opacity: 1};
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin {

    0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg);}

}
@media screen and (min-width: 900px)
{
    .loading-screen {
        width: 80%;
        height: 100vh;
        top:0;
    }
}
/*Home*/
a
{
    text-decoration: none;
}

/*Personal Icons*/
.Planet-Rebecca-Homepage
{
    width: 70%;
    margin: 0 auto;
}
.Planet-Rebecca-About
{
    width: 70%;
    margin: 0 auto;
}

/*Link*/
.Link
{
    width: 12.5%;
    margin-left: 5%;
    margin-bottom: 5%;
}

/*Sidebar and Topbar*/
.index #Sidebar h3, a.active, a{ 
    color: white;
}

#Sidebar
{
    display: none;
}
#Topbar
{
    display: block;
    width: 100vw;
    height: 8vh;
    background-color: white;
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index:3;
}
#Navigation-Mobile
{
    display: none;
}
#Burger-Container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline-start: 5%;
}
.Burger-Hover
{
    background-color: var(--grey);
}
.Burger>div
{
    width: 20px;
    height:2px;
    margin: 5px auto 5px auto;
    background-color: var(--pencil);
    border-radius: 20px;
}

#Topbar>header
{
    padding-inline-end: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#Topbar h3
{
    font-size: 100%;
    margin-left: auto;
    margin-right: 0;
    font-family: 'Bodoni', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#Topbar h3 a
{
    color: var(--pencil);
}

#Topbar h3 a.active
{
    color: black;
}

#Topbar header>p
{
    margin-right: 2%;
    margin-left: auto;
    font-size: 12px;
    font-family: 'Bodoni Italic', "EB Garamond", sans-serif;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: lowercase;
}
/*Navigation Mobile Show*/
.Navigation-Mobile
{
    position:fixed;
    height: 150vh;
    left: 0px;
    top:8vh;
    background-color: white;
    width: 40%;
    transform: translateX(-100%);
    transition: transform 0.25s;
}
.Navigation-Mobile-Active
{
    transform: translateX(0%);
}
.Navigation-Mobile a.active {
    color: black;
}

.Navigation-Mobile li
{
    list-style-type: none;
    margin-bottom: 15%;
    text-align: right;
}

.Navigation-Mobile a
{
    text-decoration: none;
    color: var(--pencil);
    padding: 0 7.5% 0 0;
    font-family: 'Bodoni Italic', 'EB Garamond', sans-serif;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: lowercase;

}

.Navigation-Mobile .timeline
{
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-in;
}

.Navigation-Mobile .timeline li a
{
    font-size: 9px;
}

/*Burger-Animation*/
.Burger-Line-1, .Burger-Line-2, .Burger-Line-3
{
    transition: 0.25s;
}
.x .Burger-Line-1
{
    transform: rotate(-45deg) translate(-5px, 5px);
}
.x .Burger-Line-2
{
    opacity: 0;
}
.x .Burger-Line-3
{
    transform: rotate(45deg) translate(-5px, -5px);
}
.Navigation-Mobile a:hover, .Navigation-Mobile a:active
{
    color: var(--grey);
}

.Grid
{
    display: grid;
    grid-template-columns: 100vw;
    grid-template-rows: 10vh auto;

}

.About-Grid { 
    display: grid;
    width: 50%;
    margin: 0 auto;
    grid-template-columns: 50% 50%;
    column-gap: 10px;
}

/*Stylizing the page titles for Home, Webwork, Artwork, and About.*/
.Page-Title
{
    font-family: "Bodoni", sans-serif;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 150%;
    letter-spacing: 3px;
    margin-top: 5%;
    transition: letter-spacing 2s, padding-inline-start 2s;
    color: black;
}

#Home-Portrait
{
    width: 75%;
    display: block;
    margin: 0 auto;
}

.Header-Text
{
    width: 75%;
    margin: 0 auto 5% auto;
}
.Header-Text h1
{
    font-size: 175%;
    font-family: 'EB Garamond', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 5% 0;
}
.Header-Text .View-Project-Button p
{
    font-family: "Bodoni", sans-serif;
}
.Header-Text p
{
    font-family: "EB Garamond", sans-serif;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 0 0 5% 0;
    font-weight: 700;
    font-size: 14px;
}

.hyperlink {
  color: var(--periwinkle);
}

/*900px+*/
@media screen and (min-width: 900px)
{
    .Grid
    {
        margin-top: 0;
        display: grid;
        grid-template-columns: 20% auto;
        padding-top: 0;
    }

    #Topbar
    {
        display: none;
    }

    #Sidebar
    {
        display: block;
        height: 100%;
        width: 20%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;

    }
    #Sidebar>header
    {
        padding-block-start: 30%;
        text-align: right;
    }
    #Sidebar h3
    {
        font-size: 130%;
        padding-block-end: 2.5%;
        font-family: 'Bodoni', sans-serif;
        letter-spacing: 3px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
    }
    #Sidebar h3 a
    {
        color: var(--pencil);
    }

    #Sidebar h3 a:hover
    {
        color: black;
    }

    #Sidebar h3 a.active
    {
        color: black;
    }
   
    /* #Sidebar p
    {
        font-size: 95%;
        padding-block-end: 20px;
        font-family: "Bodoni", 'EB Garamond';
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        font-size: 10px;
        padding-inline-end: 3.5px;
    } */
    #Navigation
    {
        list-style-type: none;
        font-family: "Bodoni Italic", "Crimson Pro", "EB Garamond", sans-serif;
        letter-spacing: 2px;
        text-align: right;
        text-transform: lowercase;
        font-size: 14px;
        margin-top: 15px;
        font-weight: 600;
    }
    #Navigation li
    {
        margin-bottom: 15px;
    }
    #Navigation a
    {
        text-decoration: none;
        color: var(--pencil);
    }
    #Navigation a:hover, #Navigation a:active
    {
      font-family: "Bodoni Italic", "EB Garamond";
      font-size: 14px;
      color: black;
    }

    #Navigation a.active {
      font-family: "Bodoni Italic", "EB Garamond";
      font-size: 14px;
      color: black;
      
          }

    ul ul
    {
        list-style-type: none;
    }

    .commissions .timeline, .florals .timeline, .studies .timeline{
      max-height: 100vh;
    }
     .timeline
    {
      max-height: 0px;
      overflow: hidden;
      transition: max-height 0.2s ease-in-out;
    }

    .portfolio:hover .timeline {
      max-height: 100vh;
    }

    #Navigation .timeline li a
    {   
        text-transform: uppercase;
        font-size: 9px;
    }

    #Work-Link
    {
        cursor: pointer;
    }
    /*Styles for page title on Home, Webwork, Artwork, and About.*/
    .Page-Title
    {
        padding: 2.5% 0;
        font-size: 200%;
    }
    .Page-Title-Active
    {
        padding-inline-start: 4vw;
        letter-spacing: 4vw;
    }
    .Greeting-Grid
    {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .price-table td {
      font-family: "EB Garamond", arial;
      text-align: left;
      letter-spacing: 1px;
      font-size: 14px;
      font-weight: bolder;
    }

    #Home-Portrait
    {
        width: 90%;
        margin: 0 auto 0 0;
    }
    #Skills-Section
    {
        margin: 0 10% 0 auto;
    }
    .Skills-Explore-Grid>section
    {
        margin: 0;
    }

    .Skills-Explore-Grid
    {
        display: grid;
        grid-template-columns: 50% 50%;
        margin: 5% 0 0 0;
    }
    .Explore-Grid
    {
        grid-template-rows: 50% 50%;
        grid-template-columns: auto;
        width: 75%;
        margin: 0 auto;
    }
    .Explore-Grid div
    {
        width: 50%;
    }

}


/*600px-900px*/
/*WORK*/
/*Defining Work Grid*/
.portfolio-grid
{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto auto auto;
}

/*Adding space between the projects.*/
.Mockup-Text
{
    padding: 0 5%;
    margin: 0 0 25% 0;
    text-align: center;
}

/*Styles for the project descriptions text.*/
.Project-Header
{
    color: black;
    font-size: 20px;
    font-family: 'Bodoni', sans-serif;
    letter-spacing: 3px;
    margin: 0 0 15px 0;

}

.Project-Header a {
  color: black;
}
.Project-Header a:hover {
  color: var(--pencil);
}
.Project-Subheader
{
    font-family: "Bodoni", sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    font-size: 13px;
}

.Project-Description
{
    font-family: "EB Garamond", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 25px;
    padding:0 0 7.5% 0;
}

/*Styles for the view project button.*/
.View-Project-Button
{
    width: 150px;
    padding: 2%;
    border-radius: 20px;
    margin: 0 auto;
    cursor: pointer;
    background-color: white;
    color: black;
    text-align: center;
    font-family: "Bodoni", sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    box-shadow: 1.4px 1.9px 2.2px rgb(0 0 0 / 2%), 3.5px 4.7px 5.3px rgb(0 0 0 / 3%), 6.5px 8.8px 10px rgb(0 0 0 / 4%), 11.6px 15.6px 17.9px rgb(0 0 0 / 4%), 21.7px 29.2px 33.4px rgb(0 0 0 / 5%), 52px 70px 80px rgb(0 0 0 / 7%);

}
.View-Project-Button:active
{
    box-shadow: none;
}
/*900px+*/
@media screen and (min-width: 900px)
{
    /*Defining and ordering grid for Webwork page.*/
    .portfolio-grid
    {
        background: var(--blueprint);
        grid-template-columns: auto auto auto;
        grid-template-rows: auto;
        /* grid-row-gap: 20vh; */
        /* margin: 0 7.5% 0 7.5%; */
    }
    .Item-1
    {
        order: 1;
    }
    .Item-2
    {
        order: 2;
    }
    .Item-3
    {
        order: 3;
    }
    .Item-4
    {
        order: 4;
    }
    .Item-5
    {
        order: 5;
    }
    .Item-6
    {
        order: 6;
    }


    /*Adding background color to Mockups.*/
    .Mockup
    {
        /*background-color: var(--petalpink);*/
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        box-shadow: 1.4px 1.9px 2.2px rgb(0 0 0 / 2%), 3.5px 4.7px 5.3px rgb(0 0 0 / 3%), 6.5px 8.8px 10px rgb(0 0 0 / 4%), 11.6px 15.6px 17.9px rgb(0 0 0 / 4%), 21.7px 29.2px 33.4px rgb(0 0 0 / 5%), 52px 70px 80px rgb(0 0 0 / 7%);
    }
    /*Deleting created space on mobile between projects.*/
    .Mockup-Text
    {
        margin: 0px;
        display: flex;
        flex-direction: column;
        Justify-content: center;
        text-align: left;
    }


    /*Styles for Mockup Text*/

    .Project-Description
    {
        padding: 0 5% 5% 0;
    }
    .View-Project-Button
    {
        margin: 0;
    }

    /*Sizing and positioning the individual mockups.*/
    #Floral-Nostalgia-Thumbnail
    {
        width: 65%;
        margin: 50px;
    }
    #Wellesley-Registration-Mockup
    {
        width: 65%;
        margin: 50px;
    }
}
/********************Wellesley Registration*/
.Project-Page-Title
{
    margin: 0 auto 5% 5%;
    background-color: var(--blueprint);
    display: flex;
    flex-direction: row;
}
.Project-Page-Title>h1
{
    font-family: "Bodoni", serif;;
    letter-spacing: 2px;
    padding-top: 5%;
    color: var(--wellesleymain);
    font-size: 20px;
}
.Project-Page-Title>h3
{
    font-family: "EB Garamond", 'Times New Roman', Times, serif;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 5% 0 0;
}
.Project-Text
{
    width: 100%;
    padding: 0 5% 0 5%;
    margin: 0 0 20% 0;
}
.Project-Text h2
{
    font-family: "Bodoni", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 150%;
    margin: 0 0 20px 0;

}
.Project-Text h3
{
    font-family: "Bodoni", sans-serif;
    letter-spacing: 2px;
    font-size: 110%;
    text-transform: uppercase;
    margin: 0 0 3% 0;
}
.Project-Text p
{
    font-family: "EB Garamond", "Times New Roman", Times;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 0 3% 0;
    line-height: 25px;
}
.Project-Text ul
{
    margin-inline-start: 1em;
}
.Project-Text li
{
    font-family: "EB Garamond", "Times New Roman", Times;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 3% 0;
}


.Slideshow
{
    width: 100%;
    height: 35vh;
    position: relative;
    margin: 0 auto;
}
.Slide
{
    display: none;
}
.Previous-Button, .Next-Button
{
    position: absolute;
    top: 50%;
    padding: 0 50px;
    color: grey;
    font-weight: bold;
    font-size: 25px;
    /*transition: 0.5s ease;*/
    user-select: none;
}

.Next-Button
{
    right: 0;
}
.Previous-Button:hover, .Next-Button:hover
{
    color: black;
}
.Slideshow-Dots
{
    text-align: center;
}
.Dot
{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: black;
    display: inline-block;
    margin: 0 2px;
}
.Dot:hover
{
    background-color: var(--wellesleylightblue);
}
.Dot-Active
{
    background-color: var(--wellesleylightblue);
}
.Paper-Prototype
{
    width: 50%;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.vertical-center
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#Paper-Prototype-4
{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.Task-Analysis-Flexbox
{
    margin: 5% 0 0 0;
}
@media screen and (min-width: 600px)
{
    .Slideshow
    {
        margin: 15% 0 0 0;
    }
}
@media screen and (min-width: 900px)
{

    .Project-Page-Title>h1
    {
        font-size: 150%;
    }
    .Current-System-Grid
    {
        display: grid;
        grid-template-columns: 50% auto;
        grid-template-rows: auto;
    }
    .vertical-center
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    .Project-Text
    {
        margin: 0 0 10% 0;
    }
    .Project-Text h2
    {
        font-size: 200%;
    }
    .Project-Text h3
    {
        font-size: 150%;
    }


    .Slideshow
    {
        height: 40vh;
        margin: 0;
    }
    .Previous-Button, .Next-Button
    {
        padding: 0 50px;
    }
    .Personas-Index-Flexbox
    {
        margin: 0;
    }
}


/*Artwork*/
.Artwork-Grid
{
    margin: 3.5%;
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 7vw;
}
.Artwork-Grid>div
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Artwork-Grid>.Right-Cell
{
    margin: 0 7% 0 7%;
}
.Artwork-Grid>.Left-Cell
{
    margin: 0 7% 0 7%;
}
.Modal {
    padding: 0px;
    display:none;
    position: fixed;
    z-index:3;
    left:0;
    bottom: 0;
    top:0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.Close-Icon-Wrapper {
    margin: 15px 10px 0 0;
    position: absolute;
    top: 10px;
    right: 10px;
}
.Close-Icon {
    padding: 7.5px 1.5px 7.5px 3.5px;
}
.Close-Icon:hover>div {
    box-shadow:0px 0px 3px black;

}
.Close-Icon>div{
   width: 20px;
   height: 3px;
   border-radius: 5px;
   background-color: white;
}
.Close-Icon-Line-1 {
   transform: rotate(45deg) translate(0, 2.00px);
}
.Close-Icon-Line-2 {
   transform: rotate(-45deg) translate(0, -2.00px);

}

.Modal-Image-Wrapper{
    background-color: rgb(0,0,0,0);
    margin: 0 auto;
    height: auto;
    width: auto;
}

.Modal-Image-Wrapper img{
  height: 275px;
  width: 275px;
  object-fit: contain;
}
.Modal-Text-Grid {
    display: grid;
    width: 250px;
    margin: 0 auto;
    color: var(--pencil);
    font-weight: bold;
    grid-template-areas: 'title price'
                           'date price';
   gap: 10px;

}
.Modal-Text-Grid-No-Price {
    margin: 0 auto;
    color: white;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
}
.Artwork-Title-Wrapper {
  margin-bottom: 5px;
}
.Artwork-Title {
    grid-area: title;
    font-family: 'Bodoni', Roboto, sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 16px;
}

.Artwork-Date {
    grid-area: date;
    letter-spacing: 1px;
    font-family: 'Bodoni', sans-serif;
    font-size: 16px;
}
.Artwork-Materials {
    grid-area: materials;
    letter-spacing: 1px;
    font-family: 'Bodoni Italic Bold', sans-serif;
    font-size: 14px;
    text-transform: lowercase;
    letter-spacing: 1px;
}
.Artwork-Price {
    grid-area: price;
    letter-spacing: 1.5px;
    text-align: end;
    font-family: 'Courier New';
}



@media screen and (min-width:600px){
     .Modal {
        padding: 50px;
        display:none;
        top:0vh;
     }
     .Modal-Image-Wrapper {
       margin-left: 20px;
       margin-right: 20px;
     }
     .Modal-Image-Wrapper img{
       width: 600px;
       height: 600px;
     }

}
@media screen and (min-width: 900px)
{
    .Modal {
        display:none;
        top: 0;
        margin: 0 auto;
     }

     .Modal-Image-Text-Wrapper {
       display: grid;
       grid-template-columns: auto auto ;
       grid-column-gap: 10px;
     }

     .Modal-Image-Wrapper {
        padding: 0px;
        height: auto;
        margin-right: 0px;
     }

     .Modal-Image-Wrapper img{
       width: auto;
       height: 80vh;
     }

    .Artwork-Grid
    {
        margin: 2.5%;
        display: grid;
        grid-template-columns: auto auto auto;
    }

    .Artwork-Grid>div
    {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .Artwork-Grid>.Right-Cell, .Artwork-Grid>.Left-Cell
    {
        margin: 0 auto;
    }
    .Modal-Label-Wrapper {
      display: flex;
      flex-direction: row;
      align-items:flex-end;
    }
    .Modal-Text-Grid-No-Price {
      color: white;
      text-align: left;
      margin: 0;
    }
    .Close-Icon>div{
       background-color: white;
    }
    .Close-Icon:hover>div {
        box-shadow:0px 0px 3px white;
    }
}
/*Resume*/
.Resume {
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;

}
.Resume h1 {
    font-family: "Bodoni", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    font-size: 14px;
}
.Resume span
{
    font-family: "Times New Roman", sans-serif;
    font-size: 14px;
    margin: 0 0 5px 0;
    text-align: left;
}

.Resume div {
  display: grid;
  grid-template-columns: 10% auto;
}

.Resume ul
{
    font-family: "Bodoni", sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 15px 0 35px 0;
}
#Education
{
    margin: 0 0 35px 0;
}
.Experience-Dates
{
    font-style: italic;
}
/*Contact*/

.bio { 
    width: 500px;
    padding: 0px 35px;
    margin: 0 auto;
    font-family: "Bodoni Italic", Times, serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: justify;

}

.contact-form-firstname {
    grid-area: firstname;
}
.contact-form-lastname {
    grid-area: lastname;
}
.contact-form-email {
    grid-area: email;
}
.contact-form-message {
    grid-area: message;
}

.contact-form {
    padding: 35px;
    /* background: white; */
    border-radius: 10px;
    width: 100%;
    margin: 10px auto;
    /* box-shadow: 1.4px 1.9px 2.2px rgb(0 0 0 / 2%), 3.5px 4.7px 5.3px rgb(0 0 0 / 3%), 6.5px 8.8px 10px rgb(0 0 0 / 4%), 11.6px 15.6px 17.9px rgb(0 0 0 / 4%), 21.7px 29.2px 33.4px rgb(0 0 0 / 5%), 52px 70px 80px rgb(0 0 0 / 7%); */
    margin: 0 auto;
}
.contact-form-wrapper {
    margin: 0 25px;
}

textarea {
    height: 150px;
}
input, textarea {
    width:100%;
    padding: 5px;
    font-family: 'Bodoni', Times, serif, sans-serif;
    /* font-weight: bold; */
    letter-spacing: 1px;
    margin: 0 0 3% 0;
    line-height: 25px;
    color: black;
    border-radius: 5px;
    border: 1px solid black;
    outline: none;
    background: white;
}
input:focus-visible, textarea:focus-visible{
  border: none;
  outline: 2px solid black;
}
input::placeholder, textarea::placeholder {
    font-family: 'Bodoni', Times, serif, sans-serif;
    margin: 0 0 3% 0;
    line-height: 25px;
    color: var(--pencil);
}
input::first-line {
    padding: 5px;
}

button[type=submit] {
    border-radius: 5px;
    border-style: none;
    background-color: white;
    font-family: 'Bodoni', Times, serif, sans-serif;
    box-shadow: 1.4px 1.9px 2.2px rgb(0 0 0 / 2%), 3.5px 4.7px 5.3px rgb(0 0 0 / 3%), 6.5px 8.8px 10px rgb(0 0 0 / 4%), 11.6px 15.6px 17.9px rgb(0 0 0 / 4%), 21.7px 29.2px 33.4px rgb(0 0 0 / 5%), 52px 70px 80px rgb(0 0 0 / 7%);
}
button[type=submit]:hover {
    box-shadow: none;
}
button[type=submit]:focus {
    box-shadow: 0 0 15px var(--glow);
}
.submit-wrapper{
    text-align: center;
    grid-area: submit;
}
#submit {
  padding: 5px 10px;
  border: 1px solid black;
  border-radius: 20px;
}

@media screen and (min-width: 900px) {
    .contact-form {
        padding: 35px;
        /* background: white; */
        border-radius: 10px;
        width: 500px;
        /* box-shadow: 1.4px 1.9px 2.2px rgb(0 0 0 / 2%), 3.5px 4.7px 5.3px rgb(0 0 0 / 3%), 6.5px 8.8px 10px rgb(0 0 0 / 4%), 11.6px 15.6px 17.9px rgb(0 0 0 / 4%), 21.7px 29.2px 33.4px rgb(0 0 0 / 5%), 52px 70px 80px rgb(0 0 0 / 7%); */
       margin: 0 auto;
       display: grid;
        column-gap: 20px;
        grid-template-areas:"firstname lastname"
                        "email email"
                        "message message "
                        "submit submit";

    }
}

/*Stylization for footer*/
.Navigation-Mobile #footer
{
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    align-items: center;
    text-align: center;
    font-family: "Bodoni", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    font-size: 10px;
    margin-bottom: 10px;
}
#Sidebar #footer {
 display: flex;
 flex-direction: row;
 column-gap: 5px;
 align-items: center;
  text-align: center;
  font-family: "Bodoni", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
font-size: 10px;
margin-bottom: 10px;

}
