html {
    scroll-behavior: smooth;
}
body {
    background-color: black;
    color: white;
    margin: 0;
    padding: 0;
    font-family: 'Gotham', sans-serif;
}
.title {
    margin-top: 20px;
    margin-left: 100px;
}
.hero {
    font-size: 40px;
    height: 100vh;
}
#about {
    /* margin: 20px 100px; */
    height: 100vh;
    background-color: white;
    color: black;
}
#resume {
    height: 100vh;
    background-color: black;
}
footer {
    text-align: center;
}
nav {
    display: flex;
    justify-content: space-between;
    background-color: darkslategrey;
}
ul {
    display: flex;
    list-style-type: none;
    width: 700px;
    justify-content: space-between;
    font-size: 30px;
}
li {
    /* width: 200px; */
    text-decoration: none;
    list-style-type: none;
    margin-left: 100px;

}
h1 {
    font-size: 90px;
}
h2 {
    margin-left: 100px;
    font-size: 40px;
}
h3 {
    margin-left: 100px;
}
.pointer {
    cursor: pointer;
}
.hero-area {
    /* margin-left: 80px; */
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.hero-text {
    margin-left: 80px;
    margin-bottom: 200px;
}
.hero-text p {
    margin: 0;
}
.button {
    margin-top: 18px;
    width: 180px;
    height: 50px;
    background-color: red;
    border-radius: 30px;
    padding-top: 10px;
    text-align: center;
    font-size: 30px;
}
.button:hover {
    background-color: dimgrey;
}
.button:active {
    background-color: darkslategray;
}
p {
    margin: 0 100px 0 100px;
    font-size: 30px;
    font-weight: 300;
}
a {
    color:white;
    text-decoration: none;
}
.socials {
    padding-bottom: 200px;
}
.social {    
    margin: 20px;
}
.about { 
    margin-top: 20px;
    height: 100vh;
    background-color: black;
    color: white;
}
.resume {
    height: 100%;
    background-color: white;
    color: black;
}
.resume h2 {
    text-align: left;
}
iframe {
    background-color: white;
    margin-left: 100px;
    width: 75vw;
    height: 75vh;
}
.projects {
    height: 20vh;
    background-color: black;
    color: white;
}
.contact {
    margin: 20px 100px;
    height: 20vh;
    display: flex;
    flex-direction: column;
}
contact a {
    margin: 0px;
}
.contact h2 {
    margin-left: 0;
}
.subtext {
    font-size: 15px;
}
.subsection {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* padding: 60px; */
}
