body {
    background: white;
    font-family: "Nunito", sans-serif;
}

.btn {
    padding-inline: 1rem;
    border: 2px solid #0087ca;
    border-radius: 0%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 2em;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-transform: lowercase;
}

.btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.light {
    --clr-bg: #fcfcfc;
    --clr-bg-alt: #fff;
    --clr-fg: #555;
    --clr-fg-alt: #444;
    --clr-primary: #2978b5;
    --shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
}

.app {
    font-family: "Poppins",sans-serif;
    line-height: 1.5;
    color: var(--clr-fg);
    background-color: var(--clr-bg);
}

.about {
    flex-direction: column;
    margin-top: 2rem;
}

.about-contact {
    margin-top: 1.5rem;
}

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


.navbar.scrolled {
    background: #0ec3ff;
    transition: background 600ms;
}

.about-name {
    color: #7D1538;
}

.header {
    height: 8rem;
    max-width: 1100px;
    width: 95%;
    margin: 0 auto;
    justify-content: space-between;

}

.header h3 {
    margin-bottom: 1rem;
}

.about-role {
    margin-top: 0.5em;
}

.about-desc {
    margin-top: 2.4rem;
    max-width: 600px;
}

a, a:hover, a:active {
    text-decoration: none;
    color: #0087ca;
}

.link {
    padding: 0 0 0.3em;
    display: inline-block;
    position: relative;
    color: #0087ca;
}

.link {
    display: inline-block;
    position: relative;
    color: #0087ca;
    padding-bottom: 0.5rem;
  }
  
.link:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 5px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
.link:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
    color: #0087ca;
}

.link-icon {
    margin-left: 0.8em;
    margin-bottom: 2em;
    color: var(--clr-fg);
}

.section {
    margin-top: 5em;
}

.section-title {
    text-align: center;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.projects-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(18em,1fr));
    grid-gap: 2em;
}

.project {
    padding: 2em;
    margin: 0 auto;
    text-align: center;
    box-shadow: var(--shadow);
    width: 300px;
    height: 350px;
    /* transition: transform .2s linear,-webkit-transform .2s linear; */
    transition: all 0.3s ease-in;
}

.project:hover {
    margin-top: -10px;
}

.project-title {
    color: #7D1538;
    transition: ease-in;
}

.project-description {
    margin-top: 0.5rem;
}

.project-stack {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.2em 0;
    padding-left: 0;
}

.project-stack-item {
    margin: 0.5em;
    font-weight: 500;
    font-size: .8rem;
    color: var(--clr-fg-alt);
}

ul {
    list-style-type: none;
}

.skills-list {
    justify-content: center;
    padding-right: 2em;
    max-width: 450px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.btn-plain {
    margin: 0.5em;
    display: block;
    cursor: pointer;
    padding: 0.8em 1.4em;
    font-weight: 500;
    font-size: .9rem;
    text-transform: none;
    background-color: var(--clr-bg-alt);
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 15%);
    border: 0;
    transition: 0.3s;
}

.btn-plain:hover {
    margin-top: 0%;
    margin-bottom: 1em;
}

.nav-list {
    margin-right: 1.5rem;
    display: flex;
}

.nav-list-item {
    margin-left: 1.5rem;
    margin-bottom: 0;
}

.nav-theme {
    margin-top: 0.4em;
}

.btn-icon {
    padding: 0;
    background-color: none;
    margin-left: 0.8rem;
    margin-top: -5px;
    border: 0;
}

.app .nav-hamburger {
    display: none;
}

#nav-item {
    color: gray;
    font-weight: 500;
    transition: ease-in;
}

#nav-item:hover {
    color: #0087ca;
}

#projects {
    margin-top: 1.5rem;
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #fcfcfc;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0087ca;;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white;
  }
  .hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .contact {
      flex-direction: column;
  }

.scroll-top {
    display: none;
    position: fixed;
    bottom: 2em;
    right: 4em;
    background-color: transparent;
}

.footer {
    padding: 2.5em 0;
    margin-top: 4em;
    text-align: center;
}

.MuiSvgIcon-fontSizeLarge {
    font-size: 2.1875rem;
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

svg:not(:root) {
    overflow: hidden;
}


h1 {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.6;
    
}

h2 {
    font-size: 2rem;
    font-weight: bold;
}

h3 {
    font-size: 1.5rem;
    font-weight: bold;
}

h1, h2, h3 {
    color: #444;
}

ul {
    list-style-type: none;
}

@media(max-width:798px) {

    .about {
        margin-top: 10px;
    }

    .about h1 {
        font-size: 2em;
        /* text-align: center; */
        /* justify-content: center; */
    }
    .about h2 {
        font-size: 1.5em;
        margin-top: 0;
    }

    .about p {
        justify-content: center;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    #projects {
        flex-direction: column;
        max-width: 600px;
    }

    .project {
        width: 400px;
        height: 280px;
    }

}


