.my-work-button {
    color:rgb(0, 0, 0);
    background-color: rgb(228, 200, 165);
    padding: 1vw;
    text-decoration: none;
    display: inline-block;
}

.my-work-button:hover {
    color:rgb(255, 0, 0);
    background-color: rgb(255, 255, 255);
}

nav {
    text-align: center;
}

nav a {
    color:rgb(0, 0, 0);
    background-color: rgb(228, 200, 165);
    padding: 1vw;
    text-decoration: none;
    display:block;
    width: 250px;
    margin: 0.5vh auto;
}

.fa-wheelchair {
    font-size: 200%;
}

h1, h2 {
    clear:both;
}

h1 {
    text-align: center;
}

h2 {
    font-style: italic;
    text-align: left;
}

#contortion-gallery{
    text-align: center;
    display: block;
}

.circus-main-pic {
    display: inline-block;
    height: 15vw;
    margin: 0 2vw;
    border: #ffffff solid 3pt;
}

main {
    margin: 0 auto;
    width:40vw;
}

.subtitle {
    text-align: center;
    margin-top: -20pt;
    font-size: larger;
}

h3, h3 + p {
    margin-left: 30pt;
}