body {
    font-family: 'Poppins', sans-serif;
}


section {
    height: 500px;
    background-color: white;
    
}


.hero {
    background-color: #1c1d25;
    height: 100vh;
    color: white;
    font-size: 40px;


}

footer {
    height: 500px;


    background-color: black;
}

nav {
    display:flex;
    justify-content: space-between;

}

ul {
    display: flex;
    list-style-type: none;
    width: 500px;
    justify-content: space-around;
    font-size: 30px;
}

li {
    /*width: 200px; */
    text-decoration: none;
}

h1 {
    font-size: 90px;
    margin: 0;
}

p {
    margin: 0;
    font-size: 30px;
    font-weight: 300;
}

.subtext {
    font-size: 15px;
    font-weight: 300;
}

.hero-area {
    display:flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.hero-text {
    margin-left: 80px;
    margin-bottom: 200px;

}

.button {
    width: 200px;
    height: 50px;
    border-radius: 30px;
    background-color: coral;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    padding-top: 5px;
    margin-top: 20px;
}

.button:hover {
    background-color: #ef744b;
}

.button:active {
    background-color:#A9A9A9;
    color: #808080
}

.socials {
    padding-bottom: 200px;
}

.logo{
    height: 150px;
    margin: 2px;
}

.social {
    margin: 20px;
}

.sub-section {
    display: flex;
    justify-content: space-around;
    padding: 80px;
}

.sub-section-alt{
    display:flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 170px;
}

h2 {
    font-size:50px;
}

.project-card {
    width: 300px;
    height:500px;
    box-shadow: 5px 5px 20px rgb(190, 187, 187);
    margin: 10px;
}

.project-container{
    display:flex;
    justify-content: space-around;
}

.project-image {
    margin-top: 25px;
    width: 250px;
    border-radius:px;
}