body {
    background-color: aliceblue;
}

section {
    padding: 1.5rem;
    margin: 3rem;
    margin-right: 0;
}

header {
    float: left;
}

.Headshot {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.Headshot:hover {
    box-shadow: 0 4px 8px 0 lemonchiffon, 0 6px 20px 0 lemonchiffon;
}


#Gallery {
    display: inline-block;
    margin: 10rem;
    position: relative;
    left: 15%;
}

#Profile {
    float: left;
}

#Grin {
    margin-top: 13rem;
}

h1, h2 {
    font-family: "Faculty Glyphic";
    font-size: 2rem;
}

h3, h5 {
    font-family: "Faculty Glyphic"
}

p, h6 {
    font-family: "Cactus Classical Serif";
}

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-out;
}

nav {
    width: 15%;
    padding-top: 5rem;
    float: right;
    position: relative;
    right: 57%;
    text-transform: lowercase;
}

h2 {
    background-color: lemonchiffon;
    padding: 1rem;
    cursor: pointer;
    border: 1px solid black;
    outline: none;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: aliceblue;
}

h3 {
    margin: 0;
    padding-bottom: 0.75rem;
    text-align: center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding-left: 1.5rem;
}

li {
    display: inline;
}

.Info {
    width: 50%;
    float: right;
    margin-top: -33rem;
}

footer {
    text-align: left;
    margin-left: 13rem;
}