html{
    scroll-behavior: smooth;
    overflow: auto;
}

body{
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

body::-webkit-scrollbar{
    width: 0;
    height: 0;
}

section {
    background-color: #ffffff;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.hero {
    background-color: #151515;
    height: 98vh;
    color: #ffffff;
    font-size: 40px;
    
}

.logo {
    width: 6.5rem;
    max-width: 100%; 
    height: 3rem; 
    margin-left: 80px;
    margin-top: 30px;
    border-radius: 25px;
}

@media (max-width: 767px) {
    .logo {
        width: 6.5rem; 
        margin-left: 40px; 
        margin-top: 20px; 
    }
}

footer {
    background-color: black;
    color: #ffffff;
    text-align: center;
    padding: 100px;
}        

.footer{
    display: flex;
    flex-direction: column;
}

nav {
    display: flex;
    justify-content: space-between;
}

ul {
    display: flex;
    list-style-type: none;
    width: 500px;
    justify-content: space-around;
    font-size: 30px;
}

li {
    text-decoration: none;  
}

h1 {
    font-size: 70px;
    margin: 0px;
}

p{
    margin: 0px;
    font-size: 30px;
    font-weight: 300;
}

.hero-area{
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.hero-text{
    margin-left: 80px;
    margin-bottom: 200px;
    color: #ffffff;
}

.button{
    width: 200px;
    height: 50px;
    border-radius: 25px;
    color: #000000;
    background-color: #FCA311;  
    text-align: center;
    line-height: 50px; 
    font-size: 22px;
    font-weight: 300;
    margin-top: 20px;
}

.button:hover{
    background-color:rgb(204, 204, 204);
}

.button:active{
    background-color: rgb(112, 112, 112);
    color: #808080;
}

.socials{
    padding-bottom: 200px;
    margin-right: 40px;
    padding-top: 60px;
}

.social{
    margin: 20px;
}

.sub-section{
    display: flex;
    justify-content: space-around;
    padding: 80px;
}

h2{
    font-size: 50px;
}

.headshot{
    width: 300px;
    border-radius: 150px;
    margin: 20px;
}

.headshot-container{
    display: flex;
    align-items: center;
}

.information{
    margin-right: 85px;
}

.project-container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1500px) {
    .project-container{
        display: flex;
        flex-wrap: wrap;
    }
}

.project-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    height: 480px;
    width: 300px;
    border-radius: 35px;
    margin: 20px;
    padding: 10px;
    transition: transform 250ms, box-shadow 250ms;
}

.project-card:hover{
    transform: translateY(-10px);
} 

/* .project-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 52px;
    justify-content: space-around;
}

@media only screen and (max-width: 1500px) {
    .project-container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

.project-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    height: 480px;
    width: 100%; 
    border-radius: 35px;
    margin: 20px;
    transition: transform 250ms, box-shadow 250ms;
}

.project-card:hover {
    transform: translateY(-10px);
} */

.hr-height{
    height: 390px;
}

.sub-section-alternative{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 80px;
}

.subtext{
    font-size: 15px;
    font-weight: 300;
}

.project-image{
    object-fit: cover;
    object-position: bottom;
    border-radius: 15px;
    width: 240px;
    height: 188px;
    margin-top: 25px;
}

hr{
    margin-top: 30px;
}

.project-link{
    text-decoration: none;
    color: #5576c3;
}

a{
    text-decoration: none;
    color: #ffffff;
}

.hamburger{
    display: none; 
}

@media only screen and (max-width: 1000px) {
    .hamburger{
        display: block;      
        border: 0;
        background-color: transparent;
        color: #ffffff;
        font-size: 30px;   
        margin-right: 60px;
        margin-top: 30px;
        margin-bottom: 27px;
        align-self: flex-end;     
    }

    ul{
        display: none;
        background-color: #FCA311;
        margin: 0px;       
        padding-left: 399px;
    }

    ul.show{
        display: block;
        text-align: right;
        padding-bottom: 35px;        
    }

    li{
        padding-top: 20px;
    }

    nav{
        display: flex;
        flex-direction: column-reverse;
        background-color: #FCA311;              
    }

    .logo{
        display: none;
    }
}

.contact-me{
    font-size: 35px;
    text-align: center;
    padding-bottom: 30px;
    margin: 0px;
}

.socials-footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0px;
}

.social-animation, .social-animation-footer {
    transition: transform 300ms;
}

.social-animation:hover{
    transform: translateX(-12px);
}

.social-animation-footer:hover{
    transform: translateY(-10px);
}

.creative-button{
    width: 215px;
    height: 60px;
    font-family: 'Poppins', sans-serif; 
    border: 0px;
    border-radius: 27px;
    color: #ffffff;
    background-color: #b970e6;  
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2), 0 6px 60px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    text-align: center;
    line-height: 50px; 
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    transition: transform 250ms, box-shadow 250ms, background-color 250ms;
}

.creative-button:hover{
    background-color: #b970e6;
    transform: translateY(-10px);
    box-shadow: 0 0 30px rgba(185, 112, 230, 0.8);
}

/* .lottie{
    display: flex;
    flex-direction: row;
    justify-content: center;
} */