body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

section {
    background-color: white;
}


.hero {
    background-color: #D7BE69;
    
	
    height: 100vh;
    color: white;
    font-size: 40px;
}

footer {
    background-color: black;
    color: white;
    text-align: center;
    padding: 120px;
}

nav {
    display: flex;
    justify-content: space-between;
}

ul {
    display: flex;
    list-style-type: none;
    width: 800px;
    justify-content: space-around;
    font-size: 30px;
}

li {
    text-decoration: none;
}

h1 {
    font-size: 90px;
    margin: 0;
}

h2 {
    font-size: 50px;
}

p {
    margin: 0;
    font-size: 30px;
    font-weight: 300;
}

.information-center {
    background-color: #D7BE69;
    color: white;
    text-align: center;  
    margin: 0;  

}

.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: 55px;
    border-radius: 30px;
    background-color: rgb(247, 81, 81);
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    padding-top: 5px;
    margin-top: 20px;
}

.button:hover {
    background-color: #D7BE69;
}

.button:active {
    background-color: #D7BE69;
    color: #808080;
}

.socials {
    padding-bottom: 200px;
}

.logo {
    height: 200px;
    margin: 30px;
}
.social {
    margin: 20px;
}

.sub-section {
    display: flex;
    justify-content: space-around;
    padding: 80px;
}
.sub-section-gallery {
    background-color: #faf8fa;
    display: flex;
    justify-content: space-around;
    padding: 80px;

}

.sub-section-alternative {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 80px;
}

.headshot {
    width: 300px;
    border-radius: 150px;
    margin-left: 80px;
}



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


.gallery-container {
    display: flex;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;

}

.gallery-image {
    display: block;    
    width: 300px;
    height: 200px;
    object-fit: cover;
    object-position: bottom;
    padding: 5px;
    

}

.gallery-image:hover {
    cursor: pointer;
    opacity: 0.5;
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.767);
    transform: scale(1.02);
    transition: all 0.5s;

    

}



.project-card {
    width: 400px;
    height: 600px;
    box-shadow: 5px 5px 20px rgb(197, 195, 195);
    margin: 10px;
}

.project-container {
    display: flex;
    justify-content: space-around;
}

@media only screen and (max-width: 1000px) {
    .project-container {
        display: flex;
        flex-wrap: wrap;
    }
}

.project-image {
    margin-top: 15px;
    width: 150px;
   
    border-radius: 125px;
}

hr {
    margin-left: 20px;
    margin-right: 20px;
}

.project-link {
    text-decoration: none;
    color: #ef744b;
}

a {
    text-decoration: none;
    color: white;
}

.hamburger {
    display: none;
}

.hamburger:focus{
    outline: 0;
}

.games {
font-family: sans-serif;
color: white;

}


 @media only screen and (max-width: 1000px) {
    .hamburger {
    background-color: transparent;
    display: block;
    position: absolute;
    color: white;
    font-size: 20px;
    margin: 20px;
    align-self: flex-end;
    right: 0;
    top: 0;
    }


    ul {
        display: none;
        background-color: #D7BE69;
        margin: 0px;
    }

    ul.show {
        display: block;
    }

    nav {
        display: flex;
        flex-direction: column-reverse;
        background-color: #D7BE69;
    }

    .logo {
        display: none;
    }
    


.golden-btn + .golden-btn { margin-top: 1em; }

.golden-btn {
    background-color: #D7BE69; 
  
}

}
.golden-btn:focus,
.golden-btn:hover {
    background-color: #D7BE69;
   
}
.golden-btn:active {
    background-color: #D7BE69;
    color: #bd1010;
}
