*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html
{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
hr
{
    margin: 1rem;
    max-width: 100%;
}
body
{
    background-color: rgb(100, 255, 183);
    color: rgb(0, 0, 0);
    min-height: 100vh;
    display: flex;
    flex-direction: column;

    padding: 2rem;

}
div
{
    display: flex;
	flex-direction: column;
    align-items: center;
}
h1
{

    font-size: 6rem;
    text-align: center;
    margin: 2rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
    display: flex;
    max-width: 100%;
    justify-content: center;
}
h2
{
    color: rgb(0, 24, 163);
    margin: 0.5rem;
    padding: 1rem;
    font-size: 3rem;
    text-align: center;
    margin: 1rem;
    max-width: 100%;
}
h3
{
    font-size: 2rem;
    text-align: center;
    padding: 0.5rem;
    margin: 0.5rem;
    max-width: 100%;
}
h4
{
    font-size: 1.5rem;
    text-align: center;
    padding: 0.2rem;
    margin: 0.2rem;
    max-width: 100%;
    color: rgb(0, 136, 255);
}
h5
{
    color: rgb(194, 0, 0);
    font-size: 1.2rem;
    text-align: center;
    padding: 0.2rem;
    margin: 0.2rem;
    max-width: 100%;
}
header
{
    margin: 0.5rem;
    padding: 1rem;

    display: flex;
    flex-flow: column;
    max-width: 100%;
    
}
p
{
    font-size: 1.3rem;
    line-height: 1.3;
    max-width: 100%;
    padding: 0.5rem;
    margin: 0.5rem;
    text-align: justify;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: column wrap;

}
ul
{
    list-style: none;
    text-align: center;
    padding: 1rem;
    font-size: 1.8rem;
    display: flex;
    flex-flow: row wrap;
    max-width: 100%;
    justify-content: center; 
}
li
{
    max-width: 800px;
    min-height: 200px;
    margin-inline: 4rem;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
a
{
    color: rgb(255, 0, 225);
    display: flex;
    flex-flow: column wrap;
    max-width: 100%;
    justify-content: center;
    align-items: center;
}
a:visited
{
    color: rgb(149, 0, 190);
}
a:hover
{
    color: rgb(255, 136, 0);
}
input
{
    font:inherit;
    
}
article
{
    
    display: flex;
    flex-flow: column wrap;
    max-width: 100%;
    justify-content: center;
}
section
{

    display: flex;
    padding: 2rem;
    flex-flow: column wrap;
    max-width: 100%;
    justify-content: center;
    align-items: center;

}
img
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}
button
{
    font:inherit;
    margin: 1rem;
}
footer
{
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;

}
figure
{   
    padding: 1rem;
    display: flex;
    max-width: 100%;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}
#video-reel
{
    padding-top: 2rem;
    padding-left: 5rem;
    padding-right: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
}
#resume-download
{
    text-align: center;
    padding-top: 2rem;
}
.navIcon
{
    max-height: 180px;
    max-width: 180px;
    min-width: 50px;
}
.navText
{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}
.contactNavigation
{   
    padding: 0.5rem;
    margin: 1rem;
    display: flex;
    flex-flow: row nowrap;
    max-width: 100%;
    justify-content: center;
    
}
.contactIcon
{
    max-width: 100px;
    max-height: 100px;
    min-width: 40px;
}
.contactIconContainer
{
    display: flex;
    padding: 0.3rem;
    max-width: 100%;
    margin-inline: 3rem;
    flex-flow: column wrap;
}
.navigationMenuContainer
{
    list-style: none;
    text-align: center;
    padding: 1rem;
    font-size: 1.8rem;
    display: flex;
    flex-flow: row wrap;
    max-width: 100%;
    justify-content: center; 
}
.wrapper
{
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    padding-top: 56.25%;
}
.wrapper iframe
{
    position: absolute;
        border: 5px solid rgb(255, 208, 0);
    top: 10%;
    left: 50;
    width: 80%;
    height: 80%;
    align-items: center;
}
.reel
{
    
    display: flex;
    flex-flow: column;
    padding: 2rem;
}
.headshot 
{
    border: 5px solid black;
    display: flex;
    max-width: 40%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}
.headshotContainer
{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
}

.portfolioContainer
{
    border: 5px solid black;
    background-color: rgb(177, 0, 0);
    margin: 0.5rem;
    padding: 1rem;
    max-width: 80%;
    min-width: 80%;
    margin-inline: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;

}
.portfolioSection
{
    border: 5px solid rgb(0, 0, 0);
    background-color: rgb(255, 208, 0);
    margin: 0.5rem;
    padding: 1rem;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    min-width: 40%;
    max-width: 50%;
    max-height: 50%;

}
.projectTitle
{
 display: flex;
 

}
.projectImage
{
    display: flex;
    border: 2px solid black;
    max-width: 80%;
    max-height: auto;
}
.slmImage
{
    display: flex;
    min-width: 90%;
    max-height: auto;
}
.unchainedImage
{
    display: flex;
    min-width: 100%;
    max-height: auto;
}
.codebanImage
{
    display: flex;
    max-width: 60%;
    max-height: auto;
}
.witchingHourImage
{
    display: flex;
    max-width: 80%;
    max-height: auto;
}
.aboutMeInfo
{
    border: 5px solid black;
    background-color: rgb(255, 208, 0);
    padding: 2rem;
    max-width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: column wrap;
}
.contactContainer
{
    display: flex;
    padding: 2rem;
    flex-flow: column wrap;
    max-width: 100%;
    justify-content: center;
    align-items: center;

}
.contactPageMessage
{
    border: 5px solid black;
    background-color: rgb(255, 208, 0);
    padding: 2rem;
    max-width: 50%;
    min-width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: column wrap;
    text-align: center;
}